-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
78 lines (67 loc) · 2.15 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>KONFORTI.NET</title>
<meta name="description" content="KONFORTI.NET">
<meta name="author" content="konforti.net">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0">
<link rel="apple-touch-icon" href="touch-icon-iphone.png" />
<link rel="apple-touch-icon" sizes="114x114" href="touch-icon-iphone4.png" />
<link rel="apple-touch-icon" sizes="72x72" href="touch-icon-ipad.png" />
<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="favicon.ico">
<style>
html, body {
height: 100%;
}
a:link,
a:visited {
font-family: arial;
color: #999;
background-color:white;
}
a:hover {
color: #333;
}
img {
max-height: 95%;
max-width: 95%;
display: block;
margin-left: auto;
margin-right: auto
}
#links-wrap {
position: absolute;
}
@media screen and (max-width: 480px) {
#links-wrap {
position: relative;
}
#links-wrap a {
font-size: 32px;
}
}
</style>
</head>
<body>
<div id="links-wrap">
<a href="cc.html">Konforti Creations</a><br>
<a href="mailto:[email protected]">Email</a><br>
<a href="https://github.com/konforti" target="_blank">Github</a><br>
<a href="http://www.linkedin.com/in/konforti" target="_blank">Linkedin</a><br>
<a href="https://twitter.com/konforti" target="_blank">Twitter</a><br>
</div>
<img src="logotyota.jpg" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-2073684-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>