-
Notifications
You must be signed in to change notification settings - Fork 1
/
how_to_arrive.html
71 lines (66 loc) · 2.72 KB
/
how_to_arrive.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
---
layout: default
languages:
- gl
- es
permalink: /:language/how_to_arrive
subset: index
navigation: false
---
{% include head.html %}
<body>
<div class="page_header">{% include header_single_page.html %}</div>
<div class="main-container page_body">
<section class="contained-gallery">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<h1 class="big centered">{% t 'how_to_arrive.title' %}</h1>
<!-- EN TREN -->
<h2>{% t 'how_to_arrive.train.title' %}</h2>
<p>{% t 'how_to_arrive.train.content1' %}</p>
<p>{% t 'how_to_arrive.train.content2' %}</p>
<!-- EN BUS -->
<h2>{% t 'how_to_arrive.bus.title' %}</h2>
<p>{% t 'how_to_arrive.bus.content1' %}</p>
<p>{% t 'how_to_arrive.bus.content2' %}</p>
<!-- EN AVION -->
<h2>{% t 'how_to_arrive.airplane.title' %}</h2>
<p>{% t 'how_to_arrive.airplane.content1' %}</p>
<p>{% t 'how_to_arrive.airplane.content2' %}</p>
<!-- EN COCHE -->
<h2>{% t 'how_to_arrive.car.title' %}</h2>
<h3>{% t 'how_to_arrive.car.from_orense.title' %}</h3>
<ul>
<li>{% t 'how_to_arrive.car.from_orense.step1' %}</li>
<li>{% t 'how_to_arrive.car.from_orense.step2' %}</li>
<li>{% t 'how_to_arrive.car.from_orense.step3' %}</li>
<li>{% t 'how_to_arrive.car.from_orense.step4' %}</li>
<li>{% t 'how_to_arrive.car.from_orense.step5' %}</li>
<li>{% t 'how_to_arrive.car.from_orense.step6' %}</li>
</ul>
<h3>{% t 'how_to_arrive.car.from_santiago.title' %}</h3>
<ul>
<li>{% t 'how_to_arrive.car.from_santiago.step1' %}</li>
<li>{% t 'how_to_arrive.car.from_santiago.step2' %}</li>
<li>{% t 'how_to_arrive.car.from_santiago.step3' %}</li>
<li>{% t 'how_to_arrive.car.from_santiago.step4' %}</li>
</ul>
<h3>{% t 'how_to_arrive.car.from_portugal.title' %}</h3>
<ul>
<li>{% t 'how_to_arrive.car.from_portugal.step1' %}</li>
<li>{% t 'how_to_arrive.car.from_portugal.step2' %}</li>
<li>{% t 'how_to_arrive.car.from_portugal.step3' %}</li>
<li>{% t 'how_to_arrive.car.from_portugal.step4' %}</li>
<li>{% t 'how_to_arrive.car.from_portugal.step5' %}</li>
<li>{% t 'how_to_arrive.car.from_portugal.step6' %}</li>
</ul>
</div>
</div>
</div>
</section>
{% include call_to_action.html %}
</div>
{% include footer.html %}
{% include js.html %}
</body>