diff --git a/package.json b/package.json index e40712e..1abe178 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "@headlessui/vue": "^1.7.13", "@heroicons/vue": "1.0.6", "astro": "^1.7.2", + "js-cookie": "^3.0.5", "tailwindcss": "^3.2.4", "vue": "^3.2.45" }, diff --git a/src/components/Footer.astro b/src/components/Footer.astro index fae946b..d3c8fbc 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -6,14 +6,5 @@ import FooterComponent from "./FooterComponent.vue" diff --git a/src/components/Header.astro b/src/components/Header.astro deleted file mode 100644 index 0fed970..0000000 --- a/src/components/Header.astro +++ /dev/null @@ -1,19 +0,0 @@ - - - - - SREE CHAITANYA COLLEGE - - - - - Estd.-1956 - Sree Chaitanya College,Habra - (Arts and Science) - Prafullanagar, Habra, 24Pgs(N) Pin-743268, W.B - - - - diff --git a/src/components/MainMenu.astro b/src/components/MainMenu.astro index 6e08ed5..1167fb5 100644 --- a/src/components/MainMenu.astro +++ b/src/components/MainMenu.astro @@ -1,5 +1,43 @@ + + + + + sreechaitanya college + + Prafullanagar, Habra, 24Pgs(N) Pin-743268, W.B + + + + + + + Sree Chaitanya College,Habra + (Arts and Science) + Prafullanagar, Habra, 24Pgs(N) Pin-743268, W.B + + + + + + @@ -118,10 +156,30 @@ + \ No newline at end of file diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 7438732..8eaeaa1 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -4,6 +4,9 @@ export interface Props { } const { title } = Astro.props; +import PopUpWindow from '../components/popUpWindow.vue'; +import MainMenu from "../components/MainMenu.astro" +import Footer from '../components/Footer.astro'; --- @@ -20,12 +23,21 @@ const { title } = Astro.props; - + - + + + + + +