fix email address in footer

set max-width in ch instead of px
This commit is contained in:
stev 2023-09-20 23:04:16 +02:00
parent 708e911a6b
commit c38edb84d9
8 changed files with 22 additions and 11 deletions

View file

@ -1,6 +1,6 @@
body {
font-family: monospace;
max-width: 750px;
max-width: 80ch;
margin: auto;
background: black;
color: lime;

View file

@ -2,7 +2,7 @@
<footer>
<hr>
<ul>
<li>Mail me: steven.gibone <at> zaclys (dot) net</li>
<li>Mail me: steven.gibone [at] zaclys (dot) net</li>
<li><a rel=me href="https://mastodon.zaclys.com/@lonion">My mastodon profile<a></li>
</ul>
</footer>

View file

@ -30,7 +30,7 @@
<footer>
<hr>
<ul>
<li>Mail me: steven.gibone <at> zaclys (dot) net</li>
<li>Mail me: steven.gibone [at] zaclys (dot) net</li>
<li><a rel=me href="https://mastodon.zaclys.com/@lonion">My mastodon profile<a></li>
</ul>
</footer>

View file

@ -24,7 +24,7 @@
<footer>
<hr>
<ul>
<li>Mail me: steven.gibone <at> zaclys (dot) net</li>
<li>Mail me: steven.gibone [at] zaclys (dot) net</li>
<li><a rel=me href="https://mastodon.zaclys.com/@lonion">My mastodon profile<a></li>
</ul>
</footer>

View file

@ -26,6 +26,7 @@
<li>what clothes do I like?</li>
</ul>
<ul>
<li>my journey into linux</li>
<li>my love for tech minimalism</li>
@ -34,16 +35,19 @@
<li>how I kind of broke my system but I managed to fix it (._.')</li>
</ul>
<ul>
<li>something about maths</li>
</ul>
<ul>
<li>politics</li>
<li>free money (as in freedom, not free beer), the case of june/G1</li>
<li>universal wage (salaire à vie in french), which is not UBI</li>
</ul>
<h2>## logs</h2>
<a href="/gemlog/2021-05-04_networking_school.html">=> 2021-05-04 - I'm learning networking</a><br>
@ -53,7 +57,7 @@
<footer>
<hr>
<ul>
<li>Mail me: steven.gibone <at> zaclys (dot) net</li>
<li>Mail me: steven.gibone [at] zaclys (dot) net</li>
<li><a rel=me href="https://mastodon.zaclys.com/@lonion">My mastodon profile<a></li>
</ul>
</footer>

View file

@ -2,7 +2,7 @@
<html>
<head>
<title>stevengibone.com</title>
<title>about me</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
@ -22,7 +22,7 @@
Est. 17th of February 2021.
</pre>
<h1># stevengibone.com</h1>
<h1># about me</h1>
<a href="gibone-CV.pdf">=> my resume (in french)</a><br>
<p>Hello, my name is Steven Gibone and welcome to my gemini capsule. I used to study mathematics but quit due to me realizing I don't want to teach to an entire class. The public education system is far too broken for me and I really cannot accept to work in these conditions.</p>
@ -44,6 +44,7 @@ Est. 17th of February 2021.
<li>video games</li>
</ul>
<p>And sportswise:</p>
<ul>
<li>fencing (I'm not a fencer anymore but really loved it)</li>
@ -51,6 +52,7 @@ Est. 17th of February 2021.
<li>rollerblading</li>
</ul>
<a href="projects.html">=> my differents projects</a><br>
<h2>## what I'm reading</h2>
@ -62,6 +64,7 @@ Est. 17th of February 2021.
<li>Beaufs et Barbares, Houria Bouteldja</li>
</ul>
<h2>## what I'm playing</h2>
<ul>
<li>Bloodstained: Ritual of the Night</li>
@ -69,6 +72,7 @@ Est. 17th of February 2021.
<li>Pokemon: Shining Pearl</li>
</ul>
<h2>## logs</h2>
<a href="/gemlog/index.html">=> all gemlogs here</a><br>
@ -79,7 +83,7 @@ Est. 17th of February 2021.
<footer>
<hr>
<ul>
<li>Mail me: steven.gibone <at> zaclys (dot) net</li>
<li>Mail me: steven.gibone [at] zaclys (dot) net</li>
<li><a rel=me href="https://mastodon.zaclys.com/@lonion">My mastodon profile<a></li>
</ul>
</footer>

View file

@ -26,7 +26,8 @@
<li>resuscitate my gemini capsule again after reading an article by Ploum</li>
</ul>
<a href="gemini://ploum.net/2022-12-04-fin-du-blog-et-derniere-version.html">=> gemini://ploum.net/2022-12-04-fin-du-blog-et-derniere-version.html</a><br>
<a href="gemini://ploum.net/2022-12-04-fin-du-blog-et-derniere-version.gmi">=> gemini://ploum.net/2022-12-04-fin-du-blog-et-derniere-version.gmi</a><br>
<h2>## 2022</h2>
<ul>
@ -36,6 +37,7 @@
<li>multiple things of which I didn't keep records</li>
</ul>
<h2>## 2021</h2>
<ul>
<li>migrate website from PicoCMS to 11ty</li>
@ -47,11 +49,12 @@
<li>built my website using PicoCMS</li>
</ul>
</body>
<footer>
<hr>
<ul>
<li>Mail me: steven.gibone <at> zaclys (dot) net</li>
<li>Mail me: steven.gibone [at] zaclys (dot) net</li>
<li><a rel=me href="https://mastodon.zaclys.com/@lonion">My mastodon profile<a></li>
</ul>
</footer>

View file

@ -1,6 +1,6 @@
body {
font-family: monospace;
max-width: 750px;
max-width: 80ch;
margin: auto;
background: black;
color: lime;