-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathnewthingtest.html
More file actions
66 lines (49 loc) · 2.41 KB
/
newthingtest.html
File metadata and controls
66 lines (49 loc) · 2.41 KB
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<base href="">
<link href='http://fonts.googleapis.com/css?family=Share+Tech+Mono' rel='stylesheet' type='text/css'>
<link href="stylesheet.css" rel="stylesheet" type="text/css">
<link href="newthingsheet.css" rel="stylesheet" type="text/css">
<script src="jquery-1.11.3.js" type="text/javascript"></script>
<script type="text/javascript" src="bresize.js"></script>
<script type="text/javascript" src="newthingscript.js"></script>
<script type="text/javascript" src="script.js"></script>
<link rel="shortcut icon" href="favicon.ico" />
<title>I KneeData | For your frame data kneeds</title>
</head>
<body>
<div id="header">
<a href="http://ikneedata.com"><img id="logo" src="assets/kneesmalllogo.png" width="40" height="40" alt=""/></a>
<a href="http://ikneedata.com"><img id="titlelogo" src="assets/ikneedatav5.png"/ width="280" height="60"></a>
<a href="http://ikneedata.com"><div class="button"><h4>Blog</h4></div></a>
<a href="heatmaps/oos/falcon.html"><div class="button"><h4>Heatmaps</h4></div></a>
<a href="graphsgfys.html"><div class="button longbutton"><h4>Graphs & Gfys</h4></div></a>
<a href="vidsthreads.html"><div class="button longbutton"><h4>Vids & Threads</h4></div></a>
<a href="donate.html"><div class="button"><h4>Donate</h4></div></a>
<a href="about.html"><div class="button"><h4>About</h4></div></a>
<div id="socialmediaicons"><a href="http://twitter.com/IKneeData"><div class="socialmedia" style="background-image:url(assets/twitterlogo.png)"></div></a>
<a href="http://facebook.com/IKneeData"><div class="socialmedia" style="background-image:url(assets/facebooklogo.png)"></div></a></div>
</div>
<div id="pagetitle" style="background-color:#AC2629">
<h1>Blog</h1></div>
<div id="main">
<div id="main-content">
<div id="timelinebigcontainer">
</div>
</div>
<div id="side-container">
<div id="ad"></div>
<h2>Suggestions</h2>
<div id="sugboxcontainer"><div id="suggestiontext"><p>Have a suggestion of what
features to create next?
Send a message via</p></div>
<a href="http://www.reddit.com/message/compose/?to=schmooblidon">
<div class="sugbtn"><img src="assets/redditicon.png" width="50" height="40" alt=""/><p>Reddit</p></div></a>
<a href="http://www.twitch.tv/message/compose?to=schmooblidon">
<div class="sugbtn"><img src="assets/twitchicon.png" width="50" height="40" alt=""/><p>Twitch</p></div></a>
</div>
</div>
</div></body>
</html>