-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
executable file
·469 lines (443 loc) · 25.1 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="format-detection" content="telephone-no">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="css/font-awesome.min.css"/>
<link href="css/style.css" rel="stylesheet" type="text/css">
<link href="css/cards.css" rel="stylesheet" type="text/css">
<link href="css/blue.css" rel="stylesheet" type="text/css">
<link href="css/icomoon.css" rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="img/agency/favicon.png"/>
<title>Seed-Up</title>
</head>
<body>
<!--LOADER-->
<div id="loader-wrapper">
<div class="loader-content">
<div class="cube1 ag-cube"></div>
<div class="cube2 ag-cube"></div>
</div>
</div>
<!--HEADER-->
<header class="a-header header" >
<div class="container clearfix nopadding">
<div id="logo"><a href="#"><img src="img/agency/seedup.png" alt="logo"></a></div>
<div class="menu-button a-menu-button">
<span></span>
<span></span>
<span></span>
</div>
<nav class="nav ag-nav clearfix">
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li ><a href="projects.html">Projects</a></li>
<li><a href="joinus.html">Join us</a></li>
</ul>
</nav>
</div>
</header>
<!--BANNER-->
<div class="a-banner video-banner scroll-to-block ">
<div class="banner_description">
<p class="creative"> We imagine. We develop. We launch. </p>
</div>
<svg class="arrows">
<path class="a1" d="M0 0 L30 32 L60 0"></path>
<path class="a2" d="M0 20 L30 52 L60 20"></path>
<path class="a3" d="M0 40 L30 72 L60 40"></path>
</svg>
<div class="bg-overlay">
</div>
<div id="media-container">
<video id="video-background" loop autoplay class="bgvid">
<source src="video/splash4.mp4" type="video/mp4">
</video>
</div>
</div>
<!--Who we are-->
<section class="work-process a-work-process scroll-to-block" >
<div class="container">
<h2 class="block-title a-block-title">Who we are</h2>
<div class="row">
<div class="col-md-3 col-sm-6 col-xs-6">
<div class="process active-process">
<img src="img/agency/idea.png" alt="">
<h6>We create and develop projects</h6>
<div class="number"><p>1</p></div>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-6">
<div class="process">
<img src="img/agency/rocket-512.png" alt="">
<h6>We are more than an incubator</h6>
<div class="number"><p>2</p></div>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-6">
<div class="process">
<img src="img/agency/build.png" alt="">
<h6>We are a HackerHouse</h6>
<br>
<div class="number"><p>3</p></div>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-6">
<div class="process">
<img src="img/agency/team.png" alt="">
<h6>We are a team</h6>
<br>
<div class="number"><p>4</p></div>
</div>
</div>
</div>
<div class="row">
<!-- Details on the 1st Elements !--->
<div class="process-info active-info">
<div class=" col-sm-4 col-xs-12 read">
<p class="use">A permanent pool of projects, along with IT consulting
</p>
</div>
<div class=" col-sm-4 col-xs-12 read">
<p>We have a permanent pool of projects, each with an assigned team,
that we take to the top, using our strong business network.
We also do IT externalisation for outside compagnies
</p>
</div>
<div class=" col-sm-4 col-xs-12 read">
<p>We also do IT externalisation for outside compagnies</p>
</div>
</div>
<!-- Details on the 2nd Elements and etc.!--->
<div class="process-info">
<div class=" col-sm-4 col-xs-12 read">
<p class="use">Growing Startups</p>
</div>
<div class=" col-sm-4 col-xs-12 read">
<p>We grow startups, starting with ideas, and taking the projet up until investment rounds.
Our seasoned team of developper helps you build an MVP in no time.</p>
</div>
<div class=" col-sm-4 col-xs-12 read">
<p>We want to get you the tools to build the startups of the future. Come see us and get on the right tracks</p>
</div>
</div>
<div class="process-info">
<div class=" col-sm-4 col-xs-12 read">
<p class="use">Hacking is no Serious</p>
</div>
<div class=" col-sm-4 col-xs-12 read">
<p> A great environnement to work and relax. In a calm neighborhood, 30 minutes from Paris, we live and create everyday.
Have a great time with great people! </p>
</div>
<div class=" col-sm-4 col-xs-12 read">
<p> We take care of everything for you to focus on what is important. Run your project and relax the rest of the time!</p>
</div>
</div>
<div class="process-info">
<div class=" col-sm-4 col-xs-12 read">
<p class="use">Learning Together
</div>
<div class=" col-sm-4 col-xs-12 read">
<p>We value cross-disciplinary competences and transversal thinking.
Our pool of talent we different specialty helps us have a unique vision of products.
We mix competences and share skills.</p>
</div>
<div class=" col-sm-4 col-xs-12 read">
<p>Everybody is involved so everybody is rewarded.
A part of benefits is shared between everybody working there. A great way for everybody to be Ramen profitable</p>
</div>
</div>
</div>
</div>
<br>
<div class="col-md-4 col-md-offset-4 col-sm-12 col-xs-12">
<a href="joinus.html" class="col-md-2 col-md-offset-1 col-sm-6 col-xs-6 btn btn-primary btn-block">Interested in joining us ?</a>
<!--<a class="read-more col-md-6 col-md-offset-2 col-sm-12 col-xs-12" href="joinus.html">Interested in joining us ? <i class="arrow-green"></i></a>!--->
</div>
</section>
<!--SERVICES-->
<div class="serv a-service scroll-to-block" >
<div class="container-fluid">
<div class="row">
<div class="col-md-6 col-sm-12 bg-serv">
<div class="services">
<div class="serv-description this-service">
<h3 class="topic">Our <br> Specialities</h3>
<p class="describe">You merely adopted the web we were born in it!</p>
</div>
<div class="serv-description">
<h3 class="topic">Iot</h3>
<p class="describe">We love hardware. In our workshop, we develop and build prototype of networked object</p>
</div>
<div class="serv-description">
<h3 class="topic">P2P protocols</h3>
<p class="describe">We mesh, we swarm, we make! Using the latest innovation, WebRTC, Batman, IPFS, we build the products of tomorrow! </p>
</div>
<div class="serv-description">
<h3 class="topic">Voice synthesis</h3>
<p class="describe">We believe the interface of the future is the voice. Working with top-level researcher, we study and build the voice of tomorrow</p>
</div>
<div class="serv-description">
<h3 class="topic">Business</h3>
<p class="describe">An idea is nothing if it can't meet the world. Our strong network and expertise get our project to their client.</p>
</div>
<div class="serv-description">
<h3 class="topic">Design</h3>
<p class="describe">Experience is the center of the product. In-house designers and UX developper are here to make sure everything goes smoothly</p>
</div>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="serv-item">
<div class="row">
<div class="service col-md-6 col-sm-6 col-xs-6 active-item">
<img src="img/agency/item_1_col.png" alt="item">
<h6>Front/End/Full Stack</h6>
</div>
<div class="service col-md-6 col-sm-6 col-xs-6 ">
<img src="img/agency/iot.png" alt="item">
<h6>IoT</h6>
</div>
<div class="clear"></div>
<div class="service col-md-6 col-sm-6 col-xs-6 ">
<img src="img/agency/item_3_col.png" alt="item">
<h6>P2P Protocols</h6>
</div>
<div class="service col-md-6 col-sm-6 col-xs-6 ">
<img src="img/agency/item_4_col.png" alt="item">
<h6>Voice Synthesis</h6>
</div>
<div class="clear"></div>
<div class="service col-md-6 col-sm-6 col-xs-6 ">
<img src="img/agency/business.png" alt="item">
<h6>Business</h6>
</div>
<div class="service col-md-6 col-sm-6 col-xs-6 ">
<img src="img/agency/item_6_col.png" alt="item">
<h6>Design</h6>
</div>
<div class="clear"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
<div class="col-md-4 col-md-offset-4 col-sm-12 col-xs-12">
<a href="projects.html" class="col-md-2 col-md-offset-1 col-sm-6 col-xs-6 btn btn-primary btn-block">Browse our work</a>
<!--<a class="read-more col-md-6 col-md-offset-2 col-sm-12 col-xs-12" href="joinus.html">Interested in joining us ? <i class="arrow-green"></i></a>!--->
</div>
<!--SECTIONS TEAM-->
<div class="team a-team scroll-to-block" >
<div class="container">
<h2 class="block-title a-block-title">Founders
</h2>
<div class="row team">
<div class="col-md-4">
<div class="member2">
<img src="img/agency/paul.png">
</div>
<h4> Paul Poupet</h4><br>
<h5>CEO and Founder</h5>
<p>Student both at Centrale Paris Engineering School and at ESSEC Business school, Paul is a born entrepreneur.
Business Developer extraordinaire and passionate about innovation, he is the founder of seed-up</p>
<ul>
<li><a target="_blank" href="https://www.linkedin.com/in/paul-poupet-72634459"><i class="fa fa-linkedin"></i></a></li>
<li><a target="_blank" href="https://plus.google.com/100640337481748304633/posts"><i class="fa fa-google-plus-square"></i></a></li>
</ul>
</div>
<div class="col-md-4">
<div class="member2">
<img class="member2" src="img/agency/robin.png">
</diV>
<h4>Robin Lambertz</h4><br>
<h5>Genius Developer</h5>
<p>Student at the 42 coding school, Robin is our genius developper. Web technology enthusiast, back-end gourou and restless coder, he is the guy that can make everything work. </p>
<ul>
<li><a target="_blank" href="https://www.linkedin.com/in/robin-lambertz-9a4aa3109"><i class="fa fa-linkedin"></i></a></li>
<li><a target="_blank" href="https://github.com/roblabla"><i class="fa fa-github"></i></a></li>
</ul>
</div>
<div class="col-md-4 b3">
<div class="member2">
<img class="member2" src="img/agency/ben.png">
</div>
<h4>Benjamin Poilvé</h4><br>
<h5> CTO and Co-Founder</h5>
<p>Double degree student in both Industrial Design and Engineering, hardware Hacker and overall Tech Enthusiast, Ben decided to associate with Paul to bring is idea to life as Seed-Up co-founder.</p>
<ul>
<li><a target="_blank" href="https://www.linkedin.com/in/poilv%25C3%25A9-benjamin-524882a7"><i class="fa fa-linkedin"></i></a></li>
<li><a target="_blank" href="https://github.com/BenjaminPoilve"><i class="fa fa-github"></i></a></li>
<li><a target="_blank" href="http://stackoverflow.com/users/5459725/ben-banks"><i class="fa fa-stack-overflow" ></i></a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- Section Prize !-->
<section>
<br>
<h2 class="block-title a-block-title">Prizes
</h2>
<div class="fh5co-project-style-2">
<div class="fh5co-projects">
<ul>
<li class="wow fadeInUp" style="background-image: url(img/agency/full_1.jpg);" data-wow-duration="1s" data-wow-delay="1.4s" data-stellar-background-ratio="0.5">
<a target="_blank" href="http://petitpoucet.fr/">
<div class="fh5co-overlay"></div>
<div class="container">
<div class="fh5co-text">
<div class="fh5co-text-inner">
<div class="row">
<div class="col-md-6"><h3><i class="icon-rocket"></i> "Shape the future" prize </h3></div>
<div class="col-md-6"><p>Date: January 2016 | Organisme: Petit Poucet</p></div>
</div>
</div>
</div>
</div>
</a>
</li>
<li class="wow fadeInUp" style="background-image: url(img/agency/full_3.jpg);" data-wow-duration="1s" data-wow-delay="1.7s" data-stellar-background-ratio="0.5">
<a target="_blank" href="http://www.bethefuture.fr/">
<div class="fh5co-overlay"></div>
<div class="container">
<div class="fh5co-text">
<div class="fh5co-text-inner">
<div class="row">
<div class="col-md-6"><h3><i class="icon-star"></i> 1st prize of the innovation competition : "Be the future"</h3></div>
<div class="col-md-6"><p>Date: December 2015 | Organisme: SATT LUTECH </p></div>
</div>
</div>
</div>
</div>
</a>
</li>
<li class="wow fadeInUp" style="background-image: url(img/agency/full_2.jpg);"data-wow-duration="1s" data-wow-delay="2s" data-stellar-background-ratio="0.5">
<a target="_blank" href="http://polytechniqueparis.startupweekend.org/">
<div class="fh5co-overlay"></div>
<div class="container">
<div class="fh5co-text">
<div class="fh5co-text-inner">
<div class="row">
<div class="col-md-6"><h3><i class="icon-star"></i> Jury's prize for the startup week-end </h3></div>
<div class="col-md-6"><p>Date: December 2015 | Organisme: Ecole Polytechnique (X) </p></div>
</div>
</div>
</div>
</div>
</a>
</li>
<li class="wow fadeInUp" style="background-image: url(img/agency/full_1.jpg);" data-wow-duration="1s" data-wow-delay="1.4s" data-stellar-background-ratio="0.5">
<a target="_blank" href="http://getupstartup.fr/">
<div class="fh5co-overlay"></div>
<div class="container">
<div class="fh5co-text">
<div class="fh5co-text-inner">
<div class="row">
<div class="col-md-6"><h3><i class="icon-star"></i> 1st prize of the Startup week-end </h3></div>
<div class="col-md-6"><p>Date: November 2015| Organisme: Ecole Centrale Paris </p></div>
</div>
</div>
</div>
</div>
</a>
</li>
<li class="wow fadeInUp" style="background-image: url(img/agency/full_3.jpg);"data-wow-duration="1s" data-wow-delay="1.7s" data-stellar-background-ratio="0.5">
<a target="_blank" href="http://shop-against-the-clock.bemyapp.com/">
<div class="fh5co-overlay"></div>
<div class="container">
<div class="fh5co-text">
<div class="fh5co-text-inner">
<div class="row">
<div class="col-md-6"><h3><i class="icon-code"></i> Laureate of the Hackathon "Shop against the clock" </h3></div>
<div class="col-md-6"><p>Date: 2014 | Organisme: Cdiscount </p></div>
</div>
</div>
</div>
</div>
</div>
</a>
</li>
</ul>
</div>
</div>
</section>
<!-- ADD MAIL TO -->
<!--CONTACT -->
<section class="a-contact-section scroll-to-block" >
<div class="container contact-us">
<h2 class="block-title a-block-title">Get in touch</h2>
<p class="sub-title a-sub-title">Want to contact us, to talk about an idea, a mission, a project? <br> Don't think twice!</p>
<div class="row">
<div class="col-md-4 contact-info s-contact-info">
<h5>Address</h5>
<a class="phone">Boulevard Jean Jaures, Fresne 94260, France</a>
<h5>Call Us</h5>
<a class="phone" href="tel:+485558960568188">+33 6 61 52 16 85</a>
</div>
<div class="col-md-8 ">
<form class="s-form" action="./">
<input class="input-style" type="text" name="name" required placeholder="Your name">
<input class="input-style" type="email" placeholder="Your email">
<input class="input-style" type="text" placeholder="Subject">
<input class="input-style" type="tel" placeholder="Contact phone">
<textarea class="tx-style" placeholder="Message"></textarea>
<input class="send" type="submit" value="submit"/>
</form>
</div>
</div>
</div>
</section>
<!--FOOTER-->
<footer class="footer a-footer">
<div class="container container-footer">
<a class="logo-footer" href="#"><img src="img/agency/seedup.png" alt="logo"/></a>
<p class="footer-info s-footer-info">Seed-up is an incubator, an hacker house, a place to imagine, to develop and to go from ideas to start-up. Come meet us in our house! </p>
<p> Adress:Boulevard Jean Jaures, Fresne 94260, France <br>
Phone Number:+33661521685 </p>
<form class="subscribe-form clearfix" action="./">
<label for="sb">SUBSCRIBE</label>
<div class="input-container clearfix">
<input class="subscribe-email" id="sb" type="email" placeholder="Your email" required/>
<input class="subscribe-submit" type="submit" value=""/>
</div>
</form>
<div class="ftr-social a-social">
<a class="social-network sc-fb" href="#">
<i class="fa fa-facebook"></i>
</a>
<a class="social-network sc-g" href="#">
<i class="fa fa-twitter"></i>
</a>
<a class="social-network sc-tw" href="#">
<i class="fa fa-google-plus"></i>
</a>
<a class="social-network sc-in" href="#">
<i class="fa fa-linkedin"></i>
</a>
</div>
</div>
<div class="ftr-nav-container a-ftr-nav-container">
<div class="container">
<nav class="ftr-nav a-ftr-nav clearfix">
<ul>
<li class="active"><a class="scroll-to-link" href="#home">home</a></li>
<li ><a class="scroll-to-link" href="projects.html">Projects</a></li>
<li><a class="scroll-to-link" href="joinus.html">Join Us</a></li>
</ul>
</nav>
</div>
</div>
</footer>
<script src="js/jquery-1.11.2.min.js"></script>
<script src="js/idangerous.swiper.min.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/magnific.js"></script>
<script src="js/placeholder.min.js"></script>
<script src="js/jquery.countTo.js"></script>
<script src="js/global.js"></script>
</body>
</html>