-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.html
34 lines (32 loc) · 1.77 KB
/
info.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
<!DOCTYPE html>
<p id = "didascaliaInfo">Siamo i ragazzi della <strong>5^A informatica</strong> dell'a.s. 2019/2020 dell'<strong>I.T. "Luigi Di Maggio"</strong> di San Giovanni Rotondo e questo è il nostro lavoro <strong>per voi!</strong></p>
<div id = "info_container_sez">
<article class = "informazione" id = "Trovaci">
<h1><strong><center>Come raggiungerci</center></strong></h1>
<div id = "trovandoci">
<a href = "https://goo.gl/maps/ag7kyTkMSLc3BBuf7"> <img src = "res/maps.png" /> </a>
</div>
</article>
<article class = "informazione" id = "Contatti">
<h1><strong><center>Contattaci</center></strong></h1>
<div id = "contattaci">
<img src = "res/mail.png" id = "mail" onclick = "window.location = 'mailto:fgtf17000v@istruzione.it'" />
<img src = "res/phone.png" id = "phone" onclick = "window.location = 'tel:08822456519'" />
<a id = "facebook" href = "https://www.facebook.com/DI-Maggio-Tech-seum-100292315518235/"> <img src = "res/facebook.png" /> </a>
<a id = "instagram" href = "https://instagram.com/dimaggiotechseum"> <img src = "res/instagram.png" /> </a>
<img src = "res/share.png" id = "share" onclick="condividi()" />
</div>
</article>
<article class = "informazione" id = "Orari">
<h1><strong><center>Orari</center></strong></h1>
<div id = "orario">
<img src = "res/clock.png"/>
<div id = "orario1"><h5>Lun. - Sab.<br>08:00 - 13:00<!--<br>16:00 - 18:00--></h5></div>
<!--<div id = "orario2"><h5>Sabato<br>09:00 - 13:00</h5></div>-->
</div>
</article>
<article class = "informazione" id = "Crediti">
<h1><strong><center>Crediti</center></strong></h1>
<h5>•5^A informatica<br>•Prof. De Bonis Michelangelo<br>•Prof. Tamburrano Pietro<br><br></h5>
</article>
</div>