jekyll-theme-easy-wedding 0.1.20 → 0.1.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_includes/people.html +55 -51
- data/assets/main-bundle.js +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e3846ac576c275111b1155d5734874febf4a68fe083d04208e871cf5ca90d722
|
|
4
|
+
data.tar.gz: 395cd46ad841cda68846a136f523bdc73d5c5abc610a89c24d67e83564035c72
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8e764828f3b973e995d86baf3b1d790a0a4095a5396358b1fd3dfe26af6c11ccd9fea9e30dafd04949a3e39702d0f9b40c8ce8d28739dad46eaa0d7e5e95d3c9
|
|
7
|
+
data.tar.gz: dde7f03764763080ce136a98b9956e8f19b4103fa617807ccb7dd68f16c2abbaf85c9e1ea06a5bd2d841bf21f50c173b6267616e7d03f484cabaa16c666d520d
|
data/_includes/people.html
CHANGED
|
@@ -1,66 +1,70 @@
|
|
|
1
|
-
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
<div class="
|
|
8
|
-
<img src="{{site.baseurl}}/assets/img/people/{{ family.pic }}" class="img-thumbnail" alt="{{ family.name }}" title="{{ family.name }}">
|
|
1
|
+
{% if site.data.people.families %}
|
|
2
|
+
<section class="container content-section text-center">
|
|
3
|
+
<h2>{{ site.data.settings.people.families_header }}</h2>
|
|
4
|
+
<p> {{ site.data.settings.people.families_text }} </p>
|
|
5
|
+
<div class="people-grid">
|
|
6
|
+
{% for family in site.data.people.families %}
|
|
7
|
+
<div class="protrait polaroid">
|
|
8
|
+
<img src="{{site.baseurl}}/assets/img/people/{{ family.pic }}" class="img-thumbnail img-responsive" alt="{{ family.name }}" title="{{ family.name }}">
|
|
9
9
|
<div class="caption">
|
|
10
10
|
<h4>{{ family.name }}</h4>
|
|
11
11
|
<p>{{ family.people }}</p>
|
|
12
12
|
</div>
|
|
13
13
|
</div>
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
</
|
|
17
|
-
|
|
14
|
+
{% endfor %}
|
|
15
|
+
</div>
|
|
16
|
+
</section>
|
|
17
|
+
{% endif %}
|
|
18
18
|
|
|
19
|
-
|
|
20
|
-
<
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
<div class="
|
|
28
|
-
<img src="{{site.baseurl}}/assets/img/people/{{ kid.pic }}" class="img-thumbnail" alt="{{ kid.name }}" title="{{ kid.name }}">
|
|
19
|
+
{% if site.data.people.kids %}
|
|
20
|
+
<section class="container content-section text-center">
|
|
21
|
+
<h2>{{ site.data.settings.people.kids_header }}</h2>
|
|
22
|
+
<p>
|
|
23
|
+
{{ site.data.settings.people.kids_text }}
|
|
24
|
+
</p>
|
|
25
|
+
<div class="people-grid">
|
|
26
|
+
{% for kid in site.data.people.kids %}
|
|
27
|
+
<div class="portrait polaroid">
|
|
28
|
+
<img src="{{site.baseurl}}/assets/img/people/{{ kid.pic }}" class="img-thumbnail img-responsive" alt="{{ kid.name }}" title="{{ kid.name }}">
|
|
29
29
|
<div class="caption">
|
|
30
|
-
<
|
|
31
|
-
{{ kid.
|
|
32
|
-
<br>
|
|
33
|
-
<small>{{ kid.title }}</small>
|
|
30
|
+
<h5>{{ kid.name }}</h5>
|
|
31
|
+
<small>{{ kid.role }}</small>
|
|
34
32
|
</p>
|
|
35
33
|
</div>
|
|
36
34
|
</div>
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
</
|
|
40
|
-
|
|
35
|
+
{% endfor %}
|
|
36
|
+
</div>
|
|
37
|
+
</section>
|
|
38
|
+
{% endif %}
|
|
41
39
|
|
|
42
|
-
|
|
43
|
-
<
|
|
44
|
-
|
|
45
|
-
{% assign his = site.data.people.his_side[forloop.index0] %}
|
|
46
|
-
<div class="row">
|
|
47
|
-
<div class="col-sm-3 col-md-offset-1 col-md-3 col-xs-6" style="margin-bottom: 60px">
|
|
48
|
-
<img class="img-thumbnail img-responsive" src="{{site.baseurl}}/assets/img/people/{{ her.pic }}" alt="{{ her.name }}" title="{{ her.name }}">
|
|
49
|
-
</div>
|
|
50
|
-
<p class="col-sm-3 col-md-2 col-xs-6 text-left">
|
|
51
|
-
{{ her.name }}<br><small>{{ her.role }}</small>
|
|
52
|
-
</p>
|
|
40
|
+
{% if site.data.people.his_side and site.data.people.her_side %}
|
|
41
|
+
<section class="container content-section text-center">
|
|
42
|
+
<h2>{{ site.data.settings.people.wedding_party_header }}</h2>
|
|
53
43
|
|
|
54
|
-
|
|
44
|
+
<div class="people-grid">
|
|
45
|
+
{% for her in site.data.people.her_side %}
|
|
46
|
+
{% assign his = site.data.people.his_side[forloop.index0] %}
|
|
55
47
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
48
|
+
<div class="portrait polaroid">
|
|
49
|
+
<img class="img-thumbnail img-responsive" src="{{site.baseurl}}/assets/img/people/{{ her.pic }}" alt="{{ her.name }}"
|
|
50
|
+
title="{{ her.name }}">
|
|
51
|
+
<div class="caption">
|
|
52
|
+
<h5>{{ her.name }}</h5>
|
|
53
|
+
<small>{{ her.role }}</small>
|
|
54
|
+
</div>
|
|
62
55
|
</div>
|
|
63
|
-
|
|
56
|
+
|
|
57
|
+
<div class="portrait polaroid">
|
|
58
|
+
<img class="img-thumbnail img-responsive" src="{{site.baseurl}}/assets/img/people/{{ his.pic }}" alt="{{ his.name }}"
|
|
59
|
+
title="{{ his.name }}">
|
|
60
|
+
<div class="caption">
|
|
61
|
+
<h5>{{ his.name }}</h5>
|
|
62
|
+
<small>{{ his.role }}</small>
|
|
63
|
+
</div>
|
|
64
|
+
</div>
|
|
65
|
+
|
|
66
|
+
{% endfor %}
|
|
67
|
+
|
|
64
68
|
</div>
|
|
65
|
-
|
|
66
|
-
|
|
69
|
+
</section>
|
|
70
|
+
{% endif %}
|