This repository was archived by the owner on Mar 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
39 lines (38 loc) · 1.42 KB
/
about.html
File metadata and controls
39 lines (38 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
layout: page
title: About me
description: This is what I do.
background: '/img/bg-about.jpg'
---
<div class="window mainWindow" style="margin: 12.5%; width: 75%">
<div class="title-bar draggable" style="width: 100%">
<div class="title-bar-text">Info</div>
<div class="title-bar-controls">
<button aria-label="Minimize"></button>
<button aria-label="Restore"></button>
<button aria-label="Close"></button>
</div>
</div>
<div class="window-body" style="width: 95%">
<p style="font-size: 200%">
Currently studying Computer Science at University of Applied Sciences Bonn-Rhein-Sieg.
</p>
</div>
</div>
<div class="window" style="margin: 12.5%; width:75%">
<div class="title-bar" style="width:100%">
<div class="title-bar-text">PGP Key </div>
<div class="title-bar-controls">
<button aria-label="Minimize"></button>
<button aria-label="Restore"></button>
<button aria-label="Close"></button>
</div>
</div>
<div class="window-body" style="width:95%">
<p style="font-size: 200%"><a rel="pgpkey" href="assets/sglorch.pubkey.asc">PGP public key</a></p>
<pre style="width: 100%">pub rsa2048 2020-08-06 [SC] [expires: 2021-08-06]
61285BB85A8B4E20E9041584CA6BA6E5B83517AF
uid Stefan Glorch <info@sglorch.de>
sub rsa2048 2020-08-06 [E] [expires: 2021-08-06]</pre>
</div>
</div>