New stella design

This commit is contained in:
edsea
2025-08-06 05:09:22 +02:00
parent 24c3640f05
commit 8ec1ba9756
70 changed files with 1808 additions and 481 deletions

View File

@@ -1,45 +1,34 @@
<div class="bg-light full-height d-flex align-center" style="background: url('/rss/img/bg-login.jpg') center center / cover no-repeat;">
<div class="user-container">
<div class="container">
<div class="row py-4 no-wrap">
<div class="col-12 col-md-6 rel neg-col d-flex align-center">
<div class="card shadow-3">
<div class="user-card">
<div class="form">
<form id="loginForm" class="user-form">
<h2>Login</h2>
<form method="POST" action="#" id="loginForm">
<div class="form-group">
<label for="email">Email</label>
<input type="email" class="form-input" id="email" name="email">
</div>
<div class="form-group">
<label for="password">Password</label>
<input type="password" class="form-input" id="password" name="password">
</div>
<div class="row">
<div class="col-sm-4">
<div class="form-group">
<button class="btn secondary">Login</button>
</div>
</div>
</div>
</form>
</div>
<div class="form-control mb-3">
<label>Email</label>
<input type="email" class="form-input" name="email" id="email" required placeholder="Email">
</div>
<div class="form-control mb-3">
<label>Password</label>
<input type="password" class="form-input" name="password" id="password" required placeholder="Password">
</div>
<div class="form-control d-flex justify-center mb-3">
<button type="submit" class="btn btn-dark px-4 py-2">Login</button>
</div>
<div class="form-control mb-3">
<p class="d-inline">Don't have an account? <a href="/register/"><u>signup</u></a></p>
</div>
<div class="alert danger d-none" id="loginError"></div>
</form>
</div>
<div class="col-12 col-md-8">
<div class="card bg-alt rel has-neg-col shadow-4 py-5">
<h2 class="text-white">Love on Your Terms</h2>
<p class="text-white">
Tired of shallow swipes and empty conversations? StellaAmor is for people who crave more than just a pretty profile. Here, you match based on your deepest preferences from lifestyle and values to appearance and chemistry.
</p>
<p class="text-white">
Were not the biggest dating site. Were the one built differently. No noise. No pressure. Just a space where your personality and desires actually matter.
</p>
<p class="text-white">
Youre early and thats a good thing. Be one of the first to shape a dating community where quality comes first. Sign up today and enjoy your first month of premium access totally free.
<br>
<a href="/create-account.php" class="btn secondary mt-2">Start Your Journey</a>
</p>
<div class="text-col">
<div class="logo">
<img src="/rss/img/logo.png" alt="Stella Amor Logo" loading="lazy">
</div>
<div class="text">
<h2>Log In to Find Your Perfect Match</h2>
<p>Welcome back to Stella Amor! Log in to reconnect with singles who share your financial goals, kinks, or family-oriented dreams. Our free dating platform offers powerful filters for money management, lifestyle passions, and unique desires, making it easy to find personalized matches. Dive into our vibrant community and continue your journey to meaningful connections with someone who truly fits your values. Sign in now to pick up where you left off!</p>
<p class="mt-2 d-inline">New to Stella Amor? <a href="/register/" class="signup-link"><u>Sign up free</u></a></p>
</div>
</div>
</div>