Skip to content

Commit

Permalink
Merge pull request #25 from iicsrm/kshavp
Browse files Browse the repository at this point in the history
Image update and Event heading
  • Loading branch information
iicsrm authored Jan 20, 2024
2 parents 9f0cef2 + 413dcaf commit 70c6e0d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
<div class="item"><img src="./public/img/teams/webxpert.png" alt="Slide 3"></div>
<div class="item"><img src="./public/img/teams/techsquad.jpeg" alt="Slide 4"></div>
</div>

</body>


<script>
// Initialize Owl Carousel
Expand Down
Binary file removed public/img/iic-logo.jpg
Binary file not shown.
Binary file removed public/img/iic-logo.png
Binary file not shown.
Binary file modified public/img/members/ujjwal.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions script/Event.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ const generateEvent = () =>{
<div class="block md:grid grid-cols-3 items-center gap-12">
<img src="./public/quizmantra.gif" alt="quizmantra" controls autoplay loop class="md:h-72 md:w-72 rounded-lg mx-auto shadow-lg shadow-black">
<div class="text-center my-10">
<h1 class="text-4xl md:text-6xl font-bold mb-4 ">Join Us for an Exciting Event!</h1>
<h1 class="text-4xl md:text-6xl font-bold mb-4 ">On 23rd January!</h1>
<p class="text-lg md:text-xl mb-8">Be part of something amazing.</p>
<a href="https://forms.gle/HJWj87pykjT1fNwq7" target="_blank" class="cursor-pointer bg-blue-700 text-white text-3xl font-medium p-4 rounded-full text-xl">Register Now !</a>
<a href="https://forms.gle/HJWj87pykjT1fNwq7" target="_blank" class="pointer-events-none bg-red-700 text-white text-3xl font-medium p-4 rounded-full text-xl">Registrations Over</a>
</div>
<img src="./public/img/qr.jpg" alt="qr" srcset="" class="h-48 w-48 md:h-72 md:w-72 rounded-lg mx-auto shadow-lg shadow-black">
</div>
Expand Down

0 comments on commit 70c6e0d

Please sign in to comment.