-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
144 lines (126 loc) · 5.84 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
<!DOCTYPE HTML>
<!--
Directive by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Startup Career Fair UPC & VR EVENT</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<body>
<!-- Header -->
<div id="header">
<img class="logo icon fa-paper-plane-o" src="images/logo.png">
<h1>Startup Career Fair UPC <br> VR EVENT</h1>
<br>
<h2 class="subtitle">Thursday 19th May at Campus Nord UPC</h2>
<br>
<p>
STARTUP FAIR is the first career fair for startups held at UPC.
<br />
We bring together the brightest students and high potential startups to foster networking experiences.
<br />
Join us on May 19th at UPC Campus
</p>
</div>
<!-- Main -->
<div id="main">
<footer class="major container 75%">
<h3>Connecting the best developers and computer science students with the most attractive startups</h3>
<p>UPC Founders Lab and Hackers@UPC have prepared this awesome event, at informatics faculty of the Polytechnic University of Catalonia (UPC)</p>
<ul class="actions">
<li><a href="https://www.google.es/maps/place/FIB+-+Facultat+d'Inform%C3%A0tica+de+Barcelona/@41.3897588,2.1127699,14.5z/data=!4m5!1m2!2m1!1sfib!3m1!1s0x0000000000000000:0xf3ab8ba023c5cd56" class="button">Location</a></li>
</ul>
</footer>
<div class="box alt container">
<section class="feature left">
<a class="image icon fa-signal"><img src="images/pic01.jpg" alt="" /></a>
<div class="content">
<h3>Startups</h3>
<p>
Are you a Tech Student and are you thinking about your next steps
as a professional? Are you a passionate developer or technology geek and curious about
how your talents could fit the actual demands in the startup world? If so, you should
reserve Thursday, 19th of May in your agenda to attend the Start Up Fair UPC, Barcelona's
only fair that connects great Start Ups to UPC Talent. Make valuable connections that
will shape your future!<br>
The Startup Fair UPC has the objective
of bringing opportunities to talented students. You will be able to meet innovative startups,
talk with them face to face and to start building your future career path.
This event is a great opportunity for you to present your skills or projects to the most interesting founders to show them that you are the talent they are looking for.
</p>
</div>
</section>
<section class="feature right">
<!--<div class="content">
<p>A small time investment that will leave big impact on your future.</p>
</div>-->
<a class="image hidephoto"><img src="" alt="" /></a>
<div class="content">
<h3>A small time investment that will leave big impact on your future.</h3>
</div>
</section>
<section class="feature left">
<a class="image icon fa-mobile"><img src="images/pic03.jpg" alt="" /></a>
<div class="content">
<h3>Virtual Reality</h3>
<p>
We will host some Virtual Reality companies so that students will be able to
try out the newest VR Products. This will represent the first event actively
dedicated to Virtual Reality in UPC. This VR event will be placed along
with the startups, attracting the top computer science students to the fair. If you want
to participate in this awesome and unique event, check out this <a href="static/Information_VRCat_Event.pdf" download>document</a>.
</p>
</div>
</section>
</div>
<div class="content">
<ul class="actions">
<li>
<a target="_blank" href="mailto:info@upcstartupfair.com" class="button"> Sponsorship Opportunities Available! </a>
</li>
</ul>
</div>
</div>
<!-- Footer -->
<div id="footer">
<div class="container 75%">
<header class="major last">
<h2>For further info</h2>
</header>
<p>If you want to receive an email for a formal proposal with our price list or to receive further information
regarding this event, please send an email and we will get back to you straight away. </p>
<div class="content">
<ul class="actions">
<li>
<a target="_blank" href="mailto:info@upcstartupfair.com" class="button"> Send a message </a>
</li>
</ul>
</div>
<ul>
<a href="mailto:info@upcstartupfair.com">info@upcstartupfair.com</a>
</ul>
<div>
<p>Proudly organised by:</p>
<a href="https://hackersatupc.org/"><img src="images/hackersatupc.png" width="152" height="152"/></a>
<a href="http://www.upcfounderslab.com/"><img src="images/transpaLogoUPCFLok.jpg" width="288" height="110"/></a>
</div>
<ul class="copyright">
<li data-biene="BIENE">© Hackers@UPC & UPCFoundersLab</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>