Various fixes

This commit is contained in:
2019-12-31 21:27:21 +02:00
parent 7cffab96da
commit 47c663003e
2 changed files with 39 additions and 34 deletions

View File

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="title" content="Manos Katsomallos" />
<meta name="description" content="Computer scientist, problem solver, son of his father and not his brother.">
<meta name="keywords" content="manos katsomallos, emmanouil katsomallos, katsomallos">
@ -14,34 +15,34 @@
<title>Manos Katsomallos</title>
</head>
<body>
<nav id="nav">
<a href="#home">Home</a>
<a href="#about">About</a>
<a href="#experience">Experience</a>
<a href="#education">Education</a>
<a href="#contact">Contact</a>
<nav id="nav"
><a href="#home">Home</a
><a href="#about">About</a
><a href="#experience">Experience</a
><a href="#education">Education</a
><a href="#contact">Contact</a>
</nav>
<nav id="nav-mini">
<input type="checkbox" id="nav-ctrl"/>
<label for="nav-ctrl"></label>
<div class="menu">
<a href="#home">Home</a>
<a href="#about">About</a>
<a href="#experience">Experience</a>
<a href="#education">Education</a>
<a href="#contact">Contact</a>
<div class="menu"><!--
--><a href="#home">Home</a><!--
--><a href="#about">About</a><!--
--><a href="#experience">Experience</a><!--
--><a href="#education">Education</a><!--
--><a href="#contact">Contact</a>
</div>
</nav>
<div id="home">
<div class="content">
<div class="title">Manos Katsomallos</div>
<div class="subtitle">Computer scientist, problem solver,<br>son of his father and not his brother.</div>
<div class="social">
<a class="email" href="mailto:manos@delkappa.com" target="_blank"></a>
<a class="github" href="https://github.com/delkappa" target="_blank"></a>
<a class="ig" href="https://instagram.com/delkappa" target="_blank"></a>
<a class="in" href="https://linkedin.com/in/delkappa" target="_blank"></a>
<a class="tr" href="https://twitter.com/delkappa" target="_blank"></a>
<div class="social"><!--
--><a class="email" href="mailto:manos@delkappa.com" target="_blank"></a><!--
--><a class="github" href="https://github.com/delkappa" target="_blank"></a><!--
--><a class="ig" href="https://instagram.com/delkappa" target="_blank"></a><!--
--><a class="in" href="https://linkedin.com/in/delkappa" target="_blank"></a><!--
--><a class="tr" href="https://twitter.com/delkappa" target="_blank"></a>
</div>
</div>
</div>
@ -189,17 +190,18 @@
</p>
</div>
<a class="button" href="https://cloud.delkappa.com/s/AXdRFidn8xKwPLC/download" target="_blank">
<div class="icon"></div><div class="label">Download resume</div>
<div class="icon"></div><!--
--><div class="label">Download resume</div>
</a>
</div>
</div>
<footer id="footer">
<div class="social">
<a class="email" href="mailto:manos@delkappa.com" target="_blank"></a>
<a class="github" href="https://github.com/delkappa" target="_blank"></a>
<a class="ig" href="https://instagram.com/delkappa" target="_blank"></a>
<a class="in" href="https://linkedin.com/in/delkappa" target="_blank"></a>
<a class="tr" href="https://twitter.com/delkappa" target="_blank"></a>
<div class="social"><!--
--><a class="email" href="mailto:manos@delkappa.com" target="_blank"></a><!--
--><a class="github" href="https://github.com/delkappa" target="_blank"></a><!--
--><a class="ig" href="https://instagram.com/delkappa" target="_blank"></a><!--
--><a class="in" href="https://linkedin.com/in/delkappa" target="_blank"></a><!--
--><a class="tr" href="https://twitter.com/delkappa" target="_blank"></a>
</div>
<div class="text">&copy; 2020 Manos Katsomallos</div>
</footer>