-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
223 lines (201 loc) · 10.5 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<title>Bikcraft - Bicicletas Elétricas</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">
<meta name="description" content="Bicicletas elétricas de alta precisão e qualidade,
feitas sob medida para o cliente. Explore o mundo na sua velocidade com a Bikcraft.">
<link rel="icon" href="./favicon.svg" type="image/svg+xml">
<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=Poppins:wght@400;600&family=Roboto:wght@400;500&family=Merriweather:ital,wght@1,900&display=swap" rel="stylesheet">
<link rel="preload" href="./css/style.css" as="style">
<link rel="stylesheet" href="./css/style.css">
<script>document.documentElement.classList.add('js')</script>
</head>
<body>
<header class="header-bg">
<div class="header container">
<a href="./">
<img src="./assets/bikcraft.svg" width="136" height="32" alt="Bikcraft">
</a>
<nav aria-label="primaria">
<ul class="header-menu font-1-m color-0">
<li><a href="./bicycles.html">Bicycles</a></li>
<li><a href="./insurance.html">Insurance</a></li>
<li><a href="./contact.html">Contact</a></li>
</ul>
</nav>
</div>
</header>
<main class="introduction-bg">
<div class="introduction container">
<div class="introduction-content">
<h1 class="font-1-xxl color-0 fadeInDown" data-anime="200">Custom made bicycles<span class="color-p1">.</span></h1>
<p class="font-2-l color-5 fadeInDown" data-anime="400">High-quality and high-precision electric bicycles, tailor-made for you.
Explore the world at your speed with Bikcraft.</p>
<a class="button fadeInDown" data-anime="600" href="./bicycles.html">Choose Yours</a>
</div>
<picture data-anime="800" class="fadeInDown">
<source media="(max-width: 800px)" srcset="./assets/bicicletas/nimbus.jpg">
<img src="./assets/fotos/introducao.jpg" alt="Eletric black bicycle" width="1280" height="1600">
</picture>
</div>
</main>
<article class="bicycles-list">
<h2 class="container font-1-xxl">Choose yours<span class="color-p1">.</span></h2>
<ul>
<li>
<a href="./bicycles/magic.html">
<img src="./assets/bicicletas/magic-home.jpg" width="920" height="1040" alt="Black bicycle">
<h3 class="font-1-xl">Magic Might</h3>
<span class="font-2-m color-8 ">$ 2499</span>
</a>
</li>
<li>
<a href="./bicycles/nimbus.html">
<img src="./assets/bicicletas/nimbus-home.jpg" width="920" height="1040" alt="Black bicycle">
<h3 class="font-1-xl">Nimbus Stark</h3>
<span class="font-2-m color-8">$ 4999</span>
</a>
</li>
<li>
<a href="./bicycles/nebula.html">
<img src="./assets/bicicletas/nebula-home.jpg" width="920" height="1040" alt="Black bicycle">
<h3 class="font-1-xl">Nebula Cosmic</h3>
<span class="font-2-m color-8 ">$ 3999</span>
</a>
</li>
</ul>
</article>
<article class="technology-bg">
<div class="technology container">
<div class="technology-content">
<span class="font-2-l-b color-5">Advanced Technology</span>
<h2 class="font-1-xxl color-0">You choose your colors and components<span class="color-p1">.</span></h2>
<p class="font-2-l color-5">Each Bikcraft is unique and has its own identity. Measurements will be exact for
your body and height, ensuring greater comfort and ergonomics in your pedaling.
You can also completely customize your colors.
</p>
<a class="link" href="./bicycles.html">Choose a model</a>
<div class="technology-advantages">
<div>
<img src="./assets/icones/eletrica.svg" width="24" height="24" alt="">
<h3 class="font-1-m color-0">Eletric Motor</h3>
<p class="font-2-s color-5">Every Bikcraft is equipped with an electric motor that lasts for up to
120h. The battery is recharged with your energy spent pedaling.
</p>
</div>
<div>
<img src="./assets/icones/rastreador.svg" width="24" height="24" alt="">
<h3 class="font-1-m color-0">Tracker</h3>
<p class="font-2-s color-5">We know how precious your Bikcraft is, so we've added trackers and anti-theft systems to ensure your peace of mind.</p>
</div>
</div>
</div>
<div class="technology-image">
<img src="./assets/fotos/tecnologia.jpg" width="1200" height="1920" alt="">
</div>
</div>
</article>
<section class="partners" aria-label="our partners">
<h2 class="container font-1-xxl">our partners<span class="color-p1">.</span></h2>
<ul>
<li><img src="./assets/parceiros/caravan.svg" width="140" height="38" alt="Caravan"></li>
<li><img src="./assets/parceiros/ranek.svg" width="149" height="36" alt="ranek.svg"></li>
<li><img src="./assets/parceiros/handel.svg" width="139" height="50" alt="handel.svg"></li>
<li><img src="./assets/parceiros/dogs.svg" width="152" height="39" alt="dogs"></li>
<li><img src="./assets/parceiros/lescone.svg" width="208" height="41" alt="lescone.svg"></li>
<li><img src="./assets/parceiros/flexblog.svg" width="165" height="38" alt="flexblog.svg"></li>
<li><img src="./assets/parceiros/wildbeast.svg" width="196" height="34" alt="wildbeast.svg"></li>
<li><img src="./assets/parceiros/surfbot.svg" width="200" height="49" alt="surfbot.svg"></li>
</ul>
</section>
<section class="depositions" aria-label="Depositions">
<div>
<img src="./assets/fotos/depoimento.jpg" width="1560" height="1360" alt="Person riding a bikcraft bike">
</div>
<div class="depositions-content">
<blockquote class="font-1-xl color-p5">
<p>Cycling has always been my passion, what the people at Bikcraft did was to intensify
my love for this activity.
I recommend it to everyone I love.
</p>
</blockquote>
<span class="font-1-m-b color-p4">Cassie Howard</span>
</div>
</section>
<article class="insurances-bg">
<div class="insurances container">
<h2 class="font-1-xxl color-0">Insurances<span class="color-p1">.</span></h2>
<div class="insurances-item">
<h3 class="font-1-xl color-6">SILVER</h3>
<span class="font-1-xl color-0">$ 99 <span class="font-1-xs color-6">monthly</span>
</span>
<ul class="font-2-m color-0">
<li>Two exchanges a year</li>
<li>Technical assistance</li>
<li>Support 8am to 6pm</li>
<li>State coverage</li>
</ul>
<a class="button secondary" href="./budget.html">Sign up</a>
</div>
<div class="insurances-item">
<h3 class="font-1-xl color-p1">GOLD</h3>
<span class="font-1-xl color-0">$ 199 <span class="font-1-xs color-6">monthly</span>
</span>
<ul class="font-2-m color-0">
<li>Five exchanges a year</li>
<li>Special technical assistance</li>
<li>24h support</li>
<li>National coverage</li>
<li>Partner discount</li>
<li>Access to the bikecraft club</li>
</ul>
<a class="button" href="./budget.html">Sign up</a>
</div>
</div>
</article>
<footer class="footer-bg">
<div class="footer container">
<img src="./assets/bikcraft.svg" width="136" height="32" alt="Bikcraft">
<div class="footer-contact">
<h3 class="font-2-l-b color-0">Contact</h3>
<ul class="font-2-m color-5">
<li><a href="tel:+552199999999">+55 21 9999-9999</a></li>
<li>Rua Ali do Lado, 47 - Botafogo</li>
<li>Rio de Janeiro - RJ</li>
</ul>
<div class="footer-networks">
<a href="https://www.instagram.com/carlospires.dev/">
<img src="./assets/redes/instagram.svg" width="24" height="24" alt="Instagram">
</a>
<a href="https://www.facebook.com/carlos.deoliveirapires/">
<img src="./assets/redes/facebook.svg" width="24" height="24" alt="Facebook">
</a>
<a href="https://www.youtube.com/channel/UCbGmWblrV594JFJtD6XSuMA">
<img src="./assets/redes/youtube.svg" width="24" height="24" alt="Youtube">
</a>
</div>
</div>
<div class="footer-info">
<h3 class="font-2-l-b color-0">Information</h3>
<nav class="font-1-m color-5">
<ul>
<li><a href="./bicycles.html">Bicycles</a></li>
<li><a href="./insurance.html">Insurance</a></li>
<li><a href="./contact.html">Contact</a></li>
<li><a href="./terms.html">Terms and Conditions</a></li>
</ul>
</nav>
</div>
<p class="footer-copy font-2-m color-6">Bikcraft © Some rights reserved.</p>
</div>
</footer>
<script src="./js/plugins/simple-anime.js"></script>
<script src="./js/script.js" />
</body>
</html>