commit ff6bf238cd118677adc52a594c4060aed62e6f17 Author: Ansgar [Hiajen] Date: Tue Mar 23 12:26:03 2021 +0100 INIT diff --git a/img/avatar.png b/img/avatar.png new file mode 100644 index 0000000..9835d21 Binary files /dev/null and b/img/avatar.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..f8bb893 --- /dev/null +++ b/index.html @@ -0,0 +1,35 @@ + + + + + + Hiajens Infrastructure + + + +
+
+

Hiajens Infrastructure

+

>> Start <<

+
+
+ +
+

Hier sollte eigentlich irgend ein Text stehen, ich bin aber zu faul.
Also hier mein Avatar.

+ avatar Image from Hiajen +
+
+ +
+ + \ No newline at end of file diff --git a/kontakt.html b/kontakt.html new file mode 100644 index 0000000..f4473bc --- /dev/null +++ b/kontakt.html @@ -0,0 +1,39 @@ + + + + + + Hiajens Infrastructure + + + +
+
+

Hiajens Infrastructure

+

>> Kontakt <<

+
+
+ +
+

Du findest mich fast überall unter dem Nutzername Hiajen hier sind trotzdem noch einmal ein paar Kontaktmöglichkeiten:

+ +
+
+ +
+ + \ No newline at end of file diff --git a/services.html b/services.html new file mode 100644 index 0000000..0026402 --- /dev/null +++ b/services.html @@ -0,0 +1,48 @@ + + + + + + Hiajens Infrastructure + + + +
+
+

Hiajens Infrastructure

+

>> Services <<

+
+
+ +
+

Hier eine liste der Anwendungen die ich Hoste. Wenn du zugriff auf eine dieser haben möchtest, komm bitte auf mich zu!

+
    +
  • Accountverwaltung (LDAP)

    + Hier kannst du deinen Account verwalten, sobald du einen besitzt.
  • +
  • BigBlueButton

    + OpenSource Videokonferenz-Tool
  • +
  • GIT (GitBucket)

    + OpenSource Versionsverwaltungstool für deinen Quellcode
  • +
  • Matrix

    + OpenSource Messenging-Protokoll, zur Nutzung empfehle ich den Client Element. Die Home-Server URL lautet: matrix.hiajen.de
  • +
  • CryptPad

    + OpenSource Online Tool zur kollaborativen Zusammenarbeit
  • +
  • Cloud (NextCloud)

    + OpenSource Cloud-Speicher
  • +
+
+
+ +
+ + \ No newline at end of file diff --git a/style/main.css b/style/main.css new file mode 100644 index 0000000..e612f01 --- /dev/null +++ b/style/main.css @@ -0,0 +1,101 @@ +* { + font-family: Arial, serif; + color: #002b36; +} + +div { + background-color: #eee8d5; +} + +p { + padding: 20px 20px; +} + +#main-container h1, h2{ + text-align: center; + margin: auto; + padding-top: 12px; +} + +.clearfix::after { + content: ""; + clear: both; + display: block; +} + +.content { + padding: 0 25px; +} + +ul.menu { + padding-inline: 20px; + #display: block; +} + +.menu li { + list-style-type: none; + text-align: center; + + #display: inline-block; + + padding: 8px; + margin-bottom: 8px; + background-color: #586e75; + color: #eee8d5; +} + +.menu li:hover { + background-color: #93a1a1; + +} + +.menu li a { + display: block; + color: inherit; + text-decoration: none; + height: 100%; + width: 100%; +} + +#main-container { + width: 800px; + #height: 90%; + margin-left: auto; + margin-right: auto; + #background-color: aqua; + clear: both; + #box-shadow: 1px 1px 10px 5px #eee8d5; + +} + +#head-container{ + background-color: #586e75; + width: 100%; + height: 100px; + clear: both; +} + +#wrapper-container { + height: 600px; +} + +#left-container{ + #background-color: blueviolet; + height: 100%; + width: 25%; + float: left; +} + +#right-container{ + #background-color: brown; + height: 100%; + width: 75%; + float: right; +} + +#footer-container{ + background-color: #586e75; + padding-top: 20px; + height: 50px; + width: 100%; +} \ No newline at end of file