-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (34 loc) · 1.6 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AM | Home</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="Sequel sans/style.css">
<link rel="icon" type="image/x-icon" href="./favicon.ico">
</head>
<script src="./transition.js"></script>
<body>
<div class="main-page">
<div class="main-page-info">
<nav style="line-height: 0.5rem;">
<h1>ALESSANDRO MAGNOCAVALLO
<svg class="main-page-info-star" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%">
<path fill="#fff" stroke="#000" stroke-width=".3"
d="m9.145 7.98 3.069 4.394-2.019 1.415-3.07-4.638-.124-.188-.126.188-3.07 4.589-2.02-1.415 3.021-4.346.116-.167-.193-.061-4.54-1.444.745-2.341L5.57 5.602l.2.071V.15H8.18v5.522l.2-.07 4.685-1.636.745 2.34-4.588 1.445-.195.06.117.168Z">
</path>
</svg>
</h1>
<h1><a>DESIGN STUDENT</a> <a style="width: 32px;display: flex;justify-content: center;">&</a> <a>WEB
DESIGNER</a></h1>
<h1 style="margin-top: 32px;">
<a href="./contact.html">CONTACT</a><a href="./works.html">SELECTED WORKS</a></h1>
<h1
><a href="./about.html">INFO</a></h1>
</nav>
</div>
</div>
</body>
</html>