-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontacto.html
28 lines (27 loc) · 1.05 KB
/
contacto.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
---
layout: default
---
<section class="page-section cta">
<div class="container">
<div class="row">
<div class="col-xl-9 mx-auto">
<div class="cta-inner text-center rounded">
<h2 class="section-heading mb-4">
<span class="section-heading-lower">Contacto</span>
</h2>
<br /><br />
<h4><span class="section-heading-upper">Secretaría general:</span></h4>
<p class="mb-0">[email protected]</p>
<br /><br />
<h4><span class="section-heading-upper">Académicos:</span></h4>
<p class="mb-0">[email protected]</p>
<br /><br />
<h4><span class="section-heading-upper">Recursos humanos:</span></h4>
<p class="mb-0">[email protected]</p>
<br /><br />
<h5><a class="section-heading-upper text-info" style="text-decoration: none;" href="https://www.facebook.com/UGMUN2019/" target="_blank"><img src="img/fb.png" width="50"/> UGMUN</a></h5>
</div>
</div>
</div>
</div>
</section>