-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (47 loc) · 1.24 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
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Vintage Clothing A/S</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<div class="navbar">
<div class="title">
<h1>Vintage Clothing A/S</h1>
</div>
<div class="content">
<a href="#">Home</a>
<a href="categories.html">Categories</a>
<a href="sales.html">Sales!</a>
<a href="about.html">About us</a>
</div>
</div>
<div class="midcontent">
<div class="icons">
<div class="inside">
<a href="//www.instagram.com">
<img src="Images/InstagramIcon.png" alt="">
</a>
<a href="//facebook.com">
<img src="Images/FacebookIcon.png" alt="">
</a>
<a href="//twitter.com">
<img src="Images/TwitterIcon.png" alt="">
</a>
</div>
</div>
<div class="quoteholder">
<div class="quote">
<p>The autumn is coming with all of its colors! Why not try to blend in?</p>
</div>
</div>
<div class="midimg"></div>
</div>
<footer>
<p>Contact us at 39393021</p>
<p>[email protected]</p>
<p>Random st. 404</p>
</footer>
</body>
</html>