-
Notifications
You must be signed in to change notification settings - Fork 1
/
startups.html
472 lines (439 loc) · 26.4 KB
/
startups.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
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>CEL Insights Conference 2015: Startups</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="CEL Insights Conference 2015">
<meta name="author" content="Cypriot Enterprise Link">
<meta name="keywords" content="Insights Conference Cyprus, Insights Conference 2015, Insights Conference,Startups Cyprus,Startup Cyprus, Entrepreneurship Cyprus, CEL,Cypriot,Enterprise,Link,Cyprus,Insights,Conference,Entrepreneurship,Startups">
<meta property="og:title" content="Insights Conference 2015" />
<meta property="og:site_name" content="Home"/>
<meta property="og:url" content="http://insightscon.com" />
<meta property="og:image" content="http://insightscon.com/images/fb_img.jpg" />
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:image:width" content="1280" />
<meta property="og:image:height" content="720" />
<meta property="og:description" content="The Insights conference aims to provide a mix of practical
and theoretical knowledge to an audience hungry to learn.
The conference will take place over two days and will include
speakershops and talks by world-class founders who will share
their startup experience and expertise with our audience.
The Insights Conference will take place on 28th-29th March 2015
at the Filoxenia Conference Centre, Nicosia, Cyprus." />
<meta property="article:author" content="http://projectcel.com" />
<!-- Standard Favicon-->
<link rel="shortcut icon" href="images/favicon.ico">
<!-- Standard iPhone Touch Icon-->
<link rel="apple-touch-icon" sizes="57x57" href="images/touchicons/apple-touch-icon-57-precomposed" />
<!-- Retina iPhone Touch Icon-->
<link rel="apple-touch-icon" sizes="114x114" href="assets/touchicons/apple-touch-icon-114-precomposed" />
<!-- Standard iPad Touch Icon-->
<link rel="apple-touch-icon" sizes="72x72" href="assets/touchicons/apple-touch-icon-72-precomposed" />
<!-- Retina iPad Touch Icon-->
<link rel="apple-touch-icon" sizes="144x144" href="assets/touchicons/apple-touch-icon-144-precomposed" />
<!-- Bootstrap CSS Files -->
<link href="bootstrap/css/bootstrap.css" rel="stylesheet">
<!-- CSS files for plugins-->
<link href="stylesheets/owl.carousel.css" rel="stylesheet">
<link href="stylesheets/owl.theme.css" rel="stylesheet">
<link href="stylesheets/owl.transitions.css" rel="stylesheet">
<link href="stylesheets/slidingmenu.css" rel="stylesheet">
<link href="stylesheets/fonts.css" rel="stylesheet">
<!-- Main Template Styles -->
<link href="stylesheets/main.css" rel="stylesheet">
<!-- Main Template Responsive Styles -->
<link href="stylesheets/main-responsive.css" rel="stylesheet">
<!-- Main Template Retina Optimizaton Rules -->
<link href="stylesheets/main-retina.css" rel="stylesheet">
<!-- LESS stylesheet for managing color presets -->
<!--<link rel="stylesheet/less" type="text/css" href="less/color.less">--><!--removed due ios8 safari bug-->
<link href="stylesheets/colors.css" rel="stylesheet">
<!-- LESS JS engine
<script src="less/less-1.7.0.min.js"></script>-->
<!-- Google Web Fonts-->
<link href='http://fonts.googleapis.com/css?family=Raleway:400,300,700,900%7COpen+Sans:400,300,700,800%7CMontserrat:400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Merriweather:400italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Oswald:400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Montserrat+Alternates:400,700' rel='stylesheet' type='text/css'>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="bootstrap/js/html5shiv.js"></script>
<script src="bootstrap/js/respond.min.js"></script>
<![endif]-->
<style>
#startups img{
height:150px;
vertical-align: middle;
margin: 0 auto;
}
</style>
</head>
<body>
<!-- Sliding Navigation : starts -->
<nav class="menu" id="sm">
<div class="sm-wrap"> <i class="icon-remove menu-close"></i>
<div class="mob-nav-links">
<ul>
<li class="mobile-sub-menu"><a href="/">home</a></li>
<li><a href="schedule.html">Schedule</a></li>
<li><a href="speakers.html">Speakers</a></li>
<li><a class="nav-active" href="startups.html">Startups</a></li>
<li><a href="team.html">Team</a></li>
<li><a class="scroll-link" href="index.html#about-insights">What is Insights</a></li>
<li><a class="scroll-link" href="index.html#partners">Partners</a></li>
<li><a class="scroll-link" href="index.html#directions">Directions</a></li>
<!--<li><a href="#contact">contact</a></li>-->
</ul>
</div>
</div>
<!-- Navigation Trigger Button -->
<div id="sm-trigger"></div>
</nav>
<!-- Sliding Navigation : ends -->
<!-- Master Wrap : starts -->
<section id="mastwrap" class="sliding">
<!-- masthead : starts -->
<header id="masthead" class="masthead clearfix"></header>
<!-- masthead : ends -->
<!-- page-section : starts -->
<section class="home-section page-section speakers-section">
<!-- inner-section : starts -->
<section class="inner-section">
<!-- container : starts -->
<section class="container">
<div class="row">
<article class="col-md-12 text-center">
<div class="half-height">
<!-- navigation starts -->
<nav class="main-navigation">
<div class="logo"> <img class="img-responsive" src="images/cel-logo.svg" alt="logo" width="150"> </div>
<div class="nav-links">
<ul>
<li><a href="/">home</a></li>
<li><a href="schedule.html">schedule</a></li>
<li><a href="index.html#about-insights" class="scroll-link">What is Insights</a></li>
<li><a href="speakers.html" class="scroll-link">Speakers</a></li>
<li><a class="nav-active" href="startups.html">Startups</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="index.html#partners" class="scroll-link">Partners</a></li>
</ul>
</div>
<div class="clear-float"></div>
</nav>
<div class="main-owl-cus-nav-container vertical-align">
<div id="home-owl-demo" class="main-owl-cus-nav">
<!-- 1st content -->
<div class="item">
<div class="row">
<article class="col-md-12">
<div class="main-owl-cus-nav-content">
<div class="heading"> <img src="images/cel-insights-logo.svg" width="100%"/></div>
<!--<div class="sub-heading text-center"> <span>CYPRUS, MARCH 28 — 29. 2015</span> </div>-->
</div>
</article>
</div>
</div>
</div>
</div>
<div class="clearfix"></div>
<div class="home-main-button subpage-main-button "> <a class="btn btn-ticket" href="#" target="_blank"><span>Photos coming soon</span></a> </div>
</div>
</article>
</div>
</section>
<!-- container : ends -->
</section>
<!-- inner-section : ends -->
</section>
<!-- page-section : ends -->
<!-- page-section : starts -->
<section id="insights-schedule" class="about-insights-section page-section pad-top light-section">
<!-- inner-section : starts -->
<section class="inner-section pad-bottom ">
<!-- container : starts -->
<section class="container">
<div class="row">
<article class="col-md-12 text-center">
<div class="section-heading">
<h2>Startups</h2>
</div>
<div class="intro section-subheading">
<h3></h3>
<h4><a href="/speakers.html"> </a></h4>
<em></em>
<p></p>
</div>
</article>
</div>
<div id="startups" class="row">
<div class="col-md-4">
<a href="http://www.teachngo.com/"><img src="/images/startups/teachnGo.png" alt="TeachnGo" class="img-responsive"/></a>
</div>
<div class="col-md-4">
<a href="https://funifi.com/"><img src="/images/startups/funifi.png" alt="Funifi" class="img-responsive"/></a>
</div>
<div class="col-md-4">
<a href="https://atyourservice.com.cy/"><img src="/images/startups/atYourService.png" alt="At your service" class="img-responsive"/></a>
</div>
<div class="col-md-4">
<a href="http://www.zap.com.cy/"><img src="/images/startups/zap.png" alt="Zap" class="img-responsive"/></a>
</div>
<div class="col-md-4">
<a href="http://covve.com/"><img src="/images/startups/covve.png" alt="Covve" class="img-responsive"/></a>
</div>
<div class="col-md-4">
<a href="http://www.eventape.io/"><img src="/images/startups/eventApe.png" alt="EventApe" class="img-responsive"/></a>
</div>
<div class="col-md-4">
<a href="http://www.fitslot.com/"><img src="/images/startups/fitslot.png" alt="Fitslot" class="img-responsive"/></a>
</div>
<div class="col-md-4">
<a href="http://b3ecommerce.com"><img src="/images/startups/B3Ecommerce.png" alt="B3Ecommerce" class="img-responsive"/></a>
</div>
<div class="col-md-4">
<a href="http://socialytics.io/"><img src="/images/startups/socialytics.png" alt="Socialytics" class="img-responsive"/></a>
</div>
<div class="col-md-4">
<a href="http://www.athlete-base.com/"><img src="/images/startups/athleteBase.png" alt="AtheleteBase" class="img-responsive"/></a>
</div>
<div class="col-md-4">
<a href="https://itunes.apple.com/cy/app/sign-instant-message-sim/id834814398?mt=8"><img src="/images/startups/sim.png" alt="SIM" class="img-responsive"/></a>
</div>
<div class="col-md-4">
<a href="http://www.diyful.com/"><img src="/images/startups/diyful.png" alt="diyful" class="img-responsive"/></a>
</div>
<div class="col-md-4">
<a href="http://www.yeapit.com/"><img src="/images/startups/yeapIt.png" alt="yeapIt!" class="img-responsive"/></a>
</div>
<div class="col-md-4">
<a href="http://studentlife.com.cy/"><img src="/images/startups/studentlife.png" alt="Student Life" class="img-responsive"/></a>
</div>
<div class="col-md-4">
<a href="http://www.feedespy.com/"><img src="/images/startups/feedespy.png" alt="Feedespy" class="img-responsive"/></a>
</div>
</div>
</section>
<!-- container : ends -->
</section>
<!-- inner-section : ends -->
</section>
<!-- page-section : ends -->
<!-- page-section : starts -->
<section id="partners" class="partners-section page-section pad-top-half pad-bottom-half light-section">
<!-- inner-section : starts -->
<section class="inner-section">
<!-- container : starts -->
<section class="container">
<div class="row">
<article class="col-md-12 text-center">
<div class="section-heading">
<h2>Partners</h2>
</div>
</article>
</div>
<div class="row">
<article class="col-md-12 text-center add-top-half">
<div class="row">
<div class="col-md-4 col-sm-12 text-center" style="padding-top: 40px"> <a href="http://www.pwc.com.cy/" target="_blank"><img src="images/sponsors/PwC.png" height="80"/></a> </div>
<div class="col-md-4 col-sm-12 text-center" style="padding-top: 40px"> <a href="http://braintreepayments.com" target="_blank"><img src="images/sponsors/braintree.png" height="65"/></a> </div>
<div class="col-md-4 col-sm-12 text-center" style="margin-top: 40px"> <a href="http://www.toyota.com.cy/" target="_blank"><img src="images/sponsors/toyota.png"/></a> </div>
</div>
<div class="row">
<div class="col-md-4 text-center" style="padding-top: 40px">
<a href="http://www.costacoffee.com.cy/" target="_blank"><img src="images/sponsors/costa.png"/></a>
</div>
<div class="col-md-4 text-center" style="padding-top: 40px">
<a href="http://www.madtv.com.cy/" target="_blank"><img src="images/sponsors/mad.png"/></a>
</div>
<div class="col-md-4 text-center" style="padding-top: 40px">
<a href="http://www.kathimerini.com.cy/" target="_blank"><img src="images/sponsors/kathimerini.png"/></a>
</div>
</div>
</article>
</div>
</section>
<!-- container : ends -->
</section>
<!-- inner-section : ends -->
</section>
<!-- page-section : ends -->
<!-- page-section : starts -->
<section class="pre-footer-section page-section dark-section">
<!-- inner-section : starts -->
<section class="inner-section">
<!-- container : starts -->
<section class="container">
<div class="row">
<article class="col-md-3 pad-top pad-bottom mobile-no-padding-bottom col-sm-6">
<div class="pre-footer-container">
<div class="pre-footer-sub-heading">
<h3>about CEL </h3>
<h4><a href="/speakers.html"> </a></h4>
<em> </em>
<p> </p>
</div>
<div class="pre-footer-divider"></div>
<h6>The <a href="http://projectcel.com" target="_blank" style="color: #2EABB0;">Cypriot Enterprise Link (CEL)</a> is a youth-led organization
aimed to connect and support the Cypriot entrepreneurial
talent in order to form a local and a global entrepreneurial network
supported by events, meetups, speakershops and projects.</h6>
<div class="pre-footer-social"> <a href="https://www.facebook.com/CypriotEnterpriseLink" target="_blank"><img class="img-responsive" src="images/social/01.png" alt="insights 2015"></a> <a href="https://twitter.com/cyentlink" target="_blank"><img class="img-responsive" src="images/social/02.png" alt="insights 2015"></a>
<div class="clear-float"></div>
</div>
</div>
</article>
<article class="col-md-3 pad-top pad-bottom mobile-no-padding-bottom col-sm-6">
<div class="pre-footer-container">
<div class="pre-footer-sub-heading">
<h3>about insights </h3>
<h4><a href="/speakers.html"> </a></h4>
<em> </em>
<p> </p>
</div>
<div class="pre-footer-divider"></div>
<div class="posts"> <a href="images/insights-2015-speakers-package.pdf" target="_blank">
<h6>InsightsCon 2015 - More Info</h6>
</a> </div>
<div class="posts"> <a href="mailto:[email protected]">
<h6>Contact information</h6>
</a> </div>
<!--<div class="posts">
<a href="#">
<h6>Meet the team</h6>
</a>
</div>
<div class="posts">
<a href="#">
<h6>Partners and Sponsors</h6>
</a>
</div>
<div class="posts">
<a href="#">
<h6>Recommended Hotels in the area</h6>
</a>
</div>-->
</div>
<!-- <div class="pre-footer-social">
<a href="#"><img class="img-responsive" src="images/social/01.png" alt="insights 2015"><a href="#"><img class="img-responsive" src="images/social/02.png" alt="insights 2015"></a></a>
<div class="clear-float"></div>
</div>-->
</article>
<!--<article class="col-md-3 pad-top pad-bottom col-sm-6 mobile-sm-small-pad">
<div class="pre-footer-container">
<div class="pre-footer-sub-heading">
<h3>latest tweets </h3>
<h4><a href="/speakers.html"> </a></h4>
<em> </em>
<p> </p>
</div>
<div class="pre-footer-divider"></div>
<div class="twitter-container">
<h3 class="twitter-handle"><span><img src="images/twitter.png" alt="twitter">@CypriotEnterpriseLink</span></h3>
<article id="ticker" class="query"></article>
</div>
</div>
</article>-->
<article class="col-md-3 pad-top pad-bottom mobile-no-padding-bottom col-sm-6">
<div class="pre-footer-container">
<div class="pre-footer-sub-heading">
<h3>Press </h3>
<h4><a href="/speakers.html"> </a></h4>
<em> </em>
<p> </p>
</div>
<div class="pre-footer-divider"></div>
<div class="posts"> <a href="images/press-kit.zip" target="_blank">
<h6>Press Kit</h6>
</a> </div>
<!--<div class="posts">
<a href="#">
<h6>Press Releases</h6>
</a>
</div>-->
<div class="posts"> <a href="mailto:[email protected]">
<h6>Request Press Pass</h6>
</a> </div>
<!--<div class="posts">
<a href="#">
<h6>Media Partners</h6>
</a>
</div>-->
</div>
</article>
<article class="col-md-3 pad-top pad-bottom mobile-no-padding-bottom col-sm-6">
<div class="pre-footer-container">
<div class="pre-footer-sub-heading">
<h3>Past Event </h3>
<h4><a href="/speakers.html"> </a></h4>
<em> </em>
<p> </p>
</div>
<div class="pre-footer-divider"></div>
<div class="pre-footer-past"> <a href="https://www.flickr.com/photos/101567520@N05/" target="_blank" class="past"> <img src="images/past-event/10153223796_0a308bd00b_q.jpg" alt="insights 2015" width="80" height="80" class="img-responsive" title="cel"> </a> <a href="https://www.flickr.com/photos/101567520@N05/" target="_blank" class="past"><img src="images/past-event/10152913194_0ea8460bab_q.jpg" alt="insights 2015" width="80" height="80" class="img-responsive" title="cel"></a> <a href="https://www.flickr.com/photos/101567520@N05/" target="_blank" class="past"><img src="images/past-event/10152790535_1f7cf69e4b_q.jpg" alt="insights 2015" width="80" height="80" class="img-responsive" title="cel"></a> <a href="https://www.flickr.com/photos/101567520@N05/" target="_blank" class="past"><img src="images/past-event/10152919964_329431fff6_q.jpg" alt="insights 2015" width="80" height="80" class="img-responsive" title="cel"></a> <a href="https://www.flickr.com/photos/101567520@N05/" target="_blank" class="past"><img src="images/past-event/10153046195_78577eff04_q.jpg" alt="insights 2015" width="80" height="80" class="img-responsive" title="cel"></a> <a href="https://www.flickr.com/photos/101567520@N05/" target="_blank" class="past"><img src="images/past-event/10152611124_88404b4477_q.jpg" alt="insights 2015" width="80" height="80" class="img-responsive" title="cel"></a>
<div class="clear-float"></div>
</div>
</div>
</article>
</div>
</section>
<!-- container : ends -->
</section>
<!-- inner-section : ends -->
</section>
<!-- page-section : ends -->
<!-- page-section : starts -->
<section class="footer-section page-section pad-top-half pad-bottom-half">
<!-- inner-section : starts -->
<section class="inner-section">
<!-- container : starts -->
<section class="container">
<div class="row">
<article class="col-md-12">
<div class="to-top-container"> <a class="to-top scroll-link" href="#mastwrap"><img src="images/top-arrow.png" alt="insights 2015"></a> </div>
</article>
</div>
<div class="row">
<article class="col-md-4">
<div class="copyright">
<p><a href="http://projectcel.com" target="_blank" style="color: #2EABB0">© 2015 Cypriot Enterprise Link</a></p>
</div>
</article>
<article class="col-md-8">
<div class="footer-nav">
<ul>
<li><a class="nav-active" href="/">Home</a></li>
<li><a href="schedule.html">Schedule</a></li>
<li><a href="speakers.html">Speakers</a></li>
<li><a class="scroll-link" href="index.html#about-insights">What is Insights</a></li>
<li><a class="scroll-link" href="team.html">Team</a></li>
<li><a class="scroll-link" href="index.html#directions">Directions</a></li>
</ul>
</div>
</article>
</div>
</section>
<!-- container : ends -->
</section>
<!-- inner-section : ends -->
</section>
<!-- page-section : ends -->
</section>
<!-- Master Wrap : ends -->
<!-- JS Custom Codes -->
<!--<script src="javascripts/main.js" ></script>-->
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false&language=en"></script>
<script src="javascripts/insights.js" ></script>
<script src="javascripts/speakers.js" ></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-59252866-1', 'auto');
ga('send', 'pageview');
</script>
<script src="javascripts/gmap3.js" ></script>
<script src="javascripts/gmap3-init.js" ></script>
</body>
</html>