diff --git a/package.json b/package.json index 513c64a..773893a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "about", - "version": "1.2.0", + "version": "1.2.1", "description": "All about Felix W. Dekker", "author": "Felix W. Dekker", "browser": "dist/bundle.js", diff --git a/src/main/index.html b/src/main/index.html index e8353a4..5c08fd3 100644 --- a/src/main/index.html +++ b/src/main/index.html @@ -28,57 +28,73 @@
- -
-

- Hiya! - If you want you can check my resume (PDF). -

+
+
+

F.W. Dekker

+

+ Email
+ felix@<domain>, + f.w.dekker@<affiliation> +

+

+ PGP key
+ + 1729 EB23 E77D 56F8 DC53 A4EE B1B5 67AF 58D6 EE0F + +

+

+ Resume
+ PDF +

+
+
+

Research

+

+ I'm currently a PhD candidate at TU Delft in the Computational Privacy group, in the area + of cybersecurity. + My research is on using multi-party computation to achieve privacy in the federated learning + setting. + Check my profile on + ⎋ Google Scholar, + ⎋ ORCID, or + ⎋ TU Delft for an + up-to-date list of publications. +

-

Research

-

- I'm currently a PhD candidate at TU Delft in the Computational Privacy group. - My research is on using multi-party computation to achieve privacy in the federated learning setting. - Check my profile on - ⎋ Google Scholar, - ⎋ ORCID, or - ⎋ TU Delft for an up-to-date - list of publications. -

+

Programming

+

+ I do a bunch of programming in my spare time. + I prefer programming in Kotlin, but I do lots of stuff in JavaScript as well because web tools + are just way more accessible; + nobody is going to download your untrusted distribution of Minesweeper if there's already a + perfectly good browser version. + I sometimes use Python for some quick and dirty data processing. +

+

+ Most of my web-related projects can be found on my self-hosted + Gitea instance. + Other projects are usually hosted over at + ⎋ GitHub. + My most popular project is probably the + ⎋ Randomness plugin for + JetBrains IDEs. +

-

Programming

-

- I do a bunch of programming in my spare time. - I prefer programming in Kotlin, but I do lots of stuff in JavaScript as well because web tools are just - way more accessible; - nobody is going to download your untrusted distribution of Minesweeper if there's already a - perfectly good browser version. - I sometimes use Python for some quick and dirty data processing. -

-

- Most of my web-related projects can be found on my self-hosted - Gitea instance. - Other projects are usually hosted over at - ⎋ GitHub. - My most popular project is probably the - ⎋ Randomness plugin for - IntelliJ IDEs. -

- -

Contact

-

- If you have a question or whatever about a project of mine, feel free to open an issue on the relevant - repository. -

-

- You can also email me at felix at this very domain. - My PGP key is hosted at the web key directory on this domain. - That is, if your email client supports PGP it will probably find it automatically for you. - If it doesn't, use GPG's --locate-key command to find the key. - The fingerprint is. -

-
1729 EB23 E77D 56F8 DC53 A4EE B1B5 67AF 58D6 EE0F
+

Contact

+

+ If you have a question or whatever about a project of mine, feel free to open an issue on the + relevant repository. +

+

+ You can also email me at felix at this very domain. + My PGP key is hosted in the web key directory on this domain, but your email client will + probably find it for you automatically. + If it doesn't, use GPG's --locate-key function or grab the key directly from the + link above. +

+
+
diff --git a/src/main/js/main.js b/src/main/js/main.js index cc1d413..128b140 100644 --- a/src/main/js/main.js +++ b/src/main/js/main.js @@ -4,7 +4,6 @@ const {$, doAfterLoad, footer, header, nav, showPage} = window.fwdekker; doAfterLoad(() => { $("#nav").appendChild(nav("/About/")); - $("#header").appendChild(header({title: "About"})); $("#footer").appendChild(footer({ vcsURL: "https://git.fwdekker.com/FWDekker/about/", version: "v%%VERSION_NUMBER%%"