-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·140 lines (123 loc) · 5.5 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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!DOCTYPE html>
<html lang="en">
<head>
<!-- meta -->
<meta charset="utf-8"/>
<meta name="author" content="kreo">
<meta name="abstract" content="UX Engineer, Creazione Siti Web, Design Systems, Components Library">
<meta name="owner" content="Kreo - Freelance UX Engineer ">
<meta name="language" content="en">
<meta name="description"
content="kreo, an italian UX Engineer and UI developer that make reactive web experiences">
<meta name="keywords" content="kreo, fabio, cencetti, web, designer, developer, Bari, responsive, design">
<meta name="keyphrases"
content="web designer bari, creazione siti web bari, web developer, responsive web, designer bari, responsive web bari, portfolio web designer, cv web designer, web agency bari, website internet bari, realizzazione sito, web marketing, fabio cencetti, sviluppatore web, internet puglia, webmaster bari, curriculum web designer, annuncio web designer, lavoro web designer ">
<meta name="document-type" content="web page">
<meta name="cache-control" content="public">
<meta name="identifier-url" content="http://www.kreo.me">
<meta name="contactState" content="italy">
<meta name="robots" content="index, follow">
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no">
<meta name="google-site-verification" content="sMhdRew89ptWoZ5f7U--Lktw42CEmDi84cOBS6xtmQ4"/>
<title>Kreo - UX Engineer and UI Developer</title>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<!-- favicon -->
<link rel="apple-touch-icon" href="favicon.png">
<link rel="shortcut icon" href="favicon.ico">
<!-- css -->
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<!--[if lt IE 10]>
<p class="browsehappy">
Stai usando un
<strong>Browser obsoleto</strong>
, non più adatto ai nuovi standard del web.
Per favore
<a href="http://browsehappy.com/">aggiorna il tuo browser (programma che usi per andare su internet)</a>
per migliorare la tua esperienza di navigazione.
</p>
<![endif]-->
<div class="overlay"></div>
<div class="page-wrapper animated bounce bounceInLeft">
<!--header-->
<header class="animate fadeIn no-selectable">
<a href="http://www.kreo.me" class="avatar hvr-wobble-vertical" title="Kreo Web Designer and responsive web design">
<span class="brand indent">Responsive Web Designer from Bari</span>
</a>
<h1 class="web phrase animated swing">
UX Engineer &
<br>
<a href="http://www.kreo.me">
<strong>UI Developer</strong>
</a>
</h1>
<h2 class="animated fadeInLeft">I Make Reactive Web Experiences</h2>
<div class="clearfix"></div>
</header>
<!--content-->
<section class="content animated fadeInLeft">
<p class="about">
Hi there 👋, my name is Fabio Cencetti alias Kreo.
I'm a freelance UX Engineer and i live in Italy with my 2 daughters and my wife.
<br><br>
I love writing code, learning new things, and watching sci-fi movies.
I also like to draw, swimm, and spend time with my Familiy.
</p>
<div class="social-icons no-selectable">
<a href="mailto:[email protected]" title="mail contact" target="_blank">
<span class="ss-icon ss-social">mail</span>
</a>
<a href="https://github.com/kreo" title="github" target="_blank">
<span class="ss-icon ss-social">github</span>
</a>
<a href="http://fb.com/kreo.ux" title="facebook" target="_blank">
<span class="ss-icon ss-social">facebook</span>
</a>
<a href="http://twitter.com/_kreo" title="twitter" target="_blank">
<span class="ss-icon ss-social">twitter</span>
</a>
<!--<a href="http://instagram.com/_kreo" title="instagram" target="_blank">-->
<!--<span class="ss-icon ss-social">instagram</span>-->
<!--</a>-->
<a href="http://it.linkedin.com/in/kreo/" title="linkedin" target="_blank">
<span class="ss-icon ss-social">linkedin</span>
</a>
</div>
</section>
<!--footer-->
<footer class="footer">
Hand-Made by
<a href="http://www.kreo.me" title="Fabio Cencetti">Fabio Cencetti</a>
.
<em>VAT/P.IVA IT08577520722 - Codice univoco per fattura elettronica: ***84HL</em>
</footer>
</div>
<script src="assets/js/libs/jquery.min.js"></script>
<script src="assets/js/libs/modernizr.min.js"></script>
<script src="assets/js/plugins/ss-social.min.js"></script>
<script src="assets/js/main.js"></script>
<!--
<script>
(function (d, e, j, h, f, c, b) {
d.GoogleAnalyticsObject = f;
d[f] = d[f] || function () {
(d[f].q = d[f].q || []).push(arguments)
}, d[f].l = 1 * new Date();
c = e.createElement(j), b = e.getElementsByTagName(j)[0];
c.async = 1;
c.src = h;
b.parentNode.insertBefore(c, b)
})(window, document, "script", "//www.google-analytics.com/analytics.js", "ga");
ga("create", "UA-44074545-1", "kreo.me");
ga("send", "pageview");
</script>
-->
<script>
if (window.location.host.indexOf('github.io') > -1 && window.location.protocol == "https:"){
window.location.protocol = "http";
}
</script>
</body>
</html>