diff --git a/public/about/path.png b/public/about/path.png new file mode 100644 index 00000000..0e556442 Binary files /dev/null and b/public/about/path.png differ diff --git a/public/devc-1.png b/public/devc-1.png new file mode 100644 index 00000000..519ab53e Binary files /dev/null and b/public/devc-1.png differ diff --git a/src/components/about/our-story.astro b/src/components/about/our-story.astro new file mode 100644 index 00000000..179617a7 --- /dev/null +++ b/src/components/about/our-story.astro @@ -0,0 +1,327 @@ +--- +import { Image } from "astro:assets"; +--- + +
+
+ + +

+ About Us +

+
+
+
+
+
+
+
+ +
+ + DevC Casa illustration +
+ + +
+
+

+ DevC Casa is born +

+

Jan 2017

+
+

+ The Facebook Developer Circles program is a community-driven + initiative designed to foster collaboration and knowledge-sharing + among developers worldwide. +

+

+ Developer Circles Casablanca was one of the few communities + launched with the aim to provide a platform for Moroccan + developers to connect locally, learn new skills, collaborate on + projects, and advance their careers through workshops, meetups, + and online forums. +

+

+ DevC Casa had great success and was one the largest and most + active groups globally. A success that led to the creation of 2 + other DevCs in Rabat and Marrakech. +

+
+
+
+
+
+ +
+
+

+ Geeksblabla, as a DevC Casa podcast +

+

May 2018

+
+

+ The Facebook Developer Circles program is a community-driven + initiative designed to foster collaboration and knowledge-sharing + among developers worldwide. +

+

+ Developer Circles Casablanca was one of the few communities + launched with the aim to provide a platform for Moroccan + developers to connect locally, learn new skills, collaborate on + projects, and advance their careers through workshops, meetups, + and online forums. +

+

+ DevC Casa had great success and was one the largest and most + active groups globally. A success that led to the creation of 2 + other DevCs in Rabat and Marrakech. +

+
+ + +
+ + DevC Casa illustration +
+
+
+
+
+ +
+ + DevC Casa illustration +
+ + +
+
+

+ DevC Casa is born +

+

Jan 2017

+
+

+ The Facebook Developer Circles program is a community-driven + initiative designed to foster collaboration and knowledge-sharing + among developers worldwide. +

+

+ Developer Circles Casablanca was one of the few communities + launched with the aim to provide a platform for Moroccan + developers to connect locally, learn new skills, collaborate on + projects, and advance their careers through workshops, meetups, + and online forums. +

+

+ DevC Casa had great success and was one the largest and most + active groups globally. A success that led to the creation of 2 + other DevCs in Rabat and Marrakech. +

+
+
+
+
+
+ +
+
+

+ Geeksblabla, as a DevC Casa podcast +

+

May 2018

+
+

+ The Facebook Developer Circles program is a community-driven + initiative designed to foster collaboration and knowledge-sharing + among developers worldwide. +

+

+ Developer Circles Casablanca was one of the few communities + launched with the aim to provide a platform for Moroccan + developers to connect locally, learn new skills, collaborate on + projects, and advance their careers through workshops, meetups, + and online forums. +

+

+ DevC Casa had great success and was one the largest and most + active groups globally. A success that led to the creation of 2 + other DevCs in Rabat and Marrakech. +

+
+ + +
+ + DevC Casa illustration +
+
+
+
+
+ +
+ + DevC Casa illustration +
+ + +
+
+

+ DevC Casa is born +

+

Jan 2017

+
+

+ The Facebook Developer Circles program is a community-driven + initiative designed to foster collaboration and knowledge-sharing + among developers worldwide. +

+

+ Developer Circles Casablanca was one of the few communities + launched with the aim to provide a platform for Moroccan + developers to connect locally, learn new skills, collaborate on + projects, and advance their careers through workshops, meetups, + and online forums. +

+

+ DevC Casa had great success and was one the largest and most + active groups globally. A success that led to the creation of 2 + other DevCs in Rabat and Marrakech. +

+
+
+
+
+
+ +
+
+

+ Geeksblabla, as a DevC Casa podcast +

+

May 2018

+
+

+ The Facebook Developer Circles program is a community-driven + initiative designed to foster collaboration and knowledge-sharing + among developers worldwide. +

+

+ Developer Circles Casablanca was one of the few communities + launched with the aim to provide a platform for Moroccan + developers to connect locally, learn new skills, collaborate on + projects, and advance their careers through workshops, meetups, + and online forums. +

+

+ DevC Casa had great success and was one the largest and most + active groups globally. A success that led to the creation of 2 + other DevCs in Rabat and Marrakech. +

+
+ + +
+ + DevC Casa illustration +
+
+
+
+
+ +
+ + DevC Casa illustration +
+ + +
+
+

+ DevC Casa is born +

+

Jan 2017

+
+

+ The Facebook Developer Circles program is a community-driven + initiative designed to foster collaboration and knowledge-sharing + among developers worldwide. +

+

+ Developer Circles Casablanca was one of the few communities + launched with the aim to provide a platform for Moroccan + developers to connect locally, learn new skills, collaborate on + projects, and advance their careers through workshops, meetups, + and online forums. +

+

+ DevC Casa had great success and was one the largest and most + active groups globally. A success that led to the creation of 2 + other DevCs in Rabat and Marrakech. +

+
+
+
+
+
+
diff --git a/src/pages/about.astro b/src/pages/about.astro index 5544bb48..0e8f66c4 100644 --- a/src/pages/about.astro +++ b/src/pages/about.astro @@ -2,9 +2,11 @@ import Layout from "@/components/layout.astro"; import Header from "@/components/header.astro"; import Team from "@/components/about/team.astro"; +import OurStory from "@/components/about/our-story.astro"; ---
+