aboutsummaryrefslogtreecommitdiff
path: root/_header.t.html
blob: 1b4d3bf701fe4ee8f2c581189c16de08ca7f75a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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>