blob: 0a193d602d382b27244577c1757f07bd41c78049 (
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
43
44
45
46
47
48
49
50
51
52
53
|
<!doctype html>
<html lang="en">
<head>
<title> TITLE | Sebastiano Tronto </title>
<meta name="viewport" content="width=device-width" /> <link rel="stylesheet" type="text/css" href="/style.css">
<link rel="icon" href="/favicon.png">
<meta charset="utf-8">
</head>
<body>
<header>
<nav class="top">
<table>
<tr>
<td class="logo">
<a href="/">
<svg width="50" height="50">
<circle
cx="25"
cy="25"
r="24"
stroke = "black"
fill = "black"
/>
<text
x="50%"
y="50%"
text-anchor="middle"
dominant-baseline="middle"
font-family="monospace"
font-weight="bolder"
font-size="2.5em"
fill="white"
>
st
</text>
</svg>
</a>
</td>
<td class="links">
<a href="/research/">Research</a> |
<a href="/git/">Git</a> |
<a href="/speedcubing/">Cubing</a>
</td>
</tr>
</table>
</nav>
</header>
<hr class="line">
<main>
|