feat: copaings
This commit is contained in:
parent
03aacec368
commit
ad53b5e67b
2 changed files with 74 additions and 0 deletions
67
copaings.html
Normal file
67
copaings.html
Normal file
|
@ -0,0 +1,67 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="css/style.css" />
|
||||
<link rel="stylesheet" href="css/copaings.css" />
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<div>
|
||||
<h1>gyiwr dot tf</h1>
|
||||
<h2>le site de rick</h2>
|
||||
</div>
|
||||
<div>
|
||||
<a href="ou.html">où me retrouver</a>
|
||||
<a href="copaings.html">copains</a>
|
||||
<a href="/a/">annuaire</a>
|
||||
<a href="rss.html">mes flux rss</a>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div id="main">
|
||||
<p>Vous pouvez trouver ici pleins de liens vers les sites personnels de personnes que je connais (plus ou moins). Vous pouvez me contacter pour que je puisse vous y ajouter (ou vous retirer / modifier un lien, un nom). Je n'accepte cependant que les sites personnels ou les blogs, pas les projets ou associations qui iront plutot dans l'annuaire.</p>
|
||||
<p>Laissez vous maintenant porter au hasard du clic vers de nouveaux horizons !</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://enpls.org">outout</a></li>
|
||||
<li><a href="https://eban.bzh">eban</a></li>
|
||||
<li><a href="https://patchli.fr/">patch</a></li>
|
||||
<li><a href="https://silou.fr/">silou</a></li>
|
||||
<li><a href="https://hippie.cat/">hippie</a></li>
|
||||
<li><a href="https://0xhorizon.eu/">ruulian</a></li>
|
||||
<li><a href="https://l4p1n.ch/">l4p1n</a></li>
|
||||
<li><a href="https://rolix.re/">rolix</a></li>
|
||||
<li><a href="https://mizu.re/">mizu</a></li>
|
||||
<li><a href="https://ooggle.re/">ooggle</a></li>
|
||||
<li><a href="http://harlock.tor.d0p1.eu/">d0p1</a></li>
|
||||
<li><a href="https://vimuser.org/">leah</a></li>
|
||||
<!--
|
||||
<li><a href=""></a></li>
|
||||
<li><a href=""></a></li>
|
||||
<li><a href=""></a></li>
|
||||
<li><a href=""></a></li>
|
||||
<li><a href=""></a></li>
|
||||
<li><a href=""></a></li>
|
||||
<li><a href=""></a></li>
|
||||
<li><a href=""></a></li>
|
||||
<li><a href=""></a></li>
|
||||
<li><a href=""></a></li>
|
||||
-->
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<div id="footer-main">
|
||||
<img src="img/gplv3-or-later.png"/>
|
||||
<div id="footer-text">
|
||||
<p>Site sans cookie, ni JS, ni tracker.</p>
|
||||
<p><a href="https://git.semapy.xyz/semapy/tree/copaings.html">Code source de la page</a></p>
|
||||
<p id="footer-contact">2021 (c) rick <a id="footer-link-email" href="mailto:rick@gnous.eu"><rick@gnous.eu></a></p>
|
||||
</div>
|
||||
<img id="fsf" src="img/fsf.png"/>
|
||||
</div>
|
||||
<div>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
7
css/copaings.css
Normal file
7
css/copaings.css
Normal file
|
@ -0,0 +1,7 @@
|
|||
#main ul {
|
||||
list-style: none;
|
||||
display: grid;
|
||||
justify-content: center;
|
||||
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
|
||||
row-gap: 1em;
|
||||
}
|
Loading…
Reference in a new issue