Updated css and index file

This commit is contained in:
Andrea Foletto
2021-12-16 14:41:20 +01:00
parent 80366cd86e
commit 7596166533
2 changed files with 25 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
<!doctype html>
<html>
<head>
<title>Null</title>
<title>Andrea</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="author" content="andrewfoll@protonmail.com"/>
<link rel="shortcut icon" href="./images/favicon.png"/>
@@ -9,18 +9,22 @@
</head>
<body>
<div id="container">
<div id="banner">
A javascript free page!
</div>
<div id="hello-world">
<div id="command">$ echo "Hello world!"<span id="pipe">|</span></div>
<span id="command">$ echo "Hello world!"</span>
<span id="pipe">&verbar;</span>
</div>
<div>
<nav id="links-nav" id="social-icons">
<a href="https://t.me/null_able"><img class="social-icon" alt="Telegram" src="./images/telegram.png"/></a>
<a href="https://gitlab.com/nullndr"><img class="social-icon" alt="gitlab" src="./images/gitlab.png"/></a>
<a href="https://github.com/nullndr"><img class="social-icon" alt="github" src="./images/github.png"/></a>
<a href="https://gitlab.com/nullndr"><img class="social-icon" alt="GitLab" src="./images/gitlab.png"/></a>
<a href="https://github.com/nullndr"><img class="social-icon" alt="GitHub" src="./images/github.png"/></a>
<a href="https://twitter.com/nullndr"><img class="social-icon" alt="Twitter" src="./images/twitter.png"/></a>
<a href="mailto: andrea@yaaaw.it"><img class="social-icon" alt="Protonmail" src="./images/email.png"/></a>
<a href="https://www.linkedin.com/in/andrea-foletto-5457b5187/"><img class="social-icon" alt="Linkedin" src="./images/linkedin.png"/></a>
<a href="./nullablepgpkey.pub"><img class="social-icon" alt="gpg key" src="./images/key.png"/></a>
<a href="./nullablepgpkey.pub"><img class="social-icon" alt="GPG key" src="./images/key.png"/></a>
</nav>
</div>
</div>