-
Notifications
You must be signed in to change notification settings - Fork 1
/
spanish.html
executable file
·119 lines (108 loc) · 3.42 KB
/
spanish.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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 TRANSITIONAL//EN">
<html>
<head>
<title>DR's Español</title>
<!-- Updated 2021-04-27 -->
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="rorabaugh.css" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-8VSF4BT9C8"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-8VSF4BT9C8");
</script>
<style type="text/css">
#gmap_canvas img {
max-width: none !important;
background: none !important;
}
</style>
</head>
<body lang="ES-US">
<div id="menu">
<ul>
<li><a href="index.html">Inicio</a></li>
<li><a href="research.html">Investigación</a></li>
<li><a href="problems.html">Problemas Abiertos</a></li>
<li><a href="teaching.html">Enseñanza</a></li>
<li><a href="coding.html">Codificación</a></li>
<li><strong>Español</strong></li>
</ul>
</div>
<div style="margin-top: 60px">
<table width="100%">
<tr>
<td width="23%">
<b>Daniel es un...</b>
<ul>
<li>Académico</li>
<li>Lingüista</li>
<li>Marido</li>
<li>Matemático</li>
<li>Protestante</li>
<li>Programador</li>
<li>Tio</li>
<li>Whovian</li>
</ul>
</td>
<td width="23%">
<b>A Daniel le gusta(n)...</b>
<ul>
<li>la Bíblia</li>
<li>la Comida</li>
<li>su Esposa</li>
<li>la Lógica</li>
<li>la Música</li>
<li>la Naturaleza</li>
<li>los Perros</li>
<li>los Rompecabezas</li>
</ul>
</td>
<td width="25%">
<b>Daniel quiere...</b>
<ul>
<li>Aprender griego</li>
<li>Encontrar un tesoro enterrado</li>
<li>Leer todas las obras de Tolkien</li>
<li>Poseer una isla</li>
<li>Ser misionero con Wycliffe</li>
<li>Subir otras montañas</li>
<li>Visitar Islandia</li>
<li>Volver a Medellín</li>
</ul>
</td>
<td width="25%">
<b>Daniel colecta...</b>
<ul>
<li>Datos genealógicos</li>
<li>Estampillas</li>
<li>Juegos de mesa</li>
<li>Libros viejos</li>
<li>Monedas</li>
<li>Mapas</li>
<li>Rompecabezas de combinación</li>
<li>Tarjetas comerciales</li>
</ul>
</td>
</tr>
</table>
</div>
<hr />
<!--Google Map-->
<div style="text-align: center">
<iframe
src="https://www.google.com/maps/d/u/0/embed?mid=1HZAHJu1CI6O3OuZ6Azel1pI-_r67e2_7"
width="640"
height="480"
></iframe>
</div>
<br />
</body>
</html>