<!DOCTYPE html>
<html lang=”en”>
<head>
<meta charset=”UTF-8″>
<meta name=”viewport” content=”width=device-width, initial-scale=1.0″>
<title>Online Learning Hub | Film & Skill Courses</title>

<style>

body{
margin:0;
font-family:Arial, Helvetica, sans-serif;
background:#0f0f0f;
color:white;
}

header{
background:black;
padding:20px;
display:flex;
justify-content:space-between;
align-items:center;
}

header h2{
margin:0;
color:#f5c518;
}

.hero{
height:520px;
background:linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)),
url(“https://images.unsplash.com/photo-1505686994434-e3cc5abf1330”);
background-size:cover;
background-position:center;
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
text-align:center;
padding:20px;
}

.hero h1{
font-size:46px;
margin-bottom:20px;
}

.hero p{
font-size:18px;
max-width:700px;
}

.btn{
background:#e50914;
padding:14px 28px;
border-radius:6px;
color:white;
text-decoration:none;
font-weight:bold;
display:inline-block;
margin:10px;
}

.section{
padding:70px 20px;
max-width:1200px;
margin:auto;
}

.section h2{
text-align:center;
margin-bottom:40px;
font-size:36px;
}

.cards{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:25px;
}

.card{
background:#1c1c1c;
padding:25px;
border-radius:10px;
text-align:center;
box-shadow:0 8px 20px rgba(0,0,0,0.5);
}

.card h3{
color:#f5c518;
margin-bottom:15px;
}

.card p{
font-size:15px;
line-height:1.6;
}

.payment{
background:#111;
text-align:center;
padding:60px 20px;
}

.footer{
background:black;
padding:25px;
text-align:center;
font-size:14px;
}

</style>
</head>

<body>

<header>
<h2>Global Learning Hub</h2>
</header>

<section class=”hero”>

<h1>Learn Film & Career Skills Online</h1>

<p>Start your journey in Bollywood creative courses or high demand professional skills with affordable online learning.</p>

<a class=”btn” href=”https://www.bbsikho.in”>Explore Film Courses</a>

<a class=”btn” href=”https://www.quantumstudeo.in”>Explore Skill Courses</a>

</section>


<section class=”section”>

<h2>Bollywood Creative Courses</h2>

<div class=”cards”>

<div class=”card”>
<h3>Professional Acting</h3>
<p>Learn camera acting, dialogue delivery and performance techniques used in films and OTT platforms.</p>
<a class=”btn” href=”https://www.bbsikho.in”>Join Acting Course</a>
</div>

<div class=”card”>
<h3>Singing Training</h3>
<p>Improve voice control, music performance and stage confidence with professional guidance.</p>
<a class=”btn” href=”https://www.bbsikho.in”>Learn Singing</a>
</div>

<div class=”card”>
<h3>Photography</h3>
<p>Master cinematic photography techniques used in film and creative media.</p>
<a class=”btn” href=”https://www.bbsikho.in”>Photography Course</a>
</div>

</div>

</section>


<section class=”section”>

<h2>Professional Skill Courses</h2>

<div class=”cards”>

<div class=”card”>
<h3>Digital Marketing</h3>
<p>Learn SEO, social media marketing and online business growth strategies.</p>
<a class=”btn” href=”https://www.quantumstudeo.in”>Start Course</a>
</div>

<div class=”card”>
<h3>English Spoken</h3>
<p>Improve communication skills and build confidence for career growth.</p>
<a class=”btn” href=”https://www.quantumstudeo.in”>Join Course</a>
</div>

<div class=”card”>
<h3>Website Development</h3>
<p>Learn how to create websites and landing pages without coding.</p>
<a class=”btn” href=”https://www.quantumstudeo.in”>Learn Now</a>
</div>

</div>

</section>


<section class=”payment”>

<h2>Instant Course Enrollment</h2>

<p>You can directly pay course fee using UPI.</p>

<p style=”font-size:22px; color:#f5c518;”><b>UPI ID:</b> 9309393876@airtel</p>

<p>After payment send screenshot on WhatsApp for course access.</p>

<a class=”btn” href=”https://wa.me/919309393876″>Send Payment Screenshot</a>

</section>


<div class=”footer”>

<p>Film Courses: www.bbsikho.in</p>

<p>Skill Courses: www.quantumstudeo.in</p>

<p>UPI Payment: 9309393876@airtel</p>

<p>© 2026 Online Learning Hub</p>

</div>

</body>
</html>

Scroll to Top