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"
|
_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:
|
||||||
"""
|
"""
|
||||||
|
|||||||
@@ -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;
|
||||||
@@ -902,12 +929,12 @@
|
|||||||
<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>
|
||||||
|
|||||||
Reference in New Issue
Block a user