selling.lk Ads.txt file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Selling.lk - Sri Lanka's Premier Classified Platform | New App Coming Soon</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
line-height: 1.6;
overflow-x: hidden;
background: #0a0f0a;
color: #ffffff;
}
/* Animated green gradient background */
.hero-bg {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
background: linear-gradient(-45deg, #1a4d1a, #2d8f2d, #4caf50, #66bb6a, #81c784, #4caf50);
background-size: 400% 400%;
animation: gradientShift 15s ease infinite;
}
@keyframes gradientShift {
0% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
}
/* Glassmorphism overlay */
.glass-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.4);
backdrop-filter: blur(20px);
z-index: -1;
}
/* Enhanced Floating particles with modern animations */
.particle {
position: absolute;
background: rgba(106, 189, 69, 0.2);
border-radius: 50%;
animation: modernFloat 8s ease-in-out infinite;
box-shadow: 0 0 20px rgba(106, 189, 69, 0.3);
}
.particle:nth-child(1) {
width: 120px;
height: 120px;
top: 15%;
left: 8%;
animation-delay: 0s;
animation-duration: 10s;
}
.particle:nth-child(2) {
width: 80px;
height: 80px;
top: 60%;
left: 85%;
animation-delay: 3s;
animation-duration: 12s;
}
.particle:nth-child(3) {
width: 60px;
height: 60px;
top: 80%;
left: 15%;
animation-delay: 6s;
animation-duration: 8s;
}
@keyframes modernFloat {
0%, 100% {
transform: translateY(0px) translateX(0px) rotate(0deg);
opacity: 0.4;
}
25% {
transform: translateY(-30px) translateX(15px) rotate(90deg);
opacity: 0.7;
}
50% {
transform: translateY(-20px) translateX(-10px) rotate(180deg);
opacity: 0.5;
}
75% {
transform: translateY(-40px) translateX(20px) rotate(270deg);
opacity: 0.8;
}
}
/* Modern morphing background */
.hero-bg {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
background: linear-gradient(-45deg, #1a4d1a, #2d8f2d, #6ABD45, #8BC34A, #9CCC65, #6ABD45);
background-size: 600% 600%;
animation: morphingGradient 20s ease infinite;
}
@keyframes morphingGradient {
0% {
background-position: 0% 50%;
filter: hue-rotate(0deg);
}
25% {
background-position: 100% 50%;
filter: hue-rotate(10deg);
}
50% {
background-position: 100% 100%;
filter: hue-rotate(-5deg);
}
75% {
background-position: 0% 100%;
filter: hue-rotate(15deg);
}
100% {
background-position: 0% 50%;
filter: hue-rotate(0deg);
}
}
/* Header */
header {
position: fixed;
top: 0;
width: 100%;
z-index: 1000;
padding: 1rem 2rem;
background: rgba(0, 0, 0, 0.3);
backdrop-filter: blur(20px);
border-bottom: 1px solid rgba(76, 175, 80, 0.3);
}
.nav {
display: flex;
justify-content: space-between;
align-items: center;
max-width: 1200px;
margin: 0 auto;
}
.logo {
font-size: 1.8rem;
font-weight: 800;
color: white;
display: flex;
align-items: center;
gap: 1rem;
}
.logo-icon {
width: 45px;
height: 45px;
background: #6ABD45;
border-radius: 12px;
position: relative;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 15px rgba(106, 189, 69, 0.3);
}
.logo-pin {
width: 32px;
height: 32px;
background: white;
border-radius: 50% 50% 50% 0;
transform: rotate(-45deg);
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.logo-pin::before {
content: 'S';
color: #6ABD45;
font-weight: 900;
font-size: 16px;
transform: rotate(45deg);
}
.nav-links {
display: flex;
gap: 2rem;
list-style: none;
}
.nav-links a {
color: white;
text-decoration: none;
font-weight: 500;
transition: all 0.3s ease;
position: relative;
}
.nav-links a:hover {
color: #4caf50;
}
.nav-links a::after {
content: '';
position: absolute;
width: 0;
height: 2px;
bottom: -5px;
left: 0;
background: linear-gradient(135deg, #4caf50, #66bb6a);
transition: width 0.3s ease;
}
.nav-links a:hover::after {
width: 100%;
}
/* Hero Section */
.hero {
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
padding: 0 2rem;
position: relative;
flex-direction: column;
}
.hero-content {
max-width: 900px;
animation: fadeInUp 1s ease-out;
margin-bottom: 4rem;
}
/* Enhanced Countdown Section in Hero */
.hero-countdown {
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(30px);
border: 1px solid rgba(106, 189, 69, 0.3);
border-radius: 25px;
padding: 2rem;
margin-top: 3rem;
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}
.countdown-title {
font-size: 1.5rem;
font-weight: 600;
color: #6ABD45;
margin-bottom: 1.5rem;
text-transform: uppercase;
letter-spacing: 2px;
}
.countdown {
display: flex;
justify-content: center;
gap: 1.5rem;
flex-wrap: wrap;
}
.countdown-item {
background: rgba(106, 189, 69, 0.15);
border: 2px solid rgba(106, 189, 69, 0.4);
border-radius: 20px;
padding: 1.5rem 1rem;
min-width: 100px;
backdrop-filter: blur(20px);
position: relative;
overflow: hidden;
transition: all 0.3s ease;
}
.countdown-item:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(106, 189, 69, 0.3);
border-color: rgba(106, 189, 69, 0.6);
}
.countdown-item::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
transition: left 0.5s ease;
}
.countdown-item:hover::before {
left: 100%;
}
.countdown-number {
font-size: 3rem;
font-weight: 900;
background: linear-gradient(135deg, #6ABD45, #8BC34A);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
display: block;
line-height: 1;
transition: all 0.3s ease;
transform-origin: center;
}
.countdown-label {
font-size: 0.9rem;
opacity: 0.9;
text-transform: uppercase;
letter-spacing: 1px;
margin-top: 0.5rem;
font-weight: 500;
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(50px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.hero h1 {
font-size: clamp(3rem, 8vw, 6rem);
font-weight: 900;
line-height: 1.1;
margin-bottom: 1.5rem;
background: linear-gradient(135deg, #ffffff 0%, #4caf50 50%, #66bb6a 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
animation: glow 2s ease-in-out infinite alternate;
}
@keyframes glow {
from { filter: drop-shadow(0 0 20px rgba(76, 175, 80, 0.3)); }
to { filter: drop-shadow(0 0 30px rgba(102, 187, 106, 0.5)); }
}
.hero p {
font-size: 1.3rem;
margin-bottom: 3rem;
opacity: 0.9;
font-weight: 300;
}
.cta-buttons {
display: flex;
gap: 1.5rem;
justify-content: center;
flex-wrap: wrap;
}
.btn {
padding: 1rem 2.5rem;
border: none;
border-radius: 50px;
font-size: 1.1rem;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
text-decoration: none;
display: inline-flex;
align-items: center;
gap: 0.5rem;
position: relative;
overflow: hidden;
}
.btn-primary {
background: linear-gradient(135deg, #4caf50 0%, #66bb6a 100%);
color: white;
box-shadow: 0 10px 30px rgba(76, 175, 80, 0.4);
}
.btn-primary:hover {
transform: translateY(-3px);
box-shadow: 0 15px 40px rgba(76, 175, 80, 0.6);
}
.btn-secondary {
background: rgba(255, 255, 255, 0.1);
color: white;
border: 2px solid rgba(76, 175, 80, 0.5);
backdrop-filter: blur(20px);
}
.btn-secondary:hover {
background: rgba(76, 175, 80, 0.2);
transform: translateY(-3px);
}
/* Features Section */
.features {
padding: 6rem 2rem;
background: rgba(0, 0, 0, 0.2);
backdrop-filter: blur(20px);
}
.container {
max-width: 1200px;
margin: 0 auto;
}
.section-title {
text-align: center;
font-size: 3rem;
font-weight: 700;
margin-bottom: 4rem;
background: linear-gradient(135deg, #4caf50 0%, #66bb6a 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2rem;
margin-bottom: 4rem;
}
.feature-card {
background: rgba(255, 255, 255, 0.05);
border: 1px solid rgba(76, 175, 80, 0.3);
border-radius: 20px;
padding: 2.5rem;
text-align: center;
transition: all 0.3s ease;
backdrop-filter: blur(20px);
}
.feature-card:hover {
transform: translateY(-10px);
background: rgba(76, 175, 80, 0.1);
box-shadow: 0 20px 40px rgba(76, 175, 80, 0.2);
}
.feature-icon {
width: 60px;
height: 60px;
margin: 0 auto 1.5rem;
background: linear-gradient(135deg, #4caf50, #66bb6a);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.5rem;
}
.feature-card h3 {
font-size: 1.5rem;
margin-bottom: 1rem;
color: #4caf50;
}
/* App Screenshots Section */
.screenshots {
padding: 6rem 2rem;
text-align: center;
}
.phone-mockups {
display: flex;
justify-content: center;
align-items: center;
gap: 3rem;
flex-wrap: wrap;
margin-top: 4rem;
}
.phone-mockup {
width: 280px;
height: 560px;
background: linear-gradient(135deg, #1e1e1e, #2a2a2a);
border-radius: 35px;
padding: 20px;
box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
position: relative;
transition: all 0.3s ease;
}
.phone-mockup:hover {
transform: translateY(-10px) rotateY(5deg);
}
.phone-mockup:nth-child(2) {
transform: scale(1.1);
z-index: 2;
}
.phone-screen {
width: 100%;
height: 100%;
background: linear-gradient(135deg, #1a4d1a 0%, #4caf50 100%);
border-radius: 25px;
position: relative;
overflow: hidden;
}
.screen-content {
padding: 30px 20px;
height: 100%;
display: flex;
flex-direction: column;
color: white;
}
.status-bar {
display: flex;
justify-content: space-between;
font-size: 0.8rem;
margin-bottom: 20px;
opacity: 0.8;
}
.app-header {
background: rgba(255, 255, 255, 0.15);
border-radius: 15px;
padding: 15px;
margin-bottom: 20px;
backdrop-filter: blur(20px);
border: 1px solid rgba(255, 255, 255, 0.1);
}
.app-title {
font-size: 1.2rem;
font-weight: 600;
margin-bottom: 5px;
}
.app-subtitle {
font-size: 0.9rem;
opacity: 0.8;
}
.feature-list {
flex: 1;
display: flex;
flex-direction: column;
gap: 15px;
}
.feature-item {
background: rgba(255, 255, 255, 0.1);
border-radius: 12px;
padding: 15px;
text-align: left;
backdrop-filter: blur(10px);
transition: all 0.3s ease;
border: 1px solid rgba(255, 255, 255, 0.1);
}
.feature-item:hover {
background: rgba(255, 255, 255, 0.2);
transform: translateX(5px);
}
/* Categories showcase */
.categories {
padding: 6rem 2rem;
background: rgba(76, 175, 80, 0.05);
}
.categories-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 2rem;
margin-top: 4rem;
}
.category-card {
background: rgba(255, 255, 255, 0.08);
border: 1px solid rgba(76, 175, 80, 0.3);
border-radius: 15px;
padding: 2rem;
text-align: center;
transition: all 0.3s ease;
backdrop-filter: blur(20px);
}
.category-card:hover {
transform: translateY(-5px);
background: rgba(76, 175, 80, 0.1);
}
.category-icon {
font-size: 3rem;
margin-bottom: 1rem;
}
.category-card h4 {
font-size: 1.3rem;
color: #4caf50;
margin-bottom: 0.5rem;
}
/* Coming Soon Section */
.coming-soon {
padding: 6rem 2rem;
text-align: center;
background: rgba(0, 0, 0, 0.3);
}
.countdown {
display: flex;
justify-content: center;
gap: 2rem;
margin: 3rem 0;
flex-wrap: wrap;
}
.countdown-item {
background: rgba(76, 175, 80, 0.1);
border: 1px solid rgba(76, 175, 80, 0.3);
border-radius: 15px;
padding: 1.5rem;
min-width: 100px;
backdrop-filter: blur(20px);
}
.countdown-number {
font-size: 2.5rem;
font-weight: 700;
background: linear-gradient(135deg, #4caf50, #66bb6a);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.countdown-label {
font-size: 0.9rem;
opacity: 0.8;
text-transform: uppercase;
letter-spacing: 1px;
}
/* Newsletter */
.newsletter {
background: rgba(76, 175, 80, 0.1);
border-radius: 20px;
padding: 3rem;
margin: 4rem 0;
backdrop-filter: blur(20px);
border: 1px solid rgba(76, 175, 80, 0.3);
}
.newsletter h3 {
font-size: 2rem;
margin-bottom: 1rem;
color: #4caf50;
}
.newsletter-form {
display: flex;
gap: 1rem;
justify-content: center;
flex-wrap: wrap;
margin-top: 2rem;
}
.newsletter input {
padding: 1rem 1.5rem;
border: 1px solid rgba(76, 175, 80, 0.3);
border-radius: 50px;
background: rgba(255, 255, 255, 0.1);
color: white;
font-size: 1rem;
min-width: 300px;
backdrop-filter: blur(20px);
}
.newsletter input::placeholder {
color: rgba(255, 255, 255, 0.6);
}
/* Footer */
footer {
background: rgba(0, 0, 0, 0.5);
padding: 3rem 2rem 1rem;
text-align: center;
border-top: 1px solid rgba(76, 175, 80, 0.2);
}
.footer-links {
display: flex;
justify-content: center;
gap: 2rem;
margin-bottom: 2rem;
flex-wrap: wrap;
}
.footer-links a {
color: rgba(255, 255, 255, 0.7);
text-decoration: none;
transition: color 0.3s ease;
}
.footer-links a:hover {
color: #4caf50;
}
/* Responsive */
@media (max-width: 768px) {
.phone-mockups {
gap: 2rem;
}
.phone-mockup {
width: 240px;
height: 480px;
}
.nav-links {
display: none;
}
.countdown {
gap: 1rem;
}
.countdown-item {
min-width: 80px;
padding: 1rem;
}
.newsletter input {
min-width: 250px;
}
}
/* Classified Listings Preview Section */
.listings-preview {
padding: 6rem 2rem;
background: rgba(0, 0, 0, 0.1);
backdrop-filter: blur(20px);
}
.category-tabs {
display: flex;
justify-content: center;
gap: 1rem;
margin-bottom: 3rem;
flex-wrap: wrap;
}
.tab-btn {
padding: 1rem 2rem;
background: rgba(255, 255, 255, 0.1);
border: 1px solid rgba(106, 189, 69, 0.3);
border-radius: 50px;
color: white;
cursor: pointer;
transition: all 0.3s ease;
font-weight: 500;
backdrop-filter: blur(20px);
}
.tab-btn:hover {
background: rgba(106, 189, 69, 0.2);
border-color: rgba(106, 189, 69, 0.5);
transform: translateY(-2px);
}
.tab-btn.active {
background: linear-gradient(135deg, #6ABD45, #8BC34A);
border-color: #6ABD45;
box-shadow: 0 10px 25px rgba(106, 189, 69, 0.3);
}
.listings-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 2rem;
margin-bottom: 3rem;
}
.listing-card {
background: rgba(255, 255, 255, 0.1);
border: 1px solid rgba(106, 189, 69, 0.2);
border-radius: 20px;
overflow: hidden;
transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
backdrop-filter: blur(20px);
display: none;
opacity: 0;
transform: translateY(30px);
}
.listing-card.active {
display: block;
opacity: 1;
transform: translateY(0);
}
.listing-card:hover {
transform: translateY(-15px) rotateX(5deg);
box-shadow: 0 25px 50px rgba(106, 189, 69, 0.2);
border-color: rgba(106, 189, 69, 0.5);
}
.listing-image {
position: relative;
height: 200px;
overflow: hidden;
}
.image-placeholder {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.listing-badge {
position: absolute;
top: 15px;
left: 15px;
padding: 0.5rem 1rem;
border-radius: 20px;
font-size: 0.8rem;
font-weight: 600;
backdrop-filter: blur(10px);
}
.listing-badge.verified {
background: rgba(76, 175, 80, 0.9);
color: white;
}
.listing-badge.hot {
background: rgba(255, 87, 34, 0.9);
color: white;
}
.listing-badge.featured {
background: rgba(255, 193, 7, 0.9);
color: #333;
}
.listing-badge.new {
background: rgba(156, 39, 176, 0.9);
color: white;
}
.listing-badge.urgent {
background: rgba(244, 67, 54, 0.9);
color: white;
animation: urgentPulse 2s infinite;
}
.listing-badge.premium {
background: linear-gradient(135deg, #9C27B0, #E91E63);
color: white;
}
.listing-badge.sale {
background: rgba(255, 152, 0, 0.9);
color: white;
}
@keyframes urgentPulse {
0%, 100% { transform: scale(1); }
50% { transform: scale(1.05); }
}
.listing-favorite {
position: absolute;
top: 15px;
right: 15px;
width: 35px;
height: 35px;
background: rgba(255, 255, 255, 0.2);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all 0.3s ease;
backdrop-filter: blur(10px);
font-size: 1.2rem;
}
.listing-favorite:hover {
background: rgba(255, 255, 255, 0.3);
transform: scale(1.1);
color: #ff4757;
}
.listing-content {
padding: 1.5rem;
}
.listing-price {
font-size: 1.8rem;
font-weight: 800;
color: #6ABD45;
margin-bottom: 0.5rem;
}
.listing-title {
font-size: 1.2rem;
font-weight: 600;
color: white;
margin-bottom: 0.8rem;
line-height: 1.3;
}
.listing-location {
color: rgba(255, 255, 255, 0.8);
font-size: 0.9rem;
margin-bottom: 1rem;
display: flex;
align-items: center;
gap: 0.5rem;
}
.listing-details {
display: flex;
flex-direction: column;
gap: 0.3rem;
margin-bottom: 1rem;
}
.listing-details span {
font-size: 0.85rem;
color: rgba(255, 255, 255, 0.7);
background: rgba(106, 189, 69, 0.1);
padding: 0.3rem 0.8rem;
border-radius: 15px;
border: 1px solid rgba(106, 189, 69, 0.2);
backdrop-filter: blur(10px);
}
.listing-stats {
display: flex;
justify-content: space-between;
gap: 0.5rem;
flex-wrap: wrap;
}
.listing-stats span {
font-size: 0.75rem;
color: rgba(255, 255, 255, 0.6);
background: rgba(0, 0, 0, 0.2);
padding: 0.25rem 0.6rem;
border-radius: 10px;
backdrop-filter: blur(10px);
}
/* Mobile responsive */
@media (max-width: 768px) {
.listings-grid {
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 1.5rem;
}
.category-tabs {
gap: 0.5rem;
}
.tab-btn {
padding: 0.8rem 1.5rem;
font-size: 0.9rem;
}
.listing-card:hover {
transform: translateY(-10px);
}
}
.scroll-reveal {
opacity: 0;
transform: translateY(50px);
transition: all 0.6s ease;
}
.scroll-reveal.revealed {
opacity: 1;
transform: translateY(0);
}
</style>
</head>
<body>
<!-- Animated Background -->
<div class="hero-bg"></div>
<div class="glass-overlay"></div>
<!-- Floating Particles -->
<div class="particle"></div>
<div class="particle"></div>
<div class="particle"></div>
<!-- Header -->
<header>
<nav class="nav">
<div class="logo">
<div class="logo-icon">
<div class="logo-pin"></div>
</div>
selling.lk
</div>
<ul class="nav-links">
<li><a href="#home">Home</a></li>
<li><a href="#features">Features</a></li>
<li><a href="#app">New App</a></li>
<li><a href="#categories">Categories</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>
<!-- Hero Section -->
<br><br><br>
<section class="hero" id="home">
<div class="hero-content">
<h1>The New Era of Classifieds</h1>
<p>Sri Lanka's trusted marketplace is getting a revolutionary makeover. Get ready to buy and sell like never before with our stunning new mobile app experience.</p>
<div class="cta-buttons">
<a href="#app" class="btn btn-primary">
📱 Preview New App
</a>
<a href="#newsletter" class="btn btn-secondary">
🔔 Get Early Access
</a>
</div>
</div>
<!-- Countdown Timer in Hero -->
<div class="hero-countdown">
<div class="countdown-title">App Launching In</div>
<div class="countdown">
<div class="countdown-item">
<span class="countdown-number" id="days">00</span>
<div class="countdown-label">Days</div>
</div>
<div class="countdown-item">
<span class="countdown-number" id="hours">00</span>
<div class="countdown-label">Hours</div>
</div>
<div class="countdown-item">
<span class="countdown-number" id="minutes">00</span>
<div class="countdown-label">Minutes</div>
</div>
<div class="countdown-item">
<span class="countdown-number" id="seconds">00</span>
<div class="countdown-label">Seconds</div>
</div>
</div>
</div>
</section>
<!-- New App - Classified Listings Preview -->
<section class="listings-preview scroll-reveal" id="listings">
<div class="container">
<h2 class="section-title">Browse Like Never Before</h2>
<p style="text-align: center; font-size: 1.2rem; opacity: 0.8; margin-bottom: 4rem;">Experience the new way to discover amazing deals across Sri Lanka</p>
<!-- Category Tabs -->
<div class="category-tabs">
<button class="tab-btn active" data-category="vehicles">🚗 Vehicles</button>
<button class="tab-btn" data-category="electronics">📱 Electronics</button>
<button class="tab-btn" data-category="property">🏠 Property</button>
<button class="tab-btn" data-category="fashion">👕 Fashion</button>
</div>
<!-- Listings Grid -->
<div class="listings-grid" id="listings-container">
<!-- Vehicles Category -->
<div class="listing-card vehicles-listing active" data-category="vehicles">
<div class="listing-image">
<div class="image-placeholder" style="background: linear-gradient(135deg, #1a4d1a, #4caf50);">
<div style="color: white; font-size: 4rem; display: flex; align-items: center; justify-content: center; height: 100%;">🚗</div>
</div>
<div class="listing-badge verified">✓ Verified</div>
<div class="listing-favorite">♡</div>
</div>
<div class="listing-content">
<div class="listing-price">Rs. 6,800,000</div>
<h3 class="listing-title">Toyota Prius 2018</h3>
<div class="listing-location">📍 Colombo 03</div>
<div class="listing-details">
<span>Hybrid • Automatic</span>
<span>85,000 km</span>
</div>
<div class="listing-stats">
<span>⭐ 4.9 (156)</span>
<span>👁 2.5k views</span>
<span>💬 Active now</span>
</div>
</div>
</div>
<div class="listing-card vehicles-listing active" data-category="vehicles">
<div class="listing-image">
<div class="image-placeholder" style="background: linear-gradient(135deg, #2d5f2d, #66bb6a);">
<div style="color: white; font-size: 4rem; display: flex; align-items: center; justify-content: center; height: 100%;">🏍</div>
</div>
<div class="listing-badge hot">🔥 Hot</div>
<div class="listing-favorite">♡</div>
</div>
<div class="listing-content">
<div class="listing-price">Rs. 485,000</div>
<h3 class="listing-title">Honda CBR 150R 2023</h3>
<div class="listing-location">📍 Kandy</div>
<div class="listing-details">
<span>Sport Bike • 150cc</span>
<span>12,000 km</span>
</div>
<div class="listing-stats">
<span>⭐ 4.7 (89)</span>
<span>👁 1.8k views</span>
<span>💬 2 hours ago</span>
</div>
</div>
</div>
<div class="listing-card vehicles-listing active" data-category="vehicles">
<div class="listing-image">
<div class="image-placeholder" style="background: linear-gradient(135deg, #1b4d1b, #4caf50);">
<div style="color: white; font-size: 4rem; display: flex; align-items: center; justify-content: center; height: 100%;">🚙</div>
</div>
<div class="listing-badge featured">⭐ Featured</div>
<div class="listing-favorite">♡</div>
</div>
<div class="listing-content">
<div class="listing-price">Rs. 12,500,000</div>
<h3 class="listing-title">Toyota Land Cruiser 2020</h3>
<div class="listing-location">📍 Galle</div>
<div class="listing-details">
<span>SUV • Diesel</span>
<span>45,000 km</span>
</div>
<div class="listing-stats">
<span>⭐ 5.0 (234)</span>
<span>👁 3.2k views</span>
<span>💬 Online now</span>
</div>
</div>
</div>
<!-- Electronics Category (hidden by default) -->
<div class="listing-card electronics-listing" data-category="electronics">
<div class="listing-image">
<div class="image-placeholder" style="background: linear-gradient(135deg, #1a4d1a, #4caf50);">
<div style="color: white; font-size: 4rem; display: flex; align-items: center; justify-content: center; height: 100%;">📱</div>
</div>
<div class="listing-badge new">✨ New</div>
<div class="listing-favorite">♡</div>
</div>
<div class="listing-content">
<div class="listing-price">Rs. 450,000</div>
<h3 class="listing-title">iPhone 15 Pro Max 256GB</h3>
<div class="listing-location">📍 Colombo 07</div>
<div class="listing-details">
<span>Natural Titanium • Unlocked</span>
<span>Brand New</span>
</div>
<div class="listing-stats">
<span>⭐ 4.8 (342)</span>
<span>👁 5.1k views</span>
<span>💬 Just now</span>
</div>
</div>
</div>
<div class="listing-card electronics-listing" data-category="electronics">
<div class="listing-image">
<div class="image-placeholder" style="background: linear-gradient(135deg, #2d5f2d, #66bb6a);">
<div style="color: white; font-size: 4rem; display: flex; align-items: center; justify-content: center; height: 100%;">💻</div>
</div>
<div class="listing-badge urgent">⚡ Urgent</div>
<div class="listing-favorite">♡</div>
</div>
<div class="listing-content">
<div class="listing-price">Rs. 285,000</div>
<h3 class="listing-title">MacBook Air M2 2023</h3>
<div class="listing-location">📍 Maharagama</div>
<div class="listing-details">
<span>13" • 8GB RAM • 256GB SSD</span>
<span>6 months old</span>
</div>
<div class="listing-stats">
<span>⭐ 4.9 (127)</span>
<span>👁 2.9k views</span>
<span>💬 5 min ago</span>
</div>
</div>
</div>
<!-- Property Category -->
<div class="listing-card property-listing" data-category="property">
<div class="listing-image">
<div class="image-placeholder" style="background: linear-gradient(135deg, #1a4d1a, #4caf50);">
<div style="color: white; font-size: 4rem; display: flex; align-items: center; justify-content: center; height: 100%;">🏡</div>
</div>
<div class="listing-badge premium">💎 Premium</div>
<div class="listing-favorite">♡</div>
</div>
<div class="listing-content">
<div class="listing-price">Rs. 45,000,000</div>
<h3 class="listing-title">Luxury Villa with Pool</h3>
<div class="listing-location">📍 Nugegoda</div>
<div class="listing-details">
<span>4 Bed • 3 Bath • 2500 sqft</span>
<span>15 Perches</span>
</div>
<div class="listing-stats">
<span>⭐ 4.8 (67)</span>
<span>👁 4.2k views</span>
<span>💬 1 hour ago</span>
</div>
</div>
</div>
<!-- Fashion Category -->
<div class="listing-card fashion-listing" data-category="fashion">
<div class="listing-image">
<div class="image-placeholder" style="background: linear-gradient(135deg, #1a4d1a, #4caf50);">
<div style="color: white; font-size: 4rem; display: flex; align-items: center; justify-content: center; height: 100%;">👕</div>
</div>
<div class="listing-badge sale">🏷 Sale</div>
<div class="listing-favorite">♡</div>
</div>
<div class="listing-content">
<div class="listing-price">Rs. 8,500</div>
<h3 class="listing-title">Nike Air Max Shoes</h3>
<div class="listing-location">📍 Colombo 04</div>
<div class="listing-details">
<span>Size 42 • Like New</span>
<span>Authentic</span>
</div>
<div class="listing-stats">
<span>⭐ 4.6 (94)</span>
<span>👁 1.3k views</span>
<span>💬 30 min ago</span>
</div>
</div>
</div>
</div>
<div style="text-align: center; margin-top: 3rem;">
<a href="#newsletter" class="btn btn-primary" style="font-size: 1.2rem; padding: 1.2rem 3rem;">
🚀 Experience the New App
</a>
</div>
</div>
</section>
<!-- Features Section -->
<section class="features scroll-reveal" id="features">
<div class="container">
<h2 class="section-title">Powerful New Features</h2>
<div class="features-grid">
<div class="feature-card">
<div class="feature-icon">🚀</div>
<h3>Lightning Fast Search</h3>
<p>Find what you're looking for instantly with our advanced search filters, location-based results, and smart suggestions.</p>
</div>
<div class="feature-card">
<div class="feature-icon">📸</div>
<h3>HD Image Gallery</h3>
<p>Showcase your items with high-quality photo galleries, zoom functionality, and automatic image optimization.</p>
</div>
<div class="feature-card">
<div class="feature-icon">💬</div>
<h3>Instant Messaging</h3>
<p>Chat directly with buyers and sellers in real-time with read receipts, image sharing, and voice messages.</p>
</div>
<div class="feature-card">
<div class="feature-icon">🔒</div>
<h3>Safe & Secure</h3>
<p>Verified profiles, secure payments, fraud protection, and trusted seller badges for complete peace of mind.</p>
</div>
<div class="feature-card">
<div class="feature-icon">📍</div>
<h3>Location Smart</h3>
<p>GPS-powered location services to find items near you with distance indicators and area-specific listings.</p>
</div>
<div class="feature-card">
<div class="feature-icon">⭐</div>
<h3>Reviews & Ratings</h3>
<p>Build trust with buyer/seller ratings, detailed reviews, and verified purchase history for transparency.</p>
</div>
</div>
</div>
</section>
<!-- Categories Section -->
<section class="categories scroll-reveal" id="categories">
<div class="container">
<h2 class="section-title">Popular Categories</h2>
<p style="text-align: center; font-size: 1.2rem; opacity: 0.8; margin-bottom: 2rem;">Browse thousands of items across all your favorite categories</p>
<div class="categories-grid">
<div class="category-card">
<div class="category-icon">🚗</div>
<h4>Vehicles</h4>
<p>Cars, Bikes, Three-wheelers</p>
</div>
<div class="category-card">
<div class="category-icon">📱</div>
<h4>Electronics</h4>
<p>Phones, Laptops, Gadgets</p>
</div>
<div class="category-card">
<div class="category-icon">🏠</div>
<h4>Property</h4>
<p>Houses, Land, Commercial</p>
</div>
<div class="category-card">
<div class="category-icon">👔</div>
<h4>Jobs</h4>
<p>Full-time, Part-time, Freelance</p>
</div>
<div class="category-card">
<div class="category-icon">👕</div>
<h4>Fashion</h4>
<p>Clothing, Shoes, Accessories</p>
</div>
<div class="category-card">
<div class="category-icon">🏡</div>
<h4>Home & Garden</h4>
<p>Furniture, Appliances, Decor</p>
</div>
<div class="category-card">
<div class="category-icon">🎮</div>
<h4>Hobbies</h4>
<p>Sports, Games, Music</p>
</div>
<div class="category-card">
<div class="category-icon">🐕</div>
<h4>Animals</h4>
<p>Pets, Pet Supplies, Services</p>
</div>
</div>
</div>
</section>
<!-- App Screenshots Section -->
<section class="screenshots scroll-reveal" id="app">
<div class="container">
<h2 class="section-title">Experience the New App</h2>
<p style="font-size: 1.2rem; opacity: 0.8; margin-bottom: 2rem;">Beautiful design meets powerful functionality</p>
<div class="phone-mockups">
<div class="phone-mockup">
<div class="phone-screen">
<div class="screen-content">
<div class="status-bar">
<span>9:41</span>
<span>🔋 100%</span>
</div>
<div class="app-header">
<div class="app-title">Welcome to Selling.lk</div>
<div class="app-subtitle">What are you looking for?</div>
</div>
<div class="feature-list">
<div class="feature-item">
<strong>🔍 Quick Search</strong><br>
<small>Find anything in seconds</small>
</div>
<div class="feature-item">
<strong>📍 Near You</strong><br>
<small>Items in Colombo, Kandy, Galle</small>
</div>
<div class="feature-item">
<strong>🔥 Trending Now</strong><br>
<small>iPhones, Cars, Property</small>
</div>
<div class="feature-item">
<strong>⚡ Quick Sell</strong><br>
<small>Post ad in under 2 minutes</small>
</div>
</div>
</div>
</div>
</div>
<div class="phone-mockup">
<div class="phone-screen">
<div class="screen-content">
<div class="status-bar">
<span>9:41</span>
<span>🔋 100%</span>
</div>
<div class="app-header">
<div class="app-title">Toyota Prius 2018</div>
<div class="app-subtitle">Rs. 6,800,000 - Colombo</div>
</div>
<div class="feature-list">
<div class="feature-item">
<strong>📸 HD Photos</strong><br>
<small>12 high-quality images</small>
</div>
<div class="feature-item">
<strong>✅ Verified Seller</strong><br>
<small>⭐ 4.8/5 (156 reviews)</small>
</div>
<div class="feature-item">
<strong>💬 Chat Now</strong><br>
<small>Usually replies within minutes</small>
</div>
<div class="feature-item">
<strong>📍 View Location</strong><br>
<small>2.3 km from you</small>
</div>
</div>
</div>
</div>
</div>
<div class="phone-mockup">
<div class="phone-screen">
<div class="screen-content">
<div class="status-bar">
<span>9:41</span>
<span>🔋 100%</span>
</div>
<div class="app-header">
<div class="app-title">My Dashboard</div>
<div class="app-subtitle">Manage your listings</div>
</div>
<div class="feature-list">
<div class="feature-item">
<strong>📊 Sales Analytics</strong><br>
<small>Track views and inquiries</small>
</div>
<div class="feature-item">
<strong>🎯 Boost Ads</strong><br>
<small>Increase visibility 10x</small>
</div>
<div class="feature-item">
<strong>💬 Messages</strong><br>
<small>3 new inquiries</small>
</div>
<div class="feature-item">
<strong>⚡ Quick Actions</strong><br>
<small>Edit, promote, delete</small>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Coming Soon Section -->
<section class="coming-soon scroll-reveal" id="coming-soon">
<div class="container">
<h2 class="section-title">Join the Beta Program</h2>
<p style="font-size: 1.3rem; opacity: 0.9; margin-bottom: 3rem;">The future of classified advertising in Sri Lanka is almost here. Join thousands of users waiting for the ultimate buying and selling experience.</p>
<div class="newsletter" id="newsletter">
<h3>Get Early Access</h3>
<p>Be the first to experience the new Selling.lk app. Join our exclusive beta program and get premium features for free!</p>
<form class="newsletter-form">
<input type="email" placeholder="Enter your email address" required>
<button type="submit" class="btn btn-primary">Join Beta Program</button>
</form>
</div>
</div>
</section>
<!-- Footer -->
<footer id="contact">
<div class="container">
<div class="footer-links">
<a href="#about">About Selling.lk</a>
<a href="#privacy">Privacy Policy</a>
<a href="#terms">Terms of Service</a>
<a href="#support">Help & Support</a>
<a href="#careers">Join Our Team</a>
</div>
<p style="opacity: 0.6;">© 2025 Selling.lk. All rights reserved. Sri Lanka's most trusted classified platform since 2016.</p>
</div>
</footer>
<script>
// Smooth scrolling for navigation links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
const target = document.querySelector(this.getAttribute('href'));
if (target) {
target.scrollIntoView({
behavior: 'smooth',
block: 'start'
});
}
});
});
// Scroll reveal animation
const observerOptions = {
threshold: 0.1,
rootMargin: '0px 0px -50px 0px'
};
const observer = new IntersectionObserver((entries) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
entry.target.classList.add('revealed');
}
});
}, observerOptions);
document.querySelectorAll('.scroll-reveal').forEach(el => {
observer.observe(el);
});
// Simple countdown timer with debugging
function startCountdown() {
console.log('Starting countdown...');
// Set target date to 28 days from now
const targetDate = new Date();
targetDate.setDate(targetDate.getDate() + 28);
console.log('Target date:', targetDate);
function updateDisplay() {
const now = new Date().getTime();
const timeLeft = targetDate.getTime() - now;
console.log('Time left:', timeLeft);
if (timeLeft > 0) {
const days = Math.floor(timeLeft / (1000 * 60 * 60 * 24));
const hours = Math.floor((timeLeft % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
const minutes = Math.floor((timeLeft % (1000 * 60 * 60)) / (1000 * 60));
const seconds = Math.floor((timeLeft % (1000 * 60)) / 1000);
console.log('Countdown:', days, hours, minutes, seconds);
// Update elements directly
const daysEl = document.getElementById('days');
const hoursEl = document.getElementById('hours');
const minutesEl = document.getElementById('minutes');
const secondsEl = document.getElementById('seconds');
console.log('Elements found:', daysEl, hoursEl, minutesEl, secondsEl);
if (daysEl) daysEl.textContent = days.toString().padStart(2, '0');
if (hoursEl) hoursEl.textContent = hours.toString().padStart(2, '0');
if (minutesEl) minutesEl.textContent = minutes.toString().padStart(2, '0');
if (secondsEl) secondsEl.textContent = seconds.toString().padStart(2, '0');
}
}
// Start immediately and repeat every second
updateDisplay();
setInterval(updateDisplay, 1000);
}
// Try multiple ways to start the countdown
if (document.readyState === 'loading') {
document.addEventListener('DOMContentLoaded', startCountdown);
} else {
startCountdown();
}
// Also start after a short delay as backup
setTimeout(startCountdown, 1000);
// Newsletter form submission
document.querySelector('.newsletter-form').addEventListener('submit', function(e) {
e.preventDefault();
const email = this.querySelector('input[type="email"]').value;
if (email) {
alert('Welcome to the Selling.lk beta program! We\'ll send you early access details soon.');
this.querySelector('input[type="email"]').value = '';
}
});
// Add some interactive hover effects
document.querySelectorAll('.feature-card, .category-card').forEach(card => {
card.addEventListener('mouseenter', function() {
this.style.transform = 'translateY(-15px) rotateX(5deg)';
});
card.addEventListener('mouseleave', function() {
this.style.transform = 'translateY(0) rotateX(0)';
});
});
// Add parallax effect to hero section
window.addEventListener('scroll', () => {
const scrolled = window.pageYOffset;
const hero = document.querySelector('.hero');
const rate = scrolled * -0.5;
hero.style.transform = `translateY(${rate}px)`;
});
// Add floating animation to phone mockups
document.querySelectorAll('.phone-mockup').forEach((phone, index) => {
phone.style.animation = `float 4s ease-in-out infinite ${index * 0.5}s`;
});
// Add dynamic typing effect to hero title
function typeWriter(element, text, speed = 100) {
let i = 0;
element.innerHTML = '';
function type() {
if (i < text.length) {
element.innerHTML += text.charAt(i);
i++;
setTimeout(type, speed);
}
}
type();
}
// Initialize typing effect after page load
window.addEventListener('load', () => {
const heroTitle = document.querySelector('.hero h1');
const originalText = heroTitle.textContent;
setTimeout(() => {
typeWriter(heroTitle, originalText, 80);
}, 500);
});
// Add mobile menu toggle functionality
const createMobileMenu = () => {
if (window.innerWidth <= 768) {
const nav = document.querySelector('.nav');
const navLinks = document.querySelector('.nav-links');
if (!document.querySelector('.mobile-menu-btn')) {
const menuBtn = document.createElement('button');
menuBtn.className = 'mobile-menu-btn';
menuBtn.innerHTML = '☰';
menuBtn.style.cssText = `
background: none;
border: none;
color: white;
font-size: 1.5rem;
cursor: pointer;
padding: 0.5rem;
`;
menuBtn.addEventListener('click', () => {
navLinks.style.display = navLinks.style.display === 'flex' ? 'none' : 'flex';
navLinks.style.flexDirection = 'column';
navLinks.style.position = 'absolute';
navLinks.style.top = '100%';
navLinks.style.left = '0';
navLinks.style.right = '0';
navLinks.style.background = 'rgba(0, 0, 0, 0.9)';
navLinks.style.padding = '1rem';
navLinks.style.borderRadius = '0 0 10px 10px';
});
nav.appendChild(menuBtn);
}
}
};
createMobileMenu();
window.addEventListener('resize', createMobileMenu);
// Add some extra sparkle effects
function createSparkle() {
const sparkle = document.createElement('div');
sparkle.style.cssText = `
position: fixed;
width: 4px;
height: 4px;
background: #4caf50;
border-radius: 50%;
pointer-events: none;
z-index: 9999;
animation: sparkleFloat 3s ease-out forwards;
`;
sparkle.style.left = Math.random() * window.innerWidth + 'px';
sparkle.style.top = Math.random() * window.innerHeight + 'px';
document.body.appendChild(sparkle);
setTimeout(() => sparkle.remove(), 3000);
}
// Add sparkle animation
const sparkleStyle = document.createElement('style');
sparkleStyle.textContent = `
@keyframes sparkleFloat {
0% {
opacity: 1;
transform: translateY(0) scale(0);
}
50% {
opacity: 1;
transform: translateY(-50px) scale(1);
}
100% {
opacity: 0;
transform: translateY(-100px) scale(0);
}
}
`;
document.head.appendChild(sparkleStyle);
// Create sparkles periodically
setInterval(createSparkle, 2000);
</script>
</body>
</html>