Show URLs of hosted services.
Those are a big part of our identity, we should definitely show them to the world.
This commit is contained in:
parent
5a231a15cc
commit
c18d7d19cd
13
css/main.css
13
css/main.css
@ -87,17 +87,22 @@ footer a {
|
|||||||
max-width: 150px;
|
max-width: 150px;
|
||||||
}
|
}
|
||||||
#services ul li span {
|
#services ul li span {
|
||||||
bottom: 20px;
|
|
||||||
color: white;
|
color: white;
|
||||||
display: block;
|
display: block;
|
||||||
font-size: 1.1em;
|
|
||||||
font-weight: bold;
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
text-transform: uppercase;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
#services ul li .name {
|
||||||
|
bottom: 30px;
|
||||||
|
font-size: 1.1em;
|
||||||
|
font-weight: bold;
|
||||||
|
text-transform: uppercase;
|
||||||
|
}
|
||||||
|
#services ul li .url {
|
||||||
|
bottom: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 700px) {
|
@media (max-width: 700px) {
|
||||||
#services ul li {
|
#services ul li {
|
||||||
|
18
index.html
18
index.html
@ -32,37 +32,43 @@
|
|||||||
<li>
|
<li>
|
||||||
<a href="https://nuage.delire.party/">
|
<a href="https://nuage.delire.party/">
|
||||||
<img src="img/owncloud.png" alt="Logo de OwnCloud" />
|
<img src="img/owncloud.png" alt="Logo de OwnCloud" />
|
||||||
<span>OwnCloud</span>
|
<span class="name">OwnCloud</span>
|
||||||
|
<span class="url">nuage.delire.party</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://steroids.delire.party/">
|
<a href="https://steroids.delire.party/">
|
||||||
<img src="img/wekan.png" alt="Logo de Wekan" />
|
<img src="img/wekan.png" alt="Logo de Wekan" />
|
||||||
<span>Wekan</span>
|
<span class="name">Wekan</span>
|
||||||
|
<span class="url">steroids.delire.party</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://tutut.delire.party/">
|
<a href="https://tutut.delire.party/">
|
||||||
<img src="img/mastodon.png" alt="Logo de Mastodon" />
|
<img src="img/mastodon.png" alt="Logo de Mastodon" />
|
||||||
<span>Mastodon</span>
|
<span class="name">Mastodon</span>
|
||||||
|
<span class="url">tutut.delire.party</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://plaisir.delire.party/">
|
<a href="https://plaisir.delire.party/">
|
||||||
<img src="img/wallabag.png" alt="Logo de Wallabag" />
|
<img src="img/wallabag.png" alt="Logo de Wallabag" />
|
||||||
<span>Wallabag</span>
|
<span class="name">Wallabag</span>
|
||||||
|
<span class="url">plaisir.delire.party</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://urss.delire.party/">
|
<a href="https://urss.delire.party/">
|
||||||
<img src="img/freshrss.png" alt="Logo de FreshRSS" />
|
<img src="img/freshrss.png" alt="Logo de FreshRSS" />
|
||||||
<span>FreshRSS</span>
|
<span class="name">FreshRSS</span>
|
||||||
|
<span class="url">urss.delire.party</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://colle.delire.party/">
|
<a href="https://colle.delire.party/">
|
||||||
<img src="img/privatebin.png" alt="Logo de PrivateBin" />
|
<img src="img/privatebin.png" alt="Logo de PrivateBin" />
|
||||||
<span>PrivateBin</span>
|
<span class="name">PrivateBin</span>
|
||||||
|
<span class="url">colle.delire.party</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
Loading…
Reference in New Issue
Block a user