aboutsummaryrefslogtreecommitdiff
path: root/top.html
blob: 77e7480fb9f893994e0be3e969eccaecd4aafcaf (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
<!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?v=2">
	<link rel="icon" href="/favicon.ico?v=1">
	<meta charset="utf-8">
</head>

<body>

<header>
<nav class="top">
	<table>
	<tr>
	<td class="logo">
		<a href="/">
			<img src="/logo.png" alt="Home" title="Home">
		</a>
	</td>
	<td class="links">
		<a href="/blog">Blog</a> |
		<a href="/tronto-cv.pdf" title="pdf, 205Kb">CV</a> |
		<a href="/git">Git</a> |
		<a href="/av2">Hikes</a> |
		<a href="/research">Math</a> |
		<a href="/speedcubing">Speedcubing</a> |
		<a href="/talks">Talks</a>
	</td>
	</tr>
	</table>
</nav>
</header>

<hr class="line">

<main>

Generated with cgit - Back to sebastiano.tronto.net