-
Estd.-1956
Sree Chaitanya College,Habra
diff --git a/src/components/MainMenu.astro b/src/components/MainMenu.astro
new file mode 100644
index 0000000..b77841e
--- /dev/null
+++ b/src/components/MainMenu.astro
@@ -0,0 +1,300 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/MainMenu.vue b/src/components/MenuFinal.astro
similarity index 100%
rename from src/components/MainMenu.vue
rename to src/components/MenuFinal.astro
diff --git a/src/components/NoticePage.vue b/src/components/NoticePage.vue
new file mode 100644
index 0000000..d7d6d17
--- /dev/null
+++ b/src/components/NoticePage.vue
@@ -0,0 +1,42 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/NoticeSlug.vue b/src/components/NoticeSlug.vue
new file mode 100644
index 0000000..678e8c0
--- /dev/null
+++ b/src/components/NoticeSlug.vue
@@ -0,0 +1,89 @@
+
+
+
+
Loading ...
+
+
+
{{page[0].title}}
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/temp.vue b/src/components/temp.vue
new file mode 100644
index 0000000..bb3424a
--- /dev/null
+++ b/src/components/temp.vue
@@ -0,0 +1,1349 @@
+
+
+
+
+
+
+
+ Home
+
+
+
+
+
+ About
+
+
+
+
+
+ Notice
+
+
+
+
+
+ Library
+
+
+
+
+
+ Administration
+
+
+
+
+
+
+
+
+
+ Academics
+
+
+
+
+
+
+
+
+
+ Organizations
+
+
+
+
+
+
+
+
+
+ Facilities
+
+
+
+
+
+
+
+
+
+
+ Students
+
+
+
+
+
+
+
+
+
+ Contact
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/contact-us.astro b/src/pages/contact-us.astro
new file mode 100644
index 0000000..6897570
--- /dev/null
+++ b/src/pages/contact-us.astro
@@ -0,0 +1,44 @@
+---
+import Layout from "../layouts/Layout.astro"
+import Header from "../components/Header.astro"
+import MainMenu from "../components/MainMenu.astro"
+import Footer from "../components/Footer.astro"
+---
+
+
+
+
+
+
+
+
+
View College on Google Map
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/pages/documents/[id].astro b/src/pages/documents/[id].astro
index e6b43e9..fc6fabf 100644
--- a/src/pages/documents/[id].astro
+++ b/src/pages/documents/[id].astro
@@ -1,7 +1,7 @@
---
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"
export async function getStaticPaths() {
@@ -27,7 +27,7 @@ const idx = data.data.findIndex((n: { slug: string | undefined; }) => n.slug ===
-
{data.data[idx].title}
+
diff --git a/src/pages/documents/index.astro b/src/pages/documents/index.astro
index 2b5744c..4ad62de 100644
--- a/src/pages/documents/index.astro
+++ b/src/pages/documents/index.astro
@@ -1,8 +1,9 @@
---
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"
+import DocumentsPage from "../../components/DocumentsPage.vue"
const response = await fetch('https://api8.siliconpin.com/items/scc22?filter[status][_eq]=published&filter[type][_eq]=documents&sort=-date_created');
const data = await response.json();
const notice = data.data;
@@ -10,8 +11,9 @@ const notice = data.data;
---
-
-
+
+
+
diff --git a/src/pages/gallery.astro b/src/pages/gallery.astro
new file mode 100644
index 0000000..638c60d
--- /dev/null
+++ b/src/pages/gallery.astro
@@ -0,0 +1,242 @@
+---
+import Layout from "../layouts/Layout.astro"
+import Header from "../components/Header.astro"
+import MainMenu from "../components/MainMenu.astro"
+import Footer from "../components/Footer.astro"
+---
+
+
+
+
+
+
Gallery
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/pages/index.astro b/src/pages/index.astro
index a49b169..09a9b94 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -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"
---
-
-
+
+
-
-
+
+
+
+
+
diff --git a/src/pages/notice/[id].astro b/src/pages/notice/[id].astro
index 7342228..1b8bff4 100644
--- a/src/pages/notice/[id].astro
+++ b/src/pages/notice/[id].astro
@@ -1,7 +1,7 @@
---
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"
export async function getStaticPaths() {
@@ -23,14 +23,12 @@ const idx = data.data.findIndex((n: { slug: string | undefined; }) => n.slug ===
-
-
+
{data.data[idx].title}
-
diff --git a/src/pages/notice/index.astro b/src/pages/notice/index.astro
index 6c72b0d..e408414 100644
--- a/src/pages/notice/index.astro
+++ b/src/pages/notice/index.astro
@@ -1,17 +1,19 @@
---
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"
-const response = await fetch('https://api8.siliconpin.com/items/scc22?filter[status][_eq]=published&filter[type][_eq]=notice&sort=-date_created');
-const data = await response.json();
-const notice = data.data;
+import NoticePage from "../../components/NoticePage.vue"
+// const response = await fetch('https://api8.siliconpin.com/items/scc22?filter[status][_eq]=published&filter[type][_eq]=notice&sort=-date_created');
+// const data = await response.json();
+// const notice = data.data;
// console.log(data)
---
-
+
+