Skip to content

Commit

Permalink
Add signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
arbyn-argabioso committed Jan 21, 2025
1 parent 1921486 commit b38ecc4
Show file tree
Hide file tree
Showing 9 changed files with 44 additions and 9 deletions.
Binary file modified public/family/images/people/GH12-W17.lossless.webp
Binary file not shown.
Binary file modified public/family/images/people/GH12-W17.lossy.webp
Binary file not shown.
Binary file added public/family/images/people/GH12-W17.signed.webp
Binary file not shown.
Binary file not shown.
Binary file added public/family/images/sigs/GH12-W17.webp
Binary file not shown.
4 changes: 2 additions & 2 deletions public/family/js/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ const ui = {
0: 410,
1: 419, // My generation
2: 409,
3: 408,
4: 428,
3: 405,
4: 424,
5: 389,
6: 370,
7: 308,
Expand Down
18 changes: 15 additions & 3 deletions public/family/js/family.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 14 additions & 3 deletions public/family/js/family.min.js

Large diffs are not rendered by default.

14 changes: 13 additions & 1 deletion public/family/js/stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -739,6 +739,17 @@ var STORIES = {
<span class="death-place"><strong>D</strong> : Santa Maria, Bulacan, PHL</span>
</div>
</li>
<li class="female details-3">
<div class="person-headshot">
<img src="images/people/relatives/nene.lossy.webp" />
</div>
<div class="person-details">
<span class="person-name">Nene V. Ajesta</span>
<span class="relevant-dates">Between 1965 and 1970 — Living (${bino.calculateAge('1970', null)}+)</span>
<span class="birth-place"><strong>B</strong> : Pilar, Capiz, Philippines</span>
<span class="death-place"><strong>L</strong> : Pilar, Capiz, Philippines</span>
</div>
</li>
<li class="male details-3">
<div class="person-headshot">
<img src="images/people/relatives/rolly.lossy.webp" />
Expand All @@ -759,7 +770,7 @@ var STORIES = {
</div>
<div class="person-details">
<span class="person-name">Rodel "Bong" V. Ajesta</span>
<span class="relevant-dates">15 Mar 1977 — Living (${bino.calculateAge('15 Mar 1979', null)})</span>
<span class="relevant-dates">15 Mar 1977 — Living (${bino.calculateAge('15 Mar 1977', null)})</span>
<span class="birth-place"><strong>B</strong> : Pilar, Capiz, Philippines</span>
<span class="death-place"><strong>L</strong> : Santa Maria, Bulacan, PHL</span>
</div>
Expand All @@ -779,6 +790,7 @@ var STORIES = {
`
},
'GH12-W17': { // Mamang
headshot: 'GH12-W17.signed.webp',
gravemarker: 'GH12-W17.lossy.webp',
},
'GH12-SVQ': { // Nestor Adanza
Expand Down

0 comments on commit b38ecc4

Please sign in to comment.