-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
93 lines (82 loc) · 2.4 KB
/
index.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="Siti Internet" content="Produzione e Sviluppo di Siti Internet in Ticino a costi preferenziali per le aziende che operano in Ticino o in Svizzera">
<title>Sviluppo Siti Internet</title>
<link rel="stylesheet" href="CSS/style.css">
</head>
<body>
<table cellpadding="10" bgcolor="#C0C0C0">
<tr>
<td><a href="index.html">Home</a></td>
<td><a href="contact-me.html">Contatti</a>
</td>
</tr>
</table>
<center>
<br>
<img src="images/ticinoWEB logo quadrato 200x200px.png" height="100px" alt="Logo Siti Internet">
<h1>Giovanni Frino</h1>
<p><em>Founder of <strong>ticinoWEB</strong></em></p>
<p>Grazie per aver trovato questa pagina</p>
<hr size="3" noshade width="200px">
</center>
<center>
<h2>Questa è solo una pagina di supporto, per visitare il sito di ticinoWEB <a href="https://ticinoweb.net">clicca qui</a></h2>
</center>
<table cellpadding="10">
<thead>
<tr>
<td>Siti Internet</td>
</tr>
</thead>
<tbody>
<tr>
<td>
<h3>Affinchè un sito internet funzioni come si deve è necessario che abbia le seguenti qualità</h3>
</td>
</tr>
<tr>
<td>
<ul>
<li>Responsive</li>
<li>Estetico</li>
<li>Contenuti sintetici</li>
<li>immagini adeguate</li>
</ul>
<h3>per ulteriori informazioni cliccate <a href="https://ticinoweb.net">qui</a></h3>
<br>
<h4>tel: +41 022 525 51 21</h4>
<h4><a href="mailto:[email protected]">[email protected]</a></h4>
</td>
</tr>
<table>
<thead>
<tr>
<th>SKILLS</th>
</tr>
</thead>
<tbody>
<tr>
<td>Photography </td>
<td>🥇🥇🥇🥇🥇</td>
<td>iOS Development </td>
<td>🥇🥇🥇🥇🥇</td>
<td>Android Development </td>
<td>🥇🥇🥇🥇🥇</td>
</tr>
<tr>
<td>Photoshop </td>
<td>🥇🥇🥇🥇🥇</td>
<td>Illustrator </td>
<td>🥇🥇🥇🥇🥇</td>
<td>Web Developement </td>
<td>🥇🥇🥇🥇🥇</td>
</tr>
</tbody>
</table>
</tbody>
</table>
</body>
</html>