-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshop.html
More file actions
145 lines (141 loc) · 7.23 KB
/
shop.html
File metadata and controls
145 lines (141 loc) · 7.23 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Markazi+Text&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" href="styles.css" type="text/css" />
<link rel="stylesheet" href="grid.css" type="text/css" />
<title>shop apparel</title>
</head>
<body>
<nav id="navbar" class="navbar navbar-expand-md navbar-light">
<div class="container">
<div class="nav-container">
<a href="index.html"><img class="headlogo" src="images/logobee.png"></img></a>
<a href="index.html" class="navbar-brand" id="forthebees">For The Bee's</a>
<div class="mailing-list">
<p>FREE SHIPPING ON $50+ ORDERS FOR REWARDS MEMBERS <a href="#" class="signin">SIGN IN OR JOIN</a> <a href="#" class="details"> DETAILS</a></p>
</div>
<button id="button" class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a href="about.html" class="nav-link">About Us</a>
</li>
<li class="nav-item">
<a href="shop.html" class="nav-link">Shop</a>
</li>
<li class="nav-item">
<a href="donate.html" class="nav-link">Donate</a>
</li>
</ul>
</div>
</div>
</div>
</nav>
<aside>
<div class="salebanner">
<div class="banner-content" width="10px" height="10px">
<p class="item1">Use code</p>
<div class="big">"EID2022"</div>
<p>for 22% off!</p>
<p class="item2">(Offer valid until 05/02)</p>
</div>
</div>
</aside>
<header>
<div class="size">
<div class="page-name-container">
<h1 class="apparel-name">shop apparel</h1>
<img class="honeybucket" src="images/honeypot.png">
</div>
</header>
<div id="carousel" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carousel" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carousel" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carousel" data-bs-slide-to="2" aria-label="Slide 3"></button>
<button type="button" data-bs-target="#carousel" data-bs-slide-to="3" aria-label="Slide 4"></button>
<button type="button" data-bs-target="#carousel" data-bs-slide-to="4" aria-label="Slide 5"></button>
<button type="button" data-bs-target="#carousel" data-bs-slide-to="5" aria-label="Slide 6"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="images/blackhoodie.png" class="d-block w-100vw" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>For The Bee's Black Logo Hoodie</h5>
<p class="price">$34.99</p>
<p class="proceeds">30% of all purchases go towards saving the bees.</p>
</div>
</div>
<div class="carousel-item">
<img src="images/grayhoodie.png" class="d-block w-100vw" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>For The Bee's Gray Logo Hoodie</h5>
<p class="price">$34.99</p>
<p class="proceeds">>30% of all purchases go towards saving the bees.</p>
</div>
</div>
<div class="carousel-item">
<img src="images/redhoodie.png" class="d-block w-100vw" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>For The Bee's Red Logo Hoodie</h5>
<p class="price">$34.99</p>
<p class="proceeds">>30% of all purchases go towards saving the bees.</p>
</div>
</div>
<div class="carousel-item">
<img src="images/whitehoodie.png" class="d-block w-100vw" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>For The Bee's White Logo Hoodie</h5>
<p class="price">$34.99</p>
<p class="proceeds">>30% of all purchases go towards saving the bees.</p>
</div>
</div>
<div class="carousel-item">
<img src="images/blacktee.png" class="d-block w-100vw" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>For The Bee's Black Logo Tee</h5>
<p class="price">$11.99</p>
<p class="proceeds">>30% of all purchases go towards saving the bees.</p>
</div>
</div>
<div class="carousel-item">
<img src="images/whitetee.png" class="d-block w-100vw" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>For The Bee's White Logo Tee</h5>
<p class="price">$11.99</p>
<p class="proceeds">>30% of all purchases go towards saving the bees.</p>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
<footer id="footer" class="p-5 position-relative">
<div class="container">
<p class="lead">Copyright © 2022 NSS, Marcy Fellows</p>
<a href="" class="position-absolute bottom-0 end-0 p-5">
<i class="bi bi-arrow-up-circle h1 white-color"></i>
</a>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9p[[[[[[[[[[[[-i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.min.js" integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF" crossorigin="anonymous"></script>
</body>
</html>