-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
577 lines (525 loc) · 21.3 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
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
<!doctype html>
<html lang="en">
<head>
<!-- Google Tag Manager -->
<script>
(function (w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({
'gtm.start': new Date().getTime(),
event: 'gtm.js'
});
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-WG8VKVB');
</script>
<!-- End Google Tag Manager -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/reset.css">
<link href="https://fonts.googleapis.com/css?family=Nunito:300,400,600,700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="/style.css">
<title>Fishbole: Online Video Presentations</title>
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Fishbole video presentations." />
<meta property="og:description" content="Your go-to video platform for a flipped classroom." />
<meta property="og:url" content="https://www.fishbole.io/" />
<meta property="og:site_name" content="Create Video Presentations" />
<meta property="fb:app_id" content="1137459229643751" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:description" content="Your go-to video platform for a flipped classroom." />
<meta name="twitter:title" content="Fishbole video presentations." />
<meta name="msapplication-TileImage" content="/assets/icons/icon_256.png" />
<meta name="description" content="Your go-to video platform for a flipped classroom." />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@fishboleio" />
<meta name="twitter:description" content="Your go-to video platform for a flipped classroom." />
<meta name="twitter:title" content="Fishbole" />
<meta name="twitter:image" content="https://static.fishbole.io/landing-page/Fishbole-Screenshot.png" />
<meta name="twitter:label2" value="Create your own" />
<meta name="twitter:data2" value="www.fishbole.io" />
<link rel="icon" href="/assets/icons/icon_128.png" sizes="128x128" />
<link rel="apple-touch-icon-precomposed" href="/assets/icons/icon_152.png" />
<!-- Facebook Pixel Code -->
<script>
! function (f, b, e, v, n, t, s) {
if (f.fbq) return;
n = f.fbq = function () {
n.callMethod ?
n.callMethod.apply(n, arguments) : n.queue.push(arguments)
};
if (!f._fbq) f._fbq = n;
n.push = n;
n.loaded = !0;
n.version = '2.0';
n.queue = [];
t = b.createElement(e);
t.async = !0;
t.src = v;
s = b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t, s)
}(window, document, 'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '541711686451539');
fbq('track', 'PageView');
</script>
<noscript>
<img height="1" width="1" src="https://www.facebook.com/tr?id=541711686451539&ev=PageView&noscript=1" />
</noscript>
<!-- End Facebook Pixel Code -->
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript>
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WG8VKVB" height="0" width="0"
style="display:none;visibility:hidden"></iframe>
</noscript>
<!-- End Google Tag Manager (noscript) -->
<header>
<div id="logo-container">
<a href="/">
<img alt="Fishbole logo" src="/assets/site-logo.svg" />
</a>
</div>
<div id="header-links">
<a class="link" href="#pricing">
Pricing
</a>
<a class="button" href="https://app.fishbole.io/login" id="login-button">
Log in
</a>
<a class="button" href="https://app.fishbole.io/signup">
Try for free
</a>
</div>
</header>
<div class="gradient gradient-wb"></div>
<section class="blue" id="hero">
<div class="side-by-side left-text">
<div>
<h1>
Your go-to video platform for a flipped classroom.
</h1>
<p>
Make better flipped videos for your school with Fishbole's video presentation maker.<br />
Teach with screen recording, google slides, and quizzes.
</p>
<p>
Start now, share in minutes.
</p>
<a class="button section-button" href="https://app.fishbole.io/signup">
Start for free today
</a>
</div>
<div>
<img alt="Fishbole promo image" class="rounded" src="/assets/hero.png" />
</div>
</div>
</section>
<div class="gradient gradient-bw"></div>
<section class="white" id="companies">
<h1 class="section-title">
Trusted by students and educators everywhere
</h1>
<div class="wrapping-cards">
<div class="card">
<a class="link" href="http://www.misd.org/" target="_blank">
<img alt="Montgomery ISD" src="/assets/companies/misd.jpg" />
<span>
Montgomery Independent School District
</span>
</a>
</div>
<div class="card">
<a class="link" href="http://www.uabc.edu.mx/" target="_blank">
<img alt="Universidad Autónoma de Baja California" src="/assets/companies/uabc.png" />
<span>
Universidad Autónoma de Baja California
</span>
</a>
</div>
<div class="card">
<a class="link" href="https://stfrancisacademybh.org/" target="_blank">
<img alt="St. Francis de Sales Catholic Academy" src="/assets/companies/sfdsca.png" />
<span>
St. Francis de Sales Catholic Academy
</span>
</a>
</div>
<div class="card">
<a class="link" href="https://www.dodea.edu/" target="_blank">
<img alt="Department of Defense Education Activity" src="/assets/companies/dodea.png" />
<span>
Department of Defense Education Activity
</span>
</a>
</div>
<div class="card">
<a class="link" href="https://www.perpetual.com.au/" target="_blank">
<img alt="Perpetual" src="/assets/companies/perpetual.png" />
<span>
Perpetual
</span>
</a>
</div>
<div class="card">
<a class="link" href="https://www.utpl.edu.ec/" target="_blank">
<img alt="Universidad Técnica Particular de Loja" src="/assets/companies/utpl.png" />
<span>
Universidad Técnica Particular de Loja
</span>
</a>
</div>
<div class="card">
<a class="link" href="https://www.besd.net/" target="_blank">
<img alt="Box Elder School District" src="/assets/companies/besd.png" />
<span>
Box Elder School District
</span>
</a>
</div>
<div class="card">
<a class="link" href="https://www.everettsd.org/" target="_blank">
<img alt="Everett Public Schools" src="/assets/companies/everettsd.png" />
<span>
Everett Public Schools
</span>
</a>
</div>
<div class="card">
<a class="link" href="https://www.davis.k12.ut.us/" target="_blank">
<img alt="Davis School District" src="/assets/companies/dsd.png" />
<span>
Davis School District
</span>
</a>
</div>
<div class="card">
<a class="link" href="http://www.ust.edu.ph/" target="_blank">
<img alt="University Of Santo Tomas" src="/assets/companies/ust.png" />
<span>
University Of Santo Tomas
</span>
</a>
</div>
<div class="card">
<a class="link" href="https://www.vives.be/nl" target="_blank">
<img alt="Hogeschool VIVES" src="/assets/companies/vives.png" />
<span>
Hogeschool VIVES
</span>
</a>
</div>
<div class="card">
<a class="link" href="https://www.odense.dk/" target="_blank">
<img alt="Odense Kommune" src="/assets/companies/odense.png" />
<span>
Odense Kommune
</span>
</a>
</div>
</div>
</section>
<section class="white" id="spaces-cta">
<h1>
See how they use Fishbole
</h1>
<a class="button" href="https://spaces.fishbole.io" target="_blank">
Visit Fishbole Spaces
</a>
</section>
<div class="gradient gradient-wb"></div>
<section class="blue">
<div class="side-by-side right-text">
<div>
<img alt="Fishbole promo image" class="rounded" src="/assets/highlights/flipped-classroom.png" />
</div>
<div>
<h2>
Flipped classroom
</h2>
<h3>
The learning experience your students need
</h3>
<p>
In today's digital era students demand more flexibility and more engaging content than ever.
By flipping your classroom, you can let your students learn at their own pace, in the comfort of
their own home.<br />
Add slides, multimedia, click-through materials and knowledge tests with ease.
</p>
</div>
</div>
</section>
<div class="gradient gradient-bw"></div>
<section class="white">
<div class="side-by-side left-text">
<div>
<h2>
Home assignment
</h2>
<h3>
Say bye to boring homework
</h3>
<p>
As a teacher, assign tasks through video and keep your students engaged with high-quality
materials.<br />
As a student, unleash your creativity and show off with your presenting skills by using a video
presentation in your next assignment.
</p>
</div>
<div>
<img alt="Fishbole promo image" class="rounded" src="/assets/highlights/home-assignment.png" />
</div>
</div>
</section>
<div class="gradient gradient-wb"></div>
<section class="blue">
<div class="side-by-side right-text">
<div>
<img alt="Fishbole promo image" class="rounded" src="/assets/highlights/spaces.png" />
</div>
<div>
<h2>
Fishbole Feed
</h2>
<h3>
The classroom of the 21st century
</h3>
<p>
In an offline world, students must attend physical classrooms to learn something new. But, it
doesn't need to be this way in 2020.<br />
Fishbole Feed is your own personal page in Fishbole for you to curate your awesome flipped videos so
students can interact with you and pick up new skills every day.
</p>
<a class="button section-button" href="https://app.fishbole.io/s/daniel" target="_blank">
See it in action
</a>
</div>
</div>
</section>
<div class="gradient gradient-bw"></div>
<section class="white" id="features">
<h1 class="section-title">
All the cool things needed, but nothing more
</h1>
<div class="wrapping-cards paged">
<div>
<div class="card">
<img alt="Feature example" class="rounded-s" src="/assets/features/recording.png" />
<h3>
Instant recording
</h3>
<p>
No need for special hardware or editing skills. Create engaging webinars and instructional
videos just by using your PC and webcam.
</p>
</div>
<div class="card">
<img alt="Feature example" class="rounded-s" src="/assets/features/chapters.png" />
<h3>
Organize into chapters
</h3>
<p>
Your audience can consume content much easier in bite sizes.
With Fishbole you can organize your lectures into clear-cut chapters, so you can deliver your
content tailored for your students' attention span.
</p>
</div>
<div class="card">
<img alt="Feature example" class="rounded-s" src="/assets/features/action-form.png" />
<h3>
Action form / Questionnaire
</h3>
<p>
Make your classes interactive. Let your students ask questions and test their knowledge during
the video - that's part of the truly flipped classroom experience.
</p>
</div>
</div>
<div>
<div class="card">
<img alt="Feature example" class="rounded-s" src="/assets/features/screen-record.png" />
<h3>
Screen recording
</h3>
<p>
Slides don't always tell the whole story. Record your screen while explaining to help better
understanding.
</p>
</div>
<div class="card">
<img alt="Feature example" class="rounded-s" src="/assets/features/laser-pointer.png" />
<h3>
Laser poiner
</h3>
<p>
Use the platform's built-in digital laser pointer to highlight your most important messages. Or,
to draw mustaches on faces - this pointer is in your hands!
</p>
</div>
<div class="card">
<img alt="Feature example" class="rounded-s" src="/assets/features/google-integration.png" />
<h3>
Google Slides integration
</h3>
<p>
Forget expensive office suites to create first-rate slides. Import any nice template you found
on a free website.
</p>
</div>
</div>
</div>
</section>
<div class="gradient gradient-wb"></div>
<a name="pricing"></a>
<section class="blue">
<h1 class="section-title">
Go PRO!
</h1>
<div id="plans">
<div class="box plan">
<div class="plan-price">
<h3>
Free
</h3>
<span>
$0
</span>
</div>
<div class="plan-features">
<ul>
<li>
<i class="material-icons">check_circle_outline</i>
3 public videos.
</li>
<li>
<i class="material-icons">check_circle_outline</i>
Public space for classrooms or knowledge bases.
</li>
<li>
<i class="material-icons">check_circle_outline</i>
On-screen call to actions.
</li>
<li>
<i class="material-icons">check_circle_outline</i>
Action forms, questionnaires.
</li>
<li>
<i class="material-icons">check_circle_outline</i>
Viewer analytics.
</li>
<li>
<i class="material-icons">check_circle_outline</i>
One click share.
</li>
<li>
<i class="material-icons">check_circle_outline</i>
Embeddable player.
</li>
</ul>
</div>
</div>
<div class="box plan">
<div class="plan-price">
<h3>
Pro
</h3>
<span>
$8/month*
</span>
</div>
<div class="plan-features">
<ul>
<li>
<i class="material-icons">check_circle_outline</i>
All the benefits of the free plan.
</li>
<li class="highlight">
<i class="material-icons">check_circle_outline</i>
Unlimited public and private videos.
</li>
<li class="highlight">
<i class="material-icons">check_circle_outline</i>
Fishbole Classroom feature.
</li>
</ul>
<p>
(*when paid annually, or $16 month to month)
</p>
</div>
</div>
<div class="box plan">
<div class="plan-price">
<h3>
Team
</h3>
<span>
Get a quote from us!
</span>
</div>
<div class="plan-features">
<ul>
<li>
<i class="material-icons">check_circle_outline</i>
All the benefits of the pro plan, but on a price that fits your team.
</li>
</ul>
<p>
<a class="button" href="mailto:[email protected]">
Contact us!
</a>
</p>
</div>
</div>
</div>
</section>
<div class="gradient gradient-bw"></div>
<section class="white" id="cta">
<h1>
Ready to flip that classroom? Start it now for free!
</h1>
<a class="button" href="https://app.fishbole.io/signup">
Sign up
</a>
</section>
<div class="gradient gradient-wb"></div>
<footer>
<div id="footer-links">
<div>
<a class="link" href="#pricing">
Pricing
</a>
<a class="link" href="/terms.html">
Terms of service
</a>
<a class="link" href="/privacy.html">
Privacy policy
</a>
</div>
<div>
<a class="link" href="https://app.fishbole.io/login">
Log in
</a>
<a class="link" href="https://app.fishbole.io/signup">
Sign up
</a>
<a class="link" href="mailto:[email protected]">
</a>
</div>
</div>
<div id="copyright">
<span>
© Fishbole, LLC 2017 | Made with ♥ in Australia, Hungary and New Zealand.
</span>
</div>
</footer>
</body>
</html>