-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
67 lines (53 loc) · 2.61 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
<!DOCTYPE html>
<html lang="es">
<head>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>Burbujas</title>
<meta name="description" content="Proceso del Demo 1 para la clase Desarrollo Apps Realidad Mixta - Todo lo que se puede saber sobre burbujas">
<meta name="author" content="Sofía Castañeda Mosquera">
<meta name="keywords" content="Bubbles, AR, MagicLeap, Demo, Creative Computing">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/png" href="images/favicon.png">
</head>
<body>
<div class="container">
<div class="row">
<div class="twelve columns" style="margin-bottom: 1.5%">
</div>
</div>
<div>
<h1 style="margin-bottom: 0%">Burbujas Demo</h1>
<h6 style="margin-bottom: 1%"><a>Por: Sofía Castañeda Mosquera</a></h6>
</div>
<div class="row">
<div class="twelve columns">
<img class = "u-max-full-width" src="images/portada.jpg" alt="pop!" style="margin-bottom: 1%">
</div>
</div>
<div class="row">
<div class="one-third column">
<a class="button button-primary u-full-width" href="investigacion.html">Investigación</a>
</div>
<div class="four columns">
<a class="button button-primary u-full-width" href="proceso.html">Experimentación</a>
</div>
<div class="one-third column">
<a class="button button-primary u-full-width" href="code.html">Código</a>
</div>
</div>
</div>
</body>
</html>