Merge pull request 'add: static css files; add: content in about.html' (#2) from jinja2 into master

Reviewed-on: https://git.adrinaux.net/ahoemann/Adrianux.net/pulls/2
This commit is contained in:
ahoemann 2024-11-26 15:39:20 +00:00
commit 59bb34f16c
8 changed files with 14 additions and 15 deletions

4
app.py
View file

@ -1,9 +1,5 @@
#!/usr/bin/env python3
from flask import Flask, render_template, redirect, url_for
import os
services = ("httpd", "nsd", "pf", "ntp")
app = Flask(__name__)
navigation = {"Imprint":"imprint"}
@app.route("/imprint")

2
requirements.txt Normal file
View file

@ -0,0 +1,2 @@
flask
waitress

View file

@ -7,15 +7,16 @@
<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>Programming languages: Python, Bash, POSIX Shell, Powershell</p>
<p>Markup languages: HTML, MD</p>
<p>Structure languages: JSON, XML, YAML, TOML</p>
<p>Query languages: SQL</p>
<p>Query languages: SQL(MariaDB, SQLite3)</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>
Podman, Jails), Mail Transfer Agents(Postfix, Grommunio), Mail Clients(Outlook, Thunderbird, Grommunio Web), Git(Git, Gitlab, Forgejo)</p>
<p>Hardware managed: NAS', SAN's, Hypervisors, Firewalls, Thin Clients, SIP Appliances, MegaRAID, LSI, Cisco Switches</p>
<p>Operating systems managed: Debian, Ubuntu, OpenSUSE, RangeeOS, FreeBSD, OPNSense, OpenBSD, NixOS, Windows(Pro/Server), Cisco IOS, ESXi 7, Proxmox VE, Proxmox MG</p>
{% endblock %}

View file

@ -5,7 +5,7 @@
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="description" content="the main Adrianux page">
<link rel="canonical" href="https://adrianux.net/">
<link rel="stylesheet" href="{{ url_for('css, filename='pico.min.css') }}" />
<link rel="stylesheet" href="{{ url_for('static', filename='css/pico.css') }}" />
<title>{% block title %}{% endblock %} - Adrianux.net</title>
{% endblock %}
</head>