after migration
This commit is contained in:
parent
84c33e423b
commit
b05d8a8ab3
43 changed files with 474 additions and 66 deletions
|
|
@ -36,8 +36,6 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<!-- Information and Tools Cards -->
|
||||
<div class="link-cards-grid">
|
||||
<a class="link-card" href="/about">
|
||||
|
|
@ -76,7 +74,7 @@
|
|||
</div>
|
||||
</a>
|
||||
|
||||
<a class="link-card" href="http://{{ server_hostname }}:8001" target="_blank">
|
||||
<a class="link-card" href="http://{{ server_hostname }}:8001/hub/" target="_blank">
|
||||
<i class="fas fa-code card-icon"></i>
|
||||
<div class="card-content">
|
||||
<div class="title">JupyterHub</div>
|
||||
|
|
@ -117,6 +115,20 @@
|
|||
|
||||
<!-- Footer with Admin Panel and Source Link -->
|
||||
<footer class="footer">
|
||||
<!-- Architecture Diagram Spoiler -->
|
||||
<details class="architecture-spoiler">
|
||||
<summary class="architecture-summary">
|
||||
<i class="fas fa-sitemap"></i>
|
||||
<span>Systemarchitektur anzeigen</span>
|
||||
</summary>
|
||||
<div class="architecture-content">
|
||||
<img src="/static/images/architecture.png" alt="Studio einszwovier Architecture Diagram"
|
||||
class="architecture-image">
|
||||
<p class="architecture-caption">Übersicht über alle Dienste und deren Zusammenspiel im Studio einszwovier
|
||||
System</p>
|
||||
</div>
|
||||
</details>
|
||||
|
||||
<div class="footer-container">
|
||||
<a href="http://{{ server_hostname }}:{{ portainer_port }}" target="_blank" class="admin-link">Admin Panel
|
||||
(Portainer)</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue