You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
3.1 KiB
57 lines
3.1 KiB
<!DOCTYPE html> |
|
<html lang="en"> |
|
<head> |
|
<title>Maël GRAMAIN</title> |
|
<meta charset="UTF-8"> |
|
<link rel="stylesheet" href="assets/main.css"> |
|
</head> |
|
<body> |
|
<header> |
|
<div class="title"> |
|
<img src="assets/gp.gif" alt="gp flag" width="60"> |
|
<span>EnPLS.org</span> |
|
<img src="assets/fr.gif" alt="fr flag" width="60"> |
|
</div> |
|
<h2>Welcome to Maël's home page</h2> |
|
</header> |
|
|
|
<hr> |
|
<div class="links"> |
|
| |
|
<a href="https://lg.enpls.org">Looking Glass</a> |
|
<a href="https://cdn.enpls.org">Files</a> |
|
<a href="https://as213253.peeringdb.com">PeeringDB</a> |
|
<a href="https://bgp.he.net/AS213253">BGP.HE.net</a> |
|
| |
|
</div> |
|
<hr> |
|
|
|
<div class="main"> |
|
<h2>About me:</h2> |
|
<p><a href="#" onclick="window.open('me.html','popup','width=600,height=600'); return false;" title="Me in ASCII">I am</a> |
|
currently studying in Mathematics and Physics/Chemistry. I am currently living in <a href="https://desencyclopedie.org/wiki/Guadeloupe_(France)">Guadeloupe</a>, France and speak French, Creole, English, Spanish and a little bit of German.</p> |
|
<p>Actively involved in the Open Source and the associative sector, I <a href="https://git.gnous.eu/mael">write</a> Golang and Python applications, do network administration (@AS213253) and GNU/Linux system administration (<a href="https://gnous.eu">@GnousEU</a> & <a href="https://milkywan.fr">@MilkyWan</a>).</p> |
|
<p>I'm currently writing <a href="https://github.com/outout14/sacrebleu-dns">my own AIO DNS server</a> in Golang. I also do <a href="https://unsplash.com/@outout">photography</a> and <a href="https://fr.wikipedia.org/wiki/Sp%C3%A9cial:Contributions/Outout14">contribute to fr.Wikipedia</a>.</p> |
|
</div> |
|
|
|
<hr> |
|
<h2>I run servers on the net :</h2> |
|
<p>AS213253 is a IPv6 only ASN that provides Internet connectivity to me and some <i>friends</i>. This allows me to improve my skills in OSPF6, BGP-4 and network administration in general.</p> |
|
<p>I announce 3 /48 blocks, all RPKI signed and ROA valid. I don't have upstreams behind tunnels. The network main P.O.P.s are in New Jersey, USA; Montreal, CA; Dronten, NL; Paris, FR.</p> |
|
<p><a href="graphs.html">Show the graphs !</a></p> |
|
<p></p> |
|
<hr> |
|
<div class="contact"> |
|
<h2>Contact me:</h2> |
|
<ul> |
|
<li>Twitter : <a href="https://twitter.com/outoutxyz">@outoutxyz</a></li> |
|
<li>Telegram : <a href="https://t.me/outout14">@outout14</a></li> |
|
<li>Git : <a href="https://git.gnous.eu/mael">mael@git.gnous.eu</a></li> |
|
<li>SSH Keys : <a href="https://cdn.enpls.org/ssh-keys.txt">ssh-keys.txt</a></li> |
|
<li>GPG : <a href="https://cdn.enpls.org/maelgramain.key">maelgramain.key</a></li> |
|
</ul> |
|
</div> |
|
<hr> |
|
|
|
</body> |
|
</html>
|
|
|