add main content
This commit is contained in:
parent
a59d7ab248
commit
d95886ce8e
1 changed files with 38 additions and 0 deletions
38
index.html
Normal file
38
index.html
Normal file
|
@ -0,0 +1,38 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
|
||||
<title>Ada</title>
|
||||
<link rel="stylesheet" href="ui.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<h1>Site of a random human</h1>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<article>
|
||||
<h2>~/ Whoami</h2>
|
||||
|
||||
<p>
|
||||
I am currently student in security. I spend my time to make a useless network and system infrastructure. I love free software (!=opensource).
|
||||
</p>
|
||||
|
||||
<h2>~/Project/</h2>
|
||||
|
||||
<h3>Homelab</h3>
|
||||
<p>A small lab for learn network and system. I use Proxmox in bare-metal and Ubuntu for my virtual machine. I
|
||||
automate some task with Ansible.</p>
|
||||
<p>soon a picures of my homelab</p>
|
||||
<h3><a href="https://ilearned.eu">I Learned</a></h3>
|
||||
<p>A semi dead collaborative blog, but soon™ new article</p>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<p>If you want contact me (don't hesitate), i y have a mail TODO. I have useless project on my <a href="https://github.com/r4iponce">Github</a></p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue