-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (36 loc) · 1.35 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Nicholas ROSSETTE CAZEL</title>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Nunito+Sans" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav>
<div id=CV>
<div>
<strong>CV</strong>
</div>
<a href="https://nrcaz.github.io/CV"><i class="fas fa-file-alt"></i></a>
</div>
<div id=Github>
<div>
<strong>Github</strong>
</div>
<a href="https://github.com/nrcaz" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div id=Mario>
<a href="https://nrcaz.github.io/Mario-Portfolio" target="_blank"><i class="fas fa-gamepad"></i></a>
<div>
<strong>Portfolio</strong>
<strong>Interactif</strong>
</div>
</div>
</nav>
<script src="main.js"></script>
</body>
</html>