new branch for web-only
add templates for html removed everything gemini related :/ renamed ./web into ./html
This commit is contained in:
parent
72d1b6d01c
commit
5396bef80e
34 changed files with 616 additions and 362 deletions
36
html/logs/2021-05-04_networking_school.html
Normal file
36
html/logs/2021-05-04_networking_school.html
Normal file
|
@ -0,0 +1,36 @@
|
|||
<!DOCTYPE HTML>
|
||||
|
||||
<html lang="fr-FR">
|
||||
<head>
|
||||
<title>I’m learning networking</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">
|
||||
<link rel="stylesheet" href="/style.css" type="text/css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="/index.html">~/</a></li>
|
||||
<li><a href="/logs/index.html">~/logs</a></li>
|
||||
<li><a href="/projects.html">~/projects</a></li>
|
||||
<li><a href="/gibone-cv.pdf">~/gibone-cv.pdf</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<header>
|
||||
<h1>I’m learning networking</h1>
|
||||
<time datetime="2021-05-04">2021-05-04</time>
|
||||
</header>
|
||||
<article><p>I’m currently learning networking stuff to become a sysadmin
|
||||
on my own waiting for the formation to start. I’m looking at a free
|
||||
Coursera course and videos on Youtube and I’m having a blast learning
|
||||
all this but it makes me want to buy all kind of things that would be
|
||||
way overkill both for my wallet and for my home network…</p></article>
|
||||
<footer>
|
||||
<hr>
|
||||
<a href="mailto:steven@gibone.fr">steven@gibone.fr</a><br>
|
||||
<a rel=me href="https://mastodon.zaclys.com/@lonion">@lonion@mastodon.zaclys.com</a><br>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue