-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (29 loc) · 962 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>
Iridescence
</title>
<meta name="Viewport" content="width=device-width, initial-scale=1"/>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="Header">
<nav>
<ul class="Nav-links">
<li><a href="index.html">Home</a></li>
<li><a href="work.html">Work</a></li>
<li><a href="about.html">About</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</div>
<center><video width="40%" autoplay muted class="logoroll">
<source src="iridescence logoroll web.mp4" type="video/mp4">
</video></center>
<h1>
We are a Photography, Videography and Editing Club
</h1>
</body>
</html>