-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
198 lines (185 loc) · 9.28 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./css/styles.css">
<link rel="stylesheet" href="./css/specific/index.css">
<link rel="shortcut icon" href="./imgs/favicon.svg" type="image/x-icon">
<title>Bikcraft</title>
</head>
<body>
<header id="header" class="bg-13">
<section class="container">
<picture>
<a href="./">
<img src="./imgs/bikcraft.svg" alt="Logo bikcraft" width="136" height="32">
</a>
</picture>
<nav>
<img id="menu-toggler" src="./imgs/icons/menu.svg">
<ul id="main-menu" class="fs-lg txt-n1">
<li><a href="./bikes.html">Bicicletas</a></li>
<li><a href="./insurance.html">Seguros</a></li>
<li><a href="./contact.html">Contato</a></li>
</ul>
</nav>
</section>
</header>
<main>
<div class="bg-13 bg-intro">
<section id="introduction" class="container">
<article>
<h1 class="fs-ex txt-n1">Bicicletas feitas sob medida<span class="txt-p3">.</span></h1>
<p class="fs-lg txt-n6">Bicicletas elétricas de alta precisão e qualidade, feitas sob medida para
você. Explore o mundo
na sua velocidade com a Bikcraft.</p>
<a class="button fs-md" href="./bikes.html">Escolha a sua</a>
</article>
<picture>
<source media="(max-width: 800px)" srcset="./imgs/bikes/nimbus.jpg">
<img src="./imgs/bikes/nimbus-home.jpg" alt="Bicicleta preta com motor elétrico"
width="640" height="800">
</picture>
</section>
</div>
<section id="bikes" class="container">
<h2 class="fs-ex">escolha a sua<span class="txt-p3">.</span></h2>
<ul id="bikes-list" class="fs-lg txt-n12">
<li>
<a href="./bike.html">
<img src="./imgs/bikes/magic-home.jpg" alt="Bicicleta preta" width="460" height="520">
<h3>Magic Might</h3>
<span class="fs-md txt-n7">R$ 2999</span>
</a>
</li>
<li>
<a href="./bike.html">
<img src="./imgs/bikes/nimbus-home.jpg" alt="Bicicleta preta" width="460" height="520">
<h3>Nimbus Stark</h3>
<span class="fs-md txt-n7">R$ 4999</span>
</a>
</li>
<li>
<a href="./bike.html">
<img src="./imgs/bikes/nebula-home.jpg" alt="Bicicleta branca" width="460" height="520">
<h3>Nebula Cosmic</h3>
<span class="fs-md txt-n7">R$ 3999</span>
</a>
</li>
</ul>
</section>
<div class="bg-12 bg-tech">
<section id="technology" class="container">
<article class="txt-n1">
<span class="fs-lg txt-n6">Tecnologia Avançada</span>
<h2 class="fs-ex">você escolhe as suas cores e componentes<span class="text-primary-3">.</span>
</h2>
<p class="fs-lg txt-n6">Cada Bikcraft é única e possui a sua identidade. As medidas serão exatas
para o seu corpo e altura, garantindo maior conforto e ergonomia na sua pedalada. Você pode
também personalizar completamente as suas cores.</p>
<a class="button-link fs-md" href="./bikes.html">Escolha um modelo</a>
<ul id="technology-advantages">
<li>
<img src="./imgs/icons/electric.svg" width="24" height="24" alt="">
<h3 class="fs-lg">Motor Elétrico</h3>
<p class="fs-md txt-n4">Toda Bikcraft é equipada com um motor elétrico que possui duração
de até 120h. A bateria é recarregada com a sua energia gasta ao pedalar.</p>
</li>
<li>
<img src="./imgs/icons/tracker.svg" width="24" height="24" alt="">
<h3 class="fs-lg">Rastreador</h3>
<p class="fs-md txt-n4">Sabemos o quão preciosa é a sua Bikcraft, por isso adicionamos
rastreadores e sistemas anti-furto para garantir o seu sossego.</p>
</li>
</ul>
</article>
<picture>
<img src="./imgs/photos/technology.jpg" width="1200" height="1920" alt="">
</picture>
</section>
</div>
<section id="partners" class="container">
<h2 class="fs-ex txt-n12">nossos parceiros<span class="txt-p3">.</span></h2>
<ul>
<li><img src="./imgs/partners/caravan.svg" alt="Caravan" width="140" height="38"></li>
<li><img src="./imgs/partners/ranek.svg" alt="Ranek" width="149" height="36"></li>
<li><img src="./imgs/partners/handel.svg" alt="Handel" width="140" height="50"></li>
<li><img src="./imgs/partners/dogs.svg" alt="Dogs" width="152" height="39"></li>
<li><img src="./imgs/partners/lescone.svg" alt="LeScone" width="208" height="41"></li>
<li><img src="./imgs/partners/flexblog.svg" alt="FlexBlog" width="165" height="38"></li>
<li><img src="./imgs/partners/wildbeast.svg" alt="Wildbeast" width="196" height="34"></li>
<li><img src="./imgs/partners/surfbot.svg" alt="Surfbot" width="200" height="49"></li>
</ul>
</section>
<section class="bg-12 bg-insurance">
<section id="insurance" class="container txt-n1 fs-md">
<h2 class="fs-ex">seguros<span class="txt-p3">.</span></h2>
<article class="insurance-item">
<h3 class="fs-xl txt-n4">PRATA</h3>
<span class="fs-xl">R$ 199 <span class="fs-sm txt-n4">/mensal</span></span>
<ul class="txt-n5">
<li>Duas trocas por ano</li>
<li>Assistência técnica</li>
<li>Suporte 08h às 18h</li>
<li>Cobertura estadual</li>
</ul>
<a class="button secondary fs-md" href="./insurance.html">Inscreva-se</a>
</article>
<article class="insurance-item">
<h3 class="fs-xl txt-p3">PRATA</h3>
<span class="fs-xl">R$ 199 <span class="fs-sm txt-n4">/mensal</span></span>
<ul class="txt-n5">
<li>Duas trocas por ano</li>
<li>Assistência técnica</li>
<li>Suporte 08h às 18h</li>
<li>Cobertura estadual</li>
</ul>
<a class="button fs-md" href="./insurance.html">Inscreva-se</a>
</article>
</article>
</section>
</section>
</main>
<div class="bg-13 bg-footer">
<footer id="footer" class="container">
<a href="./">
<img src="./imgs/bikcraft.svg" alt="Logo bikcraft" width="136" height="32">
</a>
<div id="footer-contact">
<h3 class="fs-xl">Contato</h3>
<ul class="fs-md txt-n5">
<li><a href="tel:+552199999999">+55 21 9999-9999</a></li>
<li><a href="mailto:[email protected]">[email protected]</a></li>
<li>Rua Ali Perto, 42 - Botafogo</li>
<li>Rio de Janeiro - RJ</li>
</ul>
<ul id="footer-social">
<a href="./">
<img src="./imgs/icons/instagram.svg" width="32" height="32" alt="Instagram">
</a>
<a href="./">
<img src="./imgs/icons/facebook.svg" width="32" height="32" alt="Facebook">
</a>
<a href="./">
<img src="./imgs/icons/youtube.svg" width="32" height="32" alt="Youtube">
</a>
</ul>
</div>
<div id="footer-sitemap">
<h3 class="fs-xl">Informações</h3>
<nav>
<ul class="fs-md txt-n5">
<li><a href="./bikes.html">Bicicletas</a></li>
<li><a href="./insurance.html">Seguros</a></li>
<li><a href="./contact.html">Contato</a></li>
<li><a href="./terms.html">Termos e Condições</a></li>
</ul>
</nav>
</div>
<p class="fs-md txt-n5">Bikcraft © Alguns direitos reservados.</p>
</footer>
</div>
<script src="./js/script.js"></script>
</body>
</html>