-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
57 lines (56 loc) · 2.54 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
<head>
<title>flittr - twitter + flickr ...what comes next?!?</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="author" content="Carlo Zapponi, [email protected]"/>
<meta name="verify-v1" content="OFRBVrxX2CPI+XPRBz3XmVN+Rdqs7l2RGZNs//WChYE=" />
<link rel="stylesheet" type="text/css" media="screen" href="css/flitter.css">
<script src="js/jquery-1.2.6.pack.js" type="text/javascript" charset="utf-8"></script>
<script src="js/flittering.min.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>
<div id="pic"><span class="intro">let's start some flittering...</span><div id="container"></div></div>
<div id="next"><a href="#">next</a><div id="loader"></div><div id="timer"></div></div>
<div id="footer">
<ul id="menu">
<li><a href="#">m<br/>e<br/>n<br/>u<br/></a></li>
</ul>
<div id="about" class="section">
<h3>About flittr</h3><!-- basta! -->
<p>
Flittr tries to connect a random twitter with a picture on flickr with the same hidden meaning.<br/>Flittr is addressed to all the people who don't like to spend time playing the solitaire game.<br/>It's funny to see how a bunch of thoughts and a picture taken by two distant person can be connected.<br/><i>Sit there and enjoy the gallery!</i>
</p>
<div style="clear:both"></div>
</div>
<div id="contacts" class="section">
<h3>Contacts</h3>
<p>
For any question, suggestion, offense, please write me at:<br/><span class="fake_link">info[at]makinguse.com</span>
</p>
</div>
<div id="credits" class="section">
<h3>Credits</h3>
<p>
Designed, coded and maintained by <em><strong>Carlo Zapponi</strong></em>.
<br/>
Licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/">Creative Commons Attribution-Share Alike 3.0 License</a>
</p>
</div>
</div>
<script type="text/javascript">
(function($){
ompic.init();
ompic.searchTiwtter();
})(jQuery);
</script>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-364839-18");
pageTracker._trackPageview();
</script>
</body>
</html>