Author SHA1 Message Date
SquadleDude 131414c35b Refactor signup page layout and logo positioninguh 2026-08-03 16:41:56 +03:00
SquadleDude 0b2cbf4d24 Merge pull request #10 from nexiumfit/squadledude-patch-3
uh
2026-08-03 16:41:26 +03:00
SquadleDude c6e59252b0 uh 2026-08-03 16:41:13 +03:00
SquadleDude ad5c3ba552 Merge pull request #9 from nexiumfit/squadledude-patch-3
Rename LoginLogo.pg to LoginLogo.png
2026-08-03 15:43:38 +03:00
SquadleDude 58c74e3391 Rename LoginLogo.pg to LoginLogo.png 2026-08-03 15:43:23 +03:00
SquadleDude 633171760a Rename LoginLogo.png to LoginLogo.pg 2026-08-03 15:43:09 +03:00
SquadleDude 3b158d51b2 Rename LoginLogo to LoginLogo.png 2026-08-03 15:41:49 +03:00
SquadleDude c88fe0a744 Merge pull request #8 from nexiumfit/squadledude-patch-2
add website
2026-08-03 15:40:28 +03:00
SquadleDude 1ea0053142 add website 2026-08-03 15:40:16 +03:00
SquadleDude aac9c8956e Rename LoginLogo.png to unusedLogo 2026-08-03 15:39:40 +03:00
SquadleDude 83bc553a45 asd
dsa
2026-08-03 15:38:09 +03:00
SquadleDude 873e60fc5f Merge pull request #7 from nexiumfit/squadledude-patch-1
size
2026-08-03 15:30:56 +03:00
4 changed files with 29 additions and 6 deletions
+6 -4
View File
@@ -6,10 +6,12 @@
{% endblock %}
{% block content %}
<div id="main">
<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">
<h1>Nexium</h1>
<p>2018+ with freedom.</p>
<div class="signup-wrapper" style="position:relative;">
<!-- logo moved outside the signup card so it can overlap/escape the container -->
<img src="/static/img/LoginLogo.png" alt="NEXIUM" class="logo-outside d-none d-lg-block" />
<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>
{% with messages = get_flashed_messages() %}
{% if messages %}
<div>
+21
View File
@@ -79,3 +79,24 @@ a:hover {
color: rgb(3, 133, 255) !important;
transition: 0.2s;
}
/* Logo outside the signup card so it can overlap/escape the container */
.signup-wrapper { position: relative; }
.logo-outside {
position: absolute;
right: -40px; /* push beyond the card -- adjust to taste */
top: 50%;
transform: translateY(-50%);
max-width: 320px;
width: auto;
height: auto;
z-index: 0; /* behind the card; use higher if you want it above */
pointer-events: none;
}
.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; }
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 111 KiB

After

Width:  |  Height:  |  Size: 202 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB