| Server IP : 127.0.0.1 / Your IP : 216.73.216.48 Web Server : Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.2.12 System : Windows NT DESKTOP-3H4FHQJ 10.0 build 19045 (Windows 10) AMD64 User : win 10 ( 0) PHP Version : 8.2.12 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : D:/xampp/htdocs-coblaa/Cinevaa/ |
Upload File : |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us | CINEVAA - Your Ultimate Movie Hub</title>
<style>
:root {
--primary-color: #e50914; /* Cinema Red */
--text-dark: #111827;
--text-light: #4b5563;
--bg-light: #f3f4f6;
--white: #ffffff;
}
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
line-height: 1.6;
color: var(--text-dark);
background-color: var(--bg-light);
margin: 0;
padding: 0;
}
header {
background-color: #000000; /* Darker header for cinema feel */
color: var(--white);
border-bottom: 3px solid var(--primary-color);
padding: 5rem 1rem;
text-align: center;
}
.container {
max-width: 850px;
margin: -4rem auto 3rem;
padding: 0 1.5rem;
}
.about-card {
background: var(--white);
padding: 3.5rem;
border-radius: 12px;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
h1 { font-size: 3rem; margin-bottom: 0.5rem; letter-spacing: -1px; }
h2 { color: var(--primary-color); margin-top: 2.5rem; font-size: 1.8rem; }
.mission-statement {
font-size: 1.3rem;
color: #d1d5db;
text-align: center;
margin-bottom: 0;
font-weight: 300;
}
.stats-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 1.5rem;
margin: 2.5rem 0;
text-align: center;
}
.stat-item {
padding: 1.5rem;
background: #fff5f5;
border-radius: 10px;
border: 1px solid #fee2e2;
}
.stat-item strong {
display: block;
font-size: 1.6rem;
color: var(--primary-color);
margin-bottom: 5px;
}
.highlight-box {
background-color: #111827;
color: white;
padding: 2rem;
border-radius: 8px;
margin-top: 2rem;
}
footer {
text-align: center;
padding: 3rem;
color: var(--text-light);
font-size: 0.9rem;
}
@media (max-width: 600px) {
.about-card { padding: 2rem 1.5rem; }
h1 { font-size: 2.2rem; }
}
</style>
</head>
<body>
<header>
<h1>CINEVAA</h1>
<p class="mission-statement">"Bringing the Cinema Experience to your Screen at coblaa.com"</p>
</header>
<div class="container">
<div class="about-card">
<h2>Our Story</h2>
<p><strong>CINEVAA</strong> was born out of a pure love for storytelling. We noticed that finding high-quality, accessible movies online was often a challenge. Our platform, <strong>coblaa.com</strong>, was built to bridge that gap—creating a destination where film lovers can discover everything from the latest blockbusters to timeless classics.</p>
<h2>Our Mission</h2>
<p>Our goal is simple: to provide a seamless, high-definition streaming environment for movie enthusiasts worldwide. We focus on curating a diverse library of content while ensuring our technology stays ahead of the curve, delivering buffer-free entertainment directly to your devices.</p>
<div class="stats-grid">
<div class="stat-item">
<strong>Ultra HD</strong>
Crystal Clear Quality
</div>
<div class="stat-item">
<strong>Global Library</strong>
Movies from Everywhere
</div>
<div class="stat-item">
<strong>Fast Streaming</strong>
Zero Lag Technology
</div>
</div>
<h2>Why Watch with CINEVAA?</h2>
<p>At <strong>coblaa.com</strong>, we don't just host movies; we celebrate them. We prioritize user experience, secure browsing, and a clean interface so you can focus on what matters most—the story on the screen.</p>
<div class="highlight-box">
<p style="margin: 0; text-align: center; font-weight: 500;">
Join thousands of movie fans today. Sit back, relax, and let CINEVAA handle the entertainment.
</p>
</div>
</div>
</div>
<footer>
© 2026 CINEVAA | coblaa.com <br>
All movie posters and trademarks are the property of their respective owners.
</footer>
</body>
</html>