In today’s fast-paced world, finding the right life partner can be challenging. Many people are busy with their careers, education, and personal growth, leaving little time to meet someone special. This is where a Marriage Center plays a vital role. It acts as a bridge between two individuals or families, helping them find compatible partners based on preferences, culture, values, and lifestyle.
What is a Marriage Center? 💍
A Marriage Center is a professional platform or organization designed to help people find suitable life partners. It works like a matchmaking service but is often more personalized and focused on long-term relationships. Through proper guidance, verified profiles, and counseling sessions, these centers make the search for a life partner easier and more reliable.
How Does a Marriage Center Work? 🕊️
Marriage centers follow a structured process to ensure compatibility between partners:
-
Registration & Profile Creation 📝
Individuals or families register at the center and create detailed profiles, including personal information, education, profession, lifestyle, and preferences. -
Verification Process 🔒
Authenticity matters! Most reputable marriage centers verify documents and identities to ensure safety and trust. -
Matchmaking & Suggestions 💞
Using databases, algorithms, and personal consultations, the center suggests profiles that match the client’s preferences. -
Meetings & Interaction 🤝
The center often arranges meetings or online introductions between families or individuals to know each other better. -
Counseling & Support 🧠
Marriage centers may also provide counseling to help individuals and families overcome hesitation, cultural differences, or communication barriers.
Benefits of a Marriage Center 🌟
A marriage center isn’t just about finding a partner; it provides guidance, support, and confidence. Here are some key benefits:
-
Saves Time: No endless searching; the center shortlists compatible matches.
-
Verified Profiles: Ensures authenticity and reduces the risk of fake information.
-
Professional Counseling: Experts guide you through the process.
-
Privacy & Confidentiality: Your data and personal details remain secure.
-
Broader Options: Access to a wide range of potential matches beyond your social circle.
Online Marriage Centers – The Modern Solution 💻
With the rise of technology, online marriage centers have become extremely popular. These platforms allow you to:
-
Register and create profiles online.
-
Use smart filters to find compatible matches.
-
Communicate securely before meeting in person.
-
Connect with people globally.
Some online marriage centers even offer mobile apps, making the process faster and more convenient.
Conclusion ✨
A Marriage Center is more than just a matchmaking service — it’s a life-changing platform that brings people together, helps them make informed decisions, and supports them in finding happiness. Whether offline or online, these centers provide a safe, reliable, and effective way to find your perfect life partner.
If you’re ready to take the next big step in your life, a marriage center might just be the key to your happily ever after. ❤️
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Find Your Perfect Life Partner | Free Marriage Profiles</title>
<meta name="description" content="Find your perfect match with our Free Marriage & Dating Profiles. Fast, mobile-friendly, and secure. Create your profile and start chatting today!"/>
<meta name="keywords" content="marriage center, matrimony, dating, life partner, shaadi, rishta, matrimonial, USA dating, free profiles" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
:root {
--bg: #0e0f1a;
--card: #151729;
--accent: #ff3b77;
--accent-2: #7a5cff;
--accent-3: #5d8aff;
--text: #e9ecf8;
--muted: #a5acc7;
--success: #22c55e;
--warning: #f59e0b;
--error: #ef4444;
--radius: 16px;
--transition: all 0.3s ease;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html, body {
height: 100%;
background: radial-gradient(1200px 800px at 80% -10%, rgba(122,92,255,.25), transparent 40%),
linear-gradient(160deg, #0b0c16, #0f1122 60%, #0b0c16);
color: var(--text);
font-family: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
scroll-behavior: smooth;
overflow-x: hidden;
}
a {
color: inherit;
text-decoration: none;
}
.container {
max-width: 1200px;
margin: auto;
padding: 0 24px;
}
/* Header */
header {
position: sticky;
top: 0;
z-index: 100;
background: linear-gradient(180deg, rgba(15,17,34,.98), rgba(15,17,34,.85));
backdrop-filter: blur(12px);
border-bottom: 1px solid rgba(255,255,255,.08);
box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}
.nav {
display: flex;
align-items: center;
justify-content: space-between;
padding: 16px 0;
gap: 16px;
}
.brand {
display: flex;
align-items: center;
gap: 12px;
font-weight: 800;
font-size: 1.5rem;
background: linear-gradient(90deg, var(--accent), var(--accent-2));
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
.logo {
width: 40px;
height: 40px;
border-radius: 12px;
background: conic-gradient(from 0deg, var(--accent), var(--accent-2));
box-shadow: 0 0 24px rgba(255,59,119,.5);
display: flex;
align-items: center;
justify-content: center;
color: white;
}
.nav-links {
display: flex;
gap: 24px;
align-items: center;
}
.nav-link {
font-weight: 500;
transition: var(--transition);
position: relative;
}
.nav-link:after {
content: '';
position: absolute;
bottom: -5px;
left: 0;
width: 0;
height: 2px;
background: linear-gradient(90deg, var(--accent), var(--accent-2));
transition: var(--transition);
}
.nav-link:hover:after {
width: 100%;
}
.nav .cta {
padding: 12px 24px;
border-radius: 14px;
background: linear-gradient(90deg, var(--accent), var(--accent-2));
font-weight: 700;
box-shadow: 0 8px 24px rgba(122,92,255,.4);
transition: var(--transition);
}
.nav .cta:hover {
transform: translateY(-2px);
box-shadow: 0 12px 30px rgba(122,92,255,.5);
}
.mobile-menu-btn {
display: none;
background: none;
border: none;
color: var(--text);
font-size: 1.5rem;
cursor: pointer;
}
/* Hero Section */
.hero {
display: grid;
grid-template-columns: 1.2fr .8fr;
gap: 40px;
align-items: center;
padding: 80px 0;
position: relative;
}
.hero-content {
position: relative;
z-index: 2;
}
.badge {
display: inline-flex;
align-items: center;
gap: 8px;
border: 1px solid rgba(255,255,255,.15);
padding: 8px 16px;
border-radius: 999px;
color: var(--muted);
font-weight: 600;
background: rgba(255,255,255,.05);
backdrop-filter: blur(10px);
margin-bottom: 20px;
}
.check {
width: 18px;
height: 18px;
border-radius: 50%;
background: radial-gradient(circle at 30% 30%,#fff, #fff0 70%), conic-gradient(var(--success), var(--success));
display: inline-block;
}
.title {
font-size: 3.5rem;
line-height: 1.1;
margin: 14px 0;
font-weight: 800;
}
.title .grad {
background: linear-gradient(90deg, var(--accent), var(--accent-2), var(--accent-3));
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
position: relative;
display: inline-block;
}
.title .grad:after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 4px;
background: linear-gradient(90deg, var(--accent), var(--accent-2), var(--accent-3));
border-radius: 2px;
}
.sub {
color: var(--muted);
max-width: 600px;
font-size: 1.1rem;
line-height: 1.6;
margin-bottom: 30px;
}
.hero-card {
background: linear-gradient(145deg, rgba(122,92,255,.1), rgba(255,59,119,.08));
border: 1px solid rgba(255,255,255,.1);
border-radius: 24px;
padding: 24px;
box-shadow: 0 20px 60px rgba(0,0,0,.4);
backdrop-filter: blur(15px);
position: relative;
overflow: hidden;
z-index: 2;
transition: var(--transition);
}
.hero-card:hover {
transform: translateY(-5px);
box-shadow: 0 25px 70px rgba(0,0,0,.5);
}
.hero-card:before {
content: '';
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: radial-gradient(circle at center, rgba(255,255,255,0.1) 0%, transparent 70%);
transform: rotate(30deg);
z-index: -1;
}
.img-container {
width: 100%;
height: 320px;
border-radius: 16px;
overflow: hidden;
box-shadow: 0 10px 30px rgba(0,0,0,.3);
position: relative;
}
.hero-img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.kpis {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 16px;
margin-top: 30px;
}
.kpi {
background: rgba(255,255,255,.04);
border: 1px solid rgba(255,255,255,.08);
border-radius: 16px;
padding: 16px;
text-align: center;
transition: var(--transition);
}
.kpi:hover {
transform: translateY(-3px);
background: rgba(255,255,255,.06);
box-shadow: 0 8px 20px rgba(0,0,0,.2);
}
.kpi strong {
font-size: 26px;
font-weight: 700;
background: linear-gradient(90deg, var(--accent), var(--accent-2));
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
/* Buttons */
.btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
font-weight: 600;
border: none;
cursor: pointer;
transition: var(--transition);
font-family: 'Poppins', sans-serif;
}
.btn.primary {
padding: 16px 28px;
border-radius: 16px;
background: linear-gradient(90deg, var(--accent), var(--accent-2));
box-shadow: 0 14px 36px rgba(122,92,255,.5);
color: white;
font-size: 1rem;
}
.btn.primary:hover {
transform: translateY(-3px);
box-shadow: 0 18px 40px rgba(122,92,255,.6);
}
.btn.ghost {
padding: 14px 26px;
border-radius: 14px;
background: rgba(255,255,255,.06);
border: 1px solid rgba(255,255,255,.15);
color: var(--text);
}
.btn.ghost:hover {
background: rgba(255,255,255,.1);
transform: translateY(-2px);
}
.btn-group {
display: flex;
gap: 16px;
margin-top: 16px;
}
/* Profiles Section */
.section {
padding: 60px 0;
}
.section-header {
text-align: center;
margin-bottom: 50px;
}
.section-title {
font-size: 2.5rem;
font-weight: 800;
margin-bottom: 16px;
background: linear-gradient(90deg, var(--accent), var(--accent-2));
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
.section-subtitle {
color: var(--muted);
max-width: 600px;
margin: 0 auto;
font-size: 1.1rem;
}
.grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
gap: 24px;
}
.card {
background: var(--card);
border: 1px solid rgba(255,255,255,.1);
border-radius: 20px;
overflow: hidden;
position: relative;
transition: var(--transition);
box-shadow: 0 10px 30px rgba(0,0,0,.2);
}
.card:hover {
transform: translateY(-8px);
box-shadow: 0 15px 40px rgba(0,0,0,.3);
border-color: rgba(255,255,255,.15);
}
.img-wrap {
position: relative;
height: 260px;
overflow: hidden;
}
.img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: var(--transition);
}
.card:hover .img-wrap img {
transform: scale(1.05);
}
.chip {
position: absolute;
top: 12px;
left: 12px;
background: rgba(0,0,0,.6);
border: 1px solid rgba(255,255,255,.2);
padding: 6px 12px;
border-radius: 999px;
font-size: 12px;
font-weight: 600;
backdrop-filter: blur(10px);
}
.chip.verified {
background: rgba(34,197,94,.2);
border-color: rgba(34,197,94,.4);
color: #bbf7d0;
}
.chip.premium {
background: rgba(245,158,11,.2);
border-color: rgba(245,158,11,.4);
color: #fde68a;
}
.chip.new {
background: rgba(59,130,246,.2);
border-color: rgba(59,130,246,.4);
color: #bfdbfe;
}
.online {
position: absolute;
bottom: 12px;
left: 12px;
background: rgba(34,197,94,.2);
border: 1px solid rgba(34,197,94,.4);
color: #bbf7d0;
padding: 6px 12px;
border-radius: 999px;
font-size: 12px;
font-weight: 600;
display: flex;
align-items: center;
gap: 4px;
}
.online:before {
content: '';
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--success);
display: inline-block;
}
.content {
padding: 20px;
}
.name {
font-weight: 700;
font-size: 1.2rem;
margin-bottom: 4px;
}
.meta {
color: var(--muted);
font-size: 14px;
margin-bottom: 16px;
}
.actions {
display: flex;
gap: 12px;
}
.btn.view, .btn.chat {
flex: 1;
padding: 12px;
border-radius: 12px;
font-size: 14px;
font-weight: 600;
}
.btn.view {
background: rgba(255,255,255,.06);
border: 1px solid rgba(255,255,255,.15);
}
.btn.view:hover {
background: rgba(255,255,255,.1);
}
.btn.chat {
background: linear-gradient(90deg, var(--accent), var(--accent-2));
box-shadow: 0 8px 24px rgba(122,92,255,.4);
}
.btn.chat:hover {
box-shadow: 0 10px 28px rgba(122,92,255,.5);
transform: translateY(-2px);
}
/* Form Section */
.form-wrap {
display: grid;
grid-template-columns: 1.2fr .8fr;
gap: 30px;
}
form {
background: var(--card);
border: 1px solid rgba(255,255,255,.1);
border-radius: 20px;
padding: 30px;
box-shadow: 0 15px 40px rgba(0,0,0,.2);
}
.form-title {
font-size: 1.8rem;
margin-bottom: 24px;
font-weight: 700;
}
.field {
display: grid;
gap: 8px;
margin-bottom: 20px;
}
.field label {
font-size: 14px;
color: var(--muted);
font-weight: 500;
}
.field input, .field select {
padding: 14px 16px;
border-radius: 12px;
background: rgba(15,18,35,0.7);
color: var(--text);
border: 1px solid rgba(255,255,255,.15);
font-family: 'Poppins', sans-serif;
font-size: 16px;
transition: var(--transition);
}
.field input:focus, .field select:focus {
outline: none;
border-color: var(--accent);
box-shadow: 0 0 0 3px rgba(255,59,119,.2);
}
.disclaimer {
font-size: 12px;
color: var(--muted);
margin-top: 20px;
text-align: center;
}
/* Testimonials */
.testis {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 24px;
}
.quote {
background: linear-gradient(145deg, rgba(122,92,255,.1), rgba(255,59,119,.08));
border: 1px solid rgba(255,255,255,.1);
border-radius: 20px;
padding: 24px;
position: relative;
overflow: hidden;
}
.quote:before {
content: '"';
position: absolute;
top: 10px;
right: 20px;
font-size: 80px;
color: rgba(255,255,255,.05);
font-family: serif;
line-height: 1;
}
.quote strong {
display: block;
margin-bottom: 12px;
font-size: 1.2rem;
}
.quote .meta {
margin-bottom: 0;
}
/* CTA Section */
.cta {
margin-top: 40px;
text-align: center;
padding: 40px;
background: linear-gradient(90deg, rgba(255,59,119,.12), rgba(122,92,255,.12));
border: 1px solid rgba(255,255,255,.1);
border-radius: 24px;
position: relative;
overflow: hidden;
}
.cta:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.03' fill-rule='evenodd'/%3E%3C/svg%3E");
opacity: 0.3;
}
.cta-content {
position: relative;
z-index: 2;
}
/* Floating CTA */
.float-cta {
position: fixed;
right: 24px;
bottom: 24px;
z-index: 90;
}
.pulse {
position: relative;
animation: pulse 2s infinite;
}
@keyframes pulse {
0% {
transform: scale(1);
box-shadow: 0 0 0 0 rgba(255, 59, 119, 0.7);
}
70% {
transform: scale(1.05);
box-shadow: 0 0 0 12px rgba(255, 59, 119, 0);
}
100% {
transform: scale(1);
box-shadow: 0 0 0 0 rgba(255, 59, 119, 0);
}
}
/* Footer */
footer {
padding: 60px 0 30px;
color: var(--muted);
background: rgba(10,11,20,0.8);
border-top: 1px solid rgba(255,255,255,.08);
}
.footer-content {
display: flex;
justify-content: space-between;
gap: 40px;
flex-wrap: wrap;
margin-bottom: 40px;
}
.footer-col {
flex: 1;
min-width: 200px;
}
.footer-col h4 {
color: var(--text);
margin-bottom: 20px;
font-weight: 600;
font-size: 1.2rem;
}
.footer-links {
list-style: none;
}
.footer-links li {
margin-bottom: 12px;
}
.footer-links a {
transition: var(--transition);
}
.footer-links a:hover {
color: var(--accent);
padding-left: 5px;
}
.social-links {
display: flex;
gap: 16px;
margin-top: 20px;
}
.social-links a {
width: 40px;
height: 40px;
border-radius: 50%;
background: rgba(255,255,255,.08);
display: flex;
align-items: center;
justify-content: center;
transition: var(--transition);
}
.social-links a:hover {
background: linear-gradient(90deg, var(--accent), var(--accent-2));
transform: translateY(-3px);
}
.footer-bottom {
text-align: center;
padding-top: 30px;
border-top: 1px solid rgba(255,255,255,.08);
}
/* Particles Background */
.particles-container {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
pointer-events: none;
}
.particle {
position: absolute;
border-radius: 50%;
background: linear-gradient(90deg, var(--accent), var(--accent-2));
opacity: 0.3;
animation: float 15s infinite linear;
}
@keyframes float {
0% {
transform: translateY(0) rotate(0deg);
}
100% {
transform: translateY(-100vh) rotate(360deg);
}
}
/* Responsive Design */
@media (max-width: 1024px) {
.hero {
grid-template-columns: 1fr;
}
.form-wrap {
grid-template-columns: 1fr;
}
.title {
font-size: 3rem;
}
}
@media (max-width: 768px) {
.nav-links {
display: none;
}
.mobile-menu-btn {
display: block;
}
.title {
font-size: 2.5rem;
}
.btn-group {
flex-direction: column;
}
.kpis {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 480px) {
.title {
font-size: 2rem;
}
.section-title {
font-size: 2rem;
}
.kpis {
grid-template-columns: 1fr;
}
.hero-card {
padding: 16px;
}
}
/* Mobile Menu */
.mobile-menu {
position: fixed;
top: 0;
right: -100%;
width: 80%;
max-width: 400px;
height: 100vh;
background: var(--card);
z-index: 1000;
padding: 60px 30px;
transition: right 0.3s ease;
box-shadow: -5px 0 30px rgba(0,0,0,0.3);
overflow-y: auto;
}
.mobile-menu.active {
right: 0;
}
.mobile-menu-close {
position: absolute;
top: 20px;
right: 20px;
background: none;
border: none;
color: var(--text);
font-size: 1.5rem;
cursor: pointer;
}
.mobile-nav-links {
list-style: none;
display: flex;
flex-direction: column;
gap: 20px;
}
.mobile-nav-links a {
font-size: 1.2rem;
font-weight: 600;
padding: 10px 0;
border-bottom: 1px solid rgba(255,255,255,.1);
display: block;
}
.overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.7);
z-index: 999;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;
}
.overlay.active {
opacity: 1;
visibility: visible;
}
</style>
</head>
<body>
<!-- Particles Background -->
<div class="particles-container" id="particles"></div>
<!-- Header -->
<header>
<div class="container nav">
<div class="brand">
<span class="logo"><i class="fas fa-heart"></i></span>
Marriage Center
</div>
<nav class="nav-links">
<a href="techpk" class="nav-link">Home</a>
<a href="techpk" class="nav-link">Browse</a>
<a href="techpk" class="nav-link">Success Stories</a>
<a href="techpk" class="nav-link">About</a>
<a href="techpk" class="btn cta">Sign Up Free</a>
</nav>
<button class="mobile-menu-btn" id="menuBtn">
<i class="fas fa-bars"></i>
</button>
</div>
</header>
<!-- Mobile Menu -->
<div class="overlay" id="overlay"></div>
<div class="mobile-menu" id="mobileMenu">
<button class="mobile-menu-close" id="closeMenu">
<i class="fas fa-times"></i>
</button>
<ul class="mobile-nav-links">
<li><a href="techpk">Home</a></li>
<li><a href="techpk">Browse Profiles</a></li>
<li><a href="techpk">Success Stories</a></li>
<li><a href="techpk">About Us</a></li>
<li><a href="techpk" class="btn cta">Sign Up Free</a></li>
</ul>
</div>
<main class="container">
<!-- HERO -->
<section class="hero" id="home">
<div class="hero-content">
<span class="badge"><span class="check"></span> 100% Free & Secure</span>
<h1 class="title">Find Your <span class="grad">Perfect Life Partner</span> Today 💍</h1>
<p class="sub">Real profiles • Smart matching • Instant chat. Join 10,000+ happy members who found their partners with our trusted Marriage & Dating Center.</p>
<div class="btn-group">
<button class="btn primary" data-adlink>Start Chat Now</button>
<a href="techpk" class="btn ghost">View Popular Profiles</a>
</div>
<div class="kpis">
<div class="kpi"><strong>10k+</strong><div class="meta">Matches</div></div>
<div class="kpi"><strong>95%</strong><div class="meta">Happy Users</div></div>
<div class="kpi"><strong>24/7</strong><div class="meta">Support</div></div>
</div>
</div>
<div class="hero-card">
<div class="img-container">
<img src="https://t3.ftcdn.net/jpg/00/88/38/78/360_F_88387891_n2nqvC7uaVvWIRK9APxMFcmyIRP7vCdZ.jpg" alt="Happy couple" class="hero-img"/>
</div>
<div class="btn-group">
<button class="btn primary" data-adlink>Get My Matches</button>
<a class="btn ghost" href="techpk">Create Profile</a>
</div>
</div>
</section>
<!-- PROFILES -->
<section id="profiles" class="section">
<div class="section-header">
<h2 class="section-title">Featured Profiles</h2>
<p class="section-subtitle">Connect with verified singles looking for serious relationships</p>
</div>
<div class="grid">
<!-- Card 1 -->
<article class="card">
<div class="img-wrap">
<img src="https://media.licdn.com/dms/image/v2/C5603AQG47mLdrhxXdQ/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1617813887026?e=2147483647&v=beta&t=WQzpCNxm73mf3yubz_bkiuQ-feYcxXbMfr4OxQWkN64" alt="Ayesha, 25, New York"/>
<span class="chip verified">Verified</span>
<span class="online">Online now</span>
</div>
<div class="content">
<div class="name">Ayesha • 25</div>
<div class="meta">New York, USA • Designer</div>
<div class="actions">
<button class="btn view" data-adlink>View Profile</button>
<button class="btn chat" data-adlink>Start Chat</button>
</div>
</div>
</article>
<!-- Card 2 -->
<article class="card">
<div class="img-wrap">
<img src="https://media.licdn.com/dms/image/v2/D4E03AQE22wASn38Vrg/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1705361507987?e=2147483647&v=beta&t=DtsoVrHag0l-6iGk72NySfYaq3BaQoKG_n-o8q7b4O4" alt="Hassan, 28, Dallas"/>
<span class="chip premium">Premium</span>
<span class="online">Online now</span>
</div>
<div class="content">
<div class="name">Hassan • 28</div>
<div class="meta">Dallas, USA • Engineer</div>
<div class="actions">
<button class="btn view" data-adlink>View Profile</button>
<button class="btn chat" data-adlink>Start Chat</button>
</div>
</div>
</article>
<!-- Card 3 -->
<article class="card">
<div class="img-wrap">
<img src="https://media.licdn.com/dms/image/v2/D5603AQHm2bPu76wB5w/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1665195173286?e=2147483647&v=beta&t=n8t0IEYvIwOlRhmoXQgJQxFhlngncvbKvx6vlh2AIuQ" alt="Simran, 24, Chicago"/>
<span class="chip verified">Verified</span>
<span class="online">Online now</span>
</div>
<div class="content">
<div class="name">Simran • 24</div>
<div class="meta">Chicago, USA • Student</div>
<div class="actions">
<button class="btn view" data-adlink>View Profile</button>
<button class="btn chat" data-adlink>Start Chat</button>
</div>
</div>
</article>
<!-- Card 4 -->
<article class="card">
<div class="img-wrap">
<img src="https://media.licdn.com/dms/image/v2/C4E03AQGLo_VyPJwIpQ/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1516947520574?e=2147483647&v=beta&t=EV5GlquApHXPUK-ys5KBLK8BoJBJaD3LVE67qyBFEVc" alt="Adeel, 27, San Jose"/>
<span class="chip new">New</span>
<span class="online">Online now</span>
</div>
<div class="content">
<div class="name">Adeel • 27</div>
<div class="meta">San Jose, USA • Developer</div>
<div class="actions">
<button class="btn view" data-adlink>View Profile</button>
<button class="btn chat" data-adlink>Start Chat</button>
</div>
</div>
</article>
</div>
</section>
<!-- SIGNUP / LEAD FORM -->
<section id="signup" class="section">
<div class="section-header">
<h2 class="section-title">Create Your Free Profile</h2>
<p class="section-subtitle">Join thousands of singles finding their perfect match</p>
</div>
<div class="form-wrap">
<form id="leadForm">
<h3 class="form-title">Get Started in Seconds</h3>
<div class="field">
<label for="name">Full Name</label>
<input id="name" name="name" type="text" placeholder="Enter your full name" required>
</div>
<div class="field">
<label for="email">Email</label>
<input id="email" name="email" type="email" placeholder="Enter your email" required>
</div>
<div class="field">
<label for="gender">Gender</label>
<select id="gender" name="gender" required>
<option value="">Select</option>
<option>Female</option>
<option>Male</option>
<option>Prefer not to say</option>
</select>
</div>
<div class="field">
<label for="age">Age</label>
<input id="age" name="age" type="number" min="18" max="70" placeholder="Your age" required>
</div>
<div class="field">
<label for="city">City / Country</label>
<input id="city" name="city" type="text" placeholder="e.g., New York, USA" required>
</div>
<button class="btn primary" type="submit">Create Free Profile</button>
<p class="disclaimer">By continuing, you agree to our Terms & Privacy Policy.</p>
</form>
<div class="quote">
<h3 style="margin-top:0">Success Stories 💖</h3>
<p>“We matched in just 3 days and now planning our wedding. Thank you!” — <strong>Fatima & Omar</strong></p>
<p>“Smart recommendations and quick chat made it so easy.” — <strong>Emma & David</strong></p>
<div class="btn-group">
<button class="btn primary" data-adlink>Get My Matches</button>
<button class="btn ghost" data-adlink>See Dating Tips</button>
</div>
</div>
</div>
</section>
<!-- TESTIMONIALS / TRUST -->
<section class="section" id="success">
<div class="section-header">
<h2 class="section-title">Why Choose Us</h2>
<p class="section-subtitle">Trusted by thousands of successful couples worldwide</p>
</div>
<div class="testis">
<div class="quote">
<strong>Verified Profiles</strong>
<p class="meta">We scan and verify profiles for a safer experience.</p>
</div>
<div class="quote">
<strong>Smart Matching</strong>
<p class="meta">AI-based suggestions to find the right partner faster.</p>
</div>
<div class="quote">
<strong>24/7 Support</strong>
<p class="meta">Our team is here to help you anytime.</p>
</div>
</div>
<div class="cta">
<div class="cta-content">
<h3 style="margin-top:0">Ready to Meet Your Match? ❤️</h3>
<p class="meta">Click below to explore full profiles and start chatting instantly.</p>
<button class="btn primary" data-adlink>Browse Full Profiles</button>
</div>
</div>
</section>
</main>
<!-- Floating CTA -->
<div class="float-cta">
<button class="btn primary pulse" data-adlink><i class="fas fa-comment-dots"></i> Start Free Chat</button>
</div>
<footer>
<div class="container">
<div class="footer-content">
<div class="footer-col">
<h4>Marriage Center</h4>
<p>Finding your perfect match since 2015. Trusted by thousands of happy couples worldwide.</p>
<div class="social-links">
<a href="techpk"><i class="fab fa-facebook-f"></i></a>
<a href="techpk"><i class="fab fa-instagram"></i></a>
<a href="techpk"><i class="fab fa-twitter"></i></a>
<a href="techpk"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
<div class="footer-col">
<h4>Quick Links</h4>
<ul class="footer-links">
<li><a href="techpk">Home</a></li>
<li><a href="techpk">Browse Profiles</a></li>
<li><a href="techpk">Success Stories</a></li>
<li><a href="techpk">About Us</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Support</h4>
<ul class="footer-links">
<li><a href="techpk">Help Center</a></li>
<li><a href="techpk">Safety Tips</a></li>
<li><a href="techpk">Contact Us</a></li>
<li><a href="techpk">FAQ</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Legal</h4>
<ul class="footer-links">
<li><a href="techpk">Terms of Service</a></li>
<li><a href="techpk">Privacy Policy</a></li>
<li><a href="techpk">Cookie Policy</a></li>
<li><a href="techpk">Disclaimer</a></li>
</ul>
</div>
</div>
<div class="footer-bottom">
<p>© <span id="year"></span> Marriage Center • All rights reserved.</p>
</div>
</div>
</footer>
<script>
// Set current year
document.getElementById('year').textContent = new Date().getFullYear();
// Mobile menu functionality
const menuBtn = document.getElementById('menuBtn');
const closeMenu = document.getElementById('closeMenu');
const mobileMenu = document.getElementById('mobileMenu');
const overlay = document.getElementById('overlay');
menuBtn.addEventListener('click', () => {
mobileMenu.classList.add('active');
overlay.classList.add('active');
document.body.style.overflow = 'hidden';
});
closeMenu.addEventListener('click', closeMobileMenu);
overlay.addEventListener('click', closeMobileMenu);
function closeMobileMenu() {
mobileMenu.classList.remove('active');
overlay.classList.remove('active');
document.body.style.overflow = 'auto';
}
// Create particles background
function createParticles() {
const container = document.getElementById('particles');
const particleCount = 30;
for (let i = 0; i < particleCount; i++) {
const particle = document.createElement('div');
particle.classList.add('particle');
// Random properties
const size = Math.random() * 20 + 5;
const posX = Math.random() * 100;
const posY = Math.random() * 100;
const delay = Math.random() * 15;
const duration = Math.random() * 10 + 15;
particle.style.width = `${size}px`;
particle.style.height = `${size}px`;
particle.style.left = `${posX}vw`;
particle.style.top = `${posY}vh`;
particle.style.animationDelay = `${delay}s`;
particle.style.animationDuration = `${duration}s`;
container.appendChild(particle);
}
}
createParticles();
// Ad link handling
const AD_LINK = "techpk"; // Replaced with "techpk" as requested
document.querySelectorAll('[data-adlink]').forEach(el => {
el.addEventListener('click', () => {
window.open(AD_LINK, '_blank');
});
});
// Form submission
const form = document.getElementById('leadForm');
form.addEventListener('submit', (e) => {
e.preventDefault();
const data = Object.fromEntries(new FormData(form).entries());
console.log('Lead captured (demo):', data);
window.open(AD_LINK, '_blank');
// Show success message (optional)
alert('Profile created successfully! Redirecting...');
});
</script>
</body>
</html>
No comments:
Post a Comment
If you have any question you can ask me feelfree.