style: Update command script name and enhance team member presentation in HTML

This commit is contained in:
2026-05-12 10:37:03 +02:00
parent 00727961cd
commit 6a0877de38
2 changed files with 33 additions and 6 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import requests
_var = "/opt/legendary-octo-garbanzo" _var = "/opt/legendary-octo-garbanzo"
_cmd = "run-tenant-cmd.sh" _cmd = "manage-tenants.sh"
def add_dns(name: str, port: int) -> bool: def add_dns(name: str, port: int) -> bool:
""" """
+32 -5
View File
@@ -351,6 +351,33 @@
color: #ffffff; color: #ffffff;
} }
.pictures {
margin-top: 1rem;
display: flex;
gap: 1rem;
flex-wrap: wrap;
justify-content: flex-start;
align-items: flex-start;
}
.picture {
text-align: center;
flex: 0 0 auto;
max-width: 220px;
}
.picture img {
width: 100%;
border-radius: 12px;
display: block;
}
.picture p {
text-align: center;
margin-top: 0.5rem;
color: #2a4d53;
}
.testimonials { .testimonials {
margin-top: 2rem; margin-top: 2rem;
@@ -897,17 +924,17 @@
</div> </div>
</section> </section>
<section class="section reveal-on-scroll" id="ablauf"> <section class="section reveal-on-scroll" id="ablauf">
<h2>Unser Team</h2> <h2>Unser Team</h2>
<p>Wir sind zwei ehemalige Schüler die sich durch ihre Erfahrung in Schulen und deren Bedürfnisse vertraut gemacht haben und eine einfache Lösung für den Schulalltag bieten wollten.</p> <p>Wir sind zwei ehemalige Schüler die sich durch ihre Erfahrung in Schulen und deren Bedürfnisse vertraut gemacht haben und eine einfache Lösung für den Schulalltag bieten wollten.</p>
<div class="pictures"> <div class="pictures">
<div class="picture"> <div class="picture">
<img src="{{ url_for('static', filename='images/1778441641958.png') }}" alt="Simon Brieger" style="width: 200px; border-radius: 12px;"> <img src="{{ url_for('static', filename='images/1778441641958.png') }}" alt="Simon Brieger">
<p style="text-align: center; margin-top: 0.5rem; color: #2a4d53;"><strong>Simon Brieger</strong><br>Co-Founder & Geschäftsführer</p> <p><strong>Simon Brieger</strong><br>Co-Founder & Geschäftsführer</p>
</div> </div>
<div class="picture"> <div class="picture">
<img src="{{ url_for('static', filename='images/1778441641957.png') }}" alt="Maximilian Gründinger" style="width: 200px; border-radius: 12px;"> <img src="{{ url_for('static', filename='images/1778441641957.png') }}" alt="Maximilian Gründinger">
<p style="text-align: center; margin-top: 0.5rem; color: #2a4d53;"><strong>Maximilian Gründinger</strong><br>Co-Founder & Technischer Leiter</p> <p><strong>Maximilian Gründinger</strong><br>Co-Founder & Technischer Leiter</p>
</div> </div>
</div> </div>