forked from slifty/askgridinoc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
76 lines (73 loc) · 2.07 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
<html>
<head>
<title>Ask Laurian Gridinoc</title>
<link rel="stylesheet" href="stylesheet/main.css" type="text/css" media="screen" title="no title" charset="utf-8">
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript"></script>
<script src="scripts/laurian.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-33524129-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>
</head>
<body>
<script charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'search',
search: 'askgridinoc.com OR #askgridinoc OR askgridinoc',
interval: 30000,
title: 'askgridinoc.com',
subject: 'What they\'re saying about it',
width: 250,
height: 300,
theme: {
shell: {
background: '#000000',
color: '#ffffff'
},
tweets: {
background: '#ffffff',
color: '#444444',
links: '#1985b5'
}
},
features: {
scrollbar: false,
loop: true,
live: true,
behavior: 'default'
}
}).render().start();
</script>
<div id="container">
<div id="question">
<h1>Ask Laurian Anything!</h1>
<form id="questionform">
<ul>
<li>
<select>
<option>What do you think about...</option>
<option>Would you recommend...</option>
</select>
</li>
<li><input type="text" id="topic" /></li>
<li><div id="askbutton"></div></li>
</ul>
</form>
</div>
<div id="answer">
<h2 id="tdisplay"></h2>
<div id="response"></div>
<div id="askagainbutton"></div>
</div>
</div>
<div class="modal">He's thinking about it, hold on.</div>
</body>
</html>