mirror of
https://github.com/iv-org/invidious.io.git
synced 2024-12-29 09:36:18 -05:00
60 lines
2.7 KiB
HTML
60 lines
2.7 KiB
HTML
{{ define "main" }}
|
|
<section class="section container-fluid mt-n3 pb-3">
|
|
<div class="row justify-content-center">
|
|
<p class="col-lg-12 text-center">Website Work in Progress</p>
|
|
<div class="col-lg-12 text-center">
|
|
<h1><img src="invidious-colored-vector.svg" width="192" height="192" alt="Invidious logo"></h1>
|
|
<h1 class="mt-0">{{ .Title }}</h1>
|
|
</div>
|
|
<div class="col-lg-9 col-xl-8 text-center">
|
|
<p class="lead">{{ .Params.lead | safeHTML }}</p>
|
|
<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>
|
|
<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>
|
|
<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>
|
|
|
|
<br/>
|
|
<br/>
|
|
|
|
</div>
|
|
</div>
|
|
</section>
|
|
{{ end }}
|
|
|
|
{{ define "sidebar-prefooter" }}
|
|
<hr>
|
|
<section class="section section-sm">
|
|
<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/>
|
|
<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/>
|
|
<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/>
|
|
<h2 class="h4">Accounts</h2>
|
|
<p> Invidious allows you to keep track of channels and create playlists, all entirely independent from YouTube </p>
|
|
</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 }}
|