-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommunionboy.html
61 lines (54 loc) · 1.93 KB
/
communionboy.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
---
layout: default
title: Communionboy
titleTag: Comunión niño
id: communionboy
subset: communionboy
permalink: catalogo/comunion-nino/
---
<div class="catalog communionboy">
<div class="section background-mask no-pad-bot white-text">
<header class="container center">
<br><br><br>
<h1 class="header lucemita">
{{site.communionboy.title}}
</h1>
<h2 class="light">{{site.communionboy.subtitle}}</h2>
<br><br>
</header>
</div>
<br><br>
<div class="section cyan darken-1">
<div class="row container center">
<h2 class="header white-text grundschrift">{{site.outlet.title}}</h2>
<div class="white-text grundschrift f-size-small">{{site.outlet.subtitle}}</div>
</div>
</div>
<br>
<div class="mamacarlota-modal" onclick="closeModal()">
<img class="mamacarlota-modal-content">
<div class="mamacarlota-modal-caption"></div>
</div>
<div class="section no-pad-bot">
<div class="container">
<div class="row center">
<div class="col s12 cards-container">
{% for image in site.static_files %}
{% if image.path contains 'images/communionboy' %}
<div class="card picture">
<div class="card-image">
<img class="mamacarlota-img" src="{{ image.path }}" alt="{{site.ref}}: {{forloop.index}}" onclick="openModal(this)">
</div>
</div>
<div>{{site.ref}}: {{forloop.index}}</div>
{% endif %}
{% endfor %}
</div>
</div>
</div>
</div>
<div class="flex-row">
<img class="logo" src="/images/logo.png" alt="Mamacarlota logo" />
</div>
<br>
</div>