Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
feat: add mellidai mettu section
Browse files Browse the repository at this point in the history
  • Loading branch information
ratheesk committed Jan 20, 2024
1 parent 5f3a9d2 commit f3fa194
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 6 deletions.
13 changes: 9 additions & 4 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -2088,7 +2088,7 @@ p.testimonial-body {
a.video-play-btn {
position: absolute;
background-color: #b0009c;
color: #051922;
color: #ffffff;
width: 90px;
height: 90px;
text-align: center;
Expand All @@ -2107,13 +2107,12 @@ a.video-play-btn {
}

.abt-bg {
background-image: url(../img/abt.jpg);
background-image: url(../img/mellidai-meddu.jpg);
height: 100%;
width: 100%;
background-size: cover;
background-position: center;
border-top-right-radius: 10px;
border-bottom-left-radius: 10px;
border-radius: 10px;
position: relative;
z-index: 1;
overflow: hidden;
Expand All @@ -2130,6 +2129,12 @@ a.video-play-btn {
opacity: 0.3;
}

.abt-section {
padding-top: 50px;
padding-bottom: 50px;
background-color: #e2e2e2;
}

.abt-section .abt-text {
padding: 50px;
padding-left: 30px;
Expand Down
Binary file added assets/img/mellidai-meddu.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 32 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,34 @@ <h3>Our<span class="orange-text"> Mission</span></h3>
</div>
<!-- end About section -->

<!-- advertisement section -->
<div class="abt-section mb-50 mt-25">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-12">
<div class="abt-bg">
<a href="https://www.youtube.com/watch?v=3OmP2C9aSSg" class="video-play-btn popup-youtube"><i
class="fas fa-play"></i></a>
</div>
</div>
<div class="col-lg-6 col-md-12">
<div class="abt-text">
<p class="top-sub">Her Dream Came True!</p>
<h2>Watch <span class="orange-text">Mellidai Mettu</span></h2>
<p>Enjoy the dynamic music video for "Mellidai Mettu," a powerful ode to the strength and resilience of
<b>women</b>.
</p>
<p>By oure talented SajaS, also known as Sajani Sivasithamparapillai from Mylampavely, Batticaloa. She's a
storytelling rapper on a mission.</p>
<a href="https://www.youtube.com/watch?v=3OmP2C9aSSg" class="boxed-btn mt-4">Watch on YouTube</a>
</div>
</div>
</div>
</div>
</div>
<!-- end advertisement section -->


<!-- team section -->
<div class="mt-15 pt-10 pb-10 team-section" id="team">
<div class="container">
Expand Down Expand Up @@ -263,12 +291,14 @@ <h2>Have you any question?</h2>
<div class="contact-form-wrap">
<div class="contact-form-box">
<h4><i class="fas fa-map"></i> Address</h4>
<p>DreamSpace Hive 7th Cross, <br> New Dutch Bar Road, <br> Kallady, <br> Batticaloa 30000, <br> Sri Lanka
<p> Dreams of Women, <br> DreamSpace Hive 7th Cross, <br> New Dutch Bar Road, <br> Kallady, <br>
Batticaloa
30000, <br> Sri Lanka
</p>
</div>
<div class="contact-form-box">
<h4><i class="fas fa-address-book"></i> Contact</h4>
<p>Phone: +94 (0) 65 222 6525 <br> Email: info@dreamspace.academy</p>
<p>Phone: +94 (0) 65 222 6525 <br> Email: info@dreamsofwomen.org</p>
</div>
</div>
</div>
Expand Down

0 comments on commit f3fa194

Please sign in to comment.