forked from TeamNewPipe/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
725 lines (671 loc) · 38.5 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
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
---
---
{%- include head.html
bodyID = "main-page"
page = "False" %}
<!-- parallax background for header -->
<div class="header-background"></div>
<!-- header-wrapper -->
<div class="header-wrapper">
<!-- navigation -->
<div id="navbar-wrapper">
<div class="container">
<nav class="navbar navbar-inverse navbar-static-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar" onclick="parallax_reset();" >
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand visible-xs" href="#">NewPipe</a>
</div>
<div id="navbar" class="navbar-collapse collapse navbar-right">
<ul class="nav navbar-nav">
<li class="active"><a href="{{ site.baseurl }}/">Home</a></li>
<li><a href="{{ site.baseurl }}/FAQ/">FAQ</a></li>
<li><a href="{{ site.baseurl }}/blog/">Blog</a></li>
<li><a href="{{ site.baseurl }}/press/">Press</a></li>
<li><a href="https://github.com/TeamNewPipe/NewPipe/">GitHub</a></li>
<li><a href="https://teamnewpipe.github.io/documentation/">Docs <span class="badge">BETA</span></a></li>
<li><a href="https://github.com/TeamNewPipe/NewPipe/releases/">Releases</a></li>
</ul>
</div>
</div>
</nav>
</div>
</div> <!-- navigation -->
<!-- header-box -->
<div class="header-box-wrapper">
<div class="container container-double">
<div class="header-text pull-left">
<h1 class="hidden-xs">NewPipe</h1>
<br class="hidden-xs">
<h3>the lightweight<br>YouTube experience<br>for Android</h3>
</div>
<div class="logo">
<img src="{{ site.baseurl }}/img/logo.svg" class="img-circle border-white" alt="NewPipe logo" />
</div>
<div class="f-droid-wrapper">
<a href="https://f-droid.org/packages/org.schabi.newpipe/" target="_blank">
<img src="{{ site.baseurl }}/img/f-droid.svg" class="f-droid" alt="get it on F-Droid" />
</a>
</div>
<div class="phone hidden-xs">
<video id="animation" src="{{ site.baseurl }}/img/newpipe_promotion_video.mp4" preload='none' loop muted playsinline></video>
<img src="{{ site.baseurl }}/img/nexus6.png" alt="NewPipe running on nexus6" />
</div>
</div>
</div> <!-- header-box -->
</div> <!-- header-wrapper -->
<!-- first text box -->
<div id="text-1">
<div class="container container-double">
<div id="text-1-wrapper">
<div class="row">
<div class="col-sm-6">
<p><strong>Do you like watching videos on YouTube<br>but are looking for a simple app to do that?</strong></p>
<p class="text-justify-md"><span class="red">NewPipe</span> has been created with the purpose of getting the original YouTube experience on your smartphone without annoying ads and questionable permissions.</p>
<p>The application is open source and you can check on it at <a href="https://github.com/TeamNewPipe/NewPipe/">GitHub</a>.</p>
</div>
</div>
</div>
<!-- separator -->
<div class="row">
<div class="col-md-12">
<hr class="visible-xs separator" />
</div>
</div>
</div>
</div> <!-- first text box -->
<!-- features -->
<div id="features">
<div class="container container-double">
<h3 id="features-title">Main Features</h3>
</div>
<div class="container container-double">
<div class="row is-flex">
<div class="col-md-9 feature-detail" id="lightweight">
<h3 style="font-weight: bold">NewPipe - the smart streaming solution</h3>
<div class="feature-description">
<div class="row">
<div class="col-sm-6">
<div class="single-chart">
<svg viewbox="0 0 36 36" class="circular-chart red">
<path class="circle-bg"
d="M18 2.0845
a 15.9155 15.9155 0 0 1 0 31.831
a 15.9155 15.9155 0 0 1 0 -31.831"
/>
<path class="circle in"
stroke-dasharray="80, 100"
d="M18 2.0845
a 15.9155 15.9155 0 0 1 0 31.831
a 15.9155 15.9155 0 0 1 0 -31.831"
/>
</svg>
<span class="circle-text"><i class="fa fa-bolt"></i></span>
</div>
<p class="text-center">Fast</p>
</div> <!-- fast -->
<div class="col-sm-6">
<div class="single-chart">
<svg viewbox="0 0 36 36" class="circular-chart red">
<path class="circle-bg"
d="M18 2.0845
a 15.9155 15.9155 0 0 1 0 31.831
a 15.9155 15.9155 0 0 1 0 -31.831"
/>
<path class="circle"
stroke-dasharray="87, 100"
d="M18 2.0845
a 15.9155 15.9155 0 0 1 0 31.831
a 15.9155 15.9155 0 0 1 0 -31.831"
/>
</svg>
<span class="circle-text fa-mobile-wrapper"><i class="fa fa-mobile"></i></span>
</div>
<p class="text-center">Small</p>
</div> <!-- size -->
<div class="col-sm-6">
<div class="single-chart">
<svg viewbox="0 0 36 36" class="circular-chart red">
<path class="circle-bg"
d="M18 2.0845
a 15.9155 15.9155 0 0 1 0 31.831
a 15.9155 15.9155 0 0 1 0 -31.831"
/>
<path class="circle"
stroke-dasharray="97, 100"
d="M18 2.0845
a 15.9155 15.9155 0 0 1 0 31.831
a 15.9155 15.9155 0 0 1 0 -31.831"
/>
</svg>
<span class="circle-text"><i class="fa fa-battery"></i></span>
</div>
<p class="text-center">Battery Saving</p>
</div> <!-- battery -->
<div class="col-sm-6">
<div class="single-chart">
<svg viewbox="0 0 36 36" class="circular-chart red">
<path class="circle-bg"
d="M18 2.0845
a 15.9155 15.9155 0 0 1 0 31.831
a 15.9155 15.9155 0 0 1 0 -31.831"
/>
<path class="circle in"
stroke-dasharray="90, 100"
d="M18 2.0845
a 15.9155 15.9155 0 0 1 0 31.831
a 15.9155 15.9155 0 0 1 0 -31.831"
/>
</svg>
<span class="circle-text"><i class="fa fa-signal"></i></span>
</div>
<p class="text-center">Little Data Consumption</p>
</div> <!-- data -->
</div>
</div>
<div class="feature-close-detail">
<i class="fa fa-arrow-left"></i>
</div>
</div>
<div class="col-md-9 feature-detail" id="downloads" >
<h3>Downloads</h3>
<div class="feature-media">
<img src="/img/screenshots/shot_02.png" class="img-responsive active" alt="download functionality" />
<!--<img src="/img/screenshots/shot_03.png" class="img-responsive" />-->
</div>
<div class="feature-description">
<p><strong>Customize your download:</strong></p>
<ul>
<li>Set title</li>
<li>Choose between video or audio download</li>
<li>Download subtitles</li>
<li>Select the most suitable file format</li>
<li>Download the resolution you need</li>
</ul>
</div>
<div class="feature-close-detail">
<i class="fa fa-arrow-left"></i>
</div>
</div>
<div class="col-md-9 feature-detail" id="privacy" >
<h3>Extended Privacy</h3>
<div class="feature-media">
<img src="/img/privacy_written_in_tiles.jpg" class="img-responsive" alt="privacy spelled" />
</div>
<div class="feature-description">
<p><strong>We protect your privacy</strong></p>
<ul>
<li>No proprietary Google APIs</li>
<li>Only send information which are required to get video and channel details</li>
<li>Decide what information we keep</li>
<li>We store everything offline on your device</li>
</ul>
</div>
<div class="feature-close-detail">
<i class="fa fa-arrow-left"></i>
</div>
</div>
<div class="col-md-9 feature-detail" id="background" >
<h3>Background Player</h3>
<div class="feature-media">
<img src="/img/screenshots/shot_06.png" class="img-responsive" alt="background playlist" />
</div>
<div class="feature-description">
<p><strong>Listen to your favourite music while using other apps:</strong></p>
<ul>
<li>Play in background</li>
<li class="text-success">Pro tip: close NewPipe to save RAM and battery</li>
<li>Create playlists for an endless music experience</li>
<li>Save mobile data volume (we only download the audio)</li>
</ul>
</div>
<div class="feature-close-detail">
<i class="fa fa-arrow-left"></i>
</div>
</div>
<div class="col-md-9 feature-detail" id="popup" >
<h3>Popup Player</h3>
<div class="feature-media">
<img src="/img/screenshots/shot_05.png" class="img-responsive" alt="popup player in browser app" />
</div>
<div class="feature-description">
<p><strong>Never stop playing!</strong></p>
<ul>
<li>View videos whenever you like</li>
<li>Resize and move it wherever you like</li>
<li>Use the full comfort of our normal video player</li>
<li class="text-success">Pro tip: switch between all players with one click</li>
<li>Available for all Android versions</li>
</ul>
</div>
<div class="feature-close-detail">
<i class="fa fa-arrow-left"></i>
</div>
</div>
<div class="col-md-9 feature-detail" id="subscriptions" >
<h3>Subscriptions</h3>
<div class="feature-media">
<img src="/img/screenshots/shot_09.png" class="img-responsive" alt="subscriptions list" />
</div>
<div class="feature-description">
<p><strong>Never miss updates again:</strong></p>
<ul>
<li>Subscribe a channel with one click</li>
<li>Use your custom feed</li>
<li>Watch your favourite artists</li>
<li>Easily import and export your local subscriptions from other devices</li>
</ul>
</div>
<div class="feature-close-detail">
<i class="fa fa-arrow-left"></i>
</div>
</div>
<div class="col-md-9 feature-detail" id="bookmarks">
<h3>Bookmarks and Local Playlists</h3>
<div class="feature-media">
<img src="/img/screenshots/shot_14.png" class="img-responsive" alt="bookmark view" />
</div>
<div class="feature-description">
<p><strong>Endless music</strong></p>
<ul>
<li>Create your own playlists</li>
<li>Import playlists</li>
<li>Mark your favourite videos</li>
<li class="text-success">Import your data on other devices to save time</li>
</ul>
</div>
<div class="feature-close-detail">
<i class="fa fa-arrow-left"></i>
</div>
</div>
<div class="col-md-9 feature-detail" id="history" >
<h3>History</h3>
<div class="feature-media">
<img src="/img/screenshots/shot_history_last_played_dark.png" class="img-responsive" alt="watched history" />
</div>
<div class="feature-description">
<p><strong>Go back in time</strong></p>
<ul>
<li>Watch your favourites again</li>
<li>Search suggestions based on your last searches</li>
<li>Easily open what you watch most</li>
<li class="text-success">Control what we keep for you</li>
</ul>
</div>
<div class="feature-close-detail">
<i class="fa fa-arrow-left"></i>
</div>
</div>
<!--<div class="col-md-9 feature-detail" id="4k" >
<h3>Live Stream and 4k</h3>
<div class="feature-media">
<img src="/img/screenshots/shot_01.png" class="img-responsive" />
</div>
<div class="feature-description">
<p><strong>Ge</strong></p>
<ul>
<li>Set title</li>
<li>Choose between video or audio download</li>
<li>Select the most suitably file format</li>
<li>Download the resolution you need</li>
</ul>
</div>
<div class="feature-close-detail">
<i class="fa fa-arrow-left"></i>
</div>
</div>-->
<!-- Sidebar -->
<div class="col-md-3" id="features-sidebar">
<div class="list-group">
<a href="#lightweight">
<div class="list-group-item active">
<span class="icon"><i class="fa fa-bolt"></i></span> Lightweight
</div>
</a>
<a href="#downloads">
<div class="list-group-item">
<span class="icon"><i class="fa fa-download"></i></span> Downloads
</div>
</a>
<a href="#privacy">
<div class="list-group-item">
<span class="icon"><i class="fa fa-lock"></i></span> Extended Privacy
</div>
</a>
<a href="#background">
<div class="list-group-item">
<span class="icon"><i class="fa fa-volume-up"></i></span> Background Player
</div>
</a>
<a href="#popup">
<div class="list-group-item">
<span class="icon"><i class="fa fa-window-maximize"></i></span> Popup Player
</div>
</a>
<a href="#subscriptions">
<div class="list-group-item">
<span class="icon"><i class="fa fa-feed"></i></span> Subscriptions
</div>
</a>
<a href="#bookmarks">
<div class="list-group-item">
<span class="icon"><i class="fa fa-bookmark"></i></span> Bookmarks
</div>
</a>
<a href="#history">
<div class="list-group-item">
<span class="icon"><i class="fa fa-history"></i></span> History
</div>
</a>
<!--<a href="#4k">
<div class="list-group-item">
<span class="icon"><i class="fa fa-podcast"></i></span> Live
</div>
</a>-->
</div>
</div>
</div>
</div>
</div> <!-- features -->
<!-- tiles -->
<div class="tiles-container">
<div class="container container-double">
<div class="row is-flex">
<div class="col-xs-12">
<hr class="separator hidden-md" />
</div>
<!-- User Voices -->
<div class="col-xs-12 tile" id="user-voices">
<h3>What other people think</h3>
<div id="user-voices-carousel" class="carousel slide" data-ride="carousel" data-interval="6000">
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active"> <!-- @Bubu -->
<div class="user-thumbnail">
<a href="https://github.com/TeamNewPipe/NewPipe/issues/1153#issuecomment-375478646">
<img src="{{ site.baseurl }}/img/bubu_thumbnail.jpg" class="img-responsive img-circle" alt="Marcus Hoffman thumbnail" />
</a>
</div>
<p class="user-name">
<a href="https://github.com/TeamNewPipe/NewPipe/issues/1153#issuecomment-375478646">
Marcus Hoffmann
</a>
</p>
<p class="user-statement">one of the most used apps on my Phone</p>
</div>
<div class="item">
<div class="user-thumbnail">
<i class="fa fa-user-circle-o"></i>
</div>
<p class="user-name">
<a href="https://newpipe.schabi.org/blog/pinned/NewPipe-needs-feedback/#isso-12">
Neil Simpson
</a>
</p>
<p class="user-statement">Such a great app - it is probably the app I use most on my phone!</p>
</div>
<div class="item">
<div class="user-thumbnail">
<i class="fa fa-user-circle-o"></i>
</div>
<p class="user-name">
<a href="https://newpipe.schabi.org/blog/pinned/NewPipe-needs-feedback/#isso-8">
Sarah Ann Berger
</a>
</p>
<p class="user-statement">You really do have a quality app, which is a rarity. </p>
</div>
<div class="item">
<div class="user-thumbnail">
<i class="fa fa-user-circle-o"></i>
</div>
<p class="user-name">
<a href="https://newpipe.schabi.org/blog/pinned/NewPipe-needs-feedback/#isso-16">
Arthur Reeder
</a>
</p>
<p class="user-statement">NewPipe is one of the best applications on mobile today.</p>
</div>
</div>
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#user-voices-carousel" data-slide-to="0" class="active"></li>
<li data-target="#user-voices-carousel" data-slide-to="1"></li>
<li data-target="#user-voices-carousel" data-slide-to="2"></li>
<li data-target="#user-voices-carousel" data-slide-to="3"></li>
</ol>
<!-- Controls: not displayed but needed to get preventJumpingPage() working
Pausing the Carousel won't work without controls. Don't ask me why :)
-->
<a class="left carousel-control" href="#user-voices-carousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#user-voices-carousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<!-- Download -->
<div class="col-xs-12">
<h3 class="title">Download NewPipe</h3>
</div>
<div class="col-xs-12 tile" id="download">
<div class="download-table">
<div class="row is-flex">
<div class="col-xs-12 col-sm-6 col-lg-4" id="download-stable">
<h4>F-Droid</h4>
<div class="download-info">
<p class="download-version api-f-droid-stable-version">0.11.6</p>
<!--<p class="text-center"><strong>New</strong></p>-->
<div class="api-fdroid-new">
<!-- placeholder until the api part is implemented -->
<a href="https://f-droid.org/packages/org.schabi.newpipe/">
<img src="{{ site.baseurl }}/img/f-droid.svg" class="img-responsive" alt="get it on F-Droid" />
</a>
</div>
</div>
<p class="download-action">
<a href="https://f-droid.org/packages/org.schabi.newpipe/">
<i class="fa fa-download"></i>
</a>
</p>
</div>
<div class="col-xs-12 col-sm-6 col-lg-4 col-lg-push-4" id="download-beta">
<h4>GitHub</h4>
<div class="download-info">
<p class="download-version api-github-stable-version">0.12.0</p>
<!--<p class="text-center"><strong>New</strong></p>-->
<div class="api-github-new">
<!-- placeholder until the api part is implemented -->
<a href="https://github.com/TeamNewPipe/NewPipe/releases">
<img src="{{ site.baseurl }}/img/GitHub-Mark-64px.png" class="img-responsive" alt="GitHub logo" />
</a>
</div>
</div>
<p class="download-action">
<a href="https://github.com/TeamNewPipe/NewPipe/releases">
<i class="fa fa-download"></i>
</a>
</p>
</div>
<div class="col-xs-12 col-lg-4 col-lg-pull-4" id="download-f-droid">
<!-- borders -->
<div class="border-middle left"></div>
<div class="border-middle right"></div>
<!-- color: #1976d2 -->
<h4>F-Droid</h4>
<div class="download">
<div id="f-droid-carousel" class="carousel slide" data-ride="carousel" data-interval="6000">
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<p><a href="https://f-droid.org/">F-Droid</a> is a trusted catalogue of Free and Open Source applications for Android.</p>
</div>
<div class="item">
<p>Install the F-Droid app to get notified about updates. It enables you to download and update them too.</p>
</div>
<div class="item">
<p>F-Droid also guarantees the best possible privacy and therefore does not track its users. <br />
At this point we would like to thank F-Droid for providing the downloads.
</p>
</div>
</div>
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#f-droid-carousel" data-slide-to="0" class="active"></li>
<li data-target="#f-droid-carousel" data-slide-to="1"></li>
<li data-target="#f-droid-carousel" data-slide-to="2"></li>
</ol>
<!-- Controls: not displayed but needed to get preventJumpingPage() working
Pausing the Carousel won't work without controls. Don't ask me why :)
-->
<a class="left carousel-control" href="#f-droid-carousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#f-droid-carousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<p class="download-action">
<a href="https://f-droid.org/packages/org.fdroid.fdroid/">
<i class="fa fa-download"></i>
</a>
</p>
</div>
</div>
</div>
</div>
<!-- Open Source -->
<div class="col-xs-12">
<hr class="separator" />
</div>
<div class="col-xs-12 tile" id="tile-opensource">
<div class="tile-media">
<a href="https://github.com/TeamNewPipe/NewPipe">
<img src="/img/newpipe_on_github.svg" class="img-responsive" alt="NewPipe on GitHub" />
</a>
</div>
<div class="tile-description">
<h4>NewPipe is free and open source</h4>
<p><strong>Your advantages</strong></p>
<ul class="check">
<li>Quick help when you have a problem (nobody's ever had one)</li>
<li>Dozens of people bring NewPipe forward and translate it into <a href="https://hosted.weblate.org/engage/NewPipe/"><span class="api-translations">43</span> languages</a>.</li>
<li>You can check the sourcecode on <a href="https://github.com/TeamNewPipe/NewPipe">GitHub</a> and contribute to NewPipe.</li>
<li>NewPipe is covered by the <a href="https://github.com/TeamNewPipe/NewPipe/blob/master/LICENSE">GPL 3.0 license</a>.</li>
<li>Get NewPipe from <a href="https://f-droid.org/packages/org.schabi.newpipe/">F-Droid</a> and we guarantee that it is generated from the sourcecode.</li>
<li class="text-success">NewPipe is available for free</li>
</ul>
<p class="button-wrapper">
<a href="https://github.com/TeamNewPipe/NewPipe/blob/dev/.github/CONTRIBUTING.md#newpipe-contribution-guidelines"><button class="action">Contribute</button></a>
<a href="https://github.com/TeamNewPipe/NewPipe/"><button class="action"><i class="fa fa-star"></i> <span class="api-stargazers">3000</span></button></a>
<a href="https://hosted.weblate.org/engage/NewPipe/"><button class="action">Translate</button></a>
<a href="https://github.com/TeamNewPipe/website/"><button class="action black" >Improve this site</button></a>
</p>
</div>
</div>
<div class="clearfix"></div>
<!-- Support -->
<div class="col-xs-12">
<h3 class="title">Support NewPipe</h3>
</div>
<div class="col-md-6 tile tile-left" id="tile-free">
<h4>Why NewPipe is free</h4>
<ul class="check">
<li class="heart">We love what we are doing</li>
<li>NewPipe is powered by a growing community</li>
<li>Our goal is to make the internet a more free (libre) place and open it for everyone</li>
<li>Your donations cover a majority of our costs</li>
<li class="text-success">F-Droid, WebLate, Sentry and other companies offer their services to open source projects for free</li>
</ul>
</div>
<div class="col-md-6 tile tile-right" id="tile-like-np">
<h4>Like the idea?</h4>
<p>We hope so! But don't forget, a lot of time and energy goes into this, and we share it with you.</p>
<p>We offer you ways to support our work by donations - so we can get some <strong class="red">extra snacks during work!</strong></p>
</div>
</div>
</div>
</div> <!-- tiles -->
<!-- donate -->
<div id="donate">
<div class="container">
<div class="row">
<div class="col-md-4">
<h3>bring NewPipe forward</h3>
</div>
<div class="col-md-4 text-center">
<p><a href="{{ site.baseurl }}/donate/"><button class="donate">Donate</button></a></p>
</div>
<div class="col-md-4">
<h3>support our developers</h3>
</div>
</div>
</div>
</div> <!-- donate -->
{% include footer.html buffer=False %}
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="{{ site.baseurl }}/bootstrap/js/bootstrap.min.js"></script>
<!-- Script for parallax animations -->
<script async src="{{ site.baseurl }}/js/parallax.js"></script>
<!-- Script for feature animations -->
<script async src="{{ site.baseurl }}/js/features.js"></script>
<script defer src="{{ site.baseurl }}/js/tiles.js"></script>
<script defer src="{{ site.baseurl }}/js/web-api.js"></script>
<script src="{{ site.baseurl }}/js/swipe.js"></script>
<!-- Script to handle touch and swipe events on carousels-->
<script>
document.documentElement.className += (!("ontouchstart" in document.documentElement) ? "no-" : "") + "touch";
if ("ontouchstart" in document.documentElement) {
var userVoicesSwiper = new Swipe('#user-voices');
userVoicesSwiper.onLeft(function () {
$('#user-voices-carousel').carousel('next');
});
userVoicesSwiper.onRight(function () {
$('#user-voices-carousel').carousel('prev');
});
userVoicesSwiper.run();
var downloadFdroidSwiper = new Swipe('#download-f-droid');
downloadFdroidSwiper.onLeft(function () {
$('#f-droid-carousel').carousel('next');
});
downloadFdroidSwiper.onRight(function () {
$('#f-droid-carousel').carousel('prev');
});
downloadFdroidSwiper.run();
}
</script>
<!-- Load and play animation on medium and large screens -->
<script>
var loaded = false;
var playing = false;
var animation = $('#animation').get(0);
$(window).on("orientationchange load resize", function () {
if($(window).width() > 767 && !loaded){
animation.load();
loaded = true;
animation.play();
playing = true;
}
else if($(window).width() > 767 && !playing){
animation.play();
playing = true;
}
else if($(window).width() <= 767 && loaded && playing){
animation.pause();
playing = false;
}
});
</script>
</body>
</html>