Skip to content

Commit

Permalink
Merge pull request #3 from nivijha/main
Browse files Browse the repository at this point in the history
Drive
  • Loading branch information
nivijha authored Nov 14, 2024
2 parents 37bb2dd + a1e4ee7 commit b5ca3d6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
15 changes: 15 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1546,3 +1546,18 @@ body.mobile-nav-active #mobile-nav-toggle {
}
}

/* Style for the Register button */
a[href="#call-to-action"] {
display: inline-block;
padding: 10px 20px;
background-color: #3f9bf7;
color: white;
border-radius: 15px; /* Rounded edges */
text-decoration: none;
font-weight: bold;
}

/* Optional: Add a hover effect */
a[href="#call-to-action"]:hover {
background-color: darkblue;
}
9 changes: 5 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@

<li><a href="#contact">Contact</a></li>
<li><a href="#call-to-action">Register</a></li>

</ul>
</nav><!-- #nav-menu-container -->
</div>
Expand All @@ -75,7 +76,7 @@
<div class="carousel-content">
<h2>LAFZ</h2>
<p style="font-family: Montserrat;"> An enchanting evening where words waltz and emotions pirouette under the spell of poetic verses.</p>
<a href="https://drive.google.com/file/d/1X-5O4KjudGGGd1UiqgdC40DbNf9bNkWN/view?usp=drive_link" class="btn-get-started scrollto">Download Brochure</a>
<a href="https://drive.google.com/file/d/1Ze-67rKErj9NejUKXQ6xpS4bwat9UWcW/view?usp=drivesdk" class="btn-get-started scrollto">Download Brochure</a>
</div>
</div>
</div>
Expand All @@ -84,9 +85,9 @@ <h2>LAFZ</h2>
<div class="carousel-container">
<div class="carousel-content">
<h2>JUIT YOUTH PARLIAMENT</h2>
<h3><b>30 Nov - 1 Dec</b></h3>
<b><h3>30 Nov - 1 Dec</h3></b>
<p style="font-family: Montserrat;">A platform for young voices to engage, debate, and enact positive change in shaping the future of governance and leadership.</p>
<a href="https://drive.google.com/file/d/1X-5O4KjudGGGd1UiqgdC40DbNf9bNkWN/view?usp=drive_link" class="btn-get-started scrollto">Download Brochure</a>
<a href="https://drive.google.com/file/d/1Ze-67rKErj9NejUKXQ6xpS4bwat9UWcW/view?usp=drivesdk" class="btn-get-started scrollto">Download Brochure</a>
</div>
</div>
</div>
Expand All @@ -96,7 +97,7 @@ <h3><b>30 Nov - 1 Dec</b></h3>
<div class="carousel-content">
<h2>CINE-FEST</h2>
<p style="font-family: Montserrat;">A vibrant spectacle of glamour, rhythm, and Bollywood magic, where the dance floor becomes a canvas for the colors of celebration.</p>
<a href="https://drive.google.com/file/d/1X-5O4KjudGGGd1UiqgdC40DbNf9bNkWN/view?usp=drive_link" class="btn-get-started scrollto">Download Brochure</a>
<a href="https://drive.google.com/file/d/1Ze-67rKErj9NejUKXQ6xpS4bwat9UWcW/view?usp=drivesdk" class="btn-get-started scrollto">Download Brochure</a>
</div>
</div>
</div>
Expand Down

0 comments on commit b5ca3d6

Please sign in to comment.