Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
royvivi29 committed Oct 1, 2024
1 parent 69ee0cf commit adad3eb
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
8 changes: 4 additions & 4 deletions dist/Event.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,26 +202,26 @@ <h3 class="text-lg sm:text-xl font-bold mb-4 custom-text-color">Codefeasta</h3>
</div>

<!-- Competition Card 2 -->
<div class="ml-5 mr-5 rounded-lg shadow-lg overflow-hidden transform hover:scale-105 transition-transform duration-300 competition-card">
<!-- <div class="ml-5 mr-5 rounded-lg shadow-lg overflow-hidden transform hover:scale-105 transition-transform duration-300 competition-card">
<img src="img/mystery.jpg" alt="Competition 2" class="w-full h-40 sm:h-48 object-cover">
<div class="p-4">
<h3 class="text-lg sm:text-xl font-bold mb-4 custom-text-color">Mystery Box Challenge</h3>
<a href="mysterybox.html" class="block text-center text-white text-base py-2 px-4 rounded-3xl transition-colors duration-300 custom-bg-color">
Read More
</a>
</div>
</div>
</div> -->

<!-- Competition Card 3 -->
<div class="ml-5 mr-5 rounded-lg shadow-lg overflow-hidden transform hover:scale-105 transition-transform duration-300 competition-card">
<!-- <div class="ml-5 mr-5 rounded-lg shadow-lg overflow-hidden transform hover:scale-105 transition-transform duration-300 competition-card">
<img src="img/40752.jpg" alt="Competition 3" class="w-full h-40 sm:h-48 object-cover">
<div class="p-4">
<h3 class="text-lg sm:text-xl font-bold mb-4 custom-text-color">Ad Mad Show</h3>
<a href="admadshow.html" class="block text-center text-white text-base py-2 px-4 rounded-3xl transition-colors duration-300 custom-bg-color">
Read More
</a>
</div>
</div>
</div> -->

<!-- Competition Card 4 -->
<div class="ml-5 mr-5 rounded-lg shadow-lg overflow-hidden transform hover:scale-105 transition-transform duration-300 competition-card">
Expand Down
3 changes: 2 additions & 1 deletion dist/codefeasta.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,9 @@ <h2 class="text-3xl font-semibold text-center mb-6">Event Highlights</h2>
<section class="bg-white shadow-md p-6 rounded-lg text-center">
<h2 class="text-3xl font-semibold text-center mb-6">Ready to Participate?</h2>
<p class="text-lg mb-4">Register now and secure your spot in the ultimate coding challenge!</p>
<a href="https://forms.gle/UBitDXxusnwkznU27" class="bg-blue-600 hover:bg-blue-700 text-white py-3 px-8 rounded-full text-lg font-semibold transition duration-300 ease-in-out">
<a href="http://localhost/registration/addnew.php" class="bg-blue-600 hover:bg-blue-700 text-white py-3 px-8 rounded-full text-lg font-semibold transition duration-300 ease-in-out">
Register Now
<!-- https://forms.gle/UBitDXxusnwkznU27 -->
</a>
</section>
</main>
Expand Down
2 changes: 1 addition & 1 deletion dist/debuggingbattle.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ <h2 class="text-3xl font-semibold text-center mb-6">Event Highlights</h2>
<section class="bg-white shadow-md p-6 rounded-lg text-center">
<h2 class="text-3xl font-semibold text-center mb-6">Ready to Participate?</h2>
<p class="text-lg mb-4">Sign up today and put your debugging skills to the test!</p>
<a href="https://forms.gle/3xY7g1w98DHh61sG8" class="bg-blue-600 hover:bg-blue-700 text-white py-3 px-8 rounded-full text-lg font-semibold transition duration-300 ease-in-out">
<a href="http://localhost/registration/debuggingadd.php" class="bg-blue-600 hover:bg-blue-700 text-white py-3 px-8 rounded-full text-lg font-semibold transition duration-300 ease-in-out">
Register Now
</a>
</section>
Expand Down
2 changes: 1 addition & 1 deletion dist/escaperoom.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ <h2 class="text-3xl font-semibold text-center mb-6">Event Highlights</h2>
<section class="bg-white shadow-md p-6 rounded-lg text-center">
<h2 class="text-3xl font-semibold text-center mb-6">Ready to Join the Challenge?</h2>
<p class="text-lg mb-4">Sign up now and let your creativity shine in the Mystery Box Challenge!</p>
<a href="https://forms.gle/78QSVKvVjtj66in16" class="bg-blue-600 hover:bg-blue-700 text-white py-3 px-8 rounded-full text-lg font-semibold transition duration-300 ease-in-out">
<a href="http://localhost/registration/escapeadd.php" class="bg-blue-600 hover:bg-blue-700 text-white py-3 px-8 rounded-full text-lg font-semibold transition duration-300 ease-in-out">
Register Now
</a>
</section>
Expand Down
3 changes: 2 additions & 1 deletion dist/mysterybox.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,9 @@ <h2 class="text-3xl font-semibold text-center mb-6">Event Highlights</h2>
<section class="bg-white shadow-md p-6 rounded-lg text-center">
<h2 class="text-3xl font-semibold text-center mb-6">Ready to Participate?</h2>
<p class="text-lg mb-4">Register now and secure your spot in the ultimate coding challenge!</p>
<a href="https://forms.gle/phJ3BVB88XSDyPqZ6" class="bg-blue-600 hover:bg-blue-700 text-white py-3 px-8 rounded-full text-lg font-semibold transition duration-300 ease-in-out">
<a href="http://localhost/registration/add_new1.php" class="bg-blue-600 hover:bg-blue-700 text-white py-3 px-8 rounded-full text-lg font-semibold transition duration-300 ease-in-out">
Register Now
<!-- https://forms.gle/phJ3BVB88XSDyPqZ6 -->
</a>
</section>
</main>
Expand Down

0 comments on commit adad3eb

Please sign in to comment.