83
public/index.html
Normal file
83
public/index.html
Normal file
@@ -0,0 +1,83 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<meta name="author" content="Ettore Dreucci">
|
||||
<meta name="description" content="Ettore Dreucci's personal website">
|
||||
|
||||
|
||||
<base href="https://ettore.dreucci.it/">
|
||||
<title>Ettore Dreucci</title>
|
||||
|
||||
<link rel="canonical" href="https://ettore.dreucci.it/">
|
||||
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Fira+Mono:400,700">
|
||||
<link rel="stylesheet" href="//cdn.rawgit.com/necolas/normalize.css/master/normalize.css">
|
||||
<link rel="stylesheet" href="https://ettore.dreucci.it/css/style.min.css">
|
||||
|
||||
<link rel="icon" type="image/png" href="https://ettore.dreucci.it/images/favicon-32x32.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="https://ettore.dreucci.it/images/favicon-16x16.png" sizes="16x16">
|
||||
|
||||
|
||||
<link href="https://ettore.dreucci.it/index.xml" rel="alternate" type="application/rss+xml" title="Ettore Dreucci" />
|
||||
<link href="https://ettore.dreucci.it/index.xml" rel="feed" type="application/rss+xml" title="Ettore Dreucci" />
|
||||
|
||||
|
||||
<meta name="generator" content="Hugo 0.40.2" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<main class="wrapper">
|
||||
<nav class="navigation">
|
||||
<section class="container">
|
||||
<a class="navigation-title" href="https://ettore.dreucci.it/">
|
||||
Ettore Dreucci
|
||||
</a>
|
||||
|
||||
<ul class="navigation-list float-right">
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://ettore.dreucci.it/contacts/">Contacts</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
</section>
|
||||
</nav>
|
||||
|
||||
|
||||
<div class="content">
|
||||
|
||||
<section class="container centered">
|
||||
<div class="about">
|
||||
<h1>Ettore Dreucci</h1>
|
||||
<h2>GNU/Linux nerd. Computer Engineering student at UniPi.</h2>
|
||||
|
||||
<ul>
|
||||
|
||||
<li><a href="https://github.com/Noettore">Github</a></li>
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<footer class="footer">
|
||||
<section class="container">
|
||||
© 2018 · Powered by <a href="https://gohugo.io/">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/">Coder</a>.
|
||||
</section>
|
||||
</footer>
|
||||
|
||||
</main>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user