diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-02-20 18:50:47 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-02-20 18:50:47 +0100 |
| commit | fee7a2800565a21a39e11cd1beec358111a1a01f (patch) | |
| tree | 822b56e54697f46c32f732b67b50005161c23cdf /top.html | |
| download | sebastiano.tronto.net-fee7a2800565a21a39e11cd1beec358111a1a01f.tar.gz sebastiano.tronto.net-fee7a2800565a21a39e11cd1beec358111a1a01f.zip | |
Initial commit
Diffstat (limited to 'top.html')
| -rw-r--r-- | top.html | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/top.html b/top.html new file mode 100644 index 0000000..ad33387 --- /dev/null +++ b/top.html | |||
| @@ -0,0 +1,50 @@ | |||
| 1 | <!doctype html> | ||
| 2 | <html> | ||
| 3 | <head> | ||
| 4 | <title> TITLE | Sebastiano Tronto </title> | ||
| 5 | <meta name="viewport" content="width=device-width" /> <link rel="stylesheet" type="text/css" href="/style.css"> | ||
| 6 | <link rel="icon" href="/favicon.png"> | ||
| 7 | <meta charset="utf-8"> | ||
| 8 | </head> | ||
| 9 | |||
| 10 | <body> | ||
| 11 | |||
| 12 | <nav class="top"> | ||
| 13 | <table class="menu"> | ||
| 14 | <tr> | ||
| 15 | <td class="logo"> | ||
| 16 | <a href="/"> | ||
| 17 | <svg width="50" height="50"> | ||
| 18 | <circle | ||
| 19 | cx="25" | ||
| 20 | cy="25" | ||
| 21 | r="24" | ||
| 22 | stroke = "black" | ||
| 23 | fill = "black" | ||
| 24 | /> | ||
| 25 | <text | ||
| 26 | x="50%" | ||
| 27 | y="50%" | ||
| 28 | text-anchor="middle" | ||
| 29 | dominant-baseline="middle" | ||
| 30 | font-family="monospace" | ||
| 31 | font-weight="bolder" | ||
| 32 | font-size="2.5em" | ||
| 33 | fill="white" | ||
| 34 | > | ||
| 35 | st | ||
| 36 | </text> | ||
| 37 | </svg> | ||
| 38 | </a> | ||
| 39 | </td> | ||
| 40 | <td class="links"> | ||
| 41 | <a href="/research/">Research</a> | | ||
| 42 | <a href="/git/">Git</a> | | ||
| 43 | <a href="/speedcubing/">Cubing</a> | ||
| 44 | </td> | ||
| 45 | </tr> | ||
| 46 | </table> | ||
| 47 | </nav> | ||
| 48 | |||
| 49 | <hr class="line"> | ||
| 50 | |||
