Änderungen von Dokument Home
Zuletzt geändert von Lucas Meister am 2026/05/23 19:59
Von Version 9.1
bearbeitet von Lucas Meister
am 2026/05/23 13:19
am 2026/05/23 13:19
Änderungskommentar:
Es gibt keinen Kommentar für diese Version
Auf Version 8.1
bearbeitet von Lucas Meister
am 2026/05/23 13:18
am 2026/05/23 13:18
Änderungskommentar:
Es gibt keinen Kommentar für diese Version
Zusammenfassung
-
Seiteneigenschaften (1 geändert, 0 hinzugefügt, 0 gelöscht)
Details
- Seiteneigenschaften
-
- Inhalt
-
... ... @@ -1,5 +1,6 @@ 1 1 {{html clean="false"}} 2 2 3 +<!-- Google Font --> 3 3 <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet"> 4 4 5 5 <style> ... ... @@ -7,6 +7,7 @@ 7 7 font-family: 'Inter', sans-serif; 8 8 } 9 9 11 +/* Seite */ 10 10 .dashboard-wrapper { 11 11 max-width: 1400px; 12 12 margin: 0 auto; ... ... @@ -13,7 +13,7 @@ 13 13 padding: 35px 25px; 14 14 } 15 15 16 -/* Titel*/18 +/* Header */ 17 17 .title { 18 18 font-size: 34px; 19 19 font-weight: 700; ... ... @@ -24,27 +24,43 @@ 24 24 .subtitle { 25 25 color: #555; 26 26 font-size: 15px; 27 - margin-bottom: 2 5px;29 + margin-bottom: 22px; 28 28 } 29 29 30 -/* SEKTIONEN */ 31 -.section-title { 32 - font-size: 14px; 32 +/* Info Grid (NEU) */ 33 +.info-grid { 34 + display: grid; 35 + grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); 36 + gap: 16px; 37 + margin-bottom: 28px; 38 +} 39 + 40 +.info-box { 41 + background: #f5f5f5; 42 + border-radius: 14px; 43 + padding: 16px; 44 +} 45 + 46 +.info-title { 33 33 font-weight: 700; 34 - margin: 25px 0 10px; 48 + margin-bottom: 8px; 49 +} 50 + 51 +.info-text { 52 + font-size: 13px; 35 35 color: #333; 36 - text-transform: uppercase; 37 - letter-spacing: 0.06em; 54 + line-height: 1.5; 38 38 } 39 39 40 -/* GRID */57 +/* Dashboard Grid */ 41 41 .dashboard { 42 42 display: grid; 43 43 grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); 44 44 gap: 24px; 62 + margin-top: 10px; 45 45 } 46 46 47 -/* K ACHELN*/65 +/* Kachel */ 48 48 .tile { 49 49 background: rgba(23, 115, 69, 0.82); 50 50 border-radius: 18px; ... ... @@ -60,6 +60,7 @@ 60 60 transition: all 0.25s ease; 61 61 } 62 62 81 +/* Hover */ 63 63 .tile:hover { 64 64 transform: translateY(-6px); 65 65 background: rgba(23, 115, 69, 0.95); ... ... @@ -66,11 +66,13 @@ 66 66 box-shadow: 0 14px 30px rgba(0,0,0,0.28); 67 67 } 68 68 88 +/* Icon */ 69 69 .tile-icon { 70 70 font-size: 32px; 71 71 margin-bottom: 12px; 72 72 } 73 73 94 +/* Titel */ 74 74 .tile-title { 75 75 font-size: 18px; 76 76 font-weight: 700; ... ... @@ -77,6 +77,7 @@ 77 77 text-align: center; 78 78 } 79 79 101 +/* Beschreibung */ 80 80 .tile-desc { 81 81 font-size: 13px; 82 82 opacity: 0.9; ... ... @@ -88,11 +88,43 @@ 88 88 89 89 <div class="dashboard-wrapper"> 90 90 113 + <!-- HEADER --> 91 91 <div class="title">Internes Wiki der Samtgemeinde Lühe IT</div> 92 92 <div class="subtitle">Zentrale Übersicht für Systeme, Wissen und Projekte</div> 93 93 94 - <!-- 🔹 HAUPTBEREICH --> 95 - <div class="section-title">Hauptbereiche</div> 117 + <!-- NEU: INFO / STATUS BEREICH --> 118 + <div class="info-grid"> 119 + 120 + <div class="info-box"> 121 + <div class="info-title">🚨 IT Status</div> 122 + <div class="info-text"> 123 + VPN: 🟢 Online<br> 124 + Mail: 🟢 Online<br> 125 + AD: 🟡 Teilweise Störung 126 + </div> 127 + </div> 128 + 129 + <div class="info-box"> 130 + <div class="info-title">📢 Hinweise</div> 131 + <div class="info-text"> 132 + Patchday: Freitag 18:00<br> 133 + Backup-Test: diese Woche<br> 134 + Wartung: keine aktuell 135 + </div> 136 + </div> 137 + 138 + <div class="info-box"> 139 + <div class="info-title">🧭 Schnellzugriff</div> 140 + <div class="info-text"> 141 + <a href="/xwiki/bin/view/Main/Tickets">Ticketsystem</a><br> 142 + <a href="/xwiki/bin/view/Main/Monitoring">Monitoring</a><br> 143 + <a href="/xwiki/bin/view/Main/AD">AD Verwaltung</a> 144 + </div> 145 + </div> 146 + 147 + </div> 148 + 149 + <!-- DASHBOARD --> 96 96 <div class="dashboard"> 97 97 98 98 <a class="tile" href="/xwiki/bin/view/Main/Team"> ... ... @@ -104,31 +104,37 @@ 104 104 <a class="tile" href="/xwiki/bin/view/Main/Dokumentation"> 105 105 <div class="tile-icon">📘</div> 106 106 <div class="tile-title">Dokumentation</div> 107 - <div class="tile-desc">Technische &interne Doku</div>161 + <div class="tile-desc">Technische und interne Dokumentation</div> 108 108 </a> 109 109 110 110 <a class="tile" href="/xwiki/bin/view/Main/Projekte"> 111 111 <div class="tile-icon">📁</div> 112 112 <div class="tile-title">Projekte</div> 113 - <div class="tile-desc">A ktuelle Projekte</div>167 + <div class="tile-desc">Alle laufenden Projekte im Überblick</div> 114 114 </a> 115 115 116 116 <a class="tile" href="/xwiki/bin/view/Main/Wissen"> 117 117 <div class="tile-icon">🧠</div> 118 118 <div class="tile-title">Wissen</div> 119 - <div class="tile-desc"> FAQ&Lösungen</div>173 + <div class="tile-desc">Interne Lösungen & FAQ</div> 120 120 </a> 121 121 122 - </div> 176 + <a class="tile" href="/xwiki/bin/view/Main/ExterneDienstleister"> 177 + <div class="tile-icon">🤝</div> 178 + <div class="tile-title">Externe Dienstleister</div> 179 + <div class="tile-desc">Kontakte</div> 180 + </a> 123 123 124 - <!-- 🔹 SYSTEME --> 125 - <div class="section-title">Systeme & Betrieb</div> 126 - <div class="dashboard"> 182 + <a class="tile" href="/xwiki/bin/view/Main/ProjekteArchiv"> 183 + <div class="tile-icon">🗄️</div> 184 + <div class="tile-title">Projekte Archiv</div> 185 + <div class="tile-desc">Abgeschlossene Projekte</div> 186 + </a> 127 127 128 128 <a class="tile" href="/xwiki/bin/view/Main/Wissen/Linux"> 129 129 <div class="tile-icon">🐧</div> 130 130 <div class="tile-title">Linux</div> 131 - <div class="tile-desc">How-Tos & Admin</div>191 + <div class="tile-desc">How-Tos & Lösungen</div> 132 132 </a> 133 133 134 134 <a class="tile" href="/xwiki/bin/view/Main/Wissen/Windows"> ... ... @@ -140,31 +140,13 @@ 140 140 <a class="tile" href="/xwiki/bin/view/Main/Wissen/Fachverfahren"> 141 141 <div class="tile-icon">🏛️</div> 142 142 <div class="tile-title">Fachverfahren</div> 143 - <div class="tile-desc">Fachanwendungen</div> 203 + <div class="tile-desc">Fachanwendungen & Prozesse</div> 144 144 </a> 145 145 146 - </div> 147 - 148 - <!-- 🔹 SONSTIGES --> 149 - <div class="section-title">Sonstiges</div> 150 - <div class="dashboard"> 151 - 152 - <a class="tile" href="/xwiki/bin/view/Main/ExterneDienstleister"> 153 - <div class="tile-icon">🤝</div> 154 - <div class="tile-title">Dienstleister</div> 155 - <div class="tile-desc">Kontakte</div> 156 - </a> 157 - 158 - <a class="tile" href="/xwiki/bin/view/Main/ProjekteArchiv"> 159 - <div class="tile-icon">🗄️</div> 160 - <div class="tile-title">Archiv</div> 161 - <div class="tile-desc">Abgeschlossene Projekte</div> 162 - </a> 163 - 164 164 <a class="tile" href="/xwiki/bin/view/Main/Ausbildung"> 165 165 <div class="tile-icon">🎓</div> 166 166 <div class="tile-title">Ausbildung</div> 167 - <div class="tile-desc">Lernmaterialien</div> 209 + <div class="tile-desc">Infos & Lernmaterialien</div> 168 168 </a> 169 169 170 170 </div>