-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
239 lines (224 loc) · 7.8 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
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
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Title -->
<title>Mate</title>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="assets/img/mate/mate.png" />
<!-- Remix icon import -->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css"
rel="stylesheet"
/>
<!-- Main css -->
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<!-- go back to top button -->
<div class="button_back-to-top">
<i class="ri-arrow-up-s-line arrow_back-top" id="toTopArrow"></i>
</div>
<!-- Header -->
<header class="container" id="header">
<nav class="navbar navbar-expand-lg">
<div class="container">
<a class="brand-name" href="#">
<img src="assets/img/mate/mate.png" id="MateLogo" alt="image" />
Mate
</a>
<div class="Nav" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#catalog">Catalog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#recently">Recently</a>
</li>
</ul>
</div>
<div class="navbar-options">
<!-- Change Theme button -->
<i class="ri-moon-line change-theme" id="theme-button"></i>
<!-- Bag -->
<div class="bag-container">
<span class="items-quantity">0</span>
<i class="ri-shopping-bag-line" id="bag-button"></i>
</div>
<!-- Burger Bars -->
<div class="bars-menu">
<span class="bars__menu-span line1__bars-menu"></span
><span class="bars__menu-span line2__bars-menu"></span
><span class="bars__menu-span line3__bars-menu"></span>
</div>
</div>
</div>
</nav>
<!-- Shopping Cart -->
<div class="shopping-cart-box">
<div class="cart-body"></div>
<div class="check-n-buy">
<h3 class="cart-total-price">Total: 0</h3>
<button class="cart-buy-item">BUY</button>
</div>
</div>
</header>
<main class="main">
<!-- HOME -->
<section id="home">
<div class="container">
<div class="row home-container">
<div class="col-sm-12 hero_image-col">
<img src="assets/img/mate/heroimg.jpg" alt="home image" />
</div>
<div class="col-sm-12 hero_text-col">
<h1 class="home-title">
Get to know more
<div>
<img
src="assets/img/mate/depositphotos_118646604-stock-illustration-mate-tea-in-calabash-and.jpg"
alt="home image"
/>
about el Mate
</div>
</h1>
<p class="home-description">
More than a tradition, the best friend of the Argentines and
Uruguayans.
</p>
<a href="#catalog" class="home-button">
Get your own Mate<i class="ri-arrow-right-line"></i
></a>
</div>
</div>
</div>
</section>
<!-- ABOUT -->
<section id="about">
<div class="container">
<div class="row about-container">
<div class="col-sm-12 about-text-col">
<span class="about-subtitle">About us</span>
<h2 class="about-title">
<div>
We provide
<img
src="assets/img/mate/depositphotos_118646604-stock-illustration-mate-tea-in-calabash-and.jpg"
alt="about image"
/>
</div>
the best Mates
</h2>
<p>
We offer the widest variety of mates and bulbs in the country.
With us you will find everything related to the Mate for all
tastes and styles, of the highest quality and at competitive
prices.
</p>
</div>
<div class="col-sm-12 about-img-col">
<img
src="assets/img/mate/mate-and-thermic-bottle-set-semi-flat-by-Vexels.svg"
alt="mate image"
/>
</div>
</div>
</div>
</section>
<!-- CATALOG -->
<section id="catalog">
<span class="popular-subtitle">Catalog</span>
<h2 class="popular-title">The best stuff</h2>
<div class="popular-container container"></div>
</section>
<!-- RECENTLY -->
<section id="recently">
<div class="container recently-container">
<div class="row">
<div class="col-sm-12 recently-text-col">
<span class="recently-subtitle">Soon</span>
<h2 class="recently-title">
Bolso Matero <br />
eco-cuero
</h2>
<p class="recently-description">
Take a look at what's new. And do not deprive yourself of a good
mate kit, enjoy and be happy.
</p>
<a class="recently-button">
Order now<i class="ri-arrow-right-line"></i
></a>
</div>
<div class="col-sm-12 recently-img-col">
<img
src="assets/img/mate/catalogo-img/bolsomaterirugido.png"
alt="bolso image"
/>
</div>
</div>
</div>
</section>
<!-- NEWSLETTER -->
<section id="newsletter">
<div class="container newsletter-container">
<div class="row newsletter-content">
<img
src="assets/img/mate/matebetweentext.jpg"
alt="newsletter image"
class="newsletter-img"
/>
<div class="newsletter-data">
<span class="newsletter-subtitle">Newsletter</span>
<h2 class="newsletter-title">
Suscribe for <br />
Updates
</h2>
<form action="" class="newslleter-form">
<input
type="email"
placeholder="Enter email"
class="newsletter-input"
/>
<button class="newsletter-button">
Suscribe <i class="ri-send-plane-line"></i>
</button>
</form>
</div>
</div>
</div>
</section>
</main>
<footer id="footer">
<div class="footer-container">
<div class="footer-logo">
<img
src="assets/img/mate/mate.png"
id="FooterMateLogo"
alt="mate image"
/>
<h3 class="footer-title">Mate</h3>
</div>
<span class="footer-subtitle">
Made with <i class="ri-heart-line"></i> By <a href="https://github.com/lucasFigueira1" target="_blank">Lucas Figueira</a>
</span>
<span class="copy-span">
Design inspired by
<a href="https://www.youtube.com/@Bedimcode" target="_blank">Bedimcode</a>
</span>
</div>
</footer>
<!-- SWEET ALERT 2 -->
<script src="//cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<!-- SCROLL REVEAL -->
<script src="https://unpkg.com/scrollreveal"></script>
<!-- MAIN JS -->
<script src="assets/js/main.js"></script>
</body>
</html>