-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (43 loc) · 1.64 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="/RPLCollective/styles/homepage.css">
<link rel="stylesheet" href="/RPLCollective/styles/all.css">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=<>, initial-scale=1.0">
<title>Website | Home</title>
<body>
<div class="nav-bar">
<img class="logo" src="/RPLCollective/images/RPL.svg" alt="my company logo">
<a class="nav-item-1" href="index.html">Home</a>
<a class="nav-item-2" href="shop.html">Shop</a>
<a class="nav-item-3" href="contact.html">Contact</a>
</div>
<div class="images">
<div class="images-button">
<h1>Shop the lastest streetwear</h1>
<a href="shop.html" type="button">SHOP COLLECTION</a>
</div>
</div>
<div class="grid">
<div class="grid-item-1">
<h1>Jordan 1 Retro High Mocha</h1>
<a class="view-1">View ></a>
<img src="/RPLCollective/images/dark mocha.webp" alt="Dark Mocha">
</div>
<div class="grid-item-2">
<h1>Nike Dunk Low Retro Pandas</h1>
<a class="view-2">View ></a>
<img src="/RPLCollective/images/pandas.png" alt="Pandas">
</div>
<div class="grid-item-3">
<h1>Adidas Yeezy Slide Onyx</h1>
<a class="view-3">View ></a>
<img src="/RPLCollective/images/yeezy slide onyx.png" alt="yeezy slide onyx">
</div>
<div class = contact-button>
<a href="contact.html" type="button">Contact us</a>
</div>
</body>
</html>