-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathkatayuno.html
49 lines (42 loc) · 2.63 KB
/
katayuno.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
<html class="no-js" lang="es">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="assets/stylesheets/foundation/foundation.min.css" />
<link rel="stylesheet" href="assets/stylesheets/foundation/normalize.css" />
<link rel="stylesheet" href="assets/stylesheets/style.css" />
<link rel="stylesheet" type="text/css" href="assets/stylesheets/web_fonts/dejavusans_extralight_macroman/stylesheet.css" />
<link rel="stylesheet" type="text/css" href="assets/stylesheets/web_fonts/dejavusans_book_macroman/stylesheet.css" />
<link rel="stylesheet" type="text/css" href="assets/stylesheets/web_fonts/dejavusans_bold_macroman/stylesheet.css" />
<link rel="stylesheet" href="assets/owl/owl-carousel/owl.carousel.css" />
<link rel="stylesheet" href="assets/owl/owl-carousel/owl.theme.css" />
<script src="assets/scripts/vendor/modernizr.js"></script>
<link rel="shortcut icon" href="assets/images/favicon.ico" />
<title>Devscola - Katayuno</title>
</head>
<body>
<section id="katayuno" class="row katayuno">
<div class="large-12 medium-12 small-12 columns total-align">
<h2>KATAYUNO</h2>
<p>Para el correcto desarrollo de la actividad se necesitan los siguientes requerimientos:</p>
<p>Requerimientos técnicos:</p>
<ul>
<li><strong>Desayuno:</strong> Café, agua, bollería y vajilla a libre disposición</li>
<li><strong>Acceso internet</strong> sin restricciones para todos los sistemas operativos (Linux, Windows, Mac), y sin necesidad de registro</li>
<li>Acceso a la red eléctrica por medio de enchufes y regletas</li>
<li><strong>Proyector</strong></li>
<li>Adaptadores para HDMI, VGA y Viewport</li>
</ul>
<p>Requerientos de asistencia:</p>
<ul>
<li>El evento se llevará a cabo todos los <strong>martes de 8.00 a 9.30</strong> de la mañana</li>
<li><strong>Libre acceso al evento</strong> sin necesidad de proporcionar datos personales sobre los asistentes</li>
<li><strong>Acceso gratuito</strong></li>
<li>Límite de aforo (determinado por el espacio)</li>
<li>Sala con mesas y sillas suficientes para el aforo completo</li>
</ul>
</div>
<p><a href="index.html">< Volver</a></p>
</section>
</body>
</html>