-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
70 lines (48 loc) · 1.3 KB
/
contact.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html class="crt">
<head>
<meta name="viewport" content="width=device-width, user-scalable=no">
<title>FoundIt! Rocks</title>
<link rel="stylesheet" href="Style/style.css">
</head>
<body>
<div class="sidenav">
<img src="Images\Logo.png" height="100px" width="250px" class="logo"></img>
<a href="index.html">NEWS</a>
<hr>
</hr>
<a href="merch.html">MERCH</a>
<hr>
</hr>
<a href="tour.html">TOUR</a>
<hr>
</hr>
<a href="https://linktr.ee/founditrocks">SOCIAL MEDIA</a>
<hr>
</hr>
<a href="contact.html">CONTACT</a>
<hr>
</hr>
<div class="polaroid4">
<img src="Images\Gabe.png"></img>
</div>
</div>
<div class="bandImages">
<div class="polaroid1">
<img src="Images\Jordan.png"></img>
</div>
<div class="polaroid2">
<img src="Images\Alex.png"></img>
</div>
<div class="polaroid3">
<img src="Images\Turner.png"></img>
</div>
</div>
<div class="main-overlay1">
<h2>CONTACT</h2>
<!-- THIS IS THE IFRAME FOR THE NEWS ARTICLE -->
<iframe height="190px" frameBorder="0" src="Pages/Main/ContactPage.html"></iframe>
<!-- THE NEWS ARTICLE ENDS HERE -->
</div>
</body>
<html>