Add Gothub link
This commit is contained in:
parent
4cd95a7ab4
commit
49581dfa59
1 changed files with 45 additions and 7 deletions
52
index.html
52
index.html
|
@ -55,7 +55,11 @@
|
|||
<p>
|
||||
Private.coffee is a collection of services that respect your privacy.
|
||||
</p>
|
||||
<p>Click on a service to go to it.</p>
|
||||
<p>
|
||||
Click on a service to go to it. Some services are also available using
|
||||
Tor and/or I2P. Click the arrow behind the "Go to" link to see all
|
||||
available versions.
|
||||
</p>
|
||||
|
||||
<div class="row" id="services">
|
||||
<div class="service col-sm-4">
|
||||
|
@ -69,13 +73,37 @@
|
|||
<h3>Nitter</h3>
|
||||
<p>Use Twitter without Twitter tracking you.</p>
|
||||
<div class="btn-group">
|
||||
<a href="https://nitter.private.coffee" class="btn btn-primary">Go to Nitter</a>
|
||||
<a href="#" class="btn btn-primary dropdown-toggle dropdown-toggle-split" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
<a href="https://nitter.private.coffee" class="btn btn-primary"
|
||||
>Go to Nitter</a
|
||||
>
|
||||
<a
|
||||
href="#"
|
||||
class="btn btn-primary dropdown-toggle dropdown-toggle-split"
|
||||
data-toggle="dropdown"
|
||||
aria-haspopup="true"
|
||||
aria-expanded="false"
|
||||
>
|
||||
<span class="sr-only">Toggle Dropdown</span>
|
||||
</a>
|
||||
<div class="dropdown-menu" x-placement="bottom-start" style="position: absolute; transform: translate3d(80px, 38px, 0px); top: 0px; left: 0px; will-change: transform;">
|
||||
<a class="dropdown-item" href="https://nitter.private.coffee">Clearnet</a>
|
||||
<a class="dropdown-item" href="http://nitter.coffee2m3bjsrrqqycx6ghkxrnejl2q6nl7pjw2j4clchjj6uk5zozad.onion/">Tor (.onion)</a>
|
||||
<div
|
||||
class="dropdown-menu"
|
||||
x-placement="bottom-start"
|
||||
style="
|
||||
position: absolute;
|
||||
transform: translate3d(80px, 38px, 0px);
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
will-change: transform;
|
||||
"
|
||||
>
|
||||
<a class="dropdown-item" href="https://nitter.private.coffee"
|
||||
>Clearnet</a
|
||||
>
|
||||
<a
|
||||
class="dropdown-item"
|
||||
href="http://nitter.coffee2m3bjsrrqqycx6ghkxrnejl2q6nl7pjw2j4clchjj6uk5zozad.onion/"
|
||||
>Tor (.onion)</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -93,7 +121,17 @@
|
|||
other people at Private.coffee or around the world.
|
||||
</p>
|
||||
<a href="https://element.private.coffee/" class="btn btn-primary"
|
||||
>Go to Element</a
|
||||
>Go to Riot (Matrix client)</a
|
||||
>
|
||||
</div>
|
||||
<div class="service col-sm-4">
|
||||
<h3>Gothub</h3>
|
||||
<p>
|
||||
Gothub is a GitHub alternative that respects your privacy. It is
|
||||
currently in alpha, but you can browse and download repositories.
|
||||
</p>
|
||||
<a href="https://gothub.private.coffee/" class="btn btn-primary"
|
||||
>Go to Gothub</a
|
||||
>
|
||||
</div>
|
||||
<div class="service col-sm-4">
|
||||
|
|
Loading…
Reference in a new issue