Update Invidious service status notice
Moved and updated the Invidious service card in the list of services to flag it as currently non-operational, now featuring a warning description and a more attention-grabbing 'btn-danger' class to alert users to the service disruption.
This commit is contained in:
parent
b74105bb2b
commit
512b00d897
1 changed files with 9 additions and 7 deletions
16
index.html
16
index.html
|
@ -63,13 +63,6 @@
|
|||
</p>
|
||||
|
||||
<div class="row" id="services">
|
||||
<div class="service col-sm-4">
|
||||
<h3>Invidious</h3>
|
||||
<p>Watch YouTube videos without Google tracking you.</p>
|
||||
<a href="https://invidious.private.coffee/" class="btn btn-primary"
|
||||
>Go to Invidious</a
|
||||
>
|
||||
</div>
|
||||
<div class="service col-sm-4">
|
||||
<h3>Matrix</h3>
|
||||
<p>
|
||||
|
@ -205,6 +198,15 @@
|
|||
>Go to Overleaf</a
|
||||
>
|
||||
</div>
|
||||
<div class="service col-sm-4">
|
||||
<h3>Invidious</h3>
|
||||
<p>Watch YouTube videos without Google tracking you. Currently
|
||||
broken.
|
||||
</p>
|
||||
<a href="https://invidious.private.coffee/" class="btn btn-danger"
|
||||
>Go to Invidious</a
|
||||
>
|
||||
</div>
|
||||
<div class="service col-sm-4">
|
||||
<h3>Libreddit</h3>
|
||||
<p>
|
||||
|
|
Loading…
Reference in a new issue