h f and gallery

This commit is contained in:
2022-11-06 19:50:03 -08:00
parent 937e7958e2
commit 09d0d8a58b
41 changed files with 249 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
<div
class="grid grid-cols-1 md:grid-cols-3 bg-stone-600 "
>
<div class="bg-stone-800 rounded-md h-44 m-6 text-gray-100 text-left text-xl p-3">Important Links<hr class="blue-400">
<div class="bg-stone-800 rounded-md h-48 m-6 text-gray-100 text-left text-xl p-3">Important Links<hr class="blue-400">
<div class="grid grid-rows-3 text-blue-600 p-3 gap-4">
<a href="gallery">Gallery <hr class="border-slate-900"></a>
<a href="notice">Notice <hr class="border-slate-900"></a>
@@ -26,6 +26,11 @@
</div>
</div>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 bg-stone-600 place-items-center text-gray-100 -mt-4 ">
<a href=""><div class="">© sreechaitanyacollege.in &nbsp |<hr> </div></a>
<a href=""><div class=""> Powered by DWD Consultancy Services &nbsp | <hr></div></a>
<a href=""><div class=""> Count 112964 &nbsp | Site Performance &nbsp <hr> </div></a>
</div>
</div>
</div>
</template>

View File

@@ -1,8 +1,10 @@
<template>
<header>
<div class="flex shadow p-2 lg:hidden bg-blue-700 text-white font-semibold place-items-center gap-7 "><img src="/img/logo3.png" alt="" class="w-12"> <p class=""> SREE CHAITANYA COLLEGE</p>
<div class=""> <button class="hover:bg-white hover:text-blue-700 rounded-full p-1">Log In</button> </div>
</div>
<div
class="flex flex-cols bg-blue-600 h-48 text-right justify-end text-white text-3xl pt-5 font-semibold pr-12"
>
class="hidden lg:block flex flex-cols bg-blue-600 h-48 text-right justify-end text-white text-3xl pt-5 font-semibold pr-12">
<img
src="/img/logo3.png"
alt="/img/logo3.png"