-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
188 lines (168 loc) · 8.26 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Asociación Robotech">
<meta name="author" content="Proyecto Servidor-Red Robotech">
<title>Robotech URJC</title>
<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css">
<!-- Custom Fonts -->
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Merriweather:300,400,700,900' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="font-awesome/css/font-awesome.min.css" type="text/css">
<!-- Plugin CSS -->
<link rel="stylesheet" href="css/animate.min.css" type="text/css">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/main.css" type="text/css">
<link rel="stylesheet" href="css/style.css" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top">
<!-- Navigation -->
<nav id="mainNav" class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand page-scroll" href="#page-top">Inicio</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<ul class="nav navbar-nav navbar-right">
<li><a class="page-scroll" href="#about">Quienes somos</a></li>
<li><a class="page-scroll" href="proyectos_activos.html">Proyectos activos</a></li>
<li><a class="page-scroll" href="proyectos_antiguos.html">Proyectos antiguos</a></li>
<li><a class="page-scroll" href="#contact">Contacto</a></li>
</ul>
</div>
</div>
</nav>
<!-- Header Section -->
<header class="header" style="background-image: url('img/header.jpg'); background-size: cover; background-position: center; height: 100vh;">
<div class="header-overlay" style="background-color: rgba(0, 0, 0, 0.5); height: 100%;">
<div class="header-content text-center" style="color: white; padding: 20px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);">
<h1 style="font-size: 4em;"><b>Robotech URJC</b></h1>
<p style="font-size: 1.5em;">Asociación de ciencia, tecnología y robótica perteneciente a la Universidad Rey Juan Carlos.</p>
<p style="font-size: 1.5em;">Encuéntranos en el sótano del Aulario I del Campus de Fuenlabrada.</p>
</div>
</div>
</header>
<!-- About Section -->
<section class="bg-primary" id="about">
<div class="container text-center">
<h2 class="section-heading"><b>¡Tecnófilos, creativos, trabajadores y transparentes!</b></h2>
<hr class="light">
<p class="text-faded">Somos una asociación que nació con el propósito de aprender más allá de lo que ofrece un grado técnico mediante la creación e investigación de nuestros proyectos.</p>
</div>
</section>
<!-- Hexagon Section -->
<section id="portfolio_now" class="hexagon-section">
<div class="container">
<div class="row">
<div class="col-lg-6 text-center">
<div class="hexagon">
<a href="./proyectos_activos.html" class="hexagon-content">
<img src="img/portfolio/zeus.jpeg" alt="Proyectos Antiguos">
</a>
<div style="position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: white; font-weight: bold; text-shadow: 2px 2px 4px #000000; font-size: 32px;">
Proyectos activos
</div>
<a href="./proyectos_activos.html" class="hexagon-content">
<h3>Proyectos Activos</h3>
</a>
</div>
</div>
<div class="col-lg-6 text-center">
<div class="hexagon">
<a href="proyectos_antiguos.html" class="hexagon-content">
<img src="img/portfolio/oasis.jpeg" alt="Proyectos Antiguos">
</a>
<div style="position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: white; font-weight: bold; text-shadow: 2px 2px 4px #000000; font-size: 32px;">
Proyectos antiguos
</div>
<a href="proyectos_antiguos.html" class="hexagon-content">
<h3>Proyectos Antiguos</h3>
</a>
</div>
</div>
</div>
</div>
</section>
<aside class="dis">
<div class="container text-center">
<div class="call-to-action">
<h2>Ven a charlar con nosotros</h2>
<a href="https://discord.com/invite/aaYEUXA" class="btn btn-default btn-xl wow tada">
Unirse a Discord
</a>
</div>
</div>
</aside>
<!-- Contact Section -->
<section id="contact">
<div class="container text-center">
<h2 class="section-heading">Ponte en contacto con nosotros</h2>
<hr class="primary">
<div class="row">
<div class="col-lg-4">
<a href="https://twitter.com/robotech_urjc">
<i class="fa fa-twitter fa-3x"></i>
<p>robotech_urjc</p>
</a>
</div>
<div class="col-lg-4">
<a href="mailto:[email protected]">
<i class="fa fa-envelope-o fa-3x"></i>
<p>[email protected]</p>
</a>
</div>
<div class="col-lg-4">
<a href="https://github.com/robotech-urjc">
<i class="fa fa-github fa-3x"></i>
<p>robotech-urjc</p>
</a>
</div>
<div class="col-lg-4">
<a href="https://www.instagram.com/robotech_urjc">
<i class="fa fa-instagram fa-3x"></i>
<p>robotech_urjc</p>
</a>
</div>
<div class="col-lg-4">
<a href="https://es.linkedin.com/company/robotech-urjc">
<i class="fa fa-linkedin fa-3x"></i>
<p>robotech-urjc</p>
</a>
</div>
<div class="col-lg-4">
<a href="https://linktr.ee/Robotech_URJC">
<i class="fa fa-info-circle fa-3x"></i>
<p>Más información</p>
</a>
</div>
</div>
</div>
</section>
<!-- Scripts -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/main.js"></script>
<script src="js/cbpAnimatedHeader.js"></script>
<script src="js/classie.js"></script>
<script src="js/creative.js"></script>
<script src="js/creative.js"></script>
</body>
</html>