shell bypass 403
<%- include('./includes/header', { title: `Home - Little Groovin Guitars` }) %>
<main>
<section class="banner-0">
<div class="container">
<div class="row">
<div class="col-12 col-md-6">
<div class="black-lable">
<h2>our Lectures</h2>
</div>
</div>
<img src="/sites/little-groovin-guitar/images/Guitarpmg2.png" class="img-fluid ruper" alt="img">
</div>
</div>
</section>
<section class="mian-hoster-45">
<div class="container">
<div class="row">
<div class="col-12 col-md-6">
<div class="black-theme">
<h2>our Lectures</h2>
<p class="black-themo">“From Beginner to Pro: Your Journey Starts Here with Our Guitar Lectures”
</p>
</div>
</div>
<div class="col-12 col-md-6">
<div class="black-theme">
<p class="mouth">Little Groovin’ Guitars gets kids out of the lounge room and into the rehearsal
room. The program develops young musicians through the theoretical and practical application
of musical concepts, techniques and styles. </p>
<p class="mouth">
Students immediately experience their musicianship through lessons,
rehearsals, workshops with professional musicians, performance opportunities and their own
music video recording. They develop an understanding of music and its place in society,
providing the opportunity to pursue music as a career and as a vehicle of self expression
and enjoyment.</p>
<button>Read More</button>
</div>
</div>
</div>
</div>
</section>
<section class="tech-theme">
<div class="container">
<div class="row">
<div class="col-12 col-md-12">
<div class="theme-video">
<div class="video-container">
<video id="customVideo" class="video" width="1250" height="960" poster="images/loop-778.png">
<source src="/sites/little-groovin-guitar/images/SupeBeginner.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<div class="custom-play-btn" id="playButton">
<i class="fa fa-play"></i>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<%- include('./includes/footer') %>
</main>