INIT
This commit is contained in:
commit
ff6bf238cd
5 changed files with 223 additions and 0 deletions
48
services.html
Normal file
48
services.html
Normal file
|
@ -0,0 +1,48 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" href="style/main.css">
|
||||
<title>Hiajens Infrastructure</title>
|
||||
</head>
|
||||
<body style="background-color: #002b36">
|
||||
|
||||
<div id="main-container">
|
||||
<div id="head-container">
|
||||
<h1>Hiajens Infrastructure</h1>
|
||||
<h2>>> Services <<</h2>
|
||||
</div>
|
||||
<div class="clearfix" id="wrapper-container">
|
||||
<div id="left-container">
|
||||
<ul class="menu">
|
||||
<li><a href="index.html">Start</a></li>
|
||||
<li><a href="services.html">Services</a></li>
|
||||
<li><a href="kontakt.html">Kontakt</a></li>
|
||||
<li><a href="https://www.hiajen.de" target="_blank">Hiajen</a></li>
|
||||
<li><a href="https://peer.tube/videos/watch/9925b324-648f-4490-94cc-195c5f19f332?autoplay=1" target="_blank"> do not click</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="right-container" >
|
||||
<p>Hier eine liste der Anwendungen die ich Hoste. Wenn du zugriff auf eine dieser haben möchtest, komm bitte auf mich zu!</p>
|
||||
<ul>
|
||||
<li><h3><a href="https://account.hiajen.de" target="_blank">Accountverwaltung (LDAP)</a></h3>
|
||||
Hier kannst du deinen Account verwalten, sobald du einen besitzt.</li>
|
||||
<li><h3><a href="https://bbb.hiajen.de" target="_blank">BigBlueButton</a></h3>
|
||||
OpenSource Videokonferenz-Tool</li>
|
||||
<li><h3><a href="https://git.hiajen.de" target="_blank">GIT (GitBucket)</a></h3>
|
||||
OpenSource Versionsverwaltungstool für deinen Quellcode</li>
|
||||
<li><h3>Matrix</h3>
|
||||
OpenSource Messenging-Protokoll, zur Nutzung empfehle ich den Client <a href="https://element.io/" target="_blank">Element</a>. Die Home-Server URL lautet: <i>matrix.hiajen.de</i></li>
|
||||
<li><h3><a href="https://cryptpad.hiajen.de/" target="_blank">CryptPad</a></h3>
|
||||
OpenSource Online Tool zur kollaborativen Zusammenarbeit</li>
|
||||
<li><h3><a href="https://cloud.hiajen.de" target="_blank">Cloud (NextCloud)</a></h3>
|
||||
OpenSource Cloud-Speicher</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer-container">
|
||||
<marquee DIRECTION=left>CYBER CYBER CYBER</marquee>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue