fix email address in footer
set max-width in ch instead of px
This commit is contained in:
parent
708e911a6b
commit
c38edb84d9
8 changed files with 22 additions and 11 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue