-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
146 lines (123 loc) · 5.34 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<!DOCTYPE HTML>
<html>
<head>
<title>Tidhr.com</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="News">
<meta name="keywords" content="news, tidhr, nko3">
<meta property="og:title" content="Tidhr.com" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://tidhr.com" />
<meta property="og:image" content="http://tidhr.com/logo.png" />
<meta property="og:site_name" content="tidhr.com" />
<link rel='stylesheet' href='css/bootstrap.min.css' type='text/css'>
<link rel="shortcut icon" href="img/favicon.png" />
<link rel='stylesheet' href='css/style.css' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Istok+Web' rel='stylesheet' type='text/css'>
<link rel='stylesheet' href='css/envision.min.css' type='text/css'>
</head>
<body>
<!-- Facebook SDK -->
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/fi_FI/all.js#xfbml=1&appId=156504414539967";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div id="wrapper">
<noscript>
<div id="javascriptwrapper">
<p>Enable javascript to use all features</p>
</div>
</noscript>
<div class="container-fluid tidhrcontainer" id="headercontainer">
<div id="top-wrapper">
<p id="topdate"></p>
</div>
<div class="page-header">
<div id="bigtitle">
<h1><img src="img/logo-128x128.png">The Tidhr</h1>
</div>
</div>
<!-- Search container -->
<div class="bigsearch" id="search"></div>
<div class="hr"></div>
</div>
<div id="middlewrapper">
<div class="container-fluid tidhrcontainer" id="maincontainer">
<div class="row-fluid">
<!-- Newlist container -->
<div class="span12">
<div class="space"></div>
<div class="span12">
<p>We are a team of programmers participating in <a href="http://www.nodeknockout.com">the Node.js KO competition</a> from <a href="https://en.wikipedia.org/wiki/Oulu">Oulu</a>, <a href="https://en.wikipedia.org/wiki/Finland">Finland</a>.</p>
<h3>Members</h3>
<ul>
<li><a href="https://github.com/annttu">@annttu</a></li>
<li><a href="https://github.com/jheusala">@jheusala</a></li>
<li><a href="https://github.com/jkjuopperi">@jkjuopperi</a></li>
<li><a href="https://github.com/paveq">@paveq</a></li>
</ul>
<h3>Entries in the competition</h3>
<ul>
<li><b>2011</b> we made <b>webchat using IceCap</b>. See <a href="https://github.com/tidhr/nko2-oulu">tidhr/nko2-oulu</a>. It was practically a web IRC client/remote
shell service. It btw also includes LDAP server written in Node.js which we used to setup Linux shell accounts for each user automatically.</li>
<li><b>2012</b> we made <b>an online news site</b> -- with the name of the Tidhr. We hope we'll get it running some day again. The project was basically a news search engine / graph-based news reader. It was made using Neo4j Graph database and some bleeding edge semantic text processing services.</li>
<li><b>2013</b> we made <b>an online [feed] reader</b> -- <a href="https://reader.tidhr.com">reader.tidhr.com</a></li>
<li><b>2014</b> we'll try to make <b>something simple and elegant</b>. We haven't decided what yet.</li>
</ul>
</div>
</div>
</div>
<div class="space"></div>
</div>
</div>
<div class="space"></div>
</div>
<div class="space"></div>
</div>
<div id="footerwrapper">
<div class="tidhrcontainer row">
<div class="span12" id="timeslider"></div>
</div>
<div id="footer">
<div class="container-fluid tidhrcontainer footer">
<div class="row-fluid">
<div class="span6">
<p>We are a team in <a href="http://nodeknockout.com">the Node.js KO competition</a>.</p>
</div>
<!-- Github -->
<div class="span2">
<a href="https://github.com/tidhr">GitHub</a>
</div>
<!-- Twitter -->
<div class="span2">
<a href="https://twitter.com/Tidhr" class="twitter-follow-button" data-show-count="false">Twitter</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
<!-- Facebook -->
<div class="span2">
<div class="fb-like" data-href="https://www.facebook.com/tidhr" data-width="200" data-layout="button_count" data-show-faces="false" data-send="false"></div>
</div>
</div>
</div>
</div>
<div class="space"></div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-36247666-1']);
_gaq.push(['_setDomainName', 'tidhr.com']);
_gaq.push(['_setAllowLinker', true]);
_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>
</body>
</html>