From cab00f66488cfe01227b5b6a145c58b400867223 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sun, 17 Dec 2017 22:46:41 +0100 Subject: Remove I like/know; fix header layout --- resources/pug/finals/index.pug | 31 ++++++++++++------------------- resources/pug/include/layout.pug | 2 +- resources/sass/style.scss | 11 ++++++++++- 3 files changed, 23 insertions(+), 21 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 diff --git a/resources/sass/style.scss b/resources/sass/style.scss index b75a21c..042201a 100644 --- a/resources/sass/style.scss +++ b/resources/sass/style.scss @@ -5,7 +5,16 @@ } img#profile { - margin-right: 1em; + margin: 1em 1em 1em 0; +} + +div#basicinfo { + margin-top: 1em; +} + +hr { + clear: both; + margin: 0; } table { -- cgit v1.2.3