Files
stellaamor.com/rss/php/templates/login.php
2025-08-03 01:18:10 +02:00

47 lines
2.4 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<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="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">
<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>
<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>
</div>
</div>
</div>
</div>