mirror of
https://github.com/kevinveenbirkenbach/homepage.veen.world.git
synced 2025-01-15 19:23:58 +01:00
Optimized menus
This commit is contained in:
parent
cc04bbf0f5
commit
4b2c251e79
375
app/config.json
375
app/config.json
@ -86,18 +86,6 @@
|
||||
}
|
||||
|
||||
],
|
||||
"networks": [
|
||||
{
|
||||
"name": "GitHub",
|
||||
"icon": "bi bi-github",
|
||||
"link": "https://github.com/kevinveenbirkenbach"
|
||||
},
|
||||
{
|
||||
"name": "Instagram",
|
||||
"icon": "fa-brands fa-instagram",
|
||||
"link": "https://www.instagram.com/kevinveenbirkenbach/"
|
||||
}
|
||||
],
|
||||
"company": {
|
||||
"titel": "Kevin Veen-Birkenbach",
|
||||
"subtitel": "Consulting and Coaching Solutions",
|
||||
@ -107,72 +95,11 @@
|
||||
"postal_code": "DE-13351",
|
||||
"city": "Berlin",
|
||||
"country": "Germany"
|
||||
}
|
||||
},
|
||||
"navigation": [
|
||||
{
|
||||
"name": "Networks",
|
||||
"description": "Social and developer networks",
|
||||
"icon_class": "fa-solid fa-network-wired",
|
||||
"href": null,
|
||||
"subitems": [
|
||||
{
|
||||
"name": "GitHub",
|
||||
"description": "View my GitHub profile",
|
||||
"icon_class": "bi bi-github",
|
||||
"href": "https://github.com/kevinveenbirkenbach",
|
||||
"subitems": []
|
||||
"imprint_url": "https://s.veen.world/imprint"
|
||||
},
|
||||
{
|
||||
"name": "Instagram",
|
||||
"description": "Follow me on Instagram",
|
||||
"icon_class": "fa-brands fa-instagram",
|
||||
"href": "https://www.instagram.com/kevinveenbirkenbach/",
|
||||
"subitems": []
|
||||
},
|
||||
{
|
||||
"name": "XING",
|
||||
"description": "Visit my XING profile",
|
||||
"icon_class": "bi bi-building",
|
||||
"href": "https://www.xing.com/profile/Kevin_VeenBirkenbach",
|
||||
"subitems": []
|
||||
},
|
||||
{
|
||||
"name": "LinkedIn",
|
||||
"description": "Connect on LinkedIn",
|
||||
"icon_class": "bi bi-linkedin",
|
||||
"href": "https://www.linkedin.com/in/kevinveenbirkenbach",
|
||||
"subitems": []
|
||||
},
|
||||
{
|
||||
"name": "Facebook",
|
||||
"description": "Like my Facebook page",
|
||||
"icon_class": "fa-brands fa-facebook",
|
||||
"href": "https://www.facebook.com/kevinveenbirkenbach",
|
||||
"subitems": []
|
||||
},
|
||||
{
|
||||
"name": "Duolingo",
|
||||
"description": "Learn with me on Duolingo",
|
||||
"icon_class": "fa-solid fa-language",
|
||||
"href": "https://www.duolingo.com/profile/kevinbirkenbach",
|
||||
"subitems": []
|
||||
},
|
||||
{
|
||||
"name": "Spotify",
|
||||
"description": "Listen to my playlists",
|
||||
"icon_class": "fa-brands fa-spotify",
|
||||
"href": "https://open.spotify.com/user/31vebfzbjf3p7oualis76qfpr5ty",
|
||||
"subitems": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Fediverse",
|
||||
"description": "My presence in the Fediverse",
|
||||
"icon_class": "fa-brands fa-mastodon",
|
||||
"href": null,
|
||||
"subitems": [
|
||||
"navigation": {
|
||||
"header":[
|
||||
{
|
||||
"name": "Microblog",
|
||||
"description": "Read my microblogs",
|
||||
@ -201,119 +128,22 @@
|
||||
"href": "https://blog.veen.world",
|
||||
"subitems": []
|
||||
},
|
||||
{"name": "Code",
|
||||
"icon_class": "fa-solid fa-laptop-code",
|
||||
"subitems": [
|
||||
{
|
||||
"name": "Code",
|
||||
"name": "Github",
|
||||
"description": "View my GitHub profile",
|
||||
"icon_class": "bi bi-github",
|
||||
"href": "https://github.com/kevinveenbirkenbach",
|
||||
"subitems": []
|
||||
},
|
||||
{
|
||||
"name": "Gitea",
|
||||
"description": "Explore my code repositories",
|
||||
"icon_class": "fa-solid fa-code",
|
||||
"href": "https://git.veen.world/kevinveenbirkenbach",
|
||||
"subitems": []
|
||||
},
|
||||
{
|
||||
"name": "Forum",
|
||||
"description": "Join the discussion",
|
||||
"icon_class": "fa-brands fa-discourse",
|
||||
"href": "https://forum.veen.world/u/kevinveenbirkenbach",
|
||||
"subitems": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Engagement",
|
||||
"description": "Opportunities to interact",
|
||||
"icon_class": "fa-solid fa-handshake",
|
||||
"href": null,
|
||||
"subitems": [
|
||||
{
|
||||
"name": "Newsletter",
|
||||
"description": "Subscribe to my newsletter",
|
||||
"icon_class": "fa-solid fa-envelope-open-text",
|
||||
"href": "https://newsletter.veen.world/subscription/form",
|
||||
"subitems": []
|
||||
},
|
||||
{
|
||||
"name": "Summits",
|
||||
"description": "Join live events",
|
||||
"icon_class": "fa-solid fa-video",
|
||||
"href": "https://meet.veen.world/",
|
||||
"subitems": []
|
||||
},
|
||||
{
|
||||
"name": "Mail",
|
||||
"description": "Send me a mail",
|
||||
"icon_class": "fa-solid fa-envelope",
|
||||
"href": "https://mail.veen.world/",
|
||||
"subitems": []
|
||||
},
|
||||
{
|
||||
"name": "Academy",
|
||||
"description": "Learn with my academy",
|
||||
"icon_class": "fa-solid fa-graduation-cap",
|
||||
"href": "https://academy.veen.world/",
|
||||
"subitems": []
|
||||
},
|
||||
{
|
||||
"name": "Chat",
|
||||
"description": "Chat with me",
|
||||
"icon_class": "fa-solid fa-comment",
|
||||
"href": "https://element.veen.world/",
|
||||
"subitems": []
|
||||
},
|
||||
{
|
||||
"name": "Links",
|
||||
"description": "Find my curated links",
|
||||
"icon_class": "bi bi-link",
|
||||
"href": "https://s.veen.world/admin/",
|
||||
"subitems": []
|
||||
},
|
||||
{
|
||||
"name": "Patreon",
|
||||
"description": "Support me on Patreon",
|
||||
"icon_class": "fa-brands fa-patreon",
|
||||
"href": "https://patreon.com/kevinveenbirkenbach",
|
||||
"subitems": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Workflow",
|
||||
"description": "My tools and projects",
|
||||
"icon_class": "fa-solid fa-briefcase",
|
||||
"href": null,
|
||||
"subitems": [
|
||||
{
|
||||
"name": "Projects",
|
||||
"description": "Explore my projects",
|
||||
"icon_class": "fa-solid fa-chart-line",
|
||||
"href": "https://project.veen.world/",
|
||||
"subitems": []
|
||||
},
|
||||
{
|
||||
"name": "Kanban",
|
||||
"description": "View my Kanban board",
|
||||
"icon_class": "bi bi-clipboard2-check-fill",
|
||||
"href": "https://kanban.veen.world/",
|
||||
"subitems": []
|
||||
},
|
||||
{
|
||||
"name": "Matomo",
|
||||
"description": "Analyze with Matomo",
|
||||
"icon_class": "fa-solid fa-chart-simple",
|
||||
"href": "https://matomo.veen.world/",
|
||||
"subitems": []
|
||||
},
|
||||
{
|
||||
"name": "Baserow",
|
||||
"description": "Organize with Baserow",
|
||||
"icon_class": "fa-solid fa-table",
|
||||
"href": "https://baserow.veen.world/",
|
||||
"subitems": []
|
||||
},
|
||||
{
|
||||
"name": "Cloud",
|
||||
"description": "Access my cloud storage",
|
||||
"icon_class": "fa-solid fa-cloud",
|
||||
"href": "https://cloud.veen.world/u/kevinveenbirkenbach",
|
||||
"subitems": []
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -359,6 +189,176 @@
|
||||
"subitems": []
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
],
|
||||
"footer":
|
||||
[
|
||||
{
|
||||
"name": "Social Media",
|
||||
"description": "Social and developer networks",
|
||||
"icon_class": "fa-solid fa-network-wired",
|
||||
"href": null,
|
||||
"subitems": [
|
||||
{
|
||||
"name": "Instagram",
|
||||
"description": "Follow me on Instagram",
|
||||
"icon_class": "fa-brands fa-instagram",
|
||||
"href": "https://www.instagram.com/kevinveenbirkenbach/",
|
||||
"subitems": []
|
||||
},
|
||||
{
|
||||
"name": "Facebook",
|
||||
"description": "Like my Facebook page",
|
||||
"icon_class": "fa-brands fa-facebook",
|
||||
"href": "https://www.facebook.com/kevinveenbirkenbach",
|
||||
"subitems": []
|
||||
},
|
||||
{
|
||||
"name": "Duolingo",
|
||||
"description": "Learn with me on Duolingo",
|
||||
"icon_class": "fa-solid fa-language",
|
||||
"href": "https://www.duolingo.com/profile/kevinbirkenbach",
|
||||
"subitems": []
|
||||
},
|
||||
{
|
||||
"name": "Spotify",
|
||||
"description": "Listen to my playlists",
|
||||
"icon_class": "fa-brands fa-spotify",
|
||||
"href": "https://open.spotify.com/user/31vebfzbjf3p7oualis76qfpr5ty",
|
||||
"subitems": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Community",
|
||||
"description": "My presence in the Fediverse",
|
||||
"icon_class": "fa-brands fa-mastodon",
|
||||
"href": null,
|
||||
"subitems": [
|
||||
|
||||
{
|
||||
"name": "Forum",
|
||||
"description": "Join the discussion",
|
||||
"icon_class": "fa-brands fa-discourse",
|
||||
"href": "https://forum.veen.world/u/kevinveenbirkenbach",
|
||||
"subitems": []
|
||||
},
|
||||
{
|
||||
"name": "Newsletter",
|
||||
"description": "Subscribe to my newsletter",
|
||||
"icon_class": "fa-solid fa-envelope-open-text",
|
||||
"href": "https://newsletter.veen.world/subscription/form",
|
||||
"subitems": []
|
||||
},
|
||||
{
|
||||
"name": "Patreon",
|
||||
"description": "Support me on Patreon",
|
||||
"icon_class": "fa-brands fa-patreon",
|
||||
"href": "https://patreon.com/kevinveenbirkenbach",
|
||||
"subitems": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Work Hub",
|
||||
"description": "Curated collection of self hosted tools for work, organization, and learning.",
|
||||
"icon_class": "fa-solid fa-toolbox",
|
||||
"href": null,
|
||||
"subitems": [
|
||||
{
|
||||
"name": "Open Project",
|
||||
"description": "Explore my projects",
|
||||
"icon_class": "fa-solid fa-chart-line",
|
||||
"href": "https://project.veen.world/",
|
||||
"subitems": []
|
||||
},
|
||||
{
|
||||
"name": "Taiga",
|
||||
"description": "View my Kanban board",
|
||||
"icon_class": "bi bi-clipboard2-check-fill",
|
||||
"href": "https://kanban.veen.world/",
|
||||
"subitems": []
|
||||
},
|
||||
{
|
||||
"name": "Matomo",
|
||||
"description": "Analyze with Matomo",
|
||||
"icon_class": "fa-solid fa-chart-simple",
|
||||
"href": "https://matomo.veen.world/",
|
||||
"subitems": []
|
||||
},
|
||||
{
|
||||
"name": "Baserow",
|
||||
"description": "Organize with Baserow",
|
||||
"icon_class": "fa-solid fa-table",
|
||||
"href": "https://baserow.veen.world/",
|
||||
"subitems": []
|
||||
},
|
||||
{
|
||||
"name": "Elements",
|
||||
"description": "Chat with me",
|
||||
"icon_class": "fa-solid fa-comment",
|
||||
"href": "https://element.veen.world/",
|
||||
"subitems": []
|
||||
},
|
||||
{
|
||||
"name": "Big Blue Button",
|
||||
"description": "Join live events",
|
||||
"icon_class": "fa-solid fa-video",
|
||||
"href": "https://meet.veen.world/",
|
||||
"subitems": []
|
||||
},
|
||||
{
|
||||
"name": "Mailu",
|
||||
"description": "Send me a mail",
|
||||
"icon_class": "fa-solid fa-envelope",
|
||||
"href": "https://mail.veen.world/",
|
||||
"subitems": []
|
||||
},
|
||||
{
|
||||
"name": "Moodel",
|
||||
"description": "Learn with my academy",
|
||||
"icon_class": "fa-solid fa-graduation-cap",
|
||||
"href": "https://academy.veen.world/",
|
||||
"subitems": []
|
||||
},
|
||||
|
||||
{
|
||||
"name": "Yourls",
|
||||
"description": "Find my curated links",
|
||||
"icon_class": "bi bi-link",
|
||||
"href": "https://s.veen.world/admin/",
|
||||
"subitems": []
|
||||
},
|
||||
{
|
||||
"name": "Nextcloud",
|
||||
"description": "Access my cloud storage",
|
||||
"icon_class": "fa-solid fa-cloud",
|
||||
"href": "https://cloud.veen.world/",
|
||||
"subitems": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Carreer Profiles",
|
||||
"icon_class": "fa-solid fa-user-tie",
|
||||
"subitems": [
|
||||
{
|
||||
"name": "XING",
|
||||
"description": "Visit my XING profile",
|
||||
"icon_class": "bi bi-building",
|
||||
"href": "https://www.xing.com/profile/Kevin_VeenBirkenbach",
|
||||
"subitems": []
|
||||
},
|
||||
{
|
||||
"name": "LinkedIn",
|
||||
"description": "Connect on LinkedIn",
|
||||
"icon_class": "bi bi-linkedin",
|
||||
"href": "https://www.linkedin.com/in/kevinveenbirkenbach",
|
||||
"subitems": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Contact",
|
||||
@ -420,6 +420,11 @@
|
||||
"subitems": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name":"Imprint",
|
||||
"icon_class":"fa-solid fa-scale-balanced",
|
||||
"href":"https://s.veen.world/imprint"
|
||||
}
|
||||
]
|
||||
] }
|
||||
}
|
@ -20,23 +20,24 @@
|
||||
<img src="{{company.logo}}" alt="logo"/>
|
||||
<h1>{{company.titel}}</h1>
|
||||
<h2>{{company.subtitel}}</h2>
|
||||
<br />
|
||||
</header>
|
||||
{% set menu = "top" %}
|
||||
{% include "navigation.html.j2"%}
|
||||
{% set menu_type = "header" %}
|
||||
{% include "moduls/navigation.html.j2"%}
|
||||
{% block content %}{% endblock %}
|
||||
{% set menu = "bottom" %}
|
||||
{% include "navigation.html.j2" %}
|
||||
{% set menu_type = "footer" %}
|
||||
{% include "moduls/navigation.html.j2" %}
|
||||
<footer class="footer">
|
||||
<div itemscope itemtype="http://schema.org/LocalBusiness" class="small">
|
||||
<p itemprop="name">{{ company.titel }} <br />
|
||||
{{ company.subtitel }}</p>
|
||||
<span><i class="fa-solid fa-location-dot"></i> {{ company.address.values() | join(", ") }}</span>
|
||||
<p><a href="/imprint"><i class="fa-solid fa-scale-balanced"></i> Imprint</a></p>
|
||||
<p><a href="{{company.imprint_url}}"><i class="fa-solid fa-scale-balanced"></i> Imprint</a></p>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
<!-- Include modal -->
|
||||
{% include "modal.html.j2" %}
|
||||
{% include "moduls/modal.html.j2" %}
|
||||
<script src="{{ url_for('static', filename='js/dynamic-modal.js') }}"></script>
|
||||
</body>
|
||||
</html>
|
@ -36,8 +36,8 @@
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navbarNav">
|
||||
<ul class="navbar-nav {% if menu == 'top' %}ms-auto{% endif %}">
|
||||
{% for item in navigation %}
|
||||
<ul class="navbar-nav {% if menu_type == 'header' %}ms-auto{% endif %}">
|
||||
{% for item in navigation[menu_type] %}
|
||||
{% if item.href %}
|
||||
<!-- Single Item -->
|
||||
<li class="nav-item">
|
@ -1,41 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>General Terms and Conditions</title>
|
||||
<style>
|
||||
body {font-family: Arial, sans-serif; line-height: 1.6;}
|
||||
h1, h2 {color: #333;}
|
||||
.container {width: 80%; margin: 0 auto; padding: 20px;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<h1>General Terms and Conditions</h1>
|
||||
|
||||
<h2>1. Scope of Services</h2>
|
||||
<p>Kevin Veen-Birkenbach, operating under the business name "Beratungs- und Coachingdienstleistungen," provides various services including consulting, coaching, educational services, freelance assignments, and project-based work.</p>
|
||||
|
||||
<h2>2. Payment Terms</h2>
|
||||
<ul>
|
||||
<li>Payment is due upon booking any service.</li>
|
||||
<li>In case of cancellation more than 30 days before the scheduled service, the client is entitled to a full refund.</li>
|
||||
<li>If cancellation occurs less than 30 days but more than 14 days before the service, 50% of the total fee will be retained.</li>
|
||||
<li>For cancellations less than 14 days prior to the service, 100% of the total fee will be retained.</li>
|
||||
<li>If the service is cancelled by Kevin Veen-Birkenbach for any reason, the client is entitled to a full refund.</li>
|
||||
</ul>
|
||||
|
||||
<h2>3. Contact Information</h2>
|
||||
<p>Kevin Veen-Birkenbach<br>
|
||||
Beratungs- und Coachingdienstleistungen<br>
|
||||
Afrikanische Straße 43, 13351 Berlin, Germany<br>
|
||||
Phone: +491781798023<br>
|
||||
Email: <a href="mailto:kevin@veen.world">kevin@veen.world</a></p>
|
||||
|
||||
<h2>4. Tax Identification</h2>
|
||||
<p>VAT ID: 23/569/00564</p>
|
||||
|
||||
<h2>5. Amendments and Validity</h2>
|
||||
<p>These terms and conditions are subject to change. The version valid at the time of booking will apply.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@ -1,40 +0,0 @@
|
||||
<html>
|
||||
<header>
|
||||
<title>Impressum</title>
|
||||
<meta charset="utf-8" >
|
||||
</header>
|
||||
<body>
|
||||
<h1>Impressum</h1>
|
||||
|
||||
<h2>Angaben gemäß § 5 TMG</h2>
|
||||
<p>Kevin Veen-Birkenbach<br />
|
||||
Beratungs- und Coachingdienstleistungen<br />
|
||||
Afrikanische Straße 43<br />
|
||||
13351 Berlin</p>
|
||||
|
||||
<h2>Kontakt</h2>
|
||||
<p>Telefon: +491781798023<br />
|
||||
E-Mail: kevin@veen.world</p>
|
||||
|
||||
<h2>Umsatzsteuer-ID</h2>
|
||||
<p>Umsatzsteuer-Identifikationsnummer gemäß § 27 a Umsatzsteuergesetz:<br />
|
||||
23/569/00564</p>
|
||||
|
||||
<h2>Angaben zur Berufs­haftpflicht­versicherung</h2>
|
||||
<p><strong>Name und Sitz des Versicherers:</strong><br />
|
||||
Markel Insurance SE<br />
|
||||
Sophienstr. 26<br />
|
||||
80333 München<br />
|
||||
Registergericht: Amtsgericht München<br />
|
||||
Handelsregisternummer: HRB 233618</p>
|
||||
<p><strong>Geltungsraum der Versicherung:</strong><br />Weltweit</p>
|
||||
|
||||
<h2>Redaktionell verantwortlich</h2>
|
||||
<p>Kevin Veen-Birkenbach</p>
|
||||
|
||||
<h2>Verbraucher­streit­beilegung/Universal­schlichtungs­stelle</h2>
|
||||
<p>Universalschlichtungsstelle des Bundes<br>
|
||||
Zentrums für Schlichtung e.V.<br>
|
||||
Straßburger Straße 8<br>
|
||||
77694 Kehl am Rhein</p>
|
||||
</body>
|
@ -1,9 +1,9 @@
|
||||
{% extends "base.html" %}
|
||||
{% extends "moduls/base.html.j2" %}
|
||||
|
||||
{% block content %}
|
||||
<div class="row">
|
||||
{% for card in cards %}
|
||||
{% include "card.html.j2" %}
|
||||
{% include "moduls/card.html.j2" %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
Loading…
Reference in New Issue
Block a user