style: Update command script name and enhance team member presentation in HTML
This commit is contained in:
@@ -3,7 +3,7 @@ import requests
|
||||
|
||||
|
||||
_var = "/opt/legendary-octo-garbanzo"
|
||||
_cmd = "run-tenant-cmd.sh"
|
||||
_cmd = "manage-tenants.sh"
|
||||
|
||||
def add_dns(name: str, port: int) -> bool:
|
||||
"""
|
||||
|
||||
@@ -351,6 +351,33 @@
|
||||
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 {
|
||||
margin-top: 2rem;
|
||||
@@ -897,17 +924,17 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="section reveal-on-scroll" id="ablauf">
|
||||
<section class="section reveal-on-scroll" id="ablauf">
|
||||
<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>
|
||||
<div class="pictures">
|
||||
<div class="picture">
|
||||
<img src="{{ url_for('static', filename='images/1778441641958.png') }}" alt="Simon Brieger" style="width: 200px; border-radius: 12px;">
|
||||
<p style="text-align: center; margin-top: 0.5rem; color: #2a4d53;"><strong>Simon Brieger</strong><br>Co-Founder & Geschäftsführer</p>
|
||||
<img src="{{ url_for('static', filename='images/1778441641958.png') }}" alt="Simon Brieger">
|
||||
<p><strong>Simon Brieger</strong><br>Co-Founder & Geschäftsführer</p>
|
||||
</div>
|
||||
<div class="picture">
|
||||
<img src="{{ url_for('static', filename='images/1778441641957.png') }}" alt="Maximilian Gründinger" style="width: 200px; border-radius: 12px;">
|
||||
<p style="text-align: center; margin-top: 0.5rem; color: #2a4d53;"><strong>Maximilian Gründinger</strong><br>Co-Founder & Technischer Leiter</p>
|
||||
<img src="{{ url_for('static', filename='images/1778441641957.png') }}" alt="Maximilian Gründinger">
|
||||
<p><strong>Maximilian Gründinger</strong><br>Co-Founder & Technischer Leiter</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user