-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontatti.html
More file actions
119 lines (111 loc) · 7.86 KB
/
contatti.html
File metadata and controls
119 lines (111 loc) · 7.86 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
<html lang="it">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/candidosimone.css">
<link rel="icon" href="img/favicon.ico" />
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet">
<script type="text/javascript" src="js/CandidoSimone_orario.js"></script>
<script type="text/javascript" src="js/CandidoSimone_blink.js"></script>
<script type="text/javascript" src="js/lang.js"></script>
<script type="text/javascript" src="js/fit.js"></script>
<title>TeLeSimod.it | Portfolio Simone Candido</title>
</head>
<body class="bg-black" style="overflow:hidden; height:100vh; width:100vw;" onload="OrologioScorrevole(); setLang('it');">
<div class="container mx-auto md:px-20">
<!-- HEADER -->
<div class="c-header flex justify-between items-center align-middle text-center py-3 px-3 md:px-0">
<div class="flex w-1/2 justify-start" style="align-items:center; gap:0;">
<a href="index.html" style="display:flex;"><img src="img/home.svg" class="mr-3"></a>
<span style="width:12px;"></span><input style="margin:0; height:30px; width:40px; border:2px solid green; background-color:#282625; color:white;" id="refpage" type="text" name="text">
<button style="margin:0; height:30px; background-color:#282625; border:2px solid green; color:white;" type="button" onclick="refpage()">GO</button>
</div>
<script src="js/sendvalue.js"></script>
<div class="flex justify-end" style="align-items:center; gap:10px;">
<button onclick="setLang('it')" id="btn-it" style="background:#00FF00; color:black; border:none; padding:2px 7px; font-family:'Press Start 2P'; font-size:10px; cursor:pointer;">IT</button>
<button onclick="setLang('en')" id="btn-en" style="background:#282625; color:#00FF00; border:2px solid #00FF00; padding:2px 7px; font-family:'Press Start 2P'; font-size:10px; cursor:pointer;">EN</button>
<span style="font-size:100%;" class="inline text-white text-xs lg:text-2xl">TELESIMOD</span>
<span style="font-size:100%;" class="inline text-white text-xs lg:text-2xl" id="orologio">22/03/2020 11:58:49</span>
</div>
</div>
<!-- LOGO -->
<div class="c-logo flex justify-center align-middle text-center relative">
<div class="h-2/3 w-full bg-tele-blue absolute"></div>
<a href="index.html" style="display:flex; justify-content:center; width:100%;"><img src="img/logo1.png" alt="" class="z-10 pt-5" style="padding:0; margin:0 auto;"></a>
</div>
<!-- SUB-HEADER -->
<div class="flex flex-col md:flex-row mt-4">
<div class="flex-auto bg-tele-green text-black p-2 md:p-8 m-1 text-center">
<a style="font-size:150%;" data-it="CONTATTI" data-en="CONTACTS">CONTATTI</a>
</div>
</div>
<!-- CONTENT -->
<div class="flex flex-col m-4 md:m-8" style="gap: 1.2rem;">
<div class="flex flex-col md:flex-row md:items-center">
<div class="text-tele-yellow text-lg lg:text-xl md:w-1/3" style="min-width: 180px;">> Mail:</div>
<div class="md:w-2/3">
<a href="mailto:candidosimone598@gmail.com" class="text-white text-lg lg:text-xl p-2" style="display: inline-block; word-break: break-all; transition: all 0.2s;" onMouseOver="this.style.backgroundColor='#00FF00'; this.style.color='black'" onMouseOut="this.style.backgroundColor='transparent'; this.style.color='white'">
candidosimone598@gmail.com
</a>
</div>
</div>
<div class="flex flex-col md:flex-row md:items-center">
<div class="text-tele-yellow text-lg lg:text-xl md:w-1/3" style="min-width: 180px;">> LinkedIn:</div>
<div class="md:w-2/3">
<a href="https://www.linkedin.com/in/simone-candido/" target="_blank" class="text-white text-lg lg:text-xl p-2" style="display: inline-block; transition: all 0.2s;" onMouseOver="this.style.backgroundColor='#00FF00'; this.style.color='black'" onMouseOut="this.style.backgroundColor='transparent'; this.style.color='white'">
Simone Candido
</a>
</div>
</div>
<div class="flex flex-col md:flex-row md:items-center">
<div class="text-tele-yellow text-lg lg:text-xl md:w-1/3" style="min-width: 180px;">> GitHub:</div>
<div class="md:w-2/3">
<a href="https://github.com/SimoneMoreWare" target="_blank" class="text-white text-lg lg:text-xl p-2" style="display: inline-block; transition: all 0.2s;" onMouseOver="this.style.backgroundColor='#00FF00'; this.style.color='black'" onMouseOut="this.style.backgroundColor='transparent'; this.style.color='white'">
SimoneMoreWare
</a>
</div>
</div>
<div class="flex flex-col md:flex-row md:items-center">
<div class="text-tele-yellow text-lg lg:text-xl md:w-1/3" style="min-width: 180px;">> Telegram:</div>
<div class="md:w-2/3">
<a href="https://t.me/Simonecandido" target="_blank" class="text-white text-lg lg:text-xl p-2" style="display: inline-block; transition: all 0.2s;" onMouseOver="this.style.backgroundColor='#00FF00'; this.style.color='black'" onMouseOut="this.style.backgroundColor='transparent'; this.style.color='white'">
@Simonecandido
</a>
</div>
</div>
<div class="flex flex-col md:flex-row md:items-center">
<div class="text-tele-yellow text-lg lg:text-xl md:w-1/3" style="min-width: 180px;">> Instagram:</div>
<div class="md:w-2/3">
<a href="https://www.instagram.com/simocandido/" target="_blank" class="text-white text-lg lg:text-xl p-2" style="display: inline-block; transition: all 0.2s;" onMouseOver="this.style.backgroundColor='#00FF00'; this.style.color='black'" onMouseOut="this.style.backgroundColor='transparent'; this.style.color='white'">
@simocandido
</a>
</div>
</div>
<div class="flex flex-col md:flex-row md:items-center">
<div class="text-tele-yellow text-lg lg:text-xl md:w-1/3" style="min-width: 180px;">> YouTube:</div>
<div class="md:w-2/3">
<a href="https://www.youtube.com/@simonecandido9425" target="_blank" class="text-white text-lg lg:text-xl p-2" style="display: inline-block; transition: all 0.2s;" onMouseOver="this.style.backgroundColor='#00FF00'; this.style.color='black'" onMouseOut="this.style.backgroundColor='transparent'; this.style.color='white'">
Simone Candido
</a>
</div>
</div>
<div class="flex flex-col md:flex-row md:items-center">
<div class="text-tele-yellow text-lg lg:text-xl md:w-1/3" style="min-width: 180px;">> Portfolio:</div>
<div class="md:w-2/3">
<a href="https://simonemoreware.github.io/portfolio-simonecandido/" target="_blank" class="text-white text-lg lg:text-xl p-2" style="display: inline-block; transition: all 0.2s;" onMouseOver="this.style.backgroundColor='#00FF00'; this.style.color='black'" onMouseOut="this.style.backgroundColor='transparent'; this.style.color='white'">
portfolio-simonecandido
</a>
</div>
</div>
</div>
<!-- DISCLAIMER -->
<a style="display:block;" href="https://simonemoreware.github.io/portfolio-simonecandido/" target="_blank" class="bg-tele-blue p-1 m-1 text-white lg:text-2xl text-center">
<p id="blink" class="p-1 m-1 text-white lg:text-2xl text-center" data-it="Visita il nuovo portfolio completo <span class='text-tele-green text-lg md:text-4xl'>107</span>" data-en="Visit the full new portfolio <span class='text-tele-green text-lg md:text-4xl'>107</span>">Visita il nuovo portfolio completo <span class="text-tele-green text-lg md:text-4xl">107</span></p>
</a>
<!-- FOOTER -->
<div class="flex items-center sm:flex-row justify-between align-middle py-4 px-4">
<h1 class="text-white text-md lg:text-2xl" id="blink" style="white-space:nowrap; font-size:1.4rem;">www.TeleSimod.it <a href="manfredonia.html" target="_blank" style="color:red;">Manfredonia</a><span style="color:red;">\Torino\Antibes</span> <a href="chisono.html" target="_blank" style="color:#e53e3e;">></a></h1>
</div>
</div>
</body>
</html>