-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgetdesign.html
More file actions
64 lines (49 loc) · 2.58 KB
/
getdesign.html
File metadata and controls
64 lines (49 loc) · 2.58 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html lang="en">
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>| Get Shot | Get Design |</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="CSS\normalize.css">
<link rel="stylesheet" href="CSS\styles.css">
<link href="https://fonts.googleapis.com/css2?family=Mali:wght@300;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://use.typekit.net/gmz4zqm.css">
</head>
<body>
<div class="container_video">
<header class="header_video">
<nav class="nav">
<ul>
<li class="page_title"><a href="index.html"><div>GET DESIGN</div></a></li>
<li class="nav_items"><a href="getpro.html"><div>GET PRO</div></a></li>
<li class="nav_items"><a href="getvideo.html"><div>GET VIDEO</div></a></li>
<li class="nav_items"><a href="getphotos.html"><div> GET PHOTOS </div></a></li>
<li class="nav_items"><a href="getideas.html"><div>GET IDEAS</div></a></li>
<li class="nav_items"><a href="getus.html"><div>GET US</div></a></li>
</ul>
</nav>
</header>
<aside class="aside_video">
</aside>
<main class="main_video">
<video id="video_video" autoplay loop poster="Images/GetShot_Poster_Still_crop.png">
<source src="Media/alltheyoung_comp_3.mp4" type="video/mp4">
</video>
</main>
<article class="article_video">
</article>
<footer class="footer">
<div class="contact_footer">
<div id="email_address">E: info@get-shot.nl</div>
<div id="mobile_number">T: +31618347194</div>
<div class="signature"><span class="copyright">Web Design by © </span><a href="www.writecodesign.com" target="_blank">writecodesign</a></div>
</div>
</div>
</footer>
</div>
<script src="fade.js" async defer></script>
</body>
</html>