Skip to content

Commit

Permalink
Merge pull request #9 from GDSC-IIIT-Kalyani/main
Browse files Browse the repository at this point in the history
PR
  • Loading branch information
ImanKalyanChakraborty authored Jan 15, 2024
2 parents 95d5349 + 60251a5 commit ca64ce7
Show file tree
Hide file tree
Showing 4 changed files with 791 additions and 4 deletions.
10 changes: 6 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -221,16 +221,18 @@
</ul>
</div>
</div>
<div class="-z-50">
<div class="-z-50 relative">
<img class="w-full" src="/public/landingcomp.png" alt="">
<img id="mascot" class="absolute bottom-[2%] right-[30%] sm:w-40 sm:h-48 md:w-52 md:h-60 lg:w-60 lg:h-72 xl:w-72 xl:h-80 2xl:w-80 2xl:h-[25rem] animate-[mascot_5s_infinite_ease-in-out]" src="/public/mascot comp.svg" alt="">
</div>
</div>
</div>

<!-- Images and socials mobile -->
<div class="sm:hidden">
<div class="relative sm:hidden">
<!-- mobile landing image -->
<img id="moblandimg" class="w-full mx-auto" src="/public/heroimgmob.png" alt="">
<img id="moblandimg" class="w-full mx-auto" src="/public/heroimgmob.svg" alt="">
<img id="mascot" class="absolute bottom-[10%] right-[20%] w-[60%] h-[60%] animate-[mascot_5s_infinite_ease-in-out]" src="/public/mascot comp.svg" alt="">
<!-- div for socials for mobile screen -->
<div class="mobsocials relative">
<img id="moblanding" class=" w-[80%] sm:hidden mx-auto" src="/public/socialmob.png" alt="">
Expand Down Expand Up @@ -1244,7 +1246,7 @@ <h2 class="font-bangers text-black mb-0" id="flush-headingNine">
class="right-0 absolute w-56 h-72 translate-y-10 extrasmall:w-28 extrasmall:h-36 sm:w-44 sm:h-56 xl:h-80 xl:w-72"
/>
</footer>
<script src="./main.js"></script>
<script type="module" src="./main.js"></script>
<script type="module" src="./index.js"></script>
</body>
</html>
Loading

0 comments on commit ca64ce7

Please sign in to comment.