diff options
| author | Camil Staps | 2025-10-02 14:54:07 +0200 |
|---|---|---|
| committer | Camil Staps | 2025-10-02 14:54:49 +0200 |
| commit | 2ae31a39aa9b65283915f155caf263e729144e4a (patch) | |
| tree | 3d3b57b643f883ed5b80f765d7642004d784c403 | |
| parent | Simplify publications.pug (diff) | |
Add election modal for TK2025
| -rw-r--r-- | resources/pug/finals/index.pug | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/resources/pug/finals/index.pug b/resources/pug/finals/index.pug index 5bb83db..6c686b8 100644 --- a/resources/pug/finals/index.pug +++ b/resources/pug/finals/index.pug @@ -25,7 +25,7 @@ block content li.nav-item(role='presentation') #[a.nav-link(href='#education') Education] .container#content - header#introduction + header#introduction(style="position:relative;") div img#profile(alt="Camil Staps", style="vertical-align:bottom;", src="/assets/img/profile.jpg", width="170") div#basicinfo(style="display:table-cell;vertical-align:bottom;") @@ -58,6 +58,25 @@ block content |   a(href="https://nl.linkedin.com/in/camilstaps") i.fab.fa-lg.fa-linkedin(title="LinkedIn") + div(style="top:1em;right:0;position:absolute;") + a(href="#tk2025", title="Election of the Dutch House of representatives", data-bs-toggle="modal") + i.fas.fa-person-booth.fs-1 + + div.modal.fade#tk2025(tabindex="-1", role="dialog", aria-lbaelledby="tk2025-title") + div.modal-dialog.modal-lg(role="document") + div.modal-content + div.modal-header + h4.modal-title#tk2025-title Election of the Dutch House of representatives 2025 + div.modal-body + p Informeer je en ga stemmen. + p + a(href="https://www.linkedin.com/posts/sanderheijne_we-analyseerden-de-verkiezingsprogrammas-activity-7379434906507960321-xRXs", target="_blank") + img(src="https://files.camilstaps.nl/tk2025-democratie-vrijnederland.jpeg", style="width:100%;") + p.text-end + | Bron: + a(href="https://www.linkedin.com/posts/sanderheijne_we-analyseerden-de-verkiezingsprogrammas-activity-7379434906507960321-xRXs", target="_blank") + i Vrij Nederland + |. section p.larger#lead |
