-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
35 lines (31 loc) · 1.14 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
---
layout: default
---
<div>
<!--
<div class="modal fade" id="memberModal" tabindex="-1" role="dialog" aria-labelledby="memberModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content latam">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
</div>
<div class="modal-body text-center">
<h2 class="text-center blue-dark">¿Quieres participar en los próximos LabCívicos en Costa Rica, Guatemala y Honduras?</h2>
<a class="btn btn-danger btn-lg" href="https://docs.google.com/a/ciudadanointeligente.org/forms/d/e/1FAIpQLScPmHExGDCFcFx1Mlfnacaw7IOScEy5YYLRNxId102FC1VMHQ/viewform" role="button" target="_blank"><span>Inscríbete</span></a>
</div>
</div>
</div>
</div>
<script type="text/javascript">
<!--
$('#memberModal').modal('show');
//-->
</script> --!>
{% include welcome.html %}
{% include methodology.html %}
<div class="hidden">
{% include testimonial.html %}
</div>
{% include projects.html %}
{% include ned.html %}
</div>