-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbicycles.html
168 lines (159 loc) · 7.91 KB
/
bicycles.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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<title>Bicycles | Bikcraft</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="Bicycle Models.">
<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 id="bicycles">
<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>
<div class="title-bg">
<div class="title container">
<p class="font-2-l-b color-5">Choose the best for you</p>
<h1 class="font-1-xxl color-0">Our bicycles<span class="color-p1">.</span></h1>
</div>
</div>
<div class="bicycles container">
<div class="bicycles-image">
<img src="./assets/bicicletas/nimbus.jpg" width="1120" height="680" alt="Black bicycle">
<span class="font-2-m color-0">$ 4999</span>
</div>
<div class="bicycles-content">
<h2 class="font-1-xl">Nimbus Stark</h2>
<p class="font-2-s color-8">The nimbus stark is the best bikcraft ever created by our team. It comes equipped with the best accessories, which guarantees greater speed.
</p>
<ul class="font-1-m color-8">
<li><img src="./assets/icones/eletrica.svg" width="24" height="24" alt="">
Eletric Motor
</li>
<li><img src="./assets/icones/carbono.svg" width="24" height="24" alt="">
Carbon Fiber
</li>
<li><img src="./assets/icones/velocidade.svg" width="24" height="24" alt="">
50 km/h
</li>
<li><img src="./assets/icones/rastreador.svg" width="24" height="24" alt="">
Tracker
</li>
</ul>
<a class="button arrow" href="./bicycles/nimbus.html">More About</a>
</div>
</div>
<div class="bicycles-bg">
<div class="bicycles container">
<div class="bicycles-image">
<img src="./assets/bicicletas/magic.jpg" width="1120" height="680" alt="Black bicycle">
<span class="font-2-m color-0">$ 2499</span>
</div>
<div class="bicycles-content">
<h2 class="font-1-xl color-0">Magic Might</h2>
<p class="font-2-s color-5">The Magic Might is the best bikcraft ever created by our team. It comes equipped with the best accessories, which guarantees greater speed.
</p>
<ul class="font-1-m color-5">
<li><img src="./assets/icones/eletrica.svg" width="24" height="24" alt="">
Eletric Motor
</li>
<li><img src="./assets/icones/carbono.svg" width="24" height="24" alt="">
Carbon Fiber
</li>
<li><img src="./assets/icones/velocidade.svg" width="24" height="24" alt="">
50 km/h
</li>
<li><img src="./assets/icones/rastreador.svg" width="24" height="24" alt="">
Tracker
</li>
</ul>
<a class="button arrow" href="./bicycles/magic.html">More About</a>
</div>
</div>
</div>
<div class="bicycles container">
<div class="bicycles-image">
<img src="./assets/bicicletas/nebula.jpg" width="1120" height="680" alt="Black bicycle">
<span class="font-2-m color-0">$ 3999</span>
</div>
<div class="bicycles-content">
<h2 class="font-1-xl">Nebula Cosmic</h2>
<p class="font-2-s color-8">The Nebula Cosmic is the best bikcraft ever created by our team. It comes equipped with the best accessories, which guarantees greater speed.
</p>
<ul class="font-1-m color-8">
<li><img src="./assets/icones/eletrica.svg" width="24" height="24" alt="">
Eletric Motor
</li>
<li><img src="./assets/icones/carbono.svg" width="24" height="24" alt="">
Carbon Fiber
</li>
<li><img src="./assets/icones/velocidade.svg" width="24" height="24" alt="">
50 km/h
</li>
<li><img src="./assets/icones/rastreador.svg" width="24" height="24" alt="">
Tracker
</li>
</ul>
<a class="button arrow" href="./bicycles/nebula.html">More About</a>
</div>
</div>
</main>
<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/script.js" />
</body>
</html>