-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (40 loc) · 1.52 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
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Barnaby Fredric</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500&family=Lato:wght@400;700;900&family=Open+Sans:wght@400;600&family=PT+Sans:wght@700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<script src="main.js"></script>
<link href="dist/lity.css" rel="stylesheet">
<script src="vendor/jquery.js"></script>
<script src="dist/lity.js"></script>
</head>
<body>
<div id="header">
<ul id="header-list">
<li>
<a href="work.html">WORK</a>
</li>
<li>
<a href="about.html">ABOUT</a>
</li>
<li>
<a href="contact.html">CONTACT</a>
</li>
</ul>
</div>
<div id="main">
<h1 id="title">BARNABY FREDRIC</h1>
<p class="p1">FREELANCE VIDEO EDITOR</p>
<!-- <p class="pbold">EDITING SHOWREEL</p> -->
<!-- <div class="vid-container"><iframe src="https://player.vimeo.com/video/427214431" width="960" height="480" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe> -->
<a href="https://vimeo.com/427214431" data-lity>
<div class="play-button"></div>
</a>
</div>
</div>
</body>
</html>