Added minimum content for impressum page

This commit is contained in:
Florian Weber 2024-06-11 01:19:11 +02:00
parent 6a9db3dcc9
commit 01e2307423
3 changed files with 33 additions and 2 deletions

View File

@ -1,2 +1,19 @@
# thephoenixdivision-impressum
Hosted impressum for all The Phoenix Division projects
# Impressum
Dieses Impressum gilt für alle Angebote unter der Domain thephoenixdi.vision inklusive aller Subdomains (Unterseiten) dieser Domain.
## Soziale Medien
Dieses Impressum gilt auch für unsere Auftritte in den folgenden sozialen Medien:
- Discord: [Discord Server "The Phoenix Division"](https://discord.com/invite/fEQJypY)
## Angaben gemäß § 5 TMG
Online-Impressum.de <br>
**Creator**: The Phoenix Division Florian Weber & Justin <br>
Europaring 90 <br>
53757 Sankt Augustin <br>
Telefon: +49 1522 2397390 <br>
E-Mail: contact@morlana.net <br>
WhatsApp: +49 1522 2397390

6
_config.yml Normal file
View File

@ -0,0 +1,6 @@
title: The Phoenix Division - Impressum
description: Impressum for The Phoenix Division websites and social platforms.
show_downloads: false
remote_theme: pages-themes/midnight@v0.2.0
plugins:
- jekyll-remote-theme

8
assets/css/style.scss Normal file
View File

@ -0,0 +1,8 @@
---
---
@import "{{ site.theme }}";
#header, .credits {
display: none;
}