-
Notifications
You must be signed in to change notification settings - Fork 0
/
shop.html
168 lines (152 loc) · 8.27 KB
/
shop.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="en">
<head>
<meta charset="UTF-8">
<!-- viewport controllo zoom bloccato-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<!-- X-UA er compatibilità di alcuni aspetti di Internet Explorer -->
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!-- autore del sito -->
<meta name="author" content="Andrea Guffi, Andrea Lepori, Blanche Rodriguez, Giuseppe Conti">
<!-- meta description -->
<meta name="description" content="Il sito ufficiale di Ola del Mar">
<!-- meta keywords -->
<meta name="keywords" content="Ola del Mar, volontariato, spiagge pulite, ONLUS">
<!-- link font-->
<link href="https://fonts.googleapis.com/css?family=Bebas+Neue&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lato&display=swap" rel="stylesheet">
<title>Ola del Mar - ONLUS</title>
<!-- carico il file per le icone Fontawesome -->
<link rel="stylesheet" href="fontawesome/css/all.min.css">
<!-- favicon -->
<link rel="icon" href="img/favicon.png" type="image/png">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>
<a href="index.html">
<!-- quando scrivo width e height in html non serve indicare px come unità di misura -->
<img class="logo" src="img/logo.svg" alt="Sito Mohole">
</a>
</h1>
<!-- navigazione principale -->
<nav>
<ul>
<li><a href="mission.html">Mission</a></li>
<li><a href="volunteering.html">Volunteering</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a class="active" href="shop.html">Shop</a></li>
</ul>
</nav>
</header>
<!-- <aside id="banner"></aside> -->
<main>
<h2 class="background">Shop</h2>
<section class="presentation">
<div class="col_2">
<img class="prova_bordo" src="img/plastica_rete.jpg" alt="plastic bottles">
</div>
<div class="col">
<h5>YOUR PURCHASE MATTERS!</h5>
<p>
<span>THIS STORE</span> supports our work of preventing plastic
from entering the ocean while reducing poverty.
With every product purchased,
<span>OLA DEL MAR</span> prevents 1.000 bottles of plastic waste from entering the ocean. It‘s our mission to stop Ocean Plastic by gathering a billion people together to monetize waste while improving lives.
<br>
<span>OLA DEL MAR</span> is a root cause solution to prevent the
flow of plastic into our oceans.
By wearing one of our gadgets
you will be helping in our work of preventing plastic from entering the ocean.
</p>
</div>
</section>
<section class="shop">
<div class="offers">
<article class="col">
<div class="pos1">
<p><a href="#"><img src="img/magliabianca1.jpg" alt="foto white t-shirt"></a></p>
</div>
<h5>T-shirt<span class="price"> 25$</span></h5>
</article>
<article class="col">
<div class="pos1">
<p><a href="#"><img src="img/maglianera.jpg" alt="foto black t-shirt"></a></p>
</div>
<h5>T-shirt<span class="price"> 25$</span></h5>
</article>
<article class="col">
<div class="pos1">
<p><a href="#"><img src="img/borraccia.jpg" alt="waterbottle"></a></p>
</div>
<h5>Water bottle<span class="price"> 18$</span></h5>
</article>
<article class="col">
<div class="pos1">
<p><a href="#"><img src="img/borsone.jpg" alt="foto bag"></a></p>
</div>
<h5>Bag<span class="price"> 15$</span></h5>
</article>
<article class="col">
<div class="pos1">
<p><a href="#"><img src="img/cappello_2.jpg" alt="foto hat"></a></p>
</div>
<h5>Hat<span class="price"> 15$</span></h5>
</article>
<article class="col">
<div class="pos1">
<p><a href="#"><img src="img/felpabianca.jpg" alt="t-shirt"></a></p>
</div>
<h5>Sweatshirt<span class="price"> 30$</span></h5>
</article>
<article class="col">
<div class="pos1">
<p><a href="#"><img src="img/felpa_azzurra.jpg" alt="t-shirt"></a></p>
</div>
<h5>Sweatshirt<span class="price"> 30$</span></h5>
</article>
<article class="col">
<div class="pos1">
<p><a href="#"><img src="img/zainone.jpg" alt="backpak"></a></p>
</div>
<h5>Backpack<span class="price"> 35$</span></h5>
</article>
</div>
</section>
<h3 class="frase_shop">Do not get shipwrecked by plastic!</h3>
</main>
<footer>
<div class="col" id="disclaimer">
<h5>Disclaimer</h5>
<p>Questo sito è stato creato a scopo didattico,
dagli allievi del primo anno Scuola Web & App Mohole.
Le situazioni create sono immaginarie e create per produrre
contenuti dimostrativi fittizi.
</p>
</div>
<div class="col">
<h5>Mohole</h5>
<p>Via Ventura 5, Milano (MI)
<br>
Email: <a id="email"href="mailto:scuolamohole.it">[email protected]</a>
<br>
Telefono: 02 1234567
</p>
</div>
<div class="col">
<div class="menu_social">
<a href="https://www.facebook.com/mohole/" id="fb" title="facebook" target="_blank">
<i class="fab fa-facebook-square" style="font-size:42px"></i>
</a>
<a href="https://www.instagram.com/scuolamohole/?hl=it" id="fb" title="instagram" target="_blank">
<i class="fab fa-instagram" style="font-size:42px"></i>
</a>
<a href="https://www.youtube.com/channel/UCOu3XN2DB6lFEQTIeo41Nxw" id="yt" title="youtube" target="_blank">
<i class="fab fa-youtube" style="font-size:42px"></i>
</a>
</div>
</div>
</footer>
</body>
</html>