-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
261 lines (228 loc) · 8.42 KB
/
index.html
File metadata and controls
261 lines (228 loc) · 8.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
<!DOCTYPE html>
<html>
<head>
<title>Arduino Prototyping</title>
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb"
crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css">
<link type="text/css" rel="stylesheet" href="./css/froala_blocks.css">
<style>
header {
position: fixed;
top: 0;
z-index: 1000;
width: 100vw;
}
.main-header {
margin-top: 1.5em;
}
@media (min-width: 787px) {
#navbarNav7 {
flex-direction: row-reverse;
}
}
#hero-header {
background-image: url(./imgs/hero-img.jpg);
height: 80vh !important;
}
</style>
</head>
<body>
<!-- NAV -->
<header class="bg-dark">
<div class="container">
<nav class="navbar navbar-expand-md no-gutters">
<div class="col-4 text-left">
<a href="">
<h1>ArduFlow</h1>
</a>
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target=".navbar-collapse-4" aria-controls="navbarNav7"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse navbar-collapse-4 col-md-6" id="navbarNav7">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="https://github.com/arduflow">
<i class="fa fa-github"></i> Github</a>
</li>
<li class="nav-item">
<a class="nav-link" href="mailto:arduflowide@gmail.com">
<i class="fa fa-envelope"></i> Contact</a>
</li>
</ul>
</div>
<div class="collapse navbar-collapse navbar-collapse-4 download-container">
<a class="btn ml-md-3" href="/app">Get for free</a>
</div>
</nav>
</div>
</header>
<!-- MAIN Header -->
<section class="fdb-block main-header" id="hero-header">
<div class="container">
<div class="row text-left">
<div class="col-12 col-sm-10 m-auto m-md-0 col-md-8 col-lg-6">
<div class="fdb-box">
<div class="row justify-content-center">
<div class="col-12 col-xl-8 text-center">
<h1>ArduFlow</h1>
<p class="text-h3 text-left">
Chance the way you prototype your IoT applications.
</p>
<p class="text-h3 mt-4">
<a href="#info">Learn More ></a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Explaition -->
<section class="fdb-block" id="info">
<div class="container">
<div class="row align-items-center">
<div class="col-12 col-md-6 col-lg-5">
<h1>The ArduFlow Project</h1>
<p class="text-h3">The ArduFlow project provides you with a
<strong>flow based visual programming tool</strong> that allows you to create rich and interactive prototypes for the
Arduino platform.
</div>
<div class="col-12 col-md-6 ml-md-auto mt-4 mt-md-0">
<img alt="image" class="img-fluid" src="./imgs/screenshot-code.png" style="border: 1px solid lightgrey;">
</div>
</div>
</div>
</section>
<section class="fdb-block">
<div class="container">
<div class="row align-items-center">
<div class="col-12 col-md-6 col-lg-5">
<h1>Our Goal</h1>
We believe that the abbility to quickly prototype and test your ideas empowers you to craft even better experiences for the
Internet of Things.
</div>
</div>
</div>
</section>
<!-- DOWNLOAD CTA -->
<section class="fdb-block bg-gray">
<div class="container">
<div class="row align-items-center">
<div class="col-12 col-sm-9 text-left">
<h2>ArduFlow is 100% free and open source. Start using it today.</h2>
</div>
<div class="col-12 col-sm-3 text-left text-sm-center mt-4 mt-sm-0">
<a class="btn" href="/app">Get started</a>
</div>
</div>
</div>
</section>
<!-- Supported Hardware -->
<section class="fdb-block">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 col-md-8 col-lg-5 text-center pb-md-5">
<h1>Supported Hardware</h1>
<p class="text-h3">ArduFlow Beta supports the following hardware:</p>
</div>
</div>
<div class="row text-center justify-content-center pt-5">
<div class="col-6 col-sm-3 col-lg-2">
<img alt="image" class="fdb-icon" src="./imgs/img_round.svg">
<h3>
<strong>Buttons</strong>
</h3>
</div>
<div class="col-6 col-sm-3 col-lg-2">
<img alt="image" class="fdb-icon" src="./imgs/img_round.svg">
<h3>
<strong>LEDs</strong>
</h3>
</div>
<div class="col-6 col-sm-3 col-lg-2">
<img alt="image" class="fdb-icon" src="./imgs/img_round.svg">
<h3>
<strong>RGB LEDs</strong>
</h3>
</div>
<div class="col-6 col-sm-3 col-lg-2">
<img alt="image" class="fdb-icon" src="./imgs/img_round.svg">
<h3>
<strong>Ultrasone Sensor</strong>
</h3>
</div>
<div class="col-6 col-sm-3 col-lg-2">
<img alt="image" class="fdb-icon" src="./imgs/img_round.svg">
<h3>
<strong>Servo</strong>
</h3>
</div>
<div class="col-6 col-sm-3 col-lg-2">
<img alt="image" class="fdb-icon" src="./imgs/img_round.svg">
<h3>
<strong>And more</strong>
</h3>
</div>
</div>
</div>
</section>
<!-- Final CTA -->
<section class="fdb-block bg-gray">
<div class="container">
<div class="row text-center justify-content-center">
<div class="col-12 col-md-8 col-lg-7">
<p class="text-h2">Contact me</p>
<p class="text-h3">Just drop me an email at
<a href="mailto:arduflowide@gmail.com">arduflowide@gmail.com</a> if you have any questions, suggestions or just want to say hi.</p>
<p>
<br>
</p>
<p class="text-h2">
<a href="https://www.froala.com">
<i class="fa fa-facebook"></i>
</a>
<a href="https://www.froala.com">
<i class="fa fa-twitter"></i>
</a>
<a href="https://www.froala.com">
<i class="fa fa-instagram"></i>
</a>
<a href="https://www.froala.com">
<i class="fa fa-google"></i>
</a>
<a href="https://www.froala.com">
<i class="fa fa-pinterest"></i>
</a>
</p>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="fdb-block footer-small bg-dark">
<div class="container">
<div class="row align-items-center">
<div class="col-12 col-md-6">
Join us on
<a href="https://github.com/arduflow">Github</a>
</div>
<div class="col mt-4 mt-md-0 text-center text-md-right">
<a href="mailto:arduflowide@gmail.com" class="btn">Drop me an email</a>
</div>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js" integrity="sha384-alpBpkh1PFOepccYVYDB4do5UnbKysX5WZXm3XxPqe5iKTfUKjNkCk9SaVuEZflJ"
crossorigin="anonymous"></script>
</body>
</html>