2018-10-19 10:50:47 +02:00
<!doctype html>
< html lang = "en" >
< head >
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1, shrink-to-fit=no" >
< meta name = "description" content = "" >
< meta name = "author" content = "" >
< link rel = "icon" href = "favicon.ico" >
< title > Portal< / title >
<!-- Bootstrap core CSS -->
< link href = "bootstrap.min.css" rel = "stylesheet" >
<!-- Custom styles for this template -->
< link href = "jumbotron.css" rel = "stylesheet" >
< / head >
< body >
< nav class = "navbar navbar-expand-md navbar-dark fixed-top bg-dark" >
< a class = "navbar-brand" href = "#" > Navigation< / a >
< button class = "navbar-toggler" type = "button" data-toggle = "collapse" data-target = "#navbarsExampleDefault" aria-controls = "navbarsExampleDefault" aria-expanded = "false" aria-label = "Toggle navigation" >
< span class = "navbar-toggler-icon" > < / span >
< / button >
< div class = "collapse navbar-collapse" id = "navbarsExampleDefault" >
< ul class = "navbar-nav mr-auto" >
< li class = "nav-item active" >
< a class = "nav-link" href = "#" > Home < span class = "sr-only" > (current)< / span > < / a >
< / li >
<!--
< li class = "nav-item" >
< a class = "nav-link" href = "#" > Link< / a >
< / li > -->
<!--
< li class = "nav-item" >
< a class = "nav-link disabled" href = "#" > Disabled< / a >
< / li > -->
< li class = "nav-item dropdown" >
< a class = "nav-link dropdown-toggle" href = "http://wiki.wolfsberg.local/meta/passworter" id = "dropdown01" data-toggle = "dropdown" aria-haspopup = "true" aria-expanded = "false" > Server< / a >
< div class = "dropdown-menu" aria-labelledby = "dropdown01" >
< a class = "dropdown-item" href = "http://esx1.wolfsberg.local" > ESX< / a >
< a class = "dropdown-item" href = "http://xenserver.wolfsberg.local" > XenServer< / a >
< a class = "dropdown-item" href = "http://hera.wolfsberg.local" > Hyper-V< / a >
< / div >
< / li >
2018-10-19 11:17:06 +02:00
2018-10-19 10:50:47 +02:00
< / ul >
< / div >
< / nav >
< main role = "main" >
<!-- Main jumbotron for a primary marketing message or call to action -->
< div class = "jumbotron" >
< div class = "container" >
2018-10-19 11:17:06 +02:00
< h1 class = "display-3" > Willkommen!< / h1 >
< p > Die ist das Portal des IT-L@B Wolfsbergs. Hier findest du alle möglichen Links zu internen Ressourcen!< / p >
< p > Weiter unten sind einige Quick-Links zu wichtigen Diensten. Oben in der Navigation Bar sind alle Ressourcen in den Menüs zu finden. Für eine weitere Infos zur Infrastruktur, hier klicken:< / p >
< p > < a class = "btn btn-primary" href = "http://wiki.wolfsberg.local/meta/infrastruktur" role = "button" > Weitere Infos » < / a > < / p >
2018-10-19 10:50:47 +02:00
< / div >
< / div >
< div class = "container" >
<!-- Example row of columns -->
< div class = "row" >
< div class = "col-md-4" >
2018-10-19 11:17:06 +02:00
< h2 > Wiki< / h2 >
< p > Auf unserer Wiki finden sich viele, von den Lehrlingen und Trainern zusammengetragene, nützliche Informationen zu Projekten, Problemen, und vielem mehr.< / p >
< p > < a class = "btn btn-secondary" href = "http://wiki.wolfsberg.local/" role = "button" > Zur Wiki » < / a > < / p >
2018-10-19 10:50:47 +02:00
< / div >
< div class = "col-md-4" >
2018-10-19 11:17:06 +02:00
< h2 > Codi< / h2 >
< p > Über CodiMD ist. das gemeinsame Arbeiten und erstellen von Dokumentationen einfach und kinderleicht. Einfach eine neue Notiz erstellen, Link teilen, und losarbeiten.< / p >
< p > < a class = "btn btn-secondary" href = "http://codi.wolfsberg.local/" role = "button" > Zum Codi » < / a > < / p >
2018-10-19 10:50:47 +02:00
< / div >
< div class = "col-md-4" >
2018-10-19 11:17:06 +02:00
< h2 > Git< / h2 >
< p > Codeprojekte von Lehrlingen und Trainern für verschiedenste Projekte finden sich am Git-Server.< / p >
< p > < a class = "btn btn-secondary" href = "http://git.wolfsberg.local/" role = "button" > Zum Git » < / a > < / p >
2018-10-19 10:50:47 +02:00
< / div >
< / div >
< hr >
< / div > <!-- /container -->
< / main >
< footer class = "container" >
< p > © Company 2017-2018< / p >
< / footer >
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
< script src = "https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity = "sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin = "anonymous" > < / script >
< script > window . jQuery || document . write ( '<script src="jquery-slim.min.js"><\/script>' ) < / script >
< script src = "popper.min.js" > < / script >
< script src = "bootstrap.min.js" > < / script >
< / body >
< / html >