diff options
| author | Camil Staps | 2023-11-16 21:14:20 +0100 | 
|---|---|---|
| committer | Camil Staps | 2023-11-16 21:14:20 +0100 | 
| commit | 55018f61401c494197407f6cedc3e3a91a444b87 (patch) | |
| tree | bbebc35ff82ee6eb2e1f9bcb954e5e9f789325f1 /resources/pug/finals | |
| parent | Fix previous commit (diff) | |
Add election modal
Diffstat (limited to 'resources/pug/finals')
| -rw-r--r-- | resources/pug/finals/index.pug | 43 | 
1 files changed, 42 insertions, 1 deletions
| diff --git a/resources/pug/finals/index.pug b/resources/pug/finals/index.pug index f5aa529..cf45383 100644 --- a/resources/pug/finals/index.pug +++ b/resources/pug/finals/index.pug @@ -6,7 +6,7 @@ block extra_head  block titleContainer  block content -	header +	header(style="position:relative;")  		div(style="display:table-row;")  			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;") @@ -40,9 +40,50 @@ block content  					|    					a(href="https://nl.linkedin.com/in/camilstaps")  						i.fab.fa-lg.fa-linkedin(title="LinkedIn") +				h1(style="top:0;right:0;position:absolute;") +					a(href="#tk2023", title="Election of the Dutch House of representatives", data-toggle="modal") +						i.fas.fa-person-booth  	hr +	div.modal.fade#tk2023(tabindex="-1", role="dialog", aria-lbaelledby="tk2023-title") +		div.modal-dialog.modal-lg(role="document") +			div.modal-content +				div.modal-header +					h4.modal-title#tk2023-title Election of the Dutch House of representatives 2023 +				div.modal-body +					p Informeer je en ga stemmen. +					p +						| Dit is de verwachte invloed van de plannen van de verschillende partijen op  +						a(href="#tk2023-carousel", data-slide-to="0") lasten voor gezinnen +						|,  +						a(href="#tk2023-carousel", data-slide-to="1") lasten voor bedrijven +						|,  +						a(href="#tk2023-carousel", data-slide-to="2") koopkracht +						|,  +						a(href="#tk2023-carousel", data-slide-to="3") armoede +						|  en  +						a(href="#tk2023-carousel", data-slide-to="4") werkloosheid +						|. + +					div.carousel.slide#tk2023-carousel(data-ride="carousel", data-interval="false") +						div.carousel-inner(role="listbox") +							div.item.active +								img(src="https://files.camilstaps.nl/cpb/lasten-voor-gezinnen.png") +							div.item +								img(src="https://files.camilstaps.nl/cpb/lasten-voor-bedrijven.png") +							div.item +								img(src="https://files.camilstaps.nl/cpb/koopkracht.png") +							div.item +								img(src="https://files.camilstaps.nl/cpb/armoede.png") +							div.item +								img(src="https://files.camilstaps.nl/cpb/werkloosheid.png") +				div.modal-footer(style="text-align:left;") +					p +						| Het #[strong basispad] is de verwachte ontwikkeling bij ongewijzigd beleid. Bron:  +						a(href="https://www.cpb.nl/keuzes-in-kaart-2025-2028") CPB +						|. +  	section  		p.larger#lead  			| I am a PhD candidate in linguistics. | 
