diff options
Diffstat (limited to 'resources/pug')
| -rw-r--r-- | resources/pug/finals/index.pug | 31 | ||||
| -rw-r--r-- | resources/pug/include/layout.pug | 2 | 
2 files changed, 13 insertions, 20 deletions
diff --git a/resources/pug/finals/index.pug b/resources/pug/finals/index.pug index 7ccbda6..49608a6 100644 --- a/resources/pug/finals/index.pug +++ b/resources/pug/finals/index.pug @@ -2,28 +2,21 @@ extends /layout.pug  block content  	img#profile(alt="Camil Staps", style="float:left;", src="/assets/img/profile-300x300.png", width="170") -	p #[a(href="mailto:info@vivisoft.nl") Freelance programmer]; student #[a(href="http://www.ru.nl/english/education/masters/software-science/") Software Science] and #[a(href="http://www.mastersinleiden.nl/programmes/hebrew-and-aramaic-studies-research/en/introduction") Hebrew and Aramaic studies] -	p -		span.tt info@camilstaps.nl -		br -		| GPG ID: #[tt: a(href="http://pgp.mit.edu/pks/lookup?op=get&search=0x4A9BFD4F6A415F83") 6A415F83] -		br -		| Fingerprint: #[span.tt 7F41 677C FA51 D2AE 8A4A	C47D 4A9B FD4F 6A41 5F83] -	p -		a(href="https://github.com/camilstaps") GitHub -		br -		a(href="https://nl.linkedin.com/in/camilstaps") LinkedIn +	div#basicinfo +		p #[a(href="mailto:info@vivisoft.nl") Freelance programmer]; student #[a(href="http://www.ru.nl/english/education/masters/software-science/") Software Science] and #[a(href="http://www.mastersinleiden.nl/programmes/hebrew-and-aramaic-studies-research/en/introduction") Hebrew and Aramaic studies] +		p +			span.tt info@camilstaps.nl +		p +			| GPG ID: #[tt: a(href="http://pgp.mit.edu/pks/lookup?op=get&search=0x4A9BFD4F6A415F83") 6A415F83] +			br +			| Fingerprint: #[span.tt 7F41 677C FA51 D2AE 8A4A	C47D 4A9B FD4F 6A41 5F83] +		p +			a(href="https://github.com/camilstaps") GitHub +			br +			a(href="https://nl.linkedin.com/in/camilstaps") LinkedIn  	hr -	table.main_table -		tr -			td I like: -			td Functional programming (#[a(href="clean.html") Clean]), Linux (Debian), LaTeX (TikZ), PIC microcontrollers, regular expressions, Docker -		tr -			td I know: -			td The above, Python, PHP (Laravel), SQL, HTML, CSS, JavaScript (jQuery), Bootstrap, WordPress, C, Java -  	h2 Work  	table.main_table  		tr diff --git a/resources/pug/include/layout.pug b/resources/pug/include/layout.pug index 6a89533..8ad18e8 100644 --- a/resources/pug/include/layout.pug +++ b/resources/pug/include/layout.pug @@ -19,7 +19,7 @@ html(lang="en")  			footer.footer  				hr  				p.text-center -					| Copyright © Camil Staps #{date.getFullYear()}  •   +					| Copyright © Camil Staps 2015–#{date.getFullYear()}  •    					= "Last updated " + date.toDateString()  		include foot.pug  | 
