Add socials and use Fork Awesome icons

This commit is contained in:
Florine W. Dekker 2021-09-02 00:57:18 +02:00
parent 4d9730e0ff
commit c174d5a647
Signed by: FWDekker
GPG Key ID: 78B3EAF58145AF25
4 changed files with 29 additions and 14 deletions

View File

@ -1,6 +1,6 @@
MIT License MIT License
Copyright (c) 2021 Felix W. Dekker Copyright (c) 2021 F.W. Dekker
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

BIN
package-lock.json generated

Binary file not shown.

View File

@ -1,8 +1,8 @@
{ {
"name": "about", "name": "about",
"version": "1.2.6", "version": "1.3.0",
"description": "All about Felix W. Dekker", "description": "All about F.W. Dekker",
"author": "Felix W. Dekker", "author": "F.W. Dekker",
"browser": "dist/bundle.js", "browser": "dist/bundle.js",
"repository": { "repository": {
"type": "git", "type": "git",
@ -16,15 +16,15 @@
"deploy": "grunt deploy" "deploy": "grunt deploy"
}, },
"devDependencies": { "devDependencies": {
"grunt": "^1.4.0", "grunt": "^1.4.1",
"grunt-cli": "^1.4.2", "grunt-cli": "^1.4.3",
"grunt-contrib-clean": "^2.0.0", "grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0", "grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.1.0", "grunt-contrib-watch": "^1.1.0",
"grunt-focus": "^1.0.0", "grunt-focus": "^1.0.0",
"grunt-text-replace": "^0.4.0", "grunt-text-replace": "^0.4.0",
"grunt-webpack": "^4.0.2", "grunt-webpack": "^4.0.3",
"webpack": "^5.36.0", "webpack": "^5.51.1",
"webpack-cli": "^4.6.0" "webpack-cli": "^4.8.0"
} }
} }

View File

@ -3,14 +3,15 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="Felix W. Dekker" /> <meta name="author" content="F.W. Dekker" />
<meta name="application-name" content="About" /> <meta name="application-name" content="About" />
<meta name="description" content="All about Felix W. Dekker." /> <meta name="description" content="All about F.W. Dekker." />
<meta name="theme-color" content="#0033cc" /> <meta name="theme-color" content="#0033cc" />
<title>About | FWDekker</title> <title>About | FWDekker</title>
<link rel="stylesheet" href="https://static.fwdekker.com/fonts/roboto/roboto.css" /> <link rel="stylesheet" href="https://static.fwdekker.com/fonts/roboto/roboto.css" />
<link rel="stylesheet" href="https://static.fwdekker.com/fonts/fork-awesome/1.x.x/fork-awesome.css" />
<link rel="stylesheet" href="https://static.fwdekker.com/lib/template/2.x.x/template.css" /> <link rel="stylesheet" href="https://static.fwdekker.com/lib/template/2.x.x/template.css" />
<script async src="https://stats.fwdekker.com/count.js" <script async src="https://stats.fwdekker.com/count.js"
data-goatcounter="https://stats.fwdekker.com/count"></script> data-goatcounter="https://stats.fwdekker.com/count"></script>
@ -79,20 +80,34 @@
<div class="column column-25"> <div class="column column-25">
<h3>Personalia</h3> <h3>Personalia</h3>
<p> <p>
<b>🖂 Email</b><br /> <b><i class="fa fa-envelope-o" aria-hidden="true"></i> Email</b><br />
<kbd>felix@&lt;<a href="https://fwdekker.com/">domain</a>&gt;</kbd>, <kbd>felix@&lt;<a href="https://fwdekker.com/">domain</a>&gt;</kbd>,
<kbd>f.w.dekker@&lt;<a href="https://tudelft.nl/">affiliation</a>&gt;</kbd> <kbd>f.w.dekker@&lt;<a href="https://tudelft.nl/">affiliation</a>&gt;</kbd>
</p> </p>
<p> <p>
<b>🗝 PGP key</b><br /> <b><i class="fa fa-key-modern" aria-hidden="true"></i> PGP key</b><br />
<a href="https://fwdkr.co/pgp"> <a href="https://fwdkr.co/pgp">
<samp>DD2A A4D0 4033 AC3D 1451 79B7 <b>BAEE 7B87 CAC0 ECDD</b></samp> <samp>DD2A A4D0 4033 AC3D 1451 79B7 <b>BAEE 7B87 CAC0 ECDD</b></samp>
</a> </a>
</p> </p>
<p> <p>
<b>🖺 Resume</b><br /> <b><i class="fa fa-file-pdf-o" aria-hidden="true"></i> Resume</b><br />
<a href="https://fwdkr.co/cv">PDF</a> <a href="https://fwdkr.co/cv">PDF</a>
</p> </p>
<p>
<b><i class="fa fa-user-circle" aria-hidden="true"></i> Socials</b><br />
<span>
<a href="https://github.com/FWDekker/" aria-label="GitHub">
<i class="fa fa-github fa-lg fa-fw" aria-hidden="true"></i>
</a>
<a href="https://stackoverflow.com/users/3307872/fwdekker" aria-label="StackOverflow">
<i class="fa fa-stack-overflow fa-lg fa-fw" aria-hidden="true"></i>
</a>
<a href="https://linkedin.com/in/fwdekker/" aria-label="LinkedIn">
<i class="fa fa-linkedin-square fa-lg fa-fw" aria-hidden="true"></i>
</a>
</span>
</p>
</div> </div>
</div> </div>
</section> </section>