-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
122 lines (112 loc) · 5.18 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
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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Salvatore Cascone</title>
<meta name="description" lang="en" content="Hi! I'm Salvatore, a curious enthusiast software engineer from Naples">
<meta name="description" lang="it" content="Ciao! Sono Salvatore, un appassionato programmatore napoletano :)">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/main.css">
<link href='https://fonts.googleapis.com/css?family=Montserrat+Alternates' rel='stylesheet' type='text/css'>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<script>window.html5 || document.write('<script src="js/vendor/html5shiv.js"><\/script>')</script>
<![endif]-->
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your
experience.</p>
<![endif]-->
<div id="cont-container" >
<div id="container">
<div id="me" class="bolla hoverable" style="visibility: hidden;">
<span>Me</span>
</div>
<div id="dizzy" class="bolla hoverable" style="visibility: hidden;">
<span>Dizzy</span>
</div>
<div id="coffcoff" class="bolla hoverable" style="visibility: hidden;">
<span>CoffCoff</span>
</div>
</div>
</div>
<div id="big_me" class="bigBubble">
<h1>Me</h1>
<div>
<p lang="en">
Hello, I’m Salvatore,
<br> a curious enthusiast software engineer from Naples.
<br>
I dream to work in a brave team, create value for real people and never stop learning.
<br><br>
I love singing and listening to opera, swimming and devouring pizza.
<br><br><br><a target="_blank" href="https://it.linkedin.com/in/cascone"></a>
</p>
<p lang="it" class="hidden">
<br>
Ciao, sono Salvatore Cascone,
un giovane programmatore napoletano
con la passione per lo sviluppo web.
<br><br>
Amo scrivere, ascoltare musica e girare il mondo.
<br><br><br><a target="_blank" href="https://it.linkedin.com/in/cascone"></a>
</p>
</div>
</div>
<div id="big_dizzy" class="bigBubble">
<h1>Dizzy</h1>
<div>
<p lang="en">
Dizzy is a user-friendly opensource web app for editing and viewing vector graphics plane-embedded presentations, only based on open standards.
<br><br>
Bring your ideas into play and show them in your browser, no plugin is required!
<br><br>
<a href="http://dizzy.cascone.net" target="_blank">Find out more</a> :D
</p>
<p lang="it" class="hidden">
Dizzy è un'applicazione Web opensource per l'editing e la visualizzazione di presentazioni vettoriali semplice e completo, basato unicamente su
standard aperti.
<br><br>
Produci le tue presentazioni e visualizzale nel browser anche offline!
<br><br>
<a href="http://dizzy.cascone.net" target="_blank">Scopri di più</a> :D
</p>
</div>
</div>
<div id="big_coffcoff" class="bigBubble">
<h1>CoffCoff</h1>
<div>
<p lang="en">
CoffCoff is a small, unassuming space of critical sharing, born many moons ago and updated haphazardly.
<br><br>
A dramatic fiasco, but "ogni scarrafone è bello a mamma soja."
<br><br>
<a href="http://coffcoff.cascone.net" target="_blank">Be the first reader of the month</a>!
<br> (ITA) :]
</p>
<p lang="it" class="hidden">
CoffCoff è un piccolo spazio di condivisione critica senza pretese, nato molte lune fa e aggiornato senza criterio.
<br><br>
Un fiasco totale, ma "ogni scarrafone è bello a mamma soja."
<br><br>
<a href="http://coffcoff.cascone.net" target="_blank">Sii il primo lettore del mese</a>! :]
</p>
</div>
</div>
<footer>
<span>Salvatore Cascone | <a class="github clearfix" target="_blank" href="https://github.com/linuslabo"></a> <a class="linkedin clearfix" target="_blank" href="https://it.linkedin.com/in/cascone"></a></span>
</footer>
<script src="https://code.jquery.com/jquery-1.12.3.min.js" integrity="sha256-aaODHAgvwQW1bFOGXMeX+pC4PZIPsvn2h1sArYOhgXQ=" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.12.3.min.js"><\/script>')</script>
<script type="text/javascript" src="js/vendor/jquery.transit.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery.transit.min.js"><\/script>')</script>
<script type="text/javascript" src="js/vendor/jquery.fittext.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>