-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
81 lines (69 loc) · 3.22 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
<!doctype html>
<!--[if lt IE 7 ]> <html class="no-js ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]> <html class="no-js ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]> <html class="no-js ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<meta name="description" content="Instant Foreign Language Flashcards, Version 2">
<meta name="author" content="Feross Aboukhadijeh">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link href='http://fonts.googleapis.com/css?family=Paytone+One' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/style.css?v=2">
<script src="js/libs/modernizr-1.7.min.js"></script>
</head>
<body>
<div id="container">
<header id="header">
<h1>Instant.IO</h1>
<input type="text" name="input" value="" id="input">
<button class="punch">Super Translate</button>
<small>
<strong>Examples:</strong> <a href="#">I love music.</a> <a href="#">Will you dance with me?</a> <a href="#">The cake is a lie.</a>
</small>
</header>
<div id="main" role="main">
<ul id="cards">
<!-- Generated cards go here -->
</ul>
</div>
<footer id="footer">
Built by <a href="http://feross.org">Feross</a> in 8 hours for the <a href="http://stanfordacm.com">Stanford Hack Competition</a>.
</footer>
</div> <!-- eo #container -->
<a href="https://github.com/feross/Instant.io"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub"></a>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.js"></script>
<script>window.jQuery || document.write("<script src='js/libs/jquery-1.5.1.min.js'>\x3C/script>")</script>
<script src="js/plugins.js"></script>
<script src="js/mylibs/jquery.isotope.min.js"></script>
<script src="js/mylibs/base.js"></script>
<script src="js/mylibs/soundmanager2-nodebug-jsmin.js"></script>
<script src="js/mylibs/sha1-min.js"></script>
<script src="js/mylibs/underscore-min.js"></script>
<script src="js/script.js"></script>
<script>
var _gaq=[["_setAccount","UA-3898076-13"],["_trackPageview"]];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.async=1;
g.src=("https:"==location.protocol?"//ssl":"//www")+".google-analytics.com/ga.js";
s.parentNode.insertBefore(g,s)}(document,"script"));
</script>
<!-- Start of StatCounter Code -->
<script type="text/javascript">
var sc_project=6877096;
var sc_invisible=1;
var sc_security="e92a8d5e";
</script>
<script type="text/javascript"
src="http://www.statcounter.com/counter/counter_xhtml.js"></script>
<noscript><div class="statcounter"><a title="drupal
counter" href="http://statcounter.com/drupal/"
class="statcounter"><img class="statcounter"
src="http://c.statcounter.com/6877096/0/e92a8d5e/1/"
alt="drupal counter" /></a></div></noscript>
<!-- End of StatCounter Code -->
</body>
</html>