-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog.html
More file actions
220 lines (195 loc) · 10.7 KB
/
Copy pathblog.html
File metadata and controls
220 lines (195 loc) · 10.7 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
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
<!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 class="active" href="blog.html">Blog</a></li>
<li><a href="shop.html">Shop</a></li>
</ul>
</nav>
</header>
<aside id="banner_3"></aside>
<body>
<h2 class="background">BLOG</h2>
<section class="blog_content">
<!--cards -->
<div class="card">
<div class="image">
<div>
<a href="https://mobular.netlify.com/" target="_blank"><img src="img/manta.jpg" alt="robot manta mobular"></a>
</div>
<div class="title">
<h1>Stop microplastic with Mobular</h1>
</div>
<div class="des">
<p>Mobular is a zero-impact robot, thanks to its solar panels arranged along the upper part of the back.</p>
<a href="https://mobular.netlify.com/" target="_blank" ><button>Read More...</button></a>
</div>
</div>
</div>
<div class="card">
<div class="image">
<div>
<a href="https://gea2050.netlify.com/" target="_blank"><img src="img/gea2050.jpg" alt="girl with 3D viewer"></a>
</div>
<div class="title">
<h3>GEA2050 at MUDEC</h3>
</div>
<div class="des">
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Corporis quae, nisi vitae esse.</p>
<a href="https://gea2050.netlify.com/" target="_blank"><button>Read More...</button></a>
</div>
</div>
</div>
<div class="card">
<div class="image">
<div>
<img src="img/bicchiere.jpg" alt="photo blog">
</div>
<div class="title">
<h3>Write title Here</h3>
</div>
<div class="des">
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Corporis quae, nisi vitae esse.</p>
<button>Read More...</button>
</div>
</div>
</div>
<div class="card">
<div class="image">
<div>
<img src="img/bicchiere.jpg" alt="photo blog">
</div>
<div class="title">
<h3>Write title Here</h3>
</div>
<div class="des">
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Corporis quae, nisi vitae esse.</p>
<button>Read More...</button>
</div>
</div>
</div>
<div class="card">
<div class="image">
<div>
<img src="img/bicchiere.jpg" alt="photo blog">
</div>
<div class="title">
<h3>Write title Here</h3>
</div>
<div class="des">
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Corporis quae, nisi vitae esse.</p>
<button>Read More...</button>
</div>
</div>
</div>
<div class="card">
<div class="image">
<div>
<img src="img/bicchiere.jpg" alt="photo blog">
</div>
<div class="title">
<h3>Write title Here</h3>
</div>
<div class="des">
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Corporis quae, nisi vitae esse.</p>
<button>Read More...</button>
</div>
</div>
</div>
<div class="card">
<div class="image">
<div>
<img src="img/bicchiere.jpg" alt="photo blog">
</div>
<div class="title">
<h3>Write title Here</h3>
</div>
<div class="des">
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Corporis quae, nisi vitae esse.</p>
<button>Read More...</button>
</div>
</div>
</div>
<div class="card">
<div class="image">
<div>
<img src="img/bicchiere.jpg" alt="photo blog">
</div>
<div class="title">
<h3>Write title Here</h3>
</div>
<div class="des">
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Corporis quae, nisi vitae esse.</p>
<button>Read More...</button>
</div>
</div>
</div>
</section>
<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">Scuola@mohole.it</a>
<br>
Telefono: 02 1234567
</p>
</div>
<div class="col">
<!--<h5>be social</h5> -->
<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>