Author SHA1 Message Date
SquadleDude b928b85dad no image 2026-08-03 19:35:30 +03:00
SquadleDude 84b99a8921 Merge pull request #16 from nexiumfit/squadledude-patch-8
no image
2026-08-03 19:34:12 +03:00
SquadleDude b46d48bd32 no image 2026-08-03 19:33:58 +03:00
SquadleDude 557a429115 Merge pull request #15 from nexiumfit/squadledude-patch-8
Delete app/static/img/LoginImage2.png
2026-08-03 17:01:26 +03:00
SquadleDude c63446831b Delete app/static/img/LoginImage2.png 2026-08-03 17:01:15 +03:00
SquadleDude 57e0a2c324 Merge pull request #14 from nexiumfit/squadledude-patch-7
meow
2026-08-03 16:53:32 +03:00
SquadleDude 426bf294d9 meow 2026-08-03 16:53:09 +03:00
SquadleDude 5973b3b921 Merge pull request #13 from nexiumfit/squadledude-patch-6
uh
2026-08-03 16:48:36 +03:00
4 changed files with 5 additions and 10 deletions
-1
View File
@@ -37,7 +37,6 @@
<p>Don't have an account? <a href="/signup">Signup</a>
</div>
</div>
<img style="aspect-ratio: 7/4;min-height: 317px;max-height: 390px;" class="d-lg-block d-none" src="/static/img/LoginImage2.png" alt="Login Image">
</div>
</div>
{% endblock %}
+1 -4
View File
@@ -13,7 +13,7 @@
<div class="signup-card">
<div class="signup-container d-flex align-items-center justify-content-center">
<div style="padding: 10px;min-width:300px;" class="ps-md-4 pe-md-4">
<p class="signup-subtitle">2018+ with freedom.</p>
<p class="signup-subtitle">2016+ with freedom.</p>
{% with messages = get_flashed_messages() %}
{% if messages %}
<div>
@@ -48,9 +48,6 @@
</div>
</div>
</div>
<div class="signup-visual d-none d-lg-block">
<img style="width:100%;height:100%;object-fit:cover;min-height:400px;max-height:550px;" src="/static/img/LoginImage2.png" alt="Signup Image">
</div>
</div>
</div>
</div>
+4 -5
View File
@@ -11,6 +11,10 @@ body {
min-height: 100vh;
}
.signup-wrapper img {
min-width: 600px:
}
.signup-container {
min-width: 330px;
display: inline-block;
@@ -96,11 +100,6 @@ a:hover {
.signup-container { position: relative; z-index: 1; }
.signup-subtitle { text-align: center; margin-bottom: 12px; color: rgba(230,238,248,0.9); font-size: small; }
@media (max-width: 992px) {
.logo-outside { display: none; }
.signup-container { min-width: 320px; }
}
/* Two-column layout for signup: left card + right visual */
.signup-row {
display: flex;
Binary file not shown.

Before

Width:  |  Height:  |  Size: 425 KiB