Add more features in showcase:

- Multilingual
- No ads
- Developer API
This commit is contained in:
syeopite 2021-09-05 03:29:04 -07:00
parent 2a5ce2d669
commit 7e11f03da2
No known key found for this signature in database
GPG Key ID: 6FA616E5A5294A82
4 changed files with 27 additions and 4 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 9.5 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.9 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 8.4 KiB

View File

@ -29,19 +29,39 @@
<div class="container">
<div class="row justify-content-center text-center">
<div class="col-lg-5">
<img src="undraw_privacy_protection_nlwy.svg" height=250/>
<img src="undraw_privacy_protection_nlwy.svg" height=250 width=350/>
<h2 class="h4">Privacy</h2>
<p> With protections against the prying eyes of google, and lack of build-in tracking, Invidious help keeps your data private. </p>
</div>
<div class="col-lg-5">
<img src="undraw_design_inspiration_fmjm.svg" height=250/>
<img src="undraw_design_inspiration_fmjm.svg" height=250 width=350/>
<h2 class="h4">Humanely designed</h2>
<p> Invidious helps you regain your focus through ethical design! No more shall you conclusively check YouTube and waste your day away!</p>
</div>
<div class="col-lg-5">
<img src="undraw_subscriptions_re_k7jj.svg" height=250/>
<img src="undraw_subscriptions_re_k7jj.svg" height=250 width=350/>
<h2 class="h4">Accounts</h2>
<p> Invidious allows you to keep track of channels and create playlists, all entirely independent from YouTube </p>
<p> Invidious allows you to keep track of channels and create playlists, all entirely independent from YouTube. </p>
</div>
</div>
</div>
<div class="container">
<div class="row justify-content-center text-center">
<div class="col-lg-5">
<img src="undraw_Around_the_world_re_n353.svg" height=250 width=350/>
<h2 class="h4">Multilingual</h2>
<p> Thanks to our translators, Invidious is available in a multitude of different languages.</p>
</div>
<div class="col-lg-5">
<img src="undraw_Placeholders_re_pvr4.svg" height=250 width=350/>
<h2 class="h4">No Ads</h2>
<p> Invidious allows you to watch your video in peace, without any of those pesky interruptions.</p>
</div>
<div class="col-lg-5">
<img src="undraw_Coding_re_iv62.svg" height=250 width=350/>
<h2 class="h4">Developer API</h2>
<p> Invidious's fully featured developer API allows you to programmatically interact with us in every way shape or form. </p>
</div>
</div>
</div>