<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Oficly - Strategic Content Marketing Platform</title>
<meta name="description" content="Premium content marketing and digital PR solutions to amplify your brand's online presence through strategic publishing">
<link rel="icon" type="image/x-icon" href="https://www.oficly.com/assets/images/oficly-icon.png" id="favicon">
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.5.2/css/all.min.css">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&display=swap" rel="stylesheet">
<!-- Updated Meta Tags for Content Marketing Focus -->
<meta property="og:title" content="Oficly - Strategic Content Marketing Platform">
<meta property="og:description" content="Amplify your brand through our premium content marketing and digital PR solutions">
<meta name="keywords" content="content marketing, digital PR, brand publishing, content distribution, editorial placements">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-K6ZWWZ7L7J"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-K6ZWWZ7L7J');
</script>
<style>
:root {
--primary: #3b82f6;
--secondary: #8b5cf6;
--text-primary: #1e293b;
--text-secondary: #475569;
--bg-primary: #ffffff;
--bg-secondary: #f8fafc;
--border-color: #e2e8f0;
}
.dark {
--primary: #60a5fa;
--secondary: #a78bfa;
--text-primary: #f1f5f9;
--text-secondary: #94a3b8;
--bg-primary: #0f172a;
--bg-secondary: #1e293b;
--border-color: #334155;
}
body {
font-family: 'Inter', sans-serif;
background-color: var(--bg-primary);
color: var(--text-primary);
line-height: 1.6;
transition: background-color 0.3s, color 0.3s;
overflow-x: hidden;
padding-top: 80px; /* Added to account for fixed header */
}
/* Apply base styles directly, use .dark for overrides */
body {
background-color: var(--bg-primary);
color: var(--text-primary);
}
/* Removed smooth scroll behavior */
html {
scroll-behavior: auto;
}
.glass {
background: rgba(246, 247, 255, 0.83); /* Light mode default */
box-shadow: 0 8px 32px 0 rgba(40,60,110,0.08);
border: 1.5px solid rgba(120, 150, 255, 0.10);
backdrop-filter: blur(12px);
border-radius: 24px;
transition: background 0.5s, box-shadow 0.5s, border-color 0.5s;
}
.dark .glass { /* Dark mode override */
background: rgba(32, 36, 58, 0.54);
box-shadow: 0 8px 32px 0 rgba(18, 21, 40, 0.12);
border: 1.5px solid rgba(120, 150, 255, 0.08);
}
/* Simplified blob styles */
.blob {
position: absolute;
filter: blur(40px);
z-index: 0;
pointer-events: none;
animation: float 8s ease-in-out infinite;
transition: opacity 0.5s, background 0.5s;
}
.blob1 { top: 2rem; left: -4rem; width: 350px; height: 350px; background: linear-gradient(90deg, #86e7ff 0%, #fff9fa 100%); opacity: 0.22; }
.blob2 { top: 340px; right: -2rem; width: 240px; height: 240px; background: linear-gradient(135deg, #ffe3f1 0%, #f9e8a3 100%); opacity: 0.19; }
.blob3 { bottom: -6rem; left: 45vw; width: 300px; height: 250px; background: linear-gradient(120deg, #ece4ff 0%, #a2f9ec 100%); opacity: 0.14; }
.dark .blob1 { background: linear-gradient(90deg, #46caff, #9155ff); opacity: 0.38; }
.dark .blob2 { background: linear-gradient(135deg, #ff85a3, #f9ce34); opacity: 0.38; }
.dark .blob3 { background: linear-gradient(120deg, #1fcfad, #46caff); opacity: 0.38; }
@keyframes float {
0%,100% { transform: translateY(0) scale(1);}
50% { transform: translateY(-30px) scale(1.1);}
}
/* Section title styles */
.section-title {
font-size: 2.5rem;
line-height: 1.2;
font-weight: 900;
margin-bottom: 1.6rem;
letter-spacing: -0.01em;
text-align: center;
color: #1e213b; /* Light mode default */
border-bottom: 4px solid #7c47fd; /* Light mode default */
text-shadow: 0 2px 16px rgba(170,150,255,0.07), 0 1px 0px #f6f8fc;
background: none !important;
-webkit-background-clip: initial !important;
-webkit-text-fill-color: initial !important;
padding: .25em 0;
display: inline-block;
border-radius: 2px;
max-width: 100%;
word-break: break-word;
}
.dark .section-title { /* Dark mode override */
color: #fff;
border-bottom: 4px solid #4f84ff;
text-shadow: 0 2px 24px rgba(51,98,160,0.13), 0 1px 0px #25294d;
}
/* Micro-float */
.micro-float {
transition: transform 0.22s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.22s;
}
.micro-float:hover {
transform: translateY(-6px) scale(1.04) rotate(-1deg);
box-shadow: 0 10px 32px 0 rgba(80, 100, 170, 0.09); /* Light default */
z-index: 2;
}
.dark .micro-float:hover {
box-shadow: 0 10px 32px 0 rgba(81, 146, 255, 0.13);
}
button:focus { outline: none;}
::-webkit-scrollbar { width: 8px; background: transparent; }
::-webkit-scrollbar-thumb { background: rgba(100,123,255,0.18); border-radius: 8px;}
/* Light Mode Specific Text/BG Overrides within .glass */
body.light .glass .text-gray-50,
body.light .glass .text-gray-100,
body.light .glass .text-gray-200,
body.light .glass .text-gray-300,
body.light .glass .text-gray-400 { color: #222845 !important; }
body.light .glass .text-blue-200 { color: #37517e !important; }
body.light .glass .text-pink-200 { color: #a7265f !important; }
body.light .glass .text-cyan-200 { color: #105676 !important; }
body.light .glass .text-yellow-200 { color: #b78601 !important; }
body.light .glass .text-green-200 { color: #22713b !important; }
body.light .glass .text-purple-200 { color: #773ec7 !important; }
body.light .glass .text-blue-300 { color: #2563eb !important; }
body.light .glass .text-cyan-300 { color: #0891b2 !important; }
body.light .glass .text-blue-400 { color: #3b82f6 !important; }
body.light .glass .text-cyan-400 { color: #2dd4bf !important; }
body.light .glass .text-purple-300 { color: #a78bfa !important; }
body.light .glass .text-yellow-300 { color: #fde047 !important; }
body.light .glass .text-pink-300 { color: #f472b6 !important; }
body.light .glass .text-green-300 { color: #4ade80 !important; }
body.light .glass .bg-gray-800,
body.light .glass .bg-gray-900 { background: #f6f8fc !important; }
body.light .glass .text-gray-900 { color: #232335 !important; }
body.light input,
body.light textarea { background: #f8fafc !important; color: #1a202c !important; }
body.light .glass .bg-gradient-to-r { color: #232335 !important; }
body.light .glass {
border: 1.5px solid rgba(85,95,140,0.09);
}
body.light .bg-gradient-to-r,
body.light .bg-gradient-to-tr,
body.light .bg-gradient-to-br,
body.light .bg-gradient-to-l { color: #28243c !important; }
/* Navigation Bar Styles */
nav {
transition: background 0.5s, border-color 0.5s;
background: rgba(250,251,255,0.96) !important; /* Light default */
border-color: #eee !important; /* Light default */
}
.dark nav { /* Dark mode override */
background: rgba(32, 36, 58, 0.54) !important; /* Use glass background from dark mode */
border-color: var(--border-color) !important; /* Use dark border color */
}
.testimonial-img {
border-width: 2.5px !important;
box-shadow: 0 2px 8px 0 rgba(41, 102, 180, 0.07);
}
.btn-gradient {
background-image: linear-gradient(90deg, #418dff 0%, #9155ff 100%);
color: #fff !important; /* Ensure text is white on gradient */
font-weight: bold;
border: none;
}
/* Headings inside cards */
.glass h3 {
color: #1e213b; /* Light default */
text-shadow: 0 1px 2px rgba(155,120,255,0.06), 0 1px 0px #f6f8fc;
}
.dark .glass h3 { /* Dark override */
color: #fff;
text-shadow: 0 2px 24px rgba(51,98,160,0.13), 0 1px 0px #25294d;
}
h2.section-title {margin-top:0;}
h2.section-title:after {display:none;}
/* Ensure default text colors are set correctly based on theme */
.text-gray-900 { color: var(--text-primary) !important; }
.text-white { color: var(--text-primary) !important; }
.dark .text-white { color: #fff !important; }
.dark .text-gray-100 { color: #f1f5f9 !important; }
.dark .text-gray-300 { color: #94a3b8 !important; }
.dark .text-gray-400 { color: #64748b !important; }
.dark .text-gray-500 { color: #475569 !important; }
/* PDF Export Styles - Keep as is */
.glass [class*="bg-gradient-"] {background-image:none !important;}
body.light .glass [class*="bg-gradient-"] {background-image:none !important;}
.glass,.blob{border-radius:24px;}
@media (max-width: 480px) {
.section-title {font-size:1.45rem;}
}
/* Header styles */
header {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 50;
background-color: var(--bg-secondary);
border-bottom: 1px solid var(--border-color);
transition: background-color 0.3s, border-color 0.3s;
backdrop-filter: blur(12px);
height: 80px;
}
.theme-toggle {
background: linear-gradient(90deg, var(--primary), var(--secondary));
color: white;
}
/* Logo switching for dark/light mode */
.logo-img, .icon-img {
transition: opacity 0.3s ease-in-out;
}
/* Default (Light Mode): Show light, hide dark */
.light-logo, .light-icon { display: block; }
.dark-logo, .dark-icon { display: none; }
/* Dark Mode: Show dark, hide light */
.dark .dark-logo, .dark .dark-icon { display: block; }
.dark .light-logo, .dark .light-icon { display: none; }
@media (max-width: 768px) {
header .nav-links {
display: none;
}
}
</style>
</head>
<body class="relative overflow-x-hidden">
<div class="blob blob1"></div>
<div class="blob blob2"></div>
<div class="blob blob3"></div>
<header>
<nav class="max-w-7xl mx-auto flex items-center justify-between px-4 py-4">
<div class="flex items-center space-x-2">
<a href="/" class="flex items-center">
<img src="https://www.oficly.com/assets/images/oficly-logo.png" alt="Oficly Logo Light" class="h-8 light-logo logo-img">
<img src="https://www.oficly.com/assets/images/oficly-logo-white.png" alt="Oficly Logo Dark" class="h-8 dark-logo logo-img">
</a>
<span class="text-sm font-medium hidden md:block" style="color: var(--text-secondary);">Content Marketing Solutions</span>
</div>
<div class="hidden md:flex space-x-8 text-base font-medium nav-links">
<a href="#solutions" class="hover:text-blue-300 transition" style="color: var(--text-secondary);">Solutions</a>
<a href="#network" class="hover:text-blue-300 transition" style="color: var(--text-secondary);">Our Network</a>
<a href="#pricing" class="hover:text-blue-300 transition" style="color: var(--text-secondary);">Pricing</a>
<a href="#contact" class="hover:text-blue-300 transition" style="color: var(--text-secondary);">Contact</a>
</div>
<div class="flex items-center space-x-4">
<button id="themeToggle" class="theme-toggle w-10 h-10 rounded-full flex items-center justify-center focus:outline-none">
<i class="fas fa-sun" id="lightIcon"></i>
<i class="fas fa-moon hidden" id="darkIcon"></i>
</button>
<!-- Currency Dropdown START -->
<div class="relative">
<select id="currencySelector" class="h-10 px-3 bg-gray-100 dark:bg-gray-700 border border-gray-300 dark:border-gray-600 text-gray-900 dark:text-white text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-28">
<option value="USD" selected>USD $</option>
<option value="INR">INR ₹</option>
</select>
</div>
<!-- Currency Dropdown END -->
<a href="login.php" class="bg-gradient-to-tr from-blue-500 via-cyan-400 to-purple-400 rounded-xl px-4 py-2 font-bold text-white hover:from-purple-400 hover:to-blue-500 transition whitespace-nowrap">Login/Register</a>
</div>
</nav>
</header>
<section class="relative pt-32 md:pt-40 pb-20 z-20">
<div class="max-w-6xl mx-auto px-4 flex flex-col items-center text-center">
<div class="w-full flex flex-col items-center glass p-10 pb-12 md:p-16 mb-8 shadow-xl relative" style="overflow: visible;">
<div class="absolute -top-10 right-10 hidden md:block pointer-events-none">
<svg width="80" height="80" viewBox="0 0 80 80" class="animate-spin-slow"><circle cx="40" cy="40" r="30" fill="#54E5FF" opacity="0.09"/></svg>
</div>
<h1 class="text-4xl sm:text-5xl font-extrabold leading-tight mb-4 tracking-tight" style="color: var(--text-primary);">
Strategic Content Marketing Platform<br>
<span class="bg-clip-text text-transparent bg-gradient-to-r from-blue-400 via-cyan-300 to-purple-400">Amplify Your Brand Authority</span>
</h1>
<p class="text-lg sm:text-xl max-w-2xl mx-auto mb-7" style="color: var(--text-secondary);">
Our premium publishing network helps brands establish thought leadership through strategic content placement in authoritative digital publications.
</p>
<div class="flex space-x-4 justify-center mb-2">
<a href="#network" class="micro-float px-6 py-3 font-bold rounded-2xl btn-gradient shadow-xl transition transform-gpu">Explore Network</a>
<a href="#solutions" class="micro-float px-6 py-3 font-bold rounded-2xl border-2 hover:text-white transition" style="border-color: var(--primary); color: var(--primary); background-color: var(--bg-secondary);">Our Solutions</a>
</div>
<div class="relative mt-8 flex flex-wrap justify-center gap-6">
<div class="w-40 h-44 glass border border-purple-400/20 shadow-2xl transform rotate-3 hover:scale-105 transition micro-float flex flex-col items-center justify-center">
<i class="fa-brands fa-medium fa-2x mb-2" style="color: var(--secondary);"></i>
<span class="text-lg font-bold" style="color: var(--text-primary);">Premium Digital Publications</span>
<span class="text-xs mt-1" style="color: var(--text-secondary);">Editorial Standards</span>
</div>
<div class="w-40 h-44 glass border border-blue-400/20 shadow-2xl transform -rotate-2 hover:scale-105 transition micro-float flex flex-col items-center justify-center">
<i class="fa-regular fa-newspaper fa-2x mb-2" style="color: var(--primary);"></i>
<span class="text-lg font-bold" style="color: var(--text-primary);">Strategic Content Placement</span>
<span class="text-xs mt-1" style="color: var(--text-secondary);">Targeted Audiences</span>
</div>
<div class="w-40 h-44 glass border border-yellow-400/15 shadow-2xl hover:scale-105 transition micro-float flex flex-col items-center justify-center">
<i class="fa-solid fa-chart-line fa-2x text-yellow-300 mb-2"></i>
<span class="text-lg font-bold" style="color: var(--text-primary);">Performance Analytics</span>
<span class="text-xs mt-1" style="color: var(--text-secondary);">ROI Tracking</span>
</div>
</div>
</div>
</div>
</section>
<section id="solutions" class="max-w-6xl mx-auto px-4 pb-20 z-20">
<h2 class="section-title text-center">Our Content Marketing Solutions</h2>
<div class="w-full mt-8 grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-10">
<div class="glass p-8 transition micro-float group flex flex-col items-center text-center relative">
<i class="fa-solid fa-pen-nib fa-2x text-cyan-300 mb-3"></i>
<h3 class="text-xl font-bold mb-1">Editorial Guest Contributions</h3>
<p class="text-sm" style="color: var(--text-secondary);">Place thought leadership content in premium digital publications to build brand authority.</p>
</div>
<div class="glass p-8 transition micro-float group flex flex-col items-center text-center relative">
<i class="fa-solid fa-shield-halved fa-2x text-purple-300 mb-3"></i>
<h3 class="text-xl font-bold mb-1">Secure Content Distribution</h3>
<p class="text-sm" style="color: var(--text-secondary);">Our escrow system ensures your content is published as agreed before payment is released.</p>
</div>
<div class="glass p-8 transition micro-float group flex flex-col items-center text-center">
<i class="fa-solid fa-magnifying-glass-chart fa-2x text-blue-300 mb-3"></i>
<h3 class="text-xl font-bold mb-1">Audience Targeting</h3>
<p class="text-sm" style="color: var(--text-secondary);">Match your content with publications that reach your ideal customer demographics.</p>
</div>
<div class="glass p-8 transition micro-float group flex flex-col items-center text-center">
<i class="fa-solid fa-bullseye fa-2x text-yellow-300 mb-3"></i>
<h3 class="text-xl font-bold mb-1">Niche Publication Access</h3>
<p class="text-sm" style="color: var(--text-secondary);">Specialized platforms in tech, business, health and other verticals.</p>
</div>
<div class="glass p-8 transition micro-float group flex flex-col items-center text-center">
<i class="fa-solid fa-file-circle-check fa-2x text-pink-300 mb-3"></i>
<h3 class="text-xl font-bold mb-1">Content Approval System</h3>
<p class="text-sm" style="color: var(--text-secondary);">Streamlined workflow from submission to publication with real-time updates.</p>
</div>
<div class="glass p-8 transition micro-float group flex flex-col items-center text-center">
<i class="fa-solid fa-chart-pie fa-2x text-green-300 mb-3"></i>
<h3 class="text-xl font-bold mb-1">Performance Reporting</h3>
<p class="text-sm" style="color: var(--text-secondary);">Track engagement metrics and referral traffic from each publication.</p>
</div>
</div>
</section>
<section id="network" class="relative max-w-6xl mx-auto px-4 py-12 z-20">
<h2 class="section-title text-center">Featured Publishing Partners</h2>
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-8 mt-8">
<div class="glass p-6 flex flex-col space-y-4 micro-float" style="border-color: rgba(59, 130, 246, 0.2);">
<div class="flex items-center space-x-2">
<span class="px-3 py-1 rounded-2xl bg-blue-500/20 text-blue-200 font-semibold text-xs"><i class="fa-solid fa-earth-americas"></i> Business</span>
<span class="px-2 py-1 rounded-full bg-cyan-500/20 text-cyan-200 text-xs">Est. 2015</span>
</div>
<span class="font-bold text-lg" style="color: var(--text-primary);">Business Innovation Journal</span>
<span class="text-xs" style="color: var(--text-secondary);">Technology, Leadership, Market Trends</span>
<span class="font-extrabold text-2xl price-value" style="color: var(--primary);" data-price-usd="400">$400</span>
<button class="btn-gradient font-bold px-5 py-2 rounded-xl micro-float mt-2 transition">Publish Content</button>
</div>
<div class="glass p-6 flex flex-col space-y-4 micro-float" style="border-color: rgba(236, 72, 153, 0.2);">
<div class="flex items-center space-x-2">
<span class="px-3 py-1 rounded-2xl bg-pink-500/20 text-pink-200 font-semibold text-xs"><i class="fa-solid fa-heart"></i> Lifestyle</span>
<span class="px-2 py-1 rounded-full bg-yellow-400/20 text-yellow-200 text-xs">500K Readers</span>
</div>
<span class="font-bold text-lg" style="color: var(--text-primary);">Modern Living Digest</span>
<span class="text-xs" style="color: var(--text-secondary);">Wellness, Home, Sustainable Living</span>
<span class="font-extrabold text-2xl text-pink-300 price-value" data-price-usd="350">$350</span>
<button class="btn-gradient font-bold px-5 py-2 rounded-xl micro-float mt-2 transition">Publish Content</button>
</div>
<div class="glass p-6 flex flex-col space-y-4 micro-float" style="border-color: rgba(251, 191, 36, 0.2);">
<div class="flex items-center space-x-2">
<span class="px-3 py-1 rounded-2xl bg-yellow-500/20 text-yellow-200 font-semibold text-xs"><i class="fa-solid fa-utensils"></i> Food</span>
<span class="px-2 py-1 rounded-full bg-purple-400/20 text-purple-200 text-xs">Industry Leader</span>
</div>
<span class="font-bold text-lg" style="color: var(--text-primary);">Culinary Trends Magazine</span>
<span class="text-xs" style="color: var(--text-secondary);">Gastronomy, Food Tech, Sustainability</span>
<span class="font-extrabold text-2xl text-yellow-300 price-value" data-price-usd="450">$450</span>
<button class="btn-gradient font-bold px-5 py-2 rounded-xl micro-float mt-2 transition">Publish Content</button>
</div>
</div>
</section>
<section id="pricing" class="max-w-6xl mx-auto px-4 py-16 z-10">
<h2 class="section-title text-center">High Quality Sites</h2>
<div class="flex flex-wrap items-center justify-center gap-8 mt-8">
<div class="glass p-10 max-w-xs w-full flex flex-col items-center micro-float" style="border-color: rgba(59, 130, 246, 0.2);">
<div class="flex flex-col items-center mb-6">
<span class="text-xl font-bold" style="color: var(--primary);">Troozer.com</span>
<span class="text-3xl font-extrabold mt-2 mb-2 price-value" style="color: var(--text-primary);" data-price-usd="40">$40</span>
<span style="color: var(--text-secondary);">Each Post</span>
</div>
<ul class="list-none text-sm space-y-2 mb-6" style="color: var(--text-secondary);">
<li><i class="fa-solid fa-check text-green-400 mr-1"></i> Ahrefs Traffic : 22.3k</li>
<li><i class="fa-solid fa-check text-green-400 mr-1"></i> Domain Rating : 39</li>
<li><i class="fa-solid fa-check text-green-400 mr-1"></i> Domain Authority : 57</li>
</ul>
<button class="btn-gradient px-7 py-2 rounded-xl micro-float"><a href="https://www.oficly.com/buy_post.php?site_id=12" class="text-white">Buy Post</a></button>
</div>
<div class="glass p-10 max-w-xs w-full flex flex-col items-center micro-float relative" style="border-color: rgba(6, 182, 212, 0.2);"> <div class="absolute top-0 left-1/2 transform -translate-x-1/2 -translate-y-1/2 px-6 py-1 rounded-full bg-purple-400 text-sm font-bold text-white shadow-xl">Most Popular</div>
<div class="flex flex-col items-center mb-6 mt-6">
<span class="text-xl font-bold text-cyan-300">Viloggers.com</span>
<span class="text-3xl font-extrabold mt-2 mb-2" style="color: var(--text-primary);"><span class="price-value" data-price-usd="15">$15</span> <span class="text-lg" style="color: var(--text-secondary);"></span></span>
<span style="color: var(--text-secondary);">Each Post</span>
</div>
<ul class="list-none text-sm space-y-2 mb-6" style="color: var(--text-secondary);">
<li><i class="fa-solid fa-check text-green-400 mr-1"></i> Ahrefs Traffic : 1.3k</li>
<li><i class="fa-solid fa-check text-green-400 mr-1"></i> Domain Rating : 72</li>
<li><i class="fa-solid fa-check text-green-400 mr-1"></i> Domain Authority : 50</li>
</ul>
<button class="btn-gradient px-7 py-2 rounded-xl micro-float">Buy Post</button>
</div>
<div class="glass p-10 max-w-xs w-full flex flex-col items-center micro-float" style="border-color: rgba(139, 92, 246, 0.2);"> <div class="flex flex-col items-center mb-6">
<span class="text-xl font-bold" style="color: var(--secondary);">Crackstube.com</span>
<span class="text-3xl font-extrabold mt-2 mb-2" style="color: var(--text-primary);"><span class="price-value" data-price-usd="40">$40</span> <span class="text-lg" style="color: var(--text-secondary);"></span></span>
<span style="color: var(--text-secondary);">Each Post</span>
</div>
<ul class="list-none text-sm space-y-2 mb-6" style="color: var(--text-secondary);">
<li><i class="fa-solid fa-check text-green-400 mr-1"></i> Ahrefs Traffic : 8.3k</li>
<li><i class="fa-solid fa-check text-green-400 mr-1"></i> Domain Rating : 38</li>
<li><i class="fa-solid fa-check text-green-400 mr-1"></i> Domain Authority : 50</li>
</ul>
<button class="btn-gradient px-7 py-2 rounded-xl micro-float">Buy Post</button>
</div>
</div>
</section>
<section id="testimonials" class="max-w-6xl mx-auto px-4 py-16">
<h2 class="section-title text-center">What Our Users Say</h2>
<div class="mt-10 flex flex-col md:flex-row items-start justify-center gap-8">
<div class="glass max-w-md p-8 micro-float" style="border-color: rgba(59, 130, 246, 0.2);">
<div class="flex items-center gap-3 mb-4">
<img src="https://randomuser.me/api/portraits/men/11.jpg" alt="User" class="w-12 h-12 rounded-full border-2 object-cover testimonial-img" style="border-color: var(--primary);">
<div>
<span class="font-bold" style="color: var(--primary);">James R.</span><br>
<span class="text-xs" style="color: var(--text-secondary);">SEO Agency Owner</span>
</div>
</div>
<p class="italic" style="color: var(--text-secondary);">"oficly's slick interface and curated network have taken our outreach game to a new level. Love the direct communication feature and transparent pricing!"</p> </div>
<div class="glass max-w-md p-8 micro-float" style="border-color: rgba(6, 182, 212, 0.2);">
<div class="flex items-center gap-3 mb-4">
<img src="https://randomuser.me/api/portraits/women/21.jpg" alt="User" class="w-12 h-12 rounded-full border-2 border-cyan-400 object-cover testimonial-img">
<div>
<span class="font-bold text-cyan-300">Aishwarya S.</span><br>
<span class="text-xs" style="color: var(--text-secondary);">Blogger</span>
</div>
</div>
<p class="italic" style="color: var(--text-secondary);">"Publishing guest posts was confusing before this platform. The oficly Wallets process made me feel totally safe and the workflow was so easy!"</p>
</div>
<div class="glass max-w-md p-8 micro-float" style="border-color: rgba(139, 92, 246, 0.2);">
<div class="flex items-center gap-3 mb-4">
<img src="https://randomuser.me/api/portraits/men/32.jpg" alt="User" class="w-12 h-12 rounded-full border-2 object-cover testimonial-img" style="border-color: var(--secondary);">
<div>
<span class="font-bold" style="color: var(--secondary);">Michael H.</span><br>
<span class="text-xs" style="color: var(--text-secondary);">Digital Marketer</span>
</div>
</div>
<p class="italic" style="color: var(--text-secondary);">"Cutting-edge design, robust filters, and premium Sites. I got published on high-authority sites in Instant not weeks."</p>
</div>
</div>
</section>
<section id="contact" class="max-w-4xl mx-auto px-4 py-16">
<h2 class="section-title text-center">Get in Touch</h2>
<div class="glass max-w-2xl mx-auto mt-7 p-10 flex flex-col">
<!-- Added address and contact information -->
<div class="mb-8 text-center">
<h3 class="text-xl font-bold mb-4" style="color: var(--primary);">Our Office</h3>
<p class="mb-2" style="color: var(--text-primary);">
<i class="fas fa-map-marker-alt mr-2"></i> 92, Pragati Vihar, Khora Colony, Gali No. 12
</p>
<p class="mb-2" style="color: var(--text-primary);">
Ghaziabad, Uttar Pradesh, India - 201001
</p>
<p class="mt-4" style="color: var(--text-primary);">
<i class="fas fa-person-alt mr-2"></i> <a href="#">Contact Person : Ajeet Gupta</a>
</p>
</div>
<form class="space-y-7">
<div class="flex flex-col md:flex-row gap-6">
<div class="flex-1">
<label class="block text-sm mb-2 font-bold" style="color: var(--text-secondary);">Your Name</label>
<input type="text" class="w-full p-3 rounded-xl border focus:border-blue-400 transition" style="background-color: var(--bg-primary); border-color: var(--border-color); color: var(--text-primary);" placeholder="Full name" required>
</div>
<div class="flex-1">
<label class="block text-sm mb-2 font-bold" style="color: var(--text-secondary);">Email Address</label>
<input type="email" class="w-full p-3 rounded-xl border focus:border-purple-400 transition" style="background-color: var(--bg-primary); border-color: var(--border-color); color: var(--text-primary);" placeholder="you@email.com" required>
</div>
</div>
<div>
<label class="block text-sm mb-2 font-bold" style="color: var(--text-secondary);">Your Message</label>
<textarea class="w-full p-3 rounded-xl border h-28 focus:border-cyan-400 transition" style="background-color: var(--bg-primary); border-color: var(--border-color); color: var(--text-primary);" placeholder="How can we help you?" required></textarea>
</div>
<button type="submit" class="btn-gradient px-8 py-3 rounded-xl micro-float shadow-xl transition">Send Message</button>
</form>
</div>
</section>
<footer class="w-full pb-8 pt-16 px-4 flex flex-col items-center justify-center text-center relative z-20" style="color: var(--text-secondary);">
<div class="flex space-x-6 mb-4">
<a href="#" class="hover:text-blue-400" style="color: var(--text-secondary);"><i class="fa-brands fa-x-twitter fa-lg"></i></a>
<a href="#" class="hover:text-blue-400" style="color: var(--text-secondary);"><i class="fa-brands fa-linkedin fa-lg"></i></a>
<a href="#" class="hover:text-blue-400" style="color: var(--text-secondary);"><i class="fa-brands fa-facebook fa-lg"></i></a>
<a href="#" class="hover:text-blue-400" style="color: var(--text-secondary);"><i class="fa-brands fa-discord fa-lg"></i></a>
</div>
<div class="text-sm">© 2025 oficly.com. All Right Reserved.</div><br>
<div class="text-sm">
<a href="privacy-policy.php" class="hover:text-blue-400 mx-2" style="color: var(--text-secondary);">Privacy Policy</a> |
<a href="terms-and-conditions.php" class="hover:text-blue-400 mx-2" style="color: var(--text-secondary);">Terms & Conditions</a> |
<a href="disclaimer.php" class="hover:text-blue-400 mx-2" style="color: var(--text-secondary);">Disclaimer</a> |
<a href="refund-policy.php" class="hover:text-blue-400 mx-2" style="color: var(--text-secondary);">Refund Policy</a>
</div>
</footer>
<script>
// Hero SVG Animation (Keep existing)
document.querySelectorAll('.animate-spin-slow').forEach(el => {
el.animate(
[{ transform: 'rotate(0deg)' }, { transform: 'rotate(360deg)' }],
{ duration: 12000, iterations: Infinity }
);
});
// --- Corrected Theme Toggle Logic ---
const themeToggle = document.getElementById('themeToggle');
const lightIconEl = document.getElementById('lightIcon');
const darkIconEl = document.getElementById('darkIcon');
const body = document.body;
const favicon = document.getElementById('favicon');
const lightFavicon = 'https://www.oficly.com/assets/images/oficly-icon.png'; // Updated favicon path
const darkFavicon = 'https://www.oficly.com/assets/images/oficly-icon-white.png'; // Updated dark favicon path
const applyTheme = (theme) => {
body.classList.remove('dark', 'light');
if (theme === 'dark') {
body.classList.add('dark');
if(lightIconEl) lightIconEl.classList.add('hidden');
if(darkIconEl) darkIconEl.classList.remove('hidden');
if(favicon) favicon.href = darkFavicon;
localStorage.setItem('theme', 'dark');
} else {
body.classList.add('light');
if(lightIconEl) lightIconEl.classList.remove('hidden');
if(darkIconEl) darkIconEl.classList.add('hidden');
if(favicon) favicon.href = lightFavicon;
localStorage.setItem('theme', 'light');
}
};
let initialTheme = localStorage.getItem('theme');
if (!initialTheme) {
initialTheme = window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light';
}
applyTheme(initialTheme);
if(themeToggle){
themeToggle.addEventListener('click', () => {
const newTheme = body.classList.contains('dark') ? 'light' : 'dark';
applyTheme(newTheme);
});
}
// --- Currency Conversion Logic START ---
const INR_EXCHANGE_RATE = 83.50; // Aap yahan current exchange rate daal sakte hain
const currencySelector = document.getElementById('currencySelector');
const priceElements = document.querySelectorAll('.price-value');
function updatePrices() {
const selectedCurrency = currencySelector.value;
priceElements.forEach(el => {
const usdPriceText = el.dataset.priceUsd;
if (usdPriceText === undefined) {
console.warn("Element missing data-price-usd:", el);
return;
}
const usdPrice = parseFloat(usdPriceText);
if (isNaN(usdPrice)) {
console.warn("Invalid data-price-usd value:", usdPriceText, "for element:", el);
return;
}
if (selectedCurrency === 'INR') {
const inrPrice = Math.round(usdPrice * INR_EXCHANGE_RATE);
el.textContent = `₹${inrPrice}`;
} else { // USD
el.textContent = `$${usdPrice}`;
}
});
}
if (currencySelector) {
currencySelector.addEventListener('change', updatePrices);
// Default is USD as per HTML, so no initial call to updatePrices is strictly needed
// unless you want to ensure it runs or if default could be INR from localStorage, etc.
}
// --- Currency Conversion Logic END ---
</script>
</body>
</html>