-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
195 lines (161 loc) · 4.64 KB
/
index.html
File metadata and controls
195 lines (161 loc) · 4.64 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title>Flying sneakers website</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="images/favicon.png">
</head>
<body>
<header>
<a href="#" class="logo3">
<img src="images/logo.png" alt="Logo sneakers">
</a>
<h1 class="title1">Flying sneakers</h1>
<nav class="firstnav">
<ul id="navlist">
<li><a href="#" title="Log In" id="login"></a></li>
<li><a href="#" title="information" id="info"></a></li>
<li><a href="#" title="Cart icon" id="carticon"></a></li>
</ul>
</nav>
<nav class= "navigation">
<ul>
<li><a href="#">Our Sneakers</a></li>
<li><a href="#">Do Sports</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
</header>
<main>
<section class="Oursneakers">
<h2 class="dot">Our Sneakers</h2>
<p>Try our shoes, made with the highest
quality materials, and prepared so you can do any type of sport or
physical activity. </p>
<div class="horizontal1">
<img src="images/product1.png" alt="trainers">
<div class="centered">
<p class="casual">Casual sneakers</p>
<ul>
<li class="text1">More colours available</li>
<li class="text1">Size from 36 to 44</li>
<li class="text1">Delivery in 24 hours</li>
</ul>
</div>
<div class="color">
<p class="price">100€</p>
</div>
</div>
<div class="horizontal2">
<div class="color1">
<p class="price1">120€</p>
</div>
<div class="centered2">
<p class="elegant">Elegant sneakers</p>
<ul>
<li class="text1">More designs available</li>
<li class="text1">Size from 38 to 44</li>
<li class="text1">Delivery in 48 hours</li>
</ul>
</div>
<img src="images/product2.png" alt="trainers1">
</div>
<div class="horizontal3">
<img src="images/product3.png" alt="trainers2">
<div class="centered3">
<p class="sneakers">Classical sneakers</p>
<ul>
<li class="text1">More colours available</li>
<li class="text1">Size from 36 to 44</li>
<li class="text1">Delivery in 24 hours</li>
</ul>
</div>
<div class="color3">
<p class="price2">80€</p>
</div>
</div>
</section>
<section class="Dosports">
<h2 class="dot">Do Sports!!</h2>
<p>We have sneakers for each of the sports, adapted to their
particular characteristics</p>
<div class="gallery-container">
<div class="top-row">
<div class="gallery1">
<figure>
<img src="images/soccer.jpg" alt="ball">
<figcaption>You need sneakers with good grip</figcaption>
</figure>
</div>
<div class="gallery1">
<figure>
<img src="images/jogging.jpg" alt="run">
<figcaption>You need light and fresh sneakers</figcaption>
</figure>
</div>
</div>
<div class="bottom-row">
<div class="gallery1">
<figure>
<img src="images/basket.jpg" alt="ballet1">
<figcaption>You need thin sneakers like slippers</figcaption>
</figure>
</div>
<div class="gallery1">
<figure>
<img src="images/skate.jpg" alt="skate1">
<figcaption>You need flexible and adaptable sneakers</figcaption>
</figure>
</div>
<div class="gallery1">
<figure>
<img src="images/ballet.jpg" alt="imagen5">
<figcaption>You need thin sneakers like slippers</figcaption>
</figure>
</div>
<div class="gallery1">
<figure>
<img src="images/hiking.jpg" alt="imagen6">
<figcaption>You need hard and resistant sneakers</figcaption>
</figure>
</div>
</div>
</div>
</section>
<section class="contactUs">
<h2 class="dot">Contact us!!</h2>
<p>If you are interested in any of our sneakers, or have any questions about their characteristics,
do not hesitate to contact us by any of the following methods</p>
<div class="containerS">
<p class="Signup">Sign up for our newsletter and get gifts and special discounts!</p>
<div class="buttonSign">
<button type="button" class="buttonSignUp" disabled>Sign Up</button>
</div>
</div>
<div class="container3">
<address> Sneakers Street, 23<br>
916 923 273<br>
Customer Support: Monday to Friday 9:00 - 19:00h </address>
<ul id="socialmedia-icons">
<li><a href="#" title="facebook" id="facebook1"></a></li>
<li><a href="#" title="linkedin" id="linkedin1"></a></li>
<li><a href="#" title="twitter" id="twitter1"></a></li>
<li><a href="#" title="instagram" id="instagram1"></a></li>
</ul>
</div>
</section>
</main>
<footer>
<nav class="Footer">
<ul>
<li><a href="#">Legal Notice</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Cookies Policy</a></li>
<li><a href="#">Terms & Conditions</a></li>
</ul>
</nav>
</footer>
</body>
</html>