Files
stellaamor.com/rss/php/templates/login.php

47 lines
2.5 KiB
PHP
Raw Normal View History

2025-08-03 00:46:35 +02:00
<div class="bg-light full-height d-flex align-center" style="background: url('https://images.pexels.com/photos/1004014/pexels-photo-1004014.jpeg') center center / cover no-repeat;">
2025-08-02 23:39:14 +02:00
<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">Passowrd</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">
2025-08-03 00:46:35 +02:00
<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>
2025-08-02 23:39:14 +02:00
</div>
</div>
</div>
</div>
</div>