-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
335 lines (181 loc) · 10.4 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
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
<!DOCTYPE html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="UTF-8">
<link href="/favicon.png" rel="icon">
<meta name="author" content="Coconauts">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>Coconauts</title>
<meta name="description" content="Coconauts is a team of geeks building cool stuff, like games, web and mobile apps, or hardware projects. We also post tech tutorials regularly on our blog.">
<link rel="canonical" href="">
<link rel="shortlink" href="">
<link href="/atom.xml" rel="alternate" title="Coconauts" type="application/atom+xml">
<meta property="og:locale" content="en_UK">
<meta property="og:type" content="website">
<meta property="og:title" content="Coconauts">
<meta property="og:description" content="Coconauts is a team of geeks building cool stuff, like games, web and mobile apps, or hardware projects. We also post tech tutorials regularly on our blog.">
<meta property="og:url" content="">
<meta property="og:site_name" content="coconauts">
<meta name="twitter:site" content="@coconauts">
<meta name="twitter:domain" content="Coconauts">
<meta name="twitter:creator" content="@coconauts">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-48590782-2']);
_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>
<link rel="stylesheet" type="text/css" href="stylesheets/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="stylesheets/index.css">
<link rel="stylesheet" type="text/css" href="stylesheets/projects.css">
<link rel="stylesheet" type="text/css" href="stylesheets/common.css">
<script type="text/javascript" src="javascripts/libs/jquery.min.js"></script>
<script type="text/javascript" src="javascripts/bootstrap.min.js"></script>
<script type="text/javascript" src="javascripts/jquery.stellar.min.js"></script>
<script type="text/javascript" src="javascripts/sticky.js"></script>
</head>
<body >
<div id='main' data-stellar-background-ratio="0.2" class="visible-md visible-lg">
<div class="container">
<div class="row">
<div class="col-sm-6 col-lg-6 column text-right">
<img src="images/logo.png"/></td>
</div>
<div>
<p class='title'>Coconauts</p>
<p class='subtitle'>A team of geeks building cool stuff</p>
</div>
</div>
</div>
</div>
<div id='menu'>
<div class="container visible-md visible-lg">
<div class="row">
<div class="col-sm-6 col-lg-6 column">
<img src="images/logo-32.png" />
<a href='#projects' >Main Projects</a>
<a href='#about' > About</a>
<a href='#featured-posts' > Featured posts</a>
<a href='#contact' > Contact</a>
</div>
<div class="col-sm-6 col-lg-6 column right-text">
<a href='blog' > Blog</a>
<a href='projects' > All projects</a>
<a target="_blank" href="mailto:contact@coconauts.net" class="social-footer-email"></a>
<a target="_blank" href="http://twitter.com/coconauts" class="social-footer-twitter"></a>
<a target="_blank" href="https://www.facebook.com/pages/Coconauts/268867943273399" class="social-footer-facebook"></a>
<a target="_blank" href="https://www.youtube.com/channel/UC-L-wHR5HUG_nABI4aiMPuw" class="social-footer-youtube"></a>
</div>
</div>
</div>
<div class="hidden-md hidden-lg menu-mobile">
<img src="images/logo-32.png" />
<span>Coconauts</span>
<div class='right'>
<a href='blog' > Blog</a>
<a href='projects' > All projects</a>
</div>
</div>
</div>
</div>
<div id="projects" data-stellar-background-ratio="0.2" class='section' >
<div class="container">
<h2>Main Projects</h2>
<div class="row">
<div class="col-sm-3 col-lg-3 column">
<h3>Watchduino 2</h3>
<div class='circular project'>
<a target='_self' href='/projects/watchduino2' class='project-watchduino2'></a>
</div>
<p>WatchDuino 2 is a SmartWatch built in Arduino that uses Bluetooth for sending messages to Android</p>
</div>
<div class="col-sm-3 col-lg-3 column">
<h3>StarCraft Unity3D</h3>
<div class='circular project'>
<a target='_self' href='/projects/starcraft-unity3d' class='project-starcraft-unity3d'></a>
</div>
<p>RTS template optimized for mobile, built in Unity3D inspired in StarCraft</p>
</div>
<div class="col-sm-3 col-lg-3 column">
<h3>Retrophies</h3>
<div class='circular project'>
<a target='_self' href='/projects/retrophies' class='project-retrophies'></a>
</div>
<p>Achievements System for Emulators</p>
</div>
<div class="col-sm-3 col-lg-3 column">
<h3>Game Manager</h3>
<div class='circular project'>
<a target='_self' href='/projects/game-manager' class='project-game-manager'></a>
</div>
<p>App built with nodejs for managing local game repositories and emulators</p>
</div>
</div>
</div>
</div>
<div id="about" class='section'>
<div class="container">
<h3>About Coconauts</h3>
<div class="row">
<div class="col-sm-12 col-lg-8 column">
<p>Coconauts is how we refer to ourselves as a team. It’s a made-up word mixing the concepts of astronauts and coconuts.
What? How do they relate to each other? In no way whatsoever,
but we just thought it sounded kinda cool! It also evokes us of a group of space adventurers exploring the universe for fun and for a living,
while not taking things too seriously. Much like the guys driving the Serenity, the Bebop, or the TARDIS, to name just a few!
</p><p>
Together we invest our time and effort into creating things that we think are useful, needed, or fun. Who knows, we might end up taking over the world someday!
</p>
</div>
<div class="col-sm-6 col-lg-2 column center">
<img class="team circular" src="images/mar-avatar.png"/><br/>
<a href='http://twitter.com/marbu' title='@marbu'>Mar Bartolome</a>
</div>
<div class="col-sm-6 col-lg-2 column center">
<img class="team circular" src="images/javi-avatar.png"/><br/>
<a href='http://twitter.com/rephus' title='@rephus'>Javier Rengel</a>
</div>
</div>
</div>
</div>
<div id="featured-posts" data-stellar-background-ratio="0.2" class='section'>
<div class="container">
<h2>Featured posts</h2>
<div class="row">
<div class="col-sm-4 col-lg-4 column">
<a class='post-link' href="/blog/2017/05/29/bank-holiday-hackday-escape-room-on-unity3d/">Bank Holiday Hackday: Escape Room on Unity3D</a>
<p>It’s another bank holiday in England, and in Coconauts this means: hackday! Last time we did an infinite recommender for Spotify,
and this time we wanted to get started with a game concept that has been in our heads for a while: a escape room. Our idea came after playing the Unlock! board …</p>
</div>
<div class="col-sm-4 col-lg-4 column">
<a class='post-link' href="/blog/2016/09/08/smartwatch-prototype-with-esp8266/">Smartwatch Prototype With ESP8266: ESPmartwatch</a>
<p>It’s been a while since we built and deprecated our Watchduino 2 smartwatch built with Arduino and BLE technology. The reason why we stopped developing the prototype was because it was not as optimal as we expected, and the bluetooth communication was unstable in practice; this is probably …</p>
</div>
<div class="col-sm-4 col-lg-4 column">
<a class='post-link' href="/blog/2016/08/01/retrophies/">Retrophies: Achievements System for Emulators</a>
<p>Play now at retrophies.win! If there’s one thing that has become a de-facto standard in the gaming industry during the last decade this is game achievements, trophies, or whatever you may call them. Not only on console games, but Apple and Android also provide facilities to integrate this features …</p>
</div>
</div>
</div>
</div>
<div id="contact" >
<div class="container">
<div class="row">
<div class="col-sm-12 col-lg-6 column">
<span class="copyright">Copyright © 2017 - Coconauts -</span>
<span class="credit">Powered by <a href="http://octopress.org">Octopress</a></span>
</div>
</div>
</div>
</div>
<script type="text/javascript">
$.stellar( );
$("#menu").sticky({topSpacing:0});
</script>
</body>
</html>