-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshop.html
215 lines (197 loc) · 10.9 KB
/
shop.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
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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" type="text/css" href="assets/css/style.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css" />
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
<link rel="stylesheet" type="text/css" href="assets/css/responsive.css" />
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet" />
<link rel="icon" href="./assets/img/hops.png" />
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Lazar Lalović, 62/20" />
<meta name="description" content="worldCraft - Store" />
<meta name="keywords" content="Online store, shop, shopping, breweries, delivery, order, categories, types" />
<script type="text/javascript" type="text/javascript" src="assets/js/main.js" defer></script>
<script type="text/javascript" src="https://kit.fontawesome.com/51a8d0c9c6.js" crossorigin="anonymous"></script>
<title>worldCraft | Store</title>
</head>
<body>
<!-- DOM Loading animation -->
<div class="loader">
<img src="./assets/img/beer-load.gif" alt="Beer Loading" />
</div>
<!-- End of DOM Loading animation -->
<!-- Responsive navigation menu with custom logo -->
<header class="navbar-fixed">
<nav class="orange lighten-1">
<div class="container">
<div class="nav-wrapper">
<img class="brand-logo center" src="./assets/img/hops.png" alt="Hops with beer" />
<a href="#" data-target="mobile-nav" class="sidenav-trigger">
<i class="material-icons white-text">menu</i>
</a>
<ul id="visible-links" class="left hide-on-med-and-down navLinks">
<!-- Content injected through JavaScript -->
</ul>
<ul class="right">
<li class="options">
<div id="cart-info" class="quantity-info-status">0</div>
<i data-target="cart-tab" class="sidenav-trigger material-icons white-text">shopping_cart</i>
</li>
<li class="options">
<div id="favorite-info" class="quantity-info-status">0</div>
<i data-target="fav-tab" class="sidenav-trigger material-icons white-text">favorite</i>
</li>
</ul>
</div>
</div>
</nav>
</header>
<!-- Hidden navigation menu -->
<ul class="sidenav sideNavCollapsed orange lighten-7" id="mobile-nav">
<!-- Content injected through JavaScript -->
</ul>
<!-- End of hidden navigation menu -->
<!-- Cart & Fav tabs -->
<!-- Favorites -->
<ul id="fav-tab" class="sidenav2 sidenav orange lighten-7">
<h4 class="center">Favorites</h4>
<li><div class="divider"></div></li>
<ul id="favorites-container" class="pl-1 pt-1">
<!-- Content injected through JavaScript -->
</ul>
<li class="hide">
<a class="btn btn-medium orange" id="removeAllFavorites">Remove all</a>
</li>
</ul>
<!-- End of favorites -->
<!-- Shopping cart -->
<ul id="cart-tab" class="sidenav2 sidenav orange lighten-7">
<h4 class="center">Cart<span id="cartTotal" class="flow-text"></span></h4>
<li><div class="divider"></div></li>
<ul id="cart-container" class="pl-1 pt-1">
<!-- Content injected through JavaScript -->
</ul>
<li class="hide">
<div class="row center">
<div class="col s6">
<a class="btn btn-medium orange modal-trigger" id="checkout" href="#modal1"><i class="material-icons white-text small left">shopping_cart</i>Buy</a>
</div>
<div class="col s6">
<a class="btn btn-medium orange" id="clearCart"><i class="material-icons white-text small left">close</i>Clear</a>
</div>
</div>
</li>
</ul>
<!-- End of shopping cart -->
<!-- End of Cart & Fav tabs -->
<!-- End of responsive navigation menu -->
<!-- Main content of page -->
<main>
<div class="parallax-container container2">
<div class="parallax">
<img src="./assets/img/craft-shop.jpg" alt="Shop with beers" />
</div>
<div class="container center">
<h1 class="white-text intro-text">worldCraft - online store</h1>
</div>
</div>
<div class="section orange lighten-7">
<section class="mb mt">
<div class="row">
<div class="col s10 m8 l8 offset-s1 offset-m2 offset-l2 center-align">
<h3>world<span class="orange-text text-darken-2">Craft</span></h3>
</div>
</div>
<div class="row">
<div class="col s10 m8 l8 offset-s1 offset-m2 offset-l2 center-align">
<p class=" community-text">
It's all about <span class="orange-text text-darken-2">TASTE</span> ! Choose and order now !
</p>
</div>
</div>
</section>
<div class="row">
<div id="options-container" class="col s12 m3 l2 pl">
<div class="row">
<div class="col s12 l12 pt-3">
<div class="row">
<div class="input-field">
<input type="text" id="searchBeer" placeholder="e.g. Erdinger Hell" />
<label for="searchBeer">Search</label>
</div>
</div>
<div class="row">
<button id="clearFilters" class="btn orange waves-effect" disabled>CLEAR FILTERS</button>
</div>
<div class="row">
<h4>Filters</h4>
</div>
<ul id="filters">
<li>
<h5>Type</h5>
<div class="divider"></div>
<ul class="pt-1" id="typeFilter">
<!-- Content injected through JavaScript -->
</ul>
</li>
<li>
<h5>Brand</h5>
<div class="divider"></div>
<ul class="pt-1" id="brandFilter">
<!-- Content injected through JavaScript -->
</ul>
</li>
<li>
<h5>Alc.%</h5>
<div class="divider"></div>
<ul class="pt-1" id="alcFilter">
<!-- Content injected through JavaScript -->
</ul>
</li>
</ul>
<div class="row">
<h3>Sorting</h3>
</div>
<div class="input-field">
<select id="sortSelect">
<option value="nameasc" selected> Name ASC</option>
<option value="namedesc"> Name DESC</option>
<option value="priceasc"> Price ASC</option>
<option value="pricedesc"> Price DESC</option>
</select>
</div>
</div>
</div>
</div>
<div id="beerContainer" class="col s12 m9 l10">
<!-- Content injected through JavaScript -->
</div>
</div>
</div>
</main>
<!-- End of main content of page -->
<!-- Footer of the page -->
<footer class="page-footer grey darken-3" id="pageFooter">
<!-- Content injected through JavaScript -->
</footer>
<!-- End of page footer -->
<!-- Back to top btn -->
<div class="fixed-action-btn">
<button id="toTopBtn" class="btn-large orange btn-floating waves-effect waves-light scale-transition scale-out">
<i class="large material-icons">keyboard_arrow_up</i>
</button>
</div>
<!-- End of back to top btn -->
<!-- Modal for receipt -->
<div id="modal1" class="modal modal-fixed-footer">
<!-- Content injected through JavaScript -->
</div>
<!-- End of modal for receipt -->
<script type="text/javascript" src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script type="text/javascript" src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
</body>
</html>