From c24edbe1de46f5d8132fb80f8d334319a19e6af2 Mon Sep 17 00:00:00 2001 From: Aditya Gupta <116362593+adisuyash@users.noreply.github.com> Date: Wed, 7 Feb 2024 21:37:13 +0530 Subject: [PATCH 1/3] Changed background color in mentees page --- .astro/types.d.ts | 77 +++++++++++++++++++++++++++++++ package-lock.json | 12 ++--- src/pages/mentees/[...slug].astro | 14 +++--- 3 files changed, 90 insertions(+), 13 deletions(-) diff --git a/.astro/types.d.ts b/.astro/types.d.ts index a8169c6..0bfae09 100644 --- a/.astro/types.d.ts +++ b/.astro/types.d.ts @@ -322,6 +322,13 @@ declare module 'astro:content' { collection: "cohort-3"; data: any } & { render(): Render[".md"] }; +"George.md": { + id: "George.md"; + slug: "george"; + body: string; + collection: "cohort-3"; + data: any +} & { render(): Render[".md"] }; "Gorretti.md": { id: "Gorretti.md"; slug: "gorretti"; @@ -329,6 +336,34 @@ declare module 'astro:content' { collection: "cohort-3"; data: any } & { render(): Render[".md"] }; +"Harpreet.md": { + id: "Harpreet.md"; + slug: "harpreet"; + body: string; + collection: "cohort-3"; + data: any +} & { render(): Render[".md"] }; +"Ihuoma.md": { + id: "Ihuoma.md"; + slug: "ihuoma"; + body: string; + collection: "cohort-3"; + data: any +} & { render(): Render[".md"] }; +"IjeomaOnwuka.md": { + id: "IjeomaOnwuka.md"; + slug: "ijeomaonwuka"; + body: string; + collection: "cohort-3"; + data: any +} & { render(): Render[".md"] }; +"Mayowa-Abikoye.md": { + id: "Mayowa-Abikoye.md"; + slug: "mayowa-abikoye"; + body: string; + collection: "cohort-3"; + data: any +} & { render(): Render[".md"] }; "Mayowa.md": { id: "Mayowa.md"; slug: "mayowa"; @@ -336,6 +371,13 @@ declare module 'astro:content' { collection: "cohort-3"; data: any } & { render(): Render[".md"] }; +"Olushola.md": { + id: "Olushola.md"; + slug: "olushola"; + body: string; + collection: "cohort-3"; + data: any +} & { render(): Render[".md"] }; "Samruddhi.md": { id: "Samruddhi.md"; slug: "samruddhi"; @@ -385,6 +427,13 @@ declare module 'astro:content' { collection: "cohort-3"; data: any } & { render(): Render[".md"] }; +"audrey.md": { + id: "audrey.md"; + slug: "audrey"; + body: string; + collection: "cohort-3"; + data: any +} & { render(): Render[".md"] }; "catherine.md": { id: "catherine.md"; slug: "catherine"; @@ -413,6 +462,13 @@ declare module 'astro:content' { collection: "cohort-3"; data: any } & { render(): Render[".md"] }; +"deborah.md": { + id: "deborah.md"; + slug: "deborah"; + body: string; + collection: "cohort-3"; + data: any +} & { render(): Render[".md"] }; "ella.md": { id: "ella.md"; slug: "ella"; @@ -420,6 +476,20 @@ declare module 'astro:content' { collection: "cohort-3"; data: any } & { render(): Render[".md"] }; +"ese.md": { + id: "ese.md"; + slug: "ese"; + body: string; + collection: "cohort-3"; + data: any +} & { render(): Render[".md"] }; +"felicia.md": { + id: "felicia.md"; + slug: "felicia"; + body: string; + collection: "cohort-3"; + data: any +} & { render(): Render[".md"] }; "geoffrey.md": { id: "geoffrey.md"; slug: "geoffrey"; @@ -448,6 +518,13 @@ declare module 'astro:content' { collection: "cohort-3"; data: any } & { render(): Render[".md"] }; +"makanju.md": { + id: "makanju.md"; + slug: "makanju"; + body: string; + collection: "cohort-3"; + data: any +} & { render(): Render[".md"] }; "musab.md": { id: "musab.md"; slug: "musab"; diff --git a/package-lock.json b/package-lock.json index fab1b42..12f8f9a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8208,9 +8208,9 @@ } }, "node_modules/vite": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.0.tgz", - "integrity": "sha512-ulr8rNLA6rkyFAlVWw2q5YJ91v098AFQ2R0PRFwPzREXOUJQPtFUG0t+/ZikhaOCDqFoDhN6/v8Sq0o4araFAw==", + "version": "4.5.2", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.2.tgz", + "integrity": "sha512-tBCZBNSBbHQkaGyhGCDUGqeo2ph8Fstyp6FMSvTtsXeZSPpSMGlviAOav2hxVTqFcx8Hj/twtWKsMJXNY0xI8w==", "dependencies": { "esbuild": "^0.18.10", "postcss": "^8.4.27", @@ -14510,9 +14510,9 @@ } }, "vite": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.0.tgz", - "integrity": "sha512-ulr8rNLA6rkyFAlVWw2q5YJ91v098AFQ2R0PRFwPzREXOUJQPtFUG0t+/ZikhaOCDqFoDhN6/v8Sq0o4araFAw==", + "version": "4.5.2", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.2.tgz", + "integrity": "sha512-tBCZBNSBbHQkaGyhGCDUGqeo2ph8Fstyp6FMSvTtsXeZSPpSMGlviAOav2hxVTqFcx8Hj/twtWKsMJXNY0xI8w==", "requires": { "esbuild": "^0.18.10", "fsevents": "~2.3.2", diff --git a/src/pages/mentees/[...slug].astro b/src/pages/mentees/[...slug].astro index bc9145d..d79adf2 100644 --- a/src/pages/mentees/[...slug].astro +++ b/src/pages/mentees/[...slug].astro @@ -51,10 +51,10 @@ const { Content } = await entry.render(); }} /> -
+
-
+
@@ -63,23 +63,23 @@ const { Content } = await entry.render();
-
+
-

+

{entry.data.name}

-

+

From 2a385a895760c5ef8806068caf6adf6a3e48864c Mon Sep 17 00:00:00 2001 From: Aditya Gupta <116362593+adisuyash@users.noreply.github.com> Date: Wed, 7 Feb 2024 21:56:17 +0530 Subject: [PATCH 2/3] Update background color and text color in alumni page --- src/pages/alumni/[...slug].astro | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pages/alumni/[...slug].astro b/src/pages/alumni/[...slug].astro index f51ee59..492d57e 100644 --- a/src/pages/alumni/[...slug].astro +++ b/src/pages/alumni/[...slug].astro @@ -51,10 +51,10 @@ const { Content } = await entry.render(); }} /> -
+
-
+
@@ -63,20 +63,20 @@ const { Content } = await entry.render();
-
+
-

+

{entry.data.name}

From 015a0a44a4794db7c923c8618ba1c25ce091ece4 Mon Sep 17 00:00:00 2001 From: Aditya Gupta <116362593+adisuyash@users.noreply.github.com> Date: Wed, 7 Feb 2024 22:17:46 +0530 Subject: [PATCH 3/3] Update social media link styles --- src/pages/alumni/[...slug].astro | 4 ++-- src/pages/mentees/[...slug].astro | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/alumni/[...slug].astro b/src/pages/alumni/[...slug].astro index 492d57e..4d2d768 100644 --- a/src/pages/alumni/[...slug].astro +++ b/src/pages/alumni/[...slug].astro @@ -66,11 +66,11 @@ const { Content } = await entry.render();