This commit is contained in:
2023-05-12 21:24:33 +05:30
parent 59c508cb9a
commit fc4bfa575b
14 changed files with 2139 additions and 24 deletions

View File

@@ -1,17 +1,20 @@
---
import Layout from "../layouts/Layout.astro"
import Header from "../components/Header.astro"
import MainMenu from "../components/MainMenu.vue"
import MainMenu from "../components/MainMenu.astro"
import Footer from "../components/Footer.astro"
---
<Layout title="">
<main>
<Header />
<MainMenu client:visible />
<div class="container mx-auto px-4">
<MainMenu />
<section class="container-fluid">
<div class="flex justify-center">
<img src="/img/clg.jpg" alt="clg" class="mb-5 rounded-b-2xl" width="100%"height="100%"/>
</div>
<img src="/img/clg.jpg" alt="clg" class="mb-5 rounded-b-2xl" width="100%"height="100%"/>
</div>
</section>
<div class="container mx-auto px-4">
<div class="flex justify-center">
<div class="flex justify-center right-56 bg-blue-700 w-56 text-white p-1 text-xl rounded-full">Vision of The College</div>
</div>