-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
196 lines (177 loc) · 5.76 KB
/
Copy pathindex.html
File metadata and controls
196 lines (177 loc) · 5.76 KB
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
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Beewo | Drones DIWO, educativos y personalizables.</title>
<link rel="stylesheet" href="css/styles.css" type="text/css"/>
<link rel="stylesheet" href="css/hover-min.css" type="text/css"/>
<link href="https://fonts.googleapis.com/css?family=Varela+Round" rel="stylesheet">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="#inicio">Inicio</a></li>
<li><a href="#productos">Productos</a></li>
<li><a href="#colmena">La colmena</a></li>
<li><a href="#filo_section">Nuestra filosofía</a></li>
<li><a href="#meet_section">Quiénes somos</a></li>
<li><a href="#contacto">Contacto</a></li>
</ul>
</nav>
</header>
<section id="logo_section">
<img id="main_logo" class="hvr-grow" src="assets/logoY.png"/>
</section>
<section id="productos">
<h2 class="white">Nuestros productos</h2>
<div class="column">
<img src="assets/kits.png" class="hvr-grow-rotate" alt="Kits de aprendizaje" />
<h3>Kits de Aprendizaje</h3>
<p>Todo lo que necesitas para construir tu primer dron.</p>
</div>
<div class="column">
<img src="assets/piezas.png" class="hvr-grow-rotate" alt="Piezas personalizadas" />
<h3>Piezas personalizadas</h3>
<p>Diseña tus propias piezas y te las imprimimos por encargo.</p>
</div>
<div class="column">
<img src="assets/modulos.png" class="hvr-grow-rotate" alt="Módulos adicionales" />
<h3>Módulos adicionales</h3>
<p>Sensores y motores extra para ampliar tus posibilidades</p>
</div>
</section>
<section id="colmena">
<img class="colmena_img hvr-buzz-out" src="assets/colmena.png" alt="La Colmena"/>
<h2>La colmena</h2>
<p>Diseña tus propias piezas. Imprímelas en 3D o encárgalas.</p>
<br/>
<p>Comparte tus creaciones y utiliza las de otros</p>
<br/>
<img class="proceso" src="assets/proceso.png" alt="Diseña tus propias piezas. Imprímelas en 3D o encárgalas." />
</section>
<section id="filo_section">
<h2>Nuestra filosofía</h2>
<ul id="categories" class="clr">
<li class="pusher "></li>
<li>
<div>
<img src="assets/diwo.png" alt=""/>
<h1>DIWO</h1>
<p>Do it with others</p>
</div>
</li>
<li>
<div>
<img src="assets/open.png" alt=""/>
<h1>Open Source</h1>
<p>Acceso al código fuente y a nuestros planos</p>
</div>
</li>
<li>
<div>
<img src="assets/facil.png" alt=""/>
<h1>Fáciles y divertidos</h1>
<p>Para principiantes y expertos</p>
</div>
</li>
<li>
<div>
<img src="assets/educativo.png" alt=""/>
<h1>Educativos</h1>
<p>Conoce el mundo de la informática y la electrónica</p>
</div>
</li>
<li>
<div>
<img src="assets/ayuda.png" alt=""/>
<h1>Colaborativos</h1>
<p>Comparte tus proyectos</p>
</div>
</li>
<li>
<div>
<img src="assets/pieza.png" alt=""/>
<h1>Personalizables</h1>
<p>Crea un dron único</p>
</div>
</li>
<li class="pusher"></li>
<li>
<div>
<img src="assets/puzzle.png" alt=""/>
<h1>Modulares</h1>
<p>Amplia tus posibilidades</p>
</div>
</li>
<li class="pusher"></li>
<li class="pusher"></li>
<li class="pusher"></li>
<li class="pusher"></li>
<li>
<div>
<img src="assets/mano.png" alt=""/>
<h1>Tuyos</h1>
<p>Imagina y crea</p>
</div>
</li>
</ul>
</section>
<section id="meet_section">
<h2>Quiénes somos</h2>
<p class="info-block">Somos un equipo apasionado por la informática, la impresión 3D y la programación, con experiencia en varios proyectos Open Source. </p>
<div class="column-2">
<img class="hvr-bob avatar" src="assets/alvaro.png" alt=""/>
<h3>Álvaro Casado Coscollá</h3>
<p><a href="https://es.linkedin.com/in/álvaro-casado-coscollá-48a137100">LinkedIN</a></p>
</div>
<div class="column-2">
<img class="hvr-bob avatar" src="assets/carlos.png" alt=""/>
<h3>Carlos Durán Roca</h3>
<p><a href="https://es.linkedin.com/in/carlos-duran-roca-093874129">LinkedIN</a></p>
</div>
</div>
</section>
<section id="contacto">
<h2 class="white">Contacto</h2>
<p class="white big"><a href="mailto:contacto@beewo.es">contacto@beewo.es</a></p>
<br/>
<p class="white big"><a href="https://twitter.com/beewodrones">@beewoDrones</a></p>
<br/>
<p class="white big"><a href="https://www.facebook.com/Beewo-1770251796522545/">FB/Beewo</a></p>
</section>
<footer>
<p>Todos los derechos reservados <br/><br/> Beewo - 2016</p>
<div><small>
Iconos diseñados por Anton Gajdosik, Icon Fair, Sergey Demushkin, Andrey Vasiliev, Maurizio Fusillo, Korawan.M y Rabee Balakrishnan.
<br/><br/>
Imágenes de Tomi Knuutila, Kain Kalju, web4camguy, Medialab Prado,
Ariosvaldo Gonzáfoles, Michael Hicks, Golan Levin y Anthony Albright.
<br/><br/>
</small></div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script>
$(document).ready(function(){
// Add smooth scrolling to all links
$("a").on('click', function(event) {
// Make sure this.hash has a value before overriding default behavior
if (this.hash !== "") {
// Prevent default anchor click behavior
event.preventDefault();
// Store hash
var hash = this.hash;
// Using jQuery's animate() method to add smooth page scroll
// The optional number (800) specifies the number of milliseconds it takes to scroll to the specified area
$('html, body').animate({
scrollTop: $(hash).offset().top
}, 800, function(){
// Add hash (#) to URL when done scrolling (default click behavior)
window.location.hash = hash;
});
} // End if
});
});
</script>
</body>
</html>