|
1 | | -<!DOCTYPE html> |
2 | | - <head> |
| 1 | +<?php include("head.html"); ?> |
| 2 | + |
3 | 3 | <title>Contatti :: Morrolinux</title> |
4 | 4 | <link href="css/stile.css" rel="stylesheet" type="text/css"> |
5 | 5 |
|
6 | | - <?php include("head.html"); ?> |
7 | | - |
8 | 6 | </head> |
9 | 7 | <body style="background: #D8D8D8;"> |
10 | | - <div class="bottomMob" style="background: #353535;"> |
11 | | - <a href="policy.pdf" class="linka" id="policy">Privacy Policy</a><br /> |
12 | | - </div> |
13 | | - |
14 | | - <?php include("nav.php"); ?> |
15 | | - |
16 | | - <div class="testo"> |
17 | | - |
18 | | - <h1>Contatti</h1> |
19 | | - <p> |
20 | | - Restiamo in contatto!<br /> |
21 | | - Sulla mia pagina Facebook condivido “cose interessanti” da all over the world. |
22 | | - Mentre se non volete perdervi l’ultimo video e un po' di backstage, trovate il mio canale Telegram. |
23 | | - Twitter è consigliato per non perdersi le pubblicazioni automatiche :)<br /><br /> |
24 | | - Youtube: <a href="https://www.youtube.com/user/morrolinux/" target="blank_">MorrolinuxYouTube</a><br /> |
25 | | - Facebook: <a href="https://www.facebook.com/MorrolinuxOfficial/" target="blank_">MorrolinuxOfficial</a><br /> |
26 | | - Twitter: <a href="https://twitter.com/morrolinux/" target="blank_">MorrolinuxTwitter</a><br /> |
27 | | - Google+: <a href="https://plus.google.com/u/0/+morrolinux/" target="blank_">+Morrolinux</a><br /> |
28 | | - Telegram: <a href="https://telegram.me/morrolinux_feed" target="blank_">MorrolinuxFeed</a><br /> |
29 | | - </p> |
30 | | - |
31 | | - </div> |
32 | | - </body> |
33 | | -</html> |
| 8 | + |
| 9 | + <div class="mobile_bottom"> |
| 10 | + <a href="policy.pdf" class="link" id="policy">Privacy Policy</a><br /> |
| 11 | + </div> |
| 12 | + |
| 13 | + <?php include("nav.php"); ?> |
| 14 | + |
| 15 | + <div class="text"> |
| 16 | + |
| 17 | + <h1>Contatti</h1> |
| 18 | + <p> |
| 19 | + Restiamo in contatto!<br /> |
| 20 | + Sulla mia pagina Facebook condivido “cose interessanti” da all over the world. |
| 21 | + Mentre se non volete perdervi l’ultimo video e un po' di backstage, trovate il mio canale Telegram. |
| 22 | + Twitter è consigliato per non perdersi le pubblicazioni automatiche :)<br /><br /> |
| 23 | + Youtube: <a href="https://www.youtube.com/user/morrolinux/" target="blank_">MorrolinuxYouTube</a><br /> |
| 24 | + Facebook: <a href="https://www.facebook.com/MorrolinuxOfficial/" target="blank_">MorrolinuxOfficial</a><br /> |
| 25 | + Twitter: <a href="https://twitter.com/morrolinux/" target="blank_">MorrolinuxTwitter</a><br /> |
| 26 | + Google+: <a href="https://plus.google.com/u/0/+morrolinux/" target="blank_">+Morrolinux</a><br /> |
| 27 | + Telegram: <a href="https://telegram.me/morrolinux_feed" target="blank_">MorrolinuxFeed</a><br /> |
| 28 | + </p> |
| 29 | + |
| 30 | + </div> |
| 31 | + |
| 32 | +<?php include("footer.html"); ?> |
0 commit comments