-
Notifications
You must be signed in to change notification settings - Fork 3
/
PinTweets_ie.html
49 lines (36 loc) · 1.99 KB
/
PinTweets_ie.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link href="css/PinTweets.css" type="text/css" rel="stylesheet" /> <!-- css file-->
<link href="http://fonts.googleapis.com/css?family=Lobster" rel="stylesheet" type="text/css"/> <!-- font -->
<link href="favicon.ico" rel="icon" type="image/png"> <!--FAVICON DOES NOT WORK IN FIREFOX, SAFARI, CHANGE TO PINTWEETS.COM-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-25206950-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>
<title>PinTweets</title>
</head>
<body>
<div id="wrapper" style="border-bottom:2px solid black";>
<div id="header">
<h1>Pin Tweets<sup>beta</sup></h1>
</div>
<ul class="topnav above"> </ul>
<!--Canvas Possibilities-->
<div class="canvas" id="IE" style="height:auto;margin:10px 15px;display:block;float:none;position:static;">
<h3>"Facebook feels like a mall. Twitter feels like the street."</br> -William Gibson</h3>
<p>As succinct as this comment is, in one important aspect it is not true. On the street, geography is paramount. On Twitter, it is a little line in a user profile.</p>
<p>This website seeks to restore geography's place in the wonderful absurdity that is Twitter. Unfortunately, it does not work (yet) in Microsoft Internet Explorer.</p>
<p>It does work in <a href="http://www.google.com/chrome">Google Chrome</a> (recommended), <a href="http://www.mozilla.com/">Mozilla Firefox</a>, and Apple's <a href="http://www.apple.com/safari/download/">Safari</a>. Please use one of these browsers and enjoy the site.</p>
</div>
<ul class="topnav below" style="margin-bottom:10px"></ul>
</div>
</body>
</html>