forked from memudoalondres/memudoalondres.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (48 loc) · 2.33 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Me mudo a Londres</title>
<link rel="stylesheet" href="style.css" type="text/css" media="screen" title="no title" charset="utf-8">
</head>
<body>
<div id="header">
<h1><a href="index.html" title="Inicio">memudoalondres.com</a></h1>
<p>Información y consejos prácticos para cambiar de ciudad</p>
</div> <!-- Header -->
<div id="container">
<div id="faqs">
<ul>
<li><h2><a href="buscar_piso.html" title="Buscar piso">¿Cómo busco piso?</a></h2></li>
<li><h2><a href="papeleo.html" title="Papeleo">¿Qué papeleo tengo que hacer?</a></h2></li>
<li><h2><a href="transporte.html" title="Transporte">¿Cómo me muevo por Londres?</a></h2></li>
<li><h2><a href="vida_alli.html" title="Choques culturales">¿Cómo es la vida allí?</a></h2></li>
</ul>
</div> <!-- faqs -->
<div id="welcome_blurb">
<p id="bienvenida"><strong>¡Así que te vienes a Londres!</strong></p>
<p>Aquí encontrarás información práctica recopilada de las llegadas de varios expatriados españoles, con consejos para que tu aterrizaje resulte un poco más cómodo.</p>
<p>Me mudo a Londres tiene respuestas a estas y otras preguntas.</p>
</div> <!-- welcome_blurb -->
</div> <!-- Container -->
<div id="footer">
<div id="about">
<p><a href="about.html" title="Sobre el sitio">Sobre el sitio</a></p>
</div>
<div id="copyright">
<p><a id="ccommons" rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/es/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/3.0/es/80x15.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/es/">Creative Commons NC-SA 3.0 License</a>.</p>
</div>
</div> <!-- Footer -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-30047223-1']);
_gaq.push(['_setDomainName', 'memudoalondres.com']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>