-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
461 lines (453 loc) · 15.1 KB
/
index.html
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
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-135073886-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-135073886-1');
</script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Flask is the easiest way to trigger sounds for theatre, podcasts, and more."
/>
<meta name="author" content="Brandon Cathcart" />
<title>Flask: Making it easy to improvise sound.</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
<link href="https://fonts.googleapis.com/css?family=Leckerli+One" rel="stylesheet" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/responsive.css" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600i,700,800" rel="stylesheet" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"></script>
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- ====================================================
header section -->
<header class="top-header">
<div class="container">
<div class="row">
<!-- nav starts here -->
<div class="col-md-12">
<nav class="navbar navbar-default">
<div class="container-fluid nav-bar">
<div class="navbar-header">
<button
type="button"
class="navbar-toggle collapsed"
data-toggle="collapse"
data-target="#bs-example-navbar-collapse-1"
>
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="index.html"
><img
src="img/logo.png"
alt=""
class="img-responsive logo"
style="display:inline-block;margin-top:-18px;"
/></a>
<h2 class="flask" style="display:inline-block; color:white;margin-bottom:0px;">
Flask
</h2>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="#home">Home</a></li>
<li>
<a href="#features">Features</a>
</li>
<!--<li><a href="#testimonials">Testimonials</a></li>-->
<li>
<a href="#tutorial">Tutorial</a>
</li>
<li>
<a href="#download">Download</a>
</li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</div>
</nav>
</div>
</div>
</div>
</header>
<!-- end of header section -->
<div>
<a href="https://github.com/brandoshizzle/Flask" class="github-corner" aria-label="View source on Github"
><svg
width="80"
height="80"
viewBox="0 0 250 250"
style="fill:#70B7FD; color:#fff; position: absolute; top: 0; border: 0; right: 0; z-index:1000;"
aria-hidden="true"
>
<path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"></path>
<path
d="M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 C122.0,82.7 120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 125.5,87.3 125.5,87.3 C122.9,97.6 130.6,101.9 134.4,103.2"
fill="currentColor"
style="transform-origin: 130px 106px;"
class="octo-arm"
></path>
<path
d="M115.0,115.0 C114.9,115.1 118.7,116.5 119.8,115.4 L133.7,101.6 C136.9,99.2 139.9,98.4 142.2,98.6 C133.8,88.0 127.5,74.4 143.8,58.0 C148.5,53.4 154.0,51.2 159.7,51.0 C160.3,49.4 163.2,43.6 171.4,40.1 C171.4,40.1 176.1,42.5 178.8,56.2 C183.1,58.6 187.2,61.8 190.9,65.4 C194.5,69.0 197.7,73.2 200.1,77.6 C213.8,80.2 216.3,84.9 216.3,84.9 C212.7,93.1 206.9,96.0 205.4,96.6 C205.1,102.4 203.0,107.8 198.3,112.5 C181.9,128.9 168.3,122.5 157.7,114.1 C157.9,116.9 156.7,120.9 152.7,124.9 L141.0,136.5 C139.8,137.7 141.6,141.9 141.8,141.8 Z"
fill="currentColor"
class="octo-body"
></path></svg
></a>
<style>
.github-corner:hover .octo-arm {
animation: octocat-wave 560ms ease-in-out;
z-index: 1000;
}
@keyframes octocat-wave {
0%,
100% {
transform: rotate(0);
}
20%,
60% {
transform: rotate(-25deg);
}
40%,
80% {
transform: rotate(10deg);
}
}
@media (max-width: 500px) {
.github-corner:hover .octo-arm {
animation: none;
}
.github-corner .octo-arm {
animation: octocat-wave 560ms ease-in-out;
}
}
</style>
</div>
<!-- banner section starts here -->
<section class="banner" id="home">
<div class="container">
<div class="row">
<div class="col-xs-4 wow fadeInLeft animated">
<h3 style="margin-bottom: 15px;">Introducing</h3>
<div>
<img
src="https://github.com/brandoshizzle/REACTion/raw/master/src/assets/logo.png"
style="position:relative; display:inline-block; height:40px;margin-top:5px;vertical-align: top;"
/>
<h1 style="display: inline-block; margin: 0;" class="flask">
Flask
</h1>
</div>
<p style="margin-top: 5px;">
Making it easy to improvise sound.
</p>
<a href="#download"
><button class="download-btn">
download now
</button></a
>
<a href="https://github.com/brandoshizzle/Flask/"
><button class="features-btn"><i class="fa fa-github"></i> View on Github</button></a
>
</div>
<div class="col-xs-8 banner-img wow fadeInRight animated">
<img
class="img-responsive banner-software"
src="https://github.com/brandoshizzle/REACTion/raw/master/src/assets/screenshot.png"
style="border-radius: 5px"
alt=""
/>
</div>
</div>
</div>
</section>
<!-- end of banner section -->
<!-- feature sectiona -->
<section class="features text-center" id="features">
<div class="container">
<div class="row">
<h4>Including</h4>
<h2>All the things you'd expect</h2>
<img class="img-responsive" src="img/daag.png" alt="" />
<div class="col-md-3 wow zoomIn animated">
<i class="fa fa-eye"></i>
<h3>See Your Sounds</h3>
<p>
Waveforms let you see your sounds as they were meant to be seen - in yellow, on a blue or
gray background.
</p>
</div>
<div class="col-md-3 wow zoomIn animated">
<i class="fa fa-hand-pointer-o"></i>
<h3>Drag and Drop</h3>
<p>
Simply drag in your sounds (even groups) and they will fill the keys like your favourite
beer filling your favourite glass.
</p>
</div>
<div class="col-md-3 wow zoomIn animated">
<i class="fa fa-ban"></i>
<h3>No Way to Undo Things</h3>
<p>
What, you think I'm a god damn wizard? Just be happy you can do the things you want to undo
in the first place.
</p>
</div>
<div class="col-md-3 wow zoomIn animated">
<i class="fa fa-music"></i>
<h3>Sound Settings</h3>
<p>
Change when sounds start, when they end, loop them, color them, all those things you like.
</p>
</div>
</div>
</div>
</section>
<!-- end of features section -->
<hr />
<!-- details section -->
<section class="details" id="features2">
<div class="container">
<div class="text-center">
<h4>But also</h4>
<h2>The things you didn't know you needed</h2>
<img class="img-responsive" style="margin: 0 auto" src="img/daag.png" alt="" />
</div>
<div class="row">
<div class="col-md-5 col-xs-6 col-sm-6 wow slideInUp animated">
<img
class="img-responsive details-phone"
style="border-radius: 10px;"
src="img/playlist.gif"
alt="Playlist search functionality"
/>
</div>
<div class="col-md-6 col-md-offset-1 col-xs-6 col-sm-6 wow slideInUp animated">
<h4>feature</h4>
<h2>Playlist</h2>
<img class="img-responsive" src="img/daag.png" alt="" />
<p>
Oh boy you're going to like this one. Hit the space bar, and the next song in your playlist
will start. Hit it again? The song stops and goes to the bottom of the list (or gets
removed). The next song is now ready to play.
</p>
<p>
It's super useful for always having transition music ready, sounds you KNOW go in a certain
order, or whatever else you want.
</p>
<ul>
<li><i class="fa fa-search"></i>Totally searchable</li>
<li><i class="fa fa-cog"></i>Customizable settings</li>
<li><i class="fa fa-thumbs-up"></i>Looks nice, but not <i>too</i> nice</li>
<li><i class="fa fa-pagelines"></i>100% vegan</li>
</ul>
</div>
</div>
</div>
</section>
<!-- end of details section -->
<!-- features details section -->
<section class="details">
<div class="container">
<div class="row">
<div class="col-xs-5 wow fadeInLeft animated">
<h4>feature</h4>
<h2>Pages</h2>
<img src="img/daag.png" alt="" />
<p>
No longer are you limited by your keyboard - have up to 8 keyboards of sounds available at
the touch of a button. Just hit F1-F8 and all your sounds are there, just like my parents
weren't.
</p>
</div>
<div class="col-xs-7 horizontal-phone wow fadeInRight animated">
<img class="img-responsive" style="border-radius: 10px;" src="img/pages.gif" alt="phone" />
</div>
</div>
</div>
</section>
<!-- end of features-detail section -->
<section class="feature-detail" id="tutorial">
<div class="container">
<div class="row text-center">
<div class="pricing-heading">
<h4>
But how do I use this poorly documented software?
</h4>
<h2><span class="flask">Flask</span> video overview</h2>
<img class="img-responsive" src="img/daag.png" alt="" style="display:block; margin: auto;" />
<br />
</div>
<iframe
width="560"
height="315"
src="https://www.youtube-nocookie.com/embed/NiGRmcRhiKg"
frameborder="0"
allow="autoplay; encrypted-media"
allowfullscreen
></iframe>
<br /><br /><br /><br />
</div>
</div>
</section>
<!-- end of pricing-slide section -->
<!-- price-plan section -->
<section class="price-plan text-center" id="download">
<div class="container">
<div class="row">
<div class="pricing-heading">
<h4>Oh boy I'm ready to improvise sound</h4>
<h2>Download <span class="flask">Flask</span></h2>
<img class="img-responsive" src="img/daag.png" alt="" />
</div>
<div class="pricing-tables">
<div class="col-md-offset-2 col-md-4 col-sm-12 wow zoomIn animated">
<a id="latest-mac-link" target="_blank">
<div class="single-table free">
<div class="table-heading">
<img
src="./img/apple-logo.png"
height="80px"
style="margin:15px;"
alt="Apple logo"
/>
</div>
<div class="table-price">
<h3>OS X</h3>
</div>
<div class="table-description">
<p>
Latest:
<span id="latest-mac-version">COMING SOON</span>
</p>
</div>
</div>
</a>
</div>
<div class="col-md-4 col-sm-12 wow zoomIn animated">
<a id="latest-windows-link" target="_blank">
<div class="single-table">
<div class="table-heading">
<img
src="./img/windows-logo.png"
height="80px"
style="margin:15px;"
alt="Windows logo"
/>
</div>
<div class="table-price">
<h3>Windows</h3>
</div>
<div class="table-description">
<p>
Latest:
<span id="latest-windows-version"></span>
</p>
</div>
</div>
</a>
</div>
</div>
</div>
<p class="releaseinfo"></p>
</div>
</section>
<!-- end of price-plan section -->
<!-- footer starts here -->
<footer class="footer text-center">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="icons">
<a href="http://github.com/brandoshizzle"><i class="fa fa-github"></i></a>
</div>
<p>
COPYRIGHT © 2019
<a href="http://github.com/brandoshizzle">Brandon Cathcart</a>
</p>
<p>
Icons made by
<a href="http://www.flaticon.com/authors/maxim-basinski" title="Maxim Basinski"
>Maxim Basinski</a
>
from
<a href="http://www.flaticon.com" title="Flaticon">www.flaticon.com</a>
licensed by
<a
href="http://creativecommons.org/licenses/by/3.0/"
title="Creative Commons BY 3.0"
target="_blank"
>CC 3.0</a
>
</p>
</div>
</div>
</div>
</footer>
<!-- script tags
============================================================= -->
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<!--<script src="js/smoothscroll.js"></script>-->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
<script src="js/custom.js"></script>
<script src="js/wow.js"></script>
<script type="text/javascript">
$(document).ready(function() {
GetLatestReleaseInfo();
});
function GetLatestReleaseInfo() {
$.getJSON('https://api.github.com/repos/brandoshizzle/REACTion/releases/latest').done(function(
release
) {
var assets = release.assets;
var downloadCount = 0;
console.log(release);
for (var i = 0; i < release.assets.length; i++) {
downloadCount += release.assets[i].download_count;
}
/*
var oneHour = 60 * 60 * 1000;
var oneDay = 24 * oneHour;
var dateDiff = new Date() - new Date(asset.updated_at);
var timeAgo;
if (dateDiff < oneDay){
timeAgo = (dateDiff / oneHour).toFixed(1) + " hours ago";
} else {
timeAgo = (dateDiff / oneDay).toFixed(1) + " days ago";
}
*/
//var releaseInfo = release.tag_name + " was updated " + timeAgo + " and downloaded " + downloadCount.toLocaleString() + " times.";
for (var asset in assets) {
var ass = assets[asset];
var ext = ass.browser_download_url.substring(ass.browser_download_url.length - 3);
console.log(ext);
if (ext === 'exe') {
$('#latest-windows-link').attr('href', ass.browser_download_url);
$('#latest-windows-version').text(release.tag_name);
} else if (ext === 'dmg') {
$('#latest-mac-link').attr('href', ass.browser_download_url);
$('#latest-mac-version').text(release.tag_name);
}
}
//$(".releaseinfo").text(releaseInfo);
});
}
</script>
</body>
</html>