-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build .adoc Files for GitHub Pages from 6618024
- Loading branch information
0 parents
commit 649cc40
Showing
7 changed files
with
2,251 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
.DS_Store | ||
.vscode | ||
preview/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
infra.ijug.eu |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.