-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsanjurjo.html
34 lines (33 loc) · 950 Bytes
/
sanjurjo.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
---
layout: default
languages:
- gl
- es
permalink: /:language/sanjurjo
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 'sanjurjo.title' %}</h1>
<p>{% t 'sanjurjo.text1' %}</p>
<p>{% t 'sanjurjo.text2' %}</p>
<p>{% t 'sanjurjo.text3' %}</p>
<p>{% t 'sanjurjo.text4' %}</p>
<p>{% t 'sanjurjo.text5' %}</p>
<p>{% t 'sanjurjo.text6' %}</p>
</div>
</div>
</div>
</section>
{% include call_to_action.html %}
</div>
{% include footer.html %}
{% include js.html %}
</body>