diff options
Diffstat (limited to '_header.t.html')
-rw-r--r-- | _header.t.html | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/_header.t.html b/_header.t.html new file mode 100644 index 0000000..1b4d3bf --- /dev/null +++ b/_header.t.html @@ -0,0 +1,42 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta http-equiv="content-type" content="text/html; charset=UTF-8"> + <meta charset="utf-8"> + <title>TITLE</title> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta name="description" content="DESCRIPTION"> + <link rel="stylesheet" type="text/css" href="/css/style.css" media="screen"> + <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> + </head> + + <body> + <header> + <img src="/images/profile-cut.jpg" id="profile"> + <h1><big>Andrea Corsini</big> <small>https://andreacorsini.xyz</small></h1> + + <div> + <aside>I believe in personal digital freedom</aside> + <nav> + <a href="/index.html">Home</a> | + <a href="/notes">My notes</a> | +# <a href="/computing.html">Computing</a> | + <a href="/travels">Travels</a> | + <a href="/email.html">Email</a> + </nav> + </div> + +# <div> +# <hr> +# <h3>WIP - Under Coding</h3> +# <img src="/images/under_construction.gif" style="float:right;width:64px"> +# <p><small>Hey visitor! The whole website is still +# under <strike>construction</strike> coding. Check out the +# <a href="/rss.xml">RSS feed</a> for updates. Currently, I am +# finishing to upload some photos from my +# past <a href="/travels">travels</a>.</small> +# </p> +# <hr> +# </div> + </header> + <main> |