diff --git a/public/img/bg.jpg b/public/img/bg.jpg new file mode 100644 index 0000000..5d7e511 Binary files /dev/null and b/public/img/bg.jpg differ diff --git a/src/components/Contactfrom.vue b/src/components/Contactfrom.vue new file mode 100644 index 0000000..2878eea --- /dev/null +++ b/src/components/Contactfrom.vue @@ -0,0 +1,91 @@ + + + \ No newline at end of file diff --git a/src/components/Header.astro b/src/components/Header.astro index 64aa00a..3fa829f 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -1,4 +1,4 @@ -
+
@@ -12,13 +12,10 @@
-
- -
\ No newline at end of file diff --git a/src/pages/contactus.astro b/src/pages/contactus.astro index bad8f4f..a3ea9de 100644 --- a/src/pages/contactus.astro +++ b/src/pages/contactus.astro @@ -3,6 +3,7 @@ import Layout from "../layouts/Layout.astro"; import Menu from "../components/Menu.astro"; import Mainfooter from "../components/Mainfooter.astro"; import Header from "../components/Header.astro"; +import Contactfrom from "../components/Contactfrom.vue"; ---
@@ -12,7 +13,7 @@ import Header from "../components/Header.astro";

Contact Information

- +

Head Office

Rajeev Gandhi Youth Computer Institute

Address: @@ -46,28 +47,28 @@ import Header from "../components/Header.astro";
-
-
-
View College on Google Map +
+
+
+ +
+
View College on Google Map -
-
-
+ - + diff --git a/src/pages/css-test.astro b/src/pages/css-test.astro new file mode 100644 index 0000000..380494d --- /dev/null +++ b/src/pages/css-test.astro @@ -0,0 +1,7 @@ +--- +import Layout from "../layouts/Layout.astro"; +import Online from "../components/Online.vue"; +--- + + + diff --git a/src/pages/index.astro b/src/pages/index.astro index a4a1267..4095265 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -30,7 +30,6 @@ import SwiperOne from '../components/SwiperOne';

DCA (Diploma In Computer Application)

-

Course Fee : 3000/-

@@ -41,7 +40,6 @@ import SwiperOne from '../components/SwiperOne';

DCA (Diploma In Computer Application)

-

Course Fee : 3000/-

@@ -52,7 +50,6 @@ import SwiperOne from '../components/SwiperOne';

DCA (Diploma In Computer Application)

-

Course Fee : 3000/-

@@ -63,7 +60,6 @@ import SwiperOne from '../components/SwiperOne';

DCA (Diploma In Computer Application)

-

Course Fee : 3000/-

@@ -74,7 +70,6 @@ import SwiperOne from '../components/SwiperOne';

DCA (Diploma In Computer Application)

-

Course Fee : 3000/-

@@ -85,7 +80,6 @@ import SwiperOne from '../components/SwiperOne';

DCA (Diploma In Computer Application)

-

Course Fee : 3000/-

@@ -96,7 +90,6 @@ import SwiperOne from '../components/SwiperOne';

DCA (Diploma In Computer Application)

-

Course Fee : 3000/-

@@ -107,7 +100,6 @@ import SwiperOne from '../components/SwiperOne';

DCA (Diploma In Computer Application)

-

Course Fee : 3000/-

@@ -118,7 +110,6 @@ import SwiperOne from '../components/SwiperOne';

DCA (Diploma In Computer Application)

-

Course Fee : 3000/-

@@ -158,9 +149,9 @@ import SwiperOne from '../components/SwiperOne';
-
-
-
+
+
+

Notice Board

@@ -170,9 +161,8 @@ import SwiperOne from '../components/SwiperOne';

We are providing Online course, Admission and classes online and also career guidance.

-
- +
+
@@ -186,7 +176,7 @@ import SwiperOne from '../components/SwiperOne';

Rajeev Gandhi Youth Computer Institute

Address:

Habra , North 24 Parganas, Pin - 743271, West Bengal

-
+ @@ -197,7 +187,7 @@ import SwiperOne from '../components/SwiperOne';

Rajeev Gandhi Youth Computer Institute

Address:

12/1, Iswar Gupta Road. Dum Dum Cant. Kol -28, WB

-
+ @@ -208,7 +198,7 @@ import SwiperOne from '../components/SwiperOne';

Rajeev Gandhi Youth Computer Institute

Address:

242/13, Ramraj Colony, Madeena Masjid Street, Siyana-203412. District-Bulandshahr (UP)

-
+ @@ -232,9 +222,32 @@ import SwiperOne from '../components/SwiperOne'; text-shadow: 2px 2px 10px #6e6e6e; } + + @media screen and (min-width: 801px) { .notice-area { - width: 450px; - height: 600px; + width: 450px; + height: 500px; + } + } + + @media screen and (max-width: 800px) { + .notice-area { + width: fit-content; + height: auto; + } + } + @media screen and (min-width: 801px) { + .youtube-area { + width: 100%; + height: 500px; + } + } + + @media screen and (max-width: 900px) { + .youtube-area { + width: 360px; + height: 300px; + } } .border-bottom { border-bottom: 2px solid #000000; @@ -268,7 +281,7 @@ import SwiperOne from '../components/SwiperOne'; .area { width: 300px; height: 450px; - background-color: rgb(215, 247, 244); + background-color: rgb(255, 255, 255); border-radius: 16px; } .hr {