-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (34 loc) · 1.49 KB
/
index.html
File metadata and controls
36 lines (34 loc) · 1.49 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Xavier Poncini's personal website">
<meta name="author" content="Xavier Poncini">
<meta http-equiv="X-Frame-Options" content="DENY">
<meta http-equiv="X-Content-Type-Options" content="nosniff">
<meta name="referrer" content="strict-origin-when-cross-origin">
<meta http-equiv="Permissions-Policy" content="geolocation=(), microphone=(), camera=(), payment=()">
<title>Home | Xavier</title>
<link rel="icon" type="image/png" href="assets/images/favicon.png">
<link rel="apple-touch-icon" href="assets/images/favicon.png">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="alternate" type="application/rss+xml" title="RSS Feed" href="feeds/rss.xml">
</head>
<body class="landing">
<main class="landing-content">
<div class="centerpiece">
<video src="assets/media/waves.mov" class="profile-image" autoplay muted loop playsinline>
<p>Your browser does not support the video element.</p>
</video>
</div>
<nav class="main-nav">
<a href="pages/about.html">About</a>
<a href="pages/writing.html">Writing</a>
<a href="pages/talks.html">Talks</a>
<a href="pages/miscellanea.html">Miscellanea</a>
<a href="feeds/rss.xml">RSS</a>
</nav>
</main>
</body>
</html>