Skip to content

Commit

Permalink
Build .adoc Files for GitHub Pages from 6618024
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 20, 2024
0 parents commit 649cc40
Show file tree
Hide file tree
Showing 7 changed files with 2,251 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.DS_Store
.vscode
preview/
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
infra.ijug.eu
66 changes: 66 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
<!DOCTYPE html>

<html>
<head>
<title>iJUG Dokumentation</title>
<style>
body {
font-family: Arial, Helvetica, sans-serif;
}
.page {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
width: 100vw;
}
h1 {
text-align: center;
}
p {
text-align: justify;
width: 600px;
}
button {
margin: 25px 50px;
height: 200px;
width: 200px;
}
button .emoji {
font-size: 2em;
font-weight: normal;
margin-bottom: 16px;
}
button .text {
font-weight: bold;
font-size: 1.3em;
}
</style>
</head>

<body>
<div class="page">
<div>
<h1>iJUG Dokumentation</h1>
<p>
Die Dokumentation der iJUG Infrastruktur untergliedert sich in zwei unabhängige
Abschnitte: Eine Dokumentation der angebotenen Dienste mit dem Fokus auf
Anwender:innen sowie eine technische Dokumentation der Infrastruktur.
</p>
<button type="button" onclick="window.location.href='./user/'">
<div class="emoji">🧑</div>
<div class="text">Anwender:innen</div>
</button>
<button type="button" onclick="window.location.href='./technology/'">
<div class="emoji">🔧</div>
<div class="text">Infrastruktur</div>
</button>
<p>
Du wurdest auf diese Seite verwiesen und weisst nicht, welche der beiden
Dokumentationen für dich die richtige ist? Dann suchst du mit sehr hoher
Wahrscheinlichkeit die Dokumentation für Anwender:innen.
</p>
</div>
</div>
</body>
</html>
535 changes: 535 additions & 0 deletions technology/documentation.html

Large diffs are not rendered by default.

504 changes: 504 additions & 0 deletions technology/exim.html

Large diffs are not rendered by default.

639 changes: 639 additions & 0 deletions technology/index.html

Large diffs are not rendered by default.

503 changes: 503 additions & 0 deletions user/index.html

Large diffs are not rendered by default.

0 comments on commit 649cc40

Please sign in to comment.