-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·72 lines (64 loc) · 3.06 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
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en"
xmlns:og="http://ogp.me/ns#">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<title>alex at apolloni dot org</title>
<LINK REL="SHORTCUT ICON" HREF="http://www.apolloni.org/images/a_icon.ico">
<meta property="og:title" content="portfolio @ apolloni.org"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="http://apolloni.org/"/>
<meta property="og:image" content="http://www.apolloni.org/images/a_icon.ico"/>
<meta property="og:site_name" content="@apolloni"/>
<meta property="og:description" content="Portfolio of Alex Apolloni."/>
<meta name="description" content="Portfolio of Alex Apolloni.">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
<link rel="canonical" href="http://apolloni.org/" />
<link rel="author" href="humans.txt" />
<link rel="stylesheet" href="css/style.css">
<link href='http://fonts.googleapis.com/css?family=Droid+Sans:400,700|Radley' rel='stylesheet' type='text/css'>
</head>
<body>
<!--[if lt IE 9]><p class=chromeframe>Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a>.</p><![endif]-->
<header>
<div class="wrapper">
<h1>apolloni.org</h1>
<p>hello world.</p>
<a href="#" id="fullscreen">Fullscreen</a>
</div>
</header>
<section id="main" role="main">
<div id="prev"><a href="#">‹</a></div>
<div id="next"><a href="#">›</a></div>
<div id="playpause"><a href="#" class="pause">pause</a></div>
<div id="viewer"></div>
</section>
<footer>
<div class="wrapper">
<ul>
<li><a href="/CV.html" target="_blank">C.V.</a></li>
<li><a href="http://www.linkedin.com/in/alexapolloni" target="_blank">LinkedIn</a></li>
<li><a href="http://flickr.com/photos/alessandro" target="_blank">Flickr</a></li>
<li class="copyright">© 1996–<span id="currYear">2013</span> Alex Apolloni </li>
</ul>
</div>
</footer>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/libs/jquery-1.8.2.min.js"><\/script>')</script>
<script src="js/libs/jquery.anystretch.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/script.js"></script>
<script>
var _gaq=[['_setAccount','UA-XXXXXXX-X'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src='http://www.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
</body>
</html>