From 580483a2bd8e353c190ada82059a2b11f2c5ae1d Mon Sep 17 00:00:00 2001 From: Suvodip Ghosh Date: Tue, 28 Mar 2023 20:59:22 +0530 Subject: [PATCH] increase performance --- src/components/CourseAll.vue | 280 ++++++++++++++++++++++++++++++++++ src/pages/online-course.astro | 245 +---------------------------- 2 files changed, 284 insertions(+), 241 deletions(-) create mode 100644 src/components/CourseAll.vue diff --git a/src/components/CourseAll.vue b/src/components/CourseAll.vue new file mode 100644 index 0000000..3cf7be7 --- /dev/null +++ b/src/components/CourseAll.vue @@ -0,0 +1,280 @@ + + + diff --git a/src/pages/online-course.astro b/src/pages/online-course.astro index 8eb0ea8..e6860fe 100644 --- a/src/pages/online-course.astro +++ b/src/pages/online-course.astro @@ -3,10 +3,12 @@ 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 CourseAll from "../components/CourseAll.vue"; ---
+

Our Courses

@@ -71,247 +73,8 @@ import Header from "../components/Header.astro"; -
-
- -

CCLE (Computer Chip Level Engineering)

-
- - -
-
-
-
-
- -

DCAMS (Diploma In Computer Application & Multimedia Specialist)

-
- - -
-
-
-
-
- -

DCCTT (Diploma In Computer Teacher Training)

-
- - -
-
-
-
-
- -

DCNE (Diploma in computer Networking Engineering)

-
- - -
-
-
-
-
- -

DWDDWD (Diploma in Web Designing and Web Development)

-
- - -
-
-
-
-
- -

DM (Diploma in Multimedia)

-
- - -
-
-
-
-
- -

DIA (Diploma in Industrial Accounts)

-
- - -
-
-
-
-
- -

DSO Tailor (Diploma In Sewing Operating)

-
- - -
-
-
-
-
- -

DITA Tailor (Diploma In Information Technology & Application)

-
- - -
-
-
-
-
- -

KIDS Tailor (Smart Computer Course)

-
- - -
-
-
-
-
- -

MRME (Mobile Repairing And Maintenance Engineering)

-
- - -
-
-
-
-
- -

PGDCA (Post Graduate Diploma In Computer Application)

-
- - -
-
-
-
-
- -

SE (Spoken English)

-
- - -
-
-
-
-
- -

DCAA (Diploma In Computer Accounting)

-
- - -
-
-
-
-
- -

DIPWD (Diploma in Internet Programming& Web Designing)

-
- - -
-
-
-
-
- -

CICA (Certificate In Computer Application)

-
- - -
-
-
-
-
- -

CDEO (Certificate In Data Entry Operations)

-
- - -
-
-
-
-
- -

CCCA (Certificate course In computer Accounting)

-
- - -
-
-
-
-
- -

DDTP (Diploma In Desktop Publishing)

-
- - -
-
-
-
-
- -

DCHE (Diploma In Computer Hardware Engineering)

-
- - -
-
-
-
-
- -

DAC (Diploma in Auto Cad)

-
- - -
-
-
-
-
- -

DCMS (Diploma In Computer Multimedia Specialist)

-
- - -
-
-
-
-
- -

DVEE (Diploma In Video Editing Expert)

-
- - -
-
-
-
-
- -

DSWD (Diploma In Smart Web Designing)

-
- - -
-
-
+
@@ -332,7 +95,7 @@ import Header from "../components/Header.astro"; .area { width: 300px; height: 450px; - background-color: rgb(215, 247, 244); + /* background-color: rgb(215, 247, 244); */ border-radius: 16px; } .hr {