From b4fd143a876fe28c2ec17df4a293558f8245f48d Mon Sep 17 00:00:00 2001 From: Roaster05 <100672872+Roaster05@users.noreply.github.com> Date: Wed, 27 Sep 2023 18:59:40 +0530 Subject: [PATCH] fixed codestartpage UI --- src/components/FAQ2.vue | 53 ++++++ src/components/LookBack2.vue | 88 ++++++++++ src/components/QuesAns2.vue | 128 ++++++++++++++ src/components/Testimonials2.vue | 164 ++++++++++++++++++ src/components/codestart/About.vue | 2 +- .../codestart/CodestartSponsors.vue | 2 +- src/components/codestart/FAQ.vue | 6 +- src/components/codestart/Landing.vue | 4 +- src/components/layouts/SectionLayout2.vue | 95 ++++++++++ src/pages/CodeStart.vue | 6 +- 10 files changed, 538 insertions(+), 10 deletions(-) create mode 100644 src/components/FAQ2.vue create mode 100644 src/components/LookBack2.vue create mode 100644 src/components/QuesAns2.vue create mode 100644 src/components/Testimonials2.vue create mode 100644 src/components/layouts/SectionLayout2.vue diff --git a/src/components/FAQ2.vue b/src/components/FAQ2.vue new file mode 100644 index 0000000..b233c76 --- /dev/null +++ b/src/components/FAQ2.vue @@ -0,0 +1,53 @@ + + + + + + \ No newline at end of file diff --git a/src/components/LookBack2.vue b/src/components/LookBack2.vue new file mode 100644 index 0000000..15bdd53 --- /dev/null +++ b/src/components/LookBack2.vue @@ -0,0 +1,88 @@ + + + + + \ No newline at end of file diff --git a/src/components/QuesAns2.vue b/src/components/QuesAns2.vue new file mode 100644 index 0000000..5bcd687 --- /dev/null +++ b/src/components/QuesAns2.vue @@ -0,0 +1,128 @@ + + + + + + \ No newline at end of file diff --git a/src/components/Testimonials2.vue b/src/components/Testimonials2.vue new file mode 100644 index 0000000..7ed6572 --- /dev/null +++ b/src/components/Testimonials2.vue @@ -0,0 +1,164 @@ + + + + + + \ No newline at end of file diff --git a/src/components/codestart/About.vue b/src/components/codestart/About.vue index 4504b11..a0b7c77 100644 --- a/src/components/codestart/About.vue +++ b/src/components/codestart/About.vue @@ -9,7 +9,7 @@ CodeStart stands for fostering the growth of young minds and becoming a guiding + + + \ No newline at end of file diff --git a/src/pages/CodeStart.vue b/src/pages/CodeStart.vue index b21c1f3..e2c61cf 100644 --- a/src/pages/CodeStart.vue +++ b/src/pages/CodeStart.vue @@ -28,12 +28,12 @@ const About = () => import("@components/codestart/About"); const FAQ = () => import("@components/codestart/FAQ"); const Landing = () => import("@components/codestart/Landing"); - const Lookback = () => import("@components/Lookback"); + const Lookback = () => import("@components/Lookback2"); const Prizes = () => import("@components/codestart/Prizes"); const CodestartSponsors = () => import("@components/codestart/CodestartSponsors"); const FooterN = () => import("@components/codestart/FooterN"); - const SectionLayout = () => import("@components/layouts/SectionLayout"); - const Testimonials = () => import("@components/Testimonials"); + const SectionLayout = () => import("@components/layouts/SectionLayout2"); + const Testimonials = () => import("@components/Testimonials2"); export default { components: {