2021-03-18 10:50:09 -04:00
{{ define "main" }}
< section class = "section container-fluid mt-n3 pb-3" >
< div class = "row justify-content-center" >
2021-09-04 13:06:00 -04:00
< p class = "col-lg-12 text-center" > Website Work in Progress< / p >
2021-03-18 10:50:09 -04:00
< div class = "col-lg-12 text-center" >
2021-09-04 12:14:33 -04:00
< h1 > < img src = "invidious-colored-vector.svg" width = "192" height = "192" alt = "Invidious logo" > < / h1 >
2021-09-04 11:46:47 -04:00
< h1 class = "mt-0" > {{ .Title }}< / h1 >
2021-03-18 10:50:09 -04:00
< / div >
< div class = "col-lg-9 col-xl-8 text-center" >
2021-09-04 11:46:47 -04:00
< p class = "lead" > {{ .Params.lead | safeHTML }}< / p >
2021-09-04 15:47:03 -04:00
< a class = "btn btn-primary btn-lg px-4 mb-2" href = "{{ " https: / / instances . invidious . io / " | relURL } } " role = "button" > Use Invidious< / a >
< a class = "btn btn-primary btn-lg px-4 mb-2" href = "{{ " https: / / docs . invidious . io / Installation . md " | relURL } } " role = "button" > Host Invidious< / a >
2021-09-04 15:28:13 -04:00
< p class = "meta" > Invidious is < a href = "https://github.com/iv-org/invidious" > Free (Libre) and Open Source software< / a > licensed under the < a href = "https://www.gnu.org/licenses/agpl-3.0.en.html" > AGPL-3.0< / a > .< / p >
2021-09-04 15:56:32 -04:00
< h5 class = "mt-0" > Chat with us:< / h5 >
< a href = "https://matrix.to/#/#invidious:matrix.org" > < img alt = "Matrix" src = "https://img.shields.io/matrix/invidious:matrix.org?label=Matrix&color=darkgreen" > < / a >
< a href = "https://web.libera.chat/?channel=#invidious" > < img alt = "Libera.chat (IRC)" src = "https://img.shields.io/badge/IRC%20%28Libera.chat%29-%23invidious-darkgreen" > < / a >
2021-09-05 07:04:37 -04:00
< br / > < br / >
2021-03-18 10:50:09 -04:00
< / div >
< / div >
< / section >
{{ end }}
{{ define "sidebar-prefooter" }}
2021-09-04 20:02:02 -04:00
< hr >
2021-03-18 10:50:09 -04:00
< section class = "section section-sm" >
< div class = "container" >
< div class = "row justify-content-center text-center" >
< div class = "col-lg-5" >
2021-09-05 07:04:37 -04:00
< img src = "undraw_privacy_protection_nlwy.svg" alt = "Visual illustration from undraw" height = 250 width = 350/ >
2021-09-04 20:02:02 -04:00
< 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 >
2021-03-18 10:50:09 -04:00
< / div >
< div class = "col-lg-5" >
2021-09-05 07:04:37 -04:00
< img src = "undraw_design_inspiration_fmjm.svg" alt = "Visual illustration from undraw" height = 250 width = 350/ >
2021-09-05 06:40:18 -04:00
< h2 class = "h4" > Ethically designed< / h2 >
< p > Invidious helps you regain your focus through a humane-design — no more shall your day be wasted away!< / p >
2021-03-18 10:50:09 -04:00
< / div >
< div class = "col-lg-5" >
2021-09-05 07:04:37 -04:00
< img src = "undraw_subscriptions_re_k7jj.svg" alt = "Visual illustration from undraw" height = 250 width = 350/ >
2021-09-04 20:02:02 -04:00
< h2 class = "h4" > Accounts< / h2 >
2021-09-05 06:29:04 -04:00
< p > Invidious allows you to keep track of channels and create playlists, all entirely independent from YouTube. < / p >
< / div >
< / div >
< / div >
2021-09-05 07:04:37 -04:00
< br / > < br / >
2021-09-05 06:29:04 -04:00
< div class = "container" >
< div class = "row justify-content-center text-center" >
< div class = "col-lg-5" >
2021-09-05 07:04:37 -04:00
< img src = "undraw_Around_the_world_re_n353.svg" alt = "Visual illustration from undraw" height = 250 width = 350/ >
2021-09-05 06:29:04 -04:00
< 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" >
2021-09-05 07:04:37 -04:00
< img src = "undraw_Placeholders_re_pvr4.svg" alt = "Visual illustration from undraw" height = 250 width = 350/ >
2021-09-05 06:29:04 -04:00
< 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" >
2021-09-05 07:04:37 -04:00
< img src = "undraw_Coding_re_iv62.svg" alt = "Visual illustration from undraw" height = 250 width = 350/ >
2021-09-05 06:29:04 -04:00
< 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 >
2021-03-18 10:50:09 -04:00
< / div >
< / div >
< / div >
< / section >
{{ end }}
{{ define "sidebar-footer" }}
< section class = "section section-sm container-fluid" >
< div class = "row justify-content-center text-center" >
< div class = "col-lg-9" >
{{- .Content -}}
< / div >
< / div >
< / section >
{{ end }}