-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAbout.html
More file actions
79 lines (68 loc) · 2.22 KB
/
About.html
File metadata and controls
79 lines (68 loc) · 2.22 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Descubre Colombia</title>
<link rel="stylesheet" type="text/css"
href="https://fonts.googleapis.com/css?family=Lora:700">
<link rel="stylesheet" type="text/css" href="icons/font/flaticon.css">
<link rel="stylesheet" type="text/css" href="style/main.css">
<style>
svg{
margin: 0px;
display: inline;
box-sizing: border-box;
}
#texto{
padding: 20px;
width: 460px;
display: inline;
}
h6{
font-family: sans-serif;
font-size: 22px;
margin: 0px;
}
p{
font-family: sans-serif;
}
@media screen and (max-width : 1000px){
#texto{
width: 460px;
margin: auto;
display: block;
box-sizing: border-box;
float: none;
}
#contenido{
display: block;
margin: auto;
width: 500px;
float: none;
}
}
</style>
</head>
<body>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#">About</a></li>
<li id="about"><a a href="info.html"><img id="q" src="images/!.gif"></a></li>
</ul>
</nav>
<div id="contenido">
<svg></svg>
<script src="http://d3js.org/d3.v3.min.js"></script>
<script src="js/mapOriginal.js"></script>
<div id="texto">
<h6>Instrucciones</h6>
<p>Se tienen 2 juegos, uno es un ahorcado(hangman en ingles) y el otro es una sopa de letras, en cada nivel se esconde un departamento, uno por uno iran aparecioendo para el final por fin completar todo el mapa de Colombia.</p>
<p>Advertencia: En la sopa de letras para descubrir un departamento se tiene que precionar letra por letra en orden hasta colorear toda la palabra, cuando esta este completa, aparecera en el mapa.</p>
<h6>Informacion</h6>
<p>Este proyecto se hizo como una herramienta pedagogica de facil edicion y extension, esto quiere decir que resulta facil agregar un juego, cambiar un juego o cambiar el mapa o region a descubrir</p>
<p>El proyecto se realizo con las librerias D3.js y createjs, y con el software adobe animate CC</p>
<p>El mapa ese interactivo, uno puede hacerle zoom y revisar el nombre de cada departamento, en el caso del mapa del juego este solo es interactivo con los departamentos descubiertos</p>
</div>
</div>
</body>