-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindexOld.html
More file actions
37 lines (37 loc) · 1.04 KB
/
indexOld.html
File metadata and controls
37 lines (37 loc) · 1.04 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
37
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Parton</title>
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css?family=Cinzel:400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Nunito&display=swap" rel="stylesheet">
</head>
<body>
<div id="circle"></div>
<header>
<!--<div class="imgBox">
<img class="horns" src="images/horns.jpg" alt="Error :(">
</div>-->
<div class="title">
<div class="name">Eric</div>
<div class="name" id="surname">Parton</div>
</div>
<div class="subtitles">
<div class="subtitle">
<a href="projects.html" target="_blank">PROJECTS</a>
</div>
<div class="subtitle">
<a href="posters.html" target="_blank">POSTERS</a>
</div>
<div class="subtitle">
<a href="/CVs/CVE.pdf" target="_blank">CV</a>
</div>
<div class="subtitle">
<a href="https://soundcloud.com/eric-parton-52439040/" target="_blank">MUSIC</a>
</div>
</div>
</header>
</body>
<script src="js/script.js"></script>
</html>