feat: templates
This commit is contained in:
parent
7045e377fb
commit
8cddba74b5
8 changed files with 91 additions and 42 deletions
21
templates/about.html
Normal file
21
templates/about.html
Normal file
|
@ -0,0 +1,21 @@
|
|||
{% extends "base.html" %}
|
||||
{% block title %}About{% endblock %}
|
||||
{% block head %}
|
||||
{{ super() }}
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
<p>Profession: Linux Systems Engineer</p>
|
||||
<p>Name: Adrian Erik Hoemann</p><p>Experience: 3Y</p>
|
||||
<p>Languages: German, English</p>
|
||||
<p>Programming languages: Python, Bash, POSIX Shell</p>
|
||||
<p>Markup languages: HTML, MD</p>
|
||||
<p>Structure languages: JSON, XML, YAML, TOML</p>
|
||||
<p>Query languages: SQL</p>
|
||||
<p>Services managed: SSH, DNS, DHCP, PF, UFW, NF-Tables,
|
||||
RDP(XRDP, Microsoft RDP), Webserver(Apache24, Nginx, OpenBSD-httpd,
|
||||
Caddy), SMB, NFS, FTP, WebDAV, Hypervisors(VMWare ESXi,
|
||||
libvirt(QEMU/KVM), QEMU, Hyper-V), Kubernetes, Containers(LXD, Docker,
|
||||
Podman, Jails)</p>
|
||||
<p>Operating systems managed: Debian, Ubuntu, RangeeOS, FreeBSD, OPNSense, OpenBSD, NixOS</p>
|
||||
{% endblock %}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue