-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
262 lines (253 loc) · 12 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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
<!doctype html>
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!-- Consider adding a manifest.appcache: h5bp.com/d/Offline -->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<title>NI Developer - A Software Developers blog based in Belfast, Northern Ireland</title>
<meta name="description" content="">
<!-- Mobile viewport optimized: h5bp.com/viewport -->
<meta name="viewport" content="width=device-width">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory: mathiasbynens.be/notes/touch-icons -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/bootstrap-responsive.min.css">
<link rel="stylesheet" href="css/style.css">
<!-- More ideas for your <head> here: h5bp.com/d/head-Tips -->
<!-- All JavaScript at the bottom, except this Modernizr build.
Modernizr enables HTML5 elements & feature detects for optimal performance.
Create your own custom Modernizr build: www.modernizr.com/download/ -->
<script src="js/libs/modernizr-2.5.3.min.js"></script>
</head>
<body>
<!-- Prompt IE 6 users to install Chrome Frame. Remove this if you support IE 6.
chromium.org/developers/how-tos/chrome-frame-getting-started -->
<!--[if lt IE 7]><p class=chromeframe>Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.</p><![endif]-->
<header class="main-header">
<section class="container">
<div class="row-fluid">
<div class="span4">
<img src="img/logo4.png" alt="NI Developer" />
</div>
<div class="span8">
</div>
</div>
</section>
</header>
<section id="search" class="bottom-border">
<div class="container">
<div class="row-fluid search-bar">
<div class="span7 navigation">
<div class="row-fluid padding-top">
<div class="span3">
<a href="#">
Home
</a>
</div>
<div class="span3">
<a href="#">
About
</a>
</div>
<div class="span3">
<a href="#">
Blog
</a>
</div>
<div class="span3">
<a href="#">
Contact
</a>
</div>
</div>
</div>
<div class="span1"></div>
<div class="span4 search padding-top">
<form action="http://www.nideveloper.co.uk/blog/search" name="searchform" method="post" onsubmit="return callSearch();">
<div class="input-append">
<input type="text" name="search" id="searchBox" placeholder="Search Here..." style="background:#f2f2f2;">
<button class="btn btn-success" type="button">
Search
</button>
</div>
</form>
</div>
</div>
</div>
</section>
<div role="main">
<section class="container">
<div class="row-fluid">
<div class="span12 jumbotron">
<h2>
Welcome to NI Developer, A Software Developers Blog based in Belfast, Northern Ireland
</h2>
<br />
<code>if(visitor.type !=== 'software developer'){ return toGoogle; }</code>
</div>
</div>
<section class="padding-bottom" id="current-technologies">
<h3>
Technologies I currently Like
</h3>
<div class="row-fluid img-row bottom-border">
<div class="span3">
<img src="http://nodeblog.files.wordpress.com/2011/07/nodejs.png" alt="node.js" class="visible-desktop"/>
<h4>
Node.js
</h4>
<p>
Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications.
Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.
</p>
</div>
<div class="span3">
<img src="http://playlatam.files.wordpress.com/2012/03/normal.png" alt="node.js" class="visible-desktop"/>
<h4>
Play Framework
</h4>
<p>
Play Framework makes it easy to build web applications with Java & Scala.
Play is based on a lightweight, stateless, web-friendly architecture.
Built on Akka, Play provides predictable and minimal resource consumption (CPU, memory, threads) for highly-scalable applications.
</p>
</div>
<div class="span3">
<img src="http://twitter.github.com/bootstrap/assets/img/bs-docs-twitter-github.png" alt="node.js" class="visible-desktop"/>
<h4>
Twitter Bootstrap + Github
</h4>
<p>
<strong>Bootstrap</strong> - Sleek, intuitive, and powerful front-end framework for faster and easier web development
</p>
<p>
<strong>Github</strong> - Powerful collaboration, review, and code management for open source and private development projects.
</p>
</div>
<div class="span3">
<img src="http://3.bp.blogspot.com/-JFOJ-k6tLnA/TsiKgBYPvqI/AAAAAAAAAT8/dGXeu0LeuTE/s1600/backbone-js-logo.png" alt="node.js" class="visible-desktop"/>
<h4>
Backbone.js
</h4>
<p>
Backbone.js gives structure to web applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing API over a RESTful JSON interface
</p>
</div>
</div>
</section>
<div class="row-fluid">
<section id="twitter" class="span4">
<h3 class="page-list-header primary-background well well-small">
@NIDeveloper Tweets
</h3>
<ul class="page-list">
<li>
<blockquote>
<p>Building a new Blog <a href="https://twitter.com/search?q=%23yolo">#yolo</a></p>
<small>01/01/2013 12:01</small>
</blockquote>
</li>
<li>
<blockquote>
<p>Twitter Bootstrap is awesome!</p>
<small>01/01/2013 12:01</small>
</blockquote>
</li>
<li>
<blockquote>
<p><a href="https://twitter.com/NIDeveloper">@NIDeveloper</a> Nice new site design</p>
<small>Retweeted 01/01/2013 12:01</small>
</blockquote>
</li>
<li>
<blockquote>
<p>Another example tweet</p>
<small>01/01/2013 12:01</small>
</blockquote>
</li>
<li>
<blockquote>
<p>This is the final tweet in the list <a href="https://twitter.com/search?q=%23done">#done</a></p>
<small>01/01/2013 12:01</small>
</blockquote>
</li>
</ul>
</section>
<section id="blog-posts" class ="span4">
<h3 class="page-list-header secondary-background well well-small">
Latest Blog Posts
</h3>
<ul class="page-list">
<li>
<a href="http://html5weekly.com/">Play Framework 1.2.x tips and tricks</a>
</li>
<li>
<a href="http://html5weekly.com/">Decoding JSON in Windows Phone 7</a>
</li>
<li>
<a href="http://html5weekly.com/">Writing a Windows Phone 7 App</a>
</li>
<li>
<a href="http://html5weekly.com/">My Goals 2012</a>
</li>
<li>
<a href="http://html5weekly.com/">Usability vs Design</a>
</li>
</ul>
</section>
<section id="newsletters" class="span4">
<h3 class="page-list-header tertiary-background well well-small">
Top 5 Newsletters
</h3>
<ul class="page-list">
<li>
<a href="http://html5weekly.com/">Html5 Weekly</a>
</li>
<li>
<a href="http://html5weekly.com/">Javascript Weekly</a>
</li>
<li>
<a href="http://html5weekly.com/">Responsive Design Weekly</a>
</li>
<li>
<a href="http://html5weekly.com/">Web Design Weekly</a>
</li>
<li>
<a href="http://html5weekly.com/">Hacker Newsletter</a>
</li>
</ul>
</section>
</div>
</section>
</div>
<footer class="top-border padding-top">
<section class="container">
<div class="row-fluid">
<div class="span12">
<a href="http://www.w3.org/html/logo/">
<img src="http://www.w3.org/html/logo/badge/html5-badge-h-css3-semantics.png" width="165" height="64" alt="HTML5 Powered with CSS3 / Styling, and Semantics" title="HTML5 Powered with CSS3 / Styling, and Semantics">
</a>
</div>
</div>
</section>
</footer>
<!-- JavaScript at the bottom for fast page loading -->
<!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if offline -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/libs/jquery-1.7.1.min.js"><\/script>')</script>
<!-- scripts concatenated and minified via build script -->
<script src="js/plugins.js"></script>
<script src="js/script.js"></script>
<!-- end scripts -->
<!-- Asynchronous Google Analytics snippet. Change UA-XXXXX-X to be your site's ID.
mathiasbynens.be/notes/async-analytics-snippet -->
<script>
var _gaq=[['_setAccount','UA-XXXXX-X'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
</body>
</html>