<!DOCTYPE html>
<html lang="mr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OBS स्टुडिओ वापरून शैक्षणिक व्हिडिओ तयार करा</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f9f9f9;
color: #222;
}
.header {
background: linear-gradient(90deg, #0d47a1, #1976d2);
color: white;
text-align: center;
padding: 30px 20px;
animation: fadeInDown 1s ease-in-out;
}
.header h1 {
font-size: 2.5rem;
margin: 0;
}
.header h2, .header h3, .header p {
margin: 10px 0;
}
.content {
padding: 20px;
max-width: 1200px;
margin: auto;
animation: fadeIn 1s ease-in-out;
}
.section {
background: white;
margin: 20px 0;
padding: 25px;
border-radius: 12px;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.section h2 {
font-size: 1.75rem;
color: #0d47a1;
}
.section ul {
padding: 10px 20px;
}
.section ul li {
font-size: 1.05rem;
margin-bottom: 10px;
}
.cta {
text-align: center;
padding: 40px 20px;
background: #0d47a1;
color: white;
border-radius: 12px;
margin: 30px 0;
}
.cta a {
display: inline-block;
padding: 15px 35px;
background: white;
color: #0d47a1;
font-size: 1.2rem;
font-weight: bold;
border-radius: 8px;
text-decoration: none;
transition: all 0.3s ease;
}
.cta a:hover {
background: #1976d2;
color: white;
}
.footer {
text-align: center;
padding: 15px;
font-size: 0.9rem;
background: #333;
color: white;
}
.testimonials {
background-color: #fff8e1;
padding: 25px;
border-radius: 12px;
}
.testimonial {
border-left: 4px solid #0d47a1;
padding-left: 15px;
margin-bottom: 15px;
font-style: italic;
}
.video-section {
text-align: center;
margin: 30px auto;
}
iframe {
width: 100%;
max-width: 400px;
height: 700px;
border-radius: 12px;
box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}
@keyframes fadeInDown {
from { opacity: 0; transform: translateY(-20px); }
to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}
</style>
</head>
<body>
<div class="header">
<h1>OBS स्टुडिओ वापरून शैक्षणिक व्हिडिओ तयार करा</h1>
<h2>फक्त लॅपटॉप व संगणक वापरकर्त्यांसाठी</h2>
<h3>Special Recorded Course: फक्त ₹99 मध्ये</h3>
<p><strong>Everything you will learn in a burger price! कोर्स मराठीत उपलब्ध | वैधता: १ वर्ष</strong></p>
</div>
<div class="content">
<div class="video-section">
<h2>कोर्स माहिती व्हिडीओ:</h2>
<iframe src="https://www.youtube.com/embed/ebr7OtRgBys" title="YouTube video" frameborder="0" allowfullscreen></iframe>
</div>
<div class="section">
<h2>OBS Studio का निवडावे?</h2>
<ul>
<li>मोफत व ओपन-सोर्स सॉफ्टवेअर</li>
<li>उच्च दर्जाचे 4K रेकॉर्डिंग</li>
<li>स्क्रीन + वेबकॅम + ऑडिओ एकत्र रेकॉर्डिंग</li>
<li>ऑनलाईन कोर्स, लेक्चर व ट्युटोरियल्ससाठी सर्वोत्तम</li>
</ul>
</div>
<div class="section">
<h2>OBS Studio वापरून कोणते व्हिडिओ तयार करता येतात?</h2>
<ul>
<li>शैक्षणिक व्हिडिओ</li>
<li>पॉवरपॉईंट सादरीकरण</li>
<li>ऑनलाईन अभ्यासक्रम</li>
<li>प्रशिक्षण व डेमो व्हिडिओ</li>
</ul>
</div>
<div class="section">
<h2>OBS Studio वापरून कुठे Live Stream करता येईल?</h2>
<ul>
<li>YouTube, Facebook Live, Twitch</li>
<li>Google Meet, Zoom, Teams</li>
<li>Custom RTMP Server</li>
</ul>
</div>
<div class="section testimonials">
<h2>शिक्षकांचे अभिप्राय</h2>
<div class="testimonial">"मी OBS Studio वापरून पहिल्यांदाच व्हिडिओ तयार केला, आणि कोर्समुळे खूप सोपे वाटले!" - श्री. देशमुख सर</div>
<div class="testimonial">"हा कोर्स म्हणजे शिक्षकांसाठी वरदान आहे. आता मी माझे ऑनलाईन लेक्चर्स सहज बनवतो." - सौ. जोशी मॅडम</div>
<div class="testimonial">"संपूर्ण मराठीत असल्यामुळे समजायला अतिशय सोपा. धन्यवाद ICT Master!" - श्री. पाटील सर</div>
<div class="testimonial">"99 रुपयांत इतकं शिकायला मिळालं, विश्वास बसत नाही. खूप छान कोर्स!" - सौ. कदम मॅडम</div>
<div class="testimonial">"व्हिडिओ क्वालिटी आणि शिकवण्याची पद्धत दोन्ही प्रोफेशनल आहेत." - श्री. महाजन सर</div>
</div>
<div class="cta">
<h2>आजच कोर्समध्ये सहभागी व्हा!</h2>
<p>हा कोर्स पूर्णपणे रेकॉर्डेड असून, तुम्ही लगेचच शिकायला सुरुवात करू शकता.</p>
<a href="https://rzp.io/rzp/TQjvm9f" target="_blank">₹99 मध्ये सामील व्हा</a>
</div>
</div>
<div class="footer">
© 2025 | ICT Master: Ravindra Gurao
</div>
</body>
</html>