Move side bar to the right

This commit is contained in:
Florine W. Dekker 2021-04-23 14:32:29 +02:00
parent c1d8a356bd
commit 3e3298074a
Signed by: FWDekker
GPG Key ID: B1B567AF58D6EE0F
2 changed files with 20 additions and 20 deletions

View File

@ -1,6 +1,6 @@
{
"name": "about",
"version": "1.2.1",
"version": "1.2.2",
"description": "All about Felix W. Dekker",
"author": "Felix W. Dekker",
"browser": "dist/bundle.js",

View File

@ -30,24 +30,6 @@
<div id="contents">
<section class="container">
<div class="row">
<div class="column column-25">
<h3>F.W.&nbsp;Dekker</h3>
<p>
<b>Email</b><br />
<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>
</p>
<p>
<b>PGP key</b><br />
<a href="https://fwdkr.co/pgp">
<samp>1729 EB23 E77D 56F8 DC53 A4EE <b>B1B5 67AF 58D6 EE0F</b></samp>
</a>
</p>
<p>
<b>Resume</b><br />
<a href="https://fwdkr.co/cv">PDF</a>
</p>
</div>
<div class="column column-75">
<h3>Research</h3>
<p>
@ -91,7 +73,25 @@
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 <samp>--locate-key</samp> function or grab the key directly from the
link above.
link below.
</p>
</div>
<div class="column column-25">
<h3>Contact</h3>
<p>
<b>Email</b><br />
<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>
</p>
<p>
<b>PGP key</b><br />
<a href="https://fwdkr.co/pgp">
<samp>1729 EB23 E77D 56F8 DC53 A4EE <b>B1B5 67AF 58D6 EE0F</b></samp>
</a>
</p>
<p>
<b>Resume</b><br />
<a href="https://fwdkr.co/cv">PDF</a>
</p>
</div>
</div>