From db78ddef26fdafca6ddf4621631fd83bf7f67a8c Mon Sep 17 00:00:00 2001 From: Ben <52263490+kn4ihp@users.noreply.github.com> Date: Sun, 4 Aug 2024 01:48:06 -0400 Subject: [PATCH 01/46] Update page.tsx small screens --- app/about/page.tsx | 62 ++++++++++++++++++++++------------------------ 1 file changed, 29 insertions(+), 33 deletions(-) diff --git a/app/about/page.tsx b/app/about/page.tsx index 4b30239..dcd6cd3 100644 --- a/app/about/page.tsx +++ b/app/about/page.tsx @@ -5,10 +5,10 @@ import Image from 'next/image'; const About = () => { return ( <> -
-
-

About Us

-

+

+
+

About Us

+

Youth in Nigeria have little exposure to computer programming. This lack of exposure hinders future opportunities. NaijaCoder is geared towards using computer science as a tool for a better economic, @@ -22,23 +22,19 @@ const About = () => {

-
-
- hero -
-
+
-
+
Meet the NaijaCoder Team
-
+
- Daniel Alabi -
Daniel Alabi, Ph.D.
+ Daniel Alabi +
Daniel Alabi, Ph.D.
President and Lead Instructor
@@ -50,7 +46,7 @@ const About = () => {
- Lekan Afuye + Lekan Afuye
Lekan Afuye, Ph.D.
Vice President
@@ -63,7 +59,7 @@ const About = () => {
- Alida Monaco + Alida Monaco
Alida Monaco
Chief of Operations
@@ -75,10 +71,10 @@ const About = () => {
-
+
- Philip Abel + Philip Abel
Philip Abel
Secretary
@@ -91,7 +87,7 @@ const About = () => {
- Zaidat Ibrahim + Zaidat Ibrahim
Zaidat Ibrahim
@@ -103,7 +99,7 @@ const About = () => {
- Victory Yinka-Banjo + Victory Yinka-Banjo
Victory Yinka-Banjo
@@ -114,10 +110,10 @@ const About = () => {
-
+
- Ojima Abraham + Ojima Abraham
Ojima Abraham
@@ -129,7 +125,7 @@ const About = () => {
- Atinuke Adegbile + Atinuke Adegbile
Atinuke Adegbile
@@ -141,7 +137,7 @@ const About = () => {
- Hamidah Oderinwale + Hamidah Oderinwale
Hamidah Oderinwale
@@ -150,10 +146,10 @@ const About = () => {
-
+
- Eric Mibuari + Eric Mibuari
Eric Mibuari, Ph.D
@@ -164,7 +160,7 @@ const About = () => {
- Joshua Nwozor + Joshua Nwozor
Joshua Nwozor
@@ -176,7 +172,7 @@ const About = () => {
- Akachukwu Obi + Akachukwu Obi
Akachukwu Obi, Ph.D
@@ -187,10 +183,10 @@ const About = () => {
-
+
- Joseph Ekpenyong + Joseph Ekpenyong
Joseph Ekpenyong
@@ -200,7 +196,7 @@ const About = () => {
- Ekene Ezeunala + Ekene Ezeunala
Ekene Ezeunala
@@ -211,7 +207,7 @@ const About = () => {
- Benem Davids + Benem Davids
Benem Davids, Ph.D.
Webmaster
@@ -225,10 +221,10 @@ const About = () => { Advisory Team
-
+
- Jelani Nelson + Jelani Nelson
Jelani Nelson, Ph.D
Lead Advisor
From 13c677f966b72ae8f77405e7e5edbbffc73357b6 Mon Sep 17 00:00:00 2001 From: Ben <52263490+kn4ihp@users.noreply.github.com> Date: Sun, 4 Aug 2024 01:57:57 -0400 Subject: [PATCH 02/46] Create team.tsx --- components/team.tsx | 107 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 components/team.tsx diff --git a/components/team.tsx b/components/team.tsx new file mode 100644 index 0000000..a127b92 --- /dev/null +++ b/components/team.tsx @@ -0,0 +1,107 @@ +// data/team.js +const teamMembers = [ + { + name: "Lekan Afuye, Ph.D.", + title: "Vice President", + image: "/Lekan_Afuye.jpg", + linkedin: "https://www.linkedin.com/in/olalekan-afuye/" + }, + { + name: "Alida Monaco", + title: "Chief of Operations", + image: "/Alida_Monaco.jpg", + linkedin: "https://www.linkedin.com/in/alida-monaco-4699a482" + }, + { + name: "Philip Abel", + title: "Secretary", + image: "/Philip_Abel.jpg", + linkedin: "https://www.linkedin.com/in/abelphilip/" + }, + { + name: "Zaidat Ibrahim", + title: "Member", + image: "/Zaidat_Ibrahim.jpg", + linkedin: "https://www.linkedin.com/in/zaidati" + }, + { + name: "Victory Yinka-Banjo", + title: "Member", + image: "/Victory_Yinka-Banjo.jpg", + linkedin: "https://www.linkedin.com/in/victory-yinka-banjo" + }, + { + name: "Ojima Abraham", + title: "Member", + image: "/Ojima_Abraham.jpg", + linkedin: "https://www.linkedin.com/in/ojima-abraham/" + }, + { + name: "Atinuke Adegbile", + title: "Member", + image: "/Atinuke_Adegbile.jpg", + linkedin: "https://ng.linkedin.com/in/atinuke-adegbile-267542b7" + }, + { + name: "Hamidah Oderinwale", + title: "Member", + image: "/Hamidah_Oderinwale.jpg", + linkedin: "https://ca.linkedin.com/in/hamidaho" + }, + { + name: "Eric Mibuari, Ph.D", + title: "Member", + image: "/Eric_Mibuari.jpg", + linkedin: "https://www.linkedin.com/in/eric-mibuari-bb24044/" + }, + { + name: "Joshua Nwozor", + title: "Member", + image: "/Joshua_Nwozor.jpg", + linkedin: "https://www.linkedin.com/in/joshuatochukwunwozor" + }, + { + name: "Akachukwu Obi, Ph.D", + title: "Member", + image: "/Akachukwu_Obi.jpg", + linkedin: "https://www.linkedin.com/in/aobi" + }, + { + name: "Joseph Ekpenyong", + title: "Member", + image: "/Joseph_Ekpenyong.jpg", + linkedin: "https://www.linkedin.com/in/joejekpenyong" + }, + { + name: "Ekene Ezeunala", + title: "Member", + image: "/Ekene_Ezeunala.jpg", + linkedin: "https://www.linkedin.com/in/ekene-ezeunala/" + }, + { + name: "Benem Davids, Ph.D.", + title: "Webmaster", + image: "/Benem_Davids.jpg", + linkedin: "https://www.linkedin.com/in/benemdavids" + } +]; + +export default teamMembers; + + +const Grid = () => { + return ( +
+ {[...Array(15).keys()].map((i) => ( +
+ Item {i + 1} +
+ ))} +
+ ); +}; + +export default Grid; From bd80c3cde9be405fea7e61e697dbdcb73a05a904 Mon Sep 17 00:00:00 2001 From: Ben <52263490+kn4ihp@users.noreply.github.com> Date: Sun, 4 Aug 2024 01:59:30 -0400 Subject: [PATCH 03/46] Create grid.tsx --- components/grid.tsx | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 components/grid.tsx diff --git a/components/grid.tsx b/components/grid.tsx new file mode 100644 index 0000000..90dfa4b --- /dev/null +++ b/components/grid.tsx @@ -0,0 +1,36 @@ +// components/Grid.js +import Image from 'next/image'; +import teamMembers from '/team'; + +const Grid = () => { + return ( +
+ {teamMembers.map((member, index) => ( +
+
+ {member.name} +
+
{member.name}
+
{member.title}
+ +
+ ))} +
+ ); +}; + +export default Grid; From 36d89897161d3c38a99cb0d8e1d5d5c685ec0cb3 Mon Sep 17 00:00:00 2001 From: Ben <52263490+kn4ihp@users.noreply.github.com> Date: Sun, 4 Aug 2024 02:05:43 -0400 Subject: [PATCH 04/46] Update page.tsx --- app/getinvolved/page.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/getinvolved/page.tsx b/app/getinvolved/page.tsx index 986d2b9..74e5d12 100644 --- a/app/getinvolved/page.tsx +++ b/app/getinvolved/page.tsx @@ -1,4 +1,5 @@ import React from 'react'; +import Grid from '../components/Grid'; const GetInvolved = () => { return ( @@ -22,10 +23,14 @@ const GetInvolved = () => { /> + +
+ +
); }; -export default GetInvolved; \ No newline at end of file +export default GetInvolved; From 7880d6d2362b1527e77680773ff17fc71124c696 Mon Sep 17 00:00:00 2001 From: Ben <52263490+kn4ihp@users.noreply.github.com> Date: Sun, 4 Aug 2024 02:06:50 -0400 Subject: [PATCH 05/46] Update page.tsx --- app/getinvolved/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/getinvolved/page.tsx b/app/getinvolved/page.tsx index 74e5d12..988e068 100644 --- a/app/getinvolved/page.tsx +++ b/app/getinvolved/page.tsx @@ -1,5 +1,5 @@ import React from 'react'; -import Grid from '../components/Grid'; +import grid from "@/components"; const GetInvolved = () => { return ( From ce919f4329cd65e09e95a06a283ae3056512978e Mon Sep 17 00:00:00 2001 From: Ben <52263490+kn4ihp@users.noreply.github.com> Date: Sun, 4 Aug 2024 02:07:57 -0400 Subject: [PATCH 06/46] Update grid.tsx --- components/grid.tsx | 95 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 93 insertions(+), 2 deletions(-) diff --git a/components/grid.tsx b/components/grid.tsx index 90dfa4b..25fc138 100644 --- a/components/grid.tsx +++ b/components/grid.tsx @@ -1,10 +1,101 @@ // components/Grid.js import Image from 'next/image'; -import teamMembers from '/team'; + +// data/team.js +const teamMembers = [ + { + name: "Lekan Afuye, Ph.D.", + title: "Vice President", + image: "/Lekan_Afuye.jpg", + linkedin: "https://www.linkedin.com/in/olalekan-afuye/" + }, + { + name: "Alida Monaco", + title: "Chief of Operations", + image: "/Alida_Monaco.jpg", + linkedin: "https://www.linkedin.com/in/alida-monaco-4699a482" + }, + { + name: "Philip Abel", + title: "Secretary", + image: "/Philip_Abel.jpg", + linkedin: "https://www.linkedin.com/in/abelphilip/" + }, + { + name: "Zaidat Ibrahim", + title: "Member", + image: "/Zaidat_Ibrahim.jpg", + linkedin: "https://www.linkedin.com/in/zaidati" + }, + { + name: "Victory Yinka-Banjo", + title: "Member", + image: "/Victory_Yinka-Banjo.jpg", + linkedin: "https://www.linkedin.com/in/victory-yinka-banjo" + }, + { + name: "Ojima Abraham", + title: "Member", + image: "/Ojima_Abraham.jpg", + linkedin: "https://www.linkedin.com/in/ojima-abraham/" + }, + { + name: "Atinuke Adegbile", + title: "Member", + image: "/Atinuke_Adegbile.jpg", + linkedin: "https://ng.linkedin.com/in/atinuke-adegbile-267542b7" + }, + { + name: "Hamidah Oderinwale", + title: "Member", + image: "/Hamidah_Oderinwale.jpg", + linkedin: "https://ca.linkedin.com/in/hamidaho" + }, + { + name: "Eric Mibuari, Ph.D", + title: "Member", + image: "/Eric_Mibuari.jpg", + linkedin: "https://www.linkedin.com/in/eric-mibuari-bb24044/" + }, + { + name: "Joshua Nwozor", + title: "Member", + image: "/Joshua_Nwozor.jpg", + linkedin: "https://www.linkedin.com/in/joshuatochukwunwozor" + }, + { + name: "Akachukwu Obi, Ph.D", + title: "Member", + image: "/Akachukwu_Obi.jpg", + linkedin: "https://www.linkedin.com/in/aobi" + }, + { + name: "Joseph Ekpenyong", + title: "Member", + image: "/Joseph_Ekpenyong.jpg", + linkedin: "https://www.linkedin.com/in/joejekpenyong" + }, + { + name: "Ekene Ezeunala", + title: "Member", + image: "/Ekene_Ezeunala.jpg", + linkedin: "https://www.linkedin.com/in/ekene-ezeunala/" + }, + { + name: "Benem Davids, Ph.D.", + title: "Webmaster", + image: "/Benem_Davids.jpg", + linkedin: "https://www.linkedin.com/in/benemdavids" + } +]; + +export default teamMembers; + + const Grid = () => { return ( -
+
{teamMembers.map((member, index) => (
From 199f0a31dfcb914bb962914ae41f5478bc704276 Mon Sep 17 00:00:00 2001 From: Ben <52263490+kn4ihp@users.noreply.github.com> Date: Sun, 4 Aug 2024 02:10:07 -0400 Subject: [PATCH 07/46] Update grid.tsx --- components/grid.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/grid.tsx b/components/grid.tsx index 25fc138..2e111c6 100644 --- a/components/grid.tsx +++ b/components/grid.tsx @@ -124,4 +124,4 @@ const Grid = () => { ); }; -export default Grid; +export default grid; From 1286350d274ebe4ef5d7bdf82f4420d75f9c1058 Mon Sep 17 00:00:00 2001 From: Ben <52263490+kn4ihp@users.noreply.github.com> Date: Sun, 4 Aug 2024 02:12:23 -0400 Subject: [PATCH 08/46] Update page.tsx --- app/getinvolved/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/getinvolved/page.tsx b/app/getinvolved/page.tsx index 988e068..5cdd69b 100644 --- a/app/getinvolved/page.tsx +++ b/app/getinvolved/page.tsx @@ -1,5 +1,5 @@ import React from 'react'; -import grid from "@/components"; +import {grid} from "@/components"; const GetInvolved = () => { return ( From 53688e0d03934a8ffb502d333da0e53355785e38 Mon Sep 17 00:00:00 2001 From: Ben <52263490+kn4ihp@users.noreply.github.com> Date: Sun, 4 Aug 2024 02:14:21 -0400 Subject: [PATCH 09/46] Update grid.tsx --- components/grid.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/grid.tsx b/components/grid.tsx index 2e111c6..3e4f537 100644 --- a/components/grid.tsx +++ b/components/grid.tsx @@ -93,7 +93,7 @@ export default teamMembers; -const Grid = () => { +const grid = () => { return (
{teamMembers.map((member, index) => ( From afa264d97aa50480956467b113c3fd4a78359b07 Mon Sep 17 00:00:00 2001 From: Ben <52263490+kn4ihp@users.noreply.github.com> Date: Sun, 4 Aug 2024 02:14:44 -0400 Subject: [PATCH 10/46] Update page.tsx --- app/getinvolved/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/getinvolved/page.tsx b/app/getinvolved/page.tsx index 5cdd69b..6c2defa 100644 --- a/app/getinvolved/page.tsx +++ b/app/getinvolved/page.tsx @@ -25,7 +25,7 @@ const GetInvolved = () => {
- +
From 1df1d5a0150474f32ab4eaf5b1fe58dfd7db8df5 Mon Sep 17 00:00:00 2001 From: Ben <52263490+kn4ihp@users.noreply.github.com> Date: Sun, 4 Aug 2024 02:16:48 -0400 Subject: [PATCH 11/46] Update layout.tsx --- app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/layout.tsx b/app/layout.tsx index 2c4bb5a..5ca5667 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -1,7 +1,7 @@ import type { Metadata } from "next"; import "./globals.css"; -import { Footer, Navbar } from "@/components"; +import { Footer, Navbar, grid } from "@/components"; export const metadata: Metadata = { title: "NaijaCoder", From c7f7b1f7e5a89e5229460c01107fb5fa5002b123 Mon Sep 17 00:00:00 2001 From: Ben <52263490+kn4ihp@users.noreply.github.com> Date: Sun, 4 Aug 2024 02:17:57 -0400 Subject: [PATCH 12/46] Update layout.tsx --- app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/layout.tsx b/app/layout.tsx index 5ca5667..2c4bb5a 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -1,7 +1,7 @@ import type { Metadata } from "next"; import "./globals.css"; -import { Footer, Navbar, grid } from "@/components"; +import { Footer, Navbar } from "@/components"; export const metadata: Metadata = { title: "NaijaCoder", From 6aadabe25c2ebf0fa2a40cc52c186230e293c875 Mon Sep 17 00:00:00 2001 From: Ben <52263490+kn4ihp@users.noreply.github.com> Date: Sun, 4 Aug 2024 02:19:33 -0400 Subject: [PATCH 13/46] Update page.tsx --- app/getinvolved/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/getinvolved/page.tsx b/app/getinvolved/page.tsx index 6c2defa..d2d9257 100644 --- a/app/getinvolved/page.tsx +++ b/app/getinvolved/page.tsx @@ -1,5 +1,6 @@ import React from 'react'; -import {grid} from "@/components"; + +import grid from './CustomButton' const GetInvolved = () => { return ( From ab98e10c2c1f5b0a1a1e5ffba1e44014f4b6a6e4 Mon Sep 17 00:00:00 2001 From: Ben <52263490+kn4ihp@users.noreply.github.com> Date: Sun, 4 Aug 2024 02:25:49 -0400 Subject: [PATCH 14/46] Update index.ts --- components/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/index.ts b/components/index.ts index 9f43f64..fdd2ef6 100644 --- a/components/index.ts +++ b/components/index.ts @@ -2,6 +2,7 @@ import Hero from './Hero'; import CustomButton from './CustomButton'; import Navbar from './Navbar'; import Footer from './Footer'; +import Gridz from './Gridz'; export { @@ -9,6 +10,7 @@ export { CustomButton, Navbar, Footer, + Gridz, }; From c168b388f604318ea92dae253c7f677865bf1cbc Mon Sep 17 00:00:00 2001 From: Ben <52263490+kn4ihp@users.noreply.github.com> Date: Sun, 4 Aug 2024 02:26:28 -0400 Subject: [PATCH 15/46] Update and rename grid.tsx to Gridz.tsx --- components/{grid.tsx => Gridz.tsx} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename components/{grid.tsx => Gridz.tsx} (98%) diff --git a/components/grid.tsx b/components/Gridz.tsx similarity index 98% rename from components/grid.tsx rename to components/Gridz.tsx index 3e4f537..725752c 100644 --- a/components/grid.tsx +++ b/components/Gridz.tsx @@ -93,7 +93,7 @@ export default teamMembers; -const grid = () => { +const Gridz = () => { return (
{teamMembers.map((member, index) => ( @@ -124,4 +124,4 @@ const grid = () => { ); }; -export default grid; +export default Gridz; From 1da246a33aa3ea8203ae25d403697713f8740ffd Mon Sep 17 00:00:00 2001 From: Ben <52263490+kn4ihp@users.noreply.github.com> Date: Sun, 4 Aug 2024 02:27:15 -0400 Subject: [PATCH 16/46] Update page.tsx --- app/getinvolved/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/getinvolved/page.tsx b/app/getinvolved/page.tsx index d2d9257..886d683 100644 --- a/app/getinvolved/page.tsx +++ b/app/getinvolved/page.tsx @@ -1,6 +1,6 @@ import React from 'react'; -import grid from './CustomButton' +import Grid from '@components' const GetInvolved = () => { return ( @@ -26,7 +26,7 @@ const GetInvolved = () => {
- +
From 7593b21d8436c6cd6000e6850af5ade20470737f Mon Sep 17 00:00:00 2001 From: Ben <52263490+kn4ihp@users.noreply.github.com> Date: Sun, 4 Aug 2024 02:28:58 -0400 Subject: [PATCH 17/46] Update Gridz.tsx --- components/Gridz.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/components/Gridz.tsx b/components/Gridz.tsx index 725752c..edbdb61 100644 --- a/components/Gridz.tsx +++ b/components/Gridz.tsx @@ -89,7 +89,6 @@ const teamMembers = [ } ]; -export default teamMembers; From 304368a7475bb6dc50a62c41d0534612c9b4c691 Mon Sep 17 00:00:00 2001 From: Ben <52263490+kn4ihp@users.noreply.github.com> Date: Sun, 4 Aug 2024 02:30:43 -0400 Subject: [PATCH 18/46] Update page.tsx --- app/getinvolved/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/getinvolved/page.tsx b/app/getinvolved/page.tsx index 886d683..965188b 100644 --- a/app/getinvolved/page.tsx +++ b/app/getinvolved/page.tsx @@ -1,6 +1,6 @@ import React from 'react'; -import Grid from '@components' +import Grid from "@/components"; const GetInvolved = () => { return ( From aed0d2b66f7b29319e1b14e6b317cff1f1a98218 Mon Sep 17 00:00:00 2001 From: Ben <52263490+kn4ihp@users.noreply.github.com> Date: Sun, 4 Aug 2024 02:34:40 -0400 Subject: [PATCH 19/46] Update page.tsx --- app/getinvolved/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/getinvolved/page.tsx b/app/getinvolved/page.tsx index 965188b..a42482f 100644 --- a/app/getinvolved/page.tsx +++ b/app/getinvolved/page.tsx @@ -1,6 +1,6 @@ import React from 'react'; -import Grid from "@/components"; +import Gridz from "@/components"; const GetInvolved = () => { return ( From 2fdb45e186bd80b0c0fd7226fad1f7554baf9350 Mon Sep 17 00:00:00 2001 From: Ben <52263490+kn4ihp@users.noreply.github.com> Date: Sun, 4 Aug 2024 02:37:10 -0400 Subject: [PATCH 20/46] Update page.tsx --- app/getinvolved/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/getinvolved/page.tsx b/app/getinvolved/page.tsx index a42482f..d80a706 100644 --- a/app/getinvolved/page.tsx +++ b/app/getinvolved/page.tsx @@ -1,6 +1,6 @@ import React from 'react'; -import Gridz from "@/components"; +import Gridz from '@/components'; const GetInvolved = () => { return ( From 4091bcb7537de7a82218195d2443977521ea0ac7 Mon Sep 17 00:00:00 2001 From: Ben <52263490+kn4ihp@users.noreply.github.com> Date: Sun, 4 Aug 2024 02:37:48 -0400 Subject: [PATCH 21/46] Update page.tsx --- app/getinvolved/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/getinvolved/page.tsx b/app/getinvolved/page.tsx index d80a706..698e261 100644 --- a/app/getinvolved/page.tsx +++ b/app/getinvolved/page.tsx @@ -1,6 +1,6 @@ import React from 'react'; -import Gridz from '@/components'; +import {Gridz} from '@/components'; const GetInvolved = () => { return ( From 92351c74218626099f97bdd7d6e219d1682acce2 Mon Sep 17 00:00:00 2001 From: Ben <52263490+kn4ihp@users.noreply.github.com> Date: Sun, 4 Aug 2024 02:40:16 -0400 Subject: [PATCH 22/46] Delete components/team.tsx --- components/team.tsx | 107 -------------------------------------------- 1 file changed, 107 deletions(-) delete mode 100644 components/team.tsx diff --git a/components/team.tsx b/components/team.tsx deleted file mode 100644 index a127b92..0000000 --- a/components/team.tsx +++ /dev/null @@ -1,107 +0,0 @@ -// data/team.js -const teamMembers = [ - { - name: "Lekan Afuye, Ph.D.", - title: "Vice President", - image: "/Lekan_Afuye.jpg", - linkedin: "https://www.linkedin.com/in/olalekan-afuye/" - }, - { - name: "Alida Monaco", - title: "Chief of Operations", - image: "/Alida_Monaco.jpg", - linkedin: "https://www.linkedin.com/in/alida-monaco-4699a482" - }, - { - name: "Philip Abel", - title: "Secretary", - image: "/Philip_Abel.jpg", - linkedin: "https://www.linkedin.com/in/abelphilip/" - }, - { - name: "Zaidat Ibrahim", - title: "Member", - image: "/Zaidat_Ibrahim.jpg", - linkedin: "https://www.linkedin.com/in/zaidati" - }, - { - name: "Victory Yinka-Banjo", - title: "Member", - image: "/Victory_Yinka-Banjo.jpg", - linkedin: "https://www.linkedin.com/in/victory-yinka-banjo" - }, - { - name: "Ojima Abraham", - title: "Member", - image: "/Ojima_Abraham.jpg", - linkedin: "https://www.linkedin.com/in/ojima-abraham/" - }, - { - name: "Atinuke Adegbile", - title: "Member", - image: "/Atinuke_Adegbile.jpg", - linkedin: "https://ng.linkedin.com/in/atinuke-adegbile-267542b7" - }, - { - name: "Hamidah Oderinwale", - title: "Member", - image: "/Hamidah_Oderinwale.jpg", - linkedin: "https://ca.linkedin.com/in/hamidaho" - }, - { - name: "Eric Mibuari, Ph.D", - title: "Member", - image: "/Eric_Mibuari.jpg", - linkedin: "https://www.linkedin.com/in/eric-mibuari-bb24044/" - }, - { - name: "Joshua Nwozor", - title: "Member", - image: "/Joshua_Nwozor.jpg", - linkedin: "https://www.linkedin.com/in/joshuatochukwunwozor" - }, - { - name: "Akachukwu Obi, Ph.D", - title: "Member", - image: "/Akachukwu_Obi.jpg", - linkedin: "https://www.linkedin.com/in/aobi" - }, - { - name: "Joseph Ekpenyong", - title: "Member", - image: "/Joseph_Ekpenyong.jpg", - linkedin: "https://www.linkedin.com/in/joejekpenyong" - }, - { - name: "Ekene Ezeunala", - title: "Member", - image: "/Ekene_Ezeunala.jpg", - linkedin: "https://www.linkedin.com/in/ekene-ezeunala/" - }, - { - name: "Benem Davids, Ph.D.", - title: "Webmaster", - image: "/Benem_Davids.jpg", - linkedin: "https://www.linkedin.com/in/benemdavids" - } -]; - -export default teamMembers; - - -const Grid = () => { - return ( -
- {[...Array(15).keys()].map((i) => ( -
- Item {i + 1} -
- ))} -
- ); -}; - -export default Grid; From 08e0b49c3de26ea7b955e0614a9fae26199962be Mon Sep 17 00:00:00 2001 From: Ben <52263490+kn4ihp@users.noreply.github.com> Date: Sun, 4 Aug 2024 17:23:14 -0400 Subject: [PATCH 23/46] Update page.tsx mx-7 --- app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/about/page.tsx b/app/about/page.tsx index dcd6cd3..8d87f59 100644 --- a/app/about/page.tsx +++ b/app/about/page.tsx @@ -6,7 +6,7 @@ const About = () => { return ( <>
-
+

About Us

Youth in Nigeria have little exposure to computer programming. From 671ac2f671408abadc839bf8e0d7380822480666 Mon Sep 17 00:00:00 2001 From: Ben <52263490+kn4ihp@users.noreply.github.com> Date: Sun, 4 Aug 2024 17:28:02 -0400 Subject: [PATCH 24/46] Update page.tsx about us ! --- app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/about/page.tsx b/app/about/page.tsx index 8d87f59..9715539 100644 --- a/app/about/page.tsx +++ b/app/about/page.tsx @@ -7,7 +7,7 @@ const About = () => { <>

-

About Us

+

About Us!

Youth in Nigeria have little exposure to computer programming. This lack of exposure hinders future opportunities. NaijaCoder is From ba5867c0c47585e6e83ba5bc6a2d6c5cb52ed503 Mon Sep 17 00:00:00 2001 From: Ben <52263490+kn4ihp@users.noreply.github.com> Date: Sun, 4 Aug 2024 17:38:51 -0400 Subject: [PATCH 25/46] Update page.tsx --- app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/about/page.tsx b/app/about/page.tsx index 9715539..dbb91f8 100644 --- a/app/about/page.tsx +++ b/app/about/page.tsx @@ -6,7 +6,7 @@ const About = () => { return ( <>

-
+

About Us!

Youth in Nigeria have little exposure to computer programming. From 0a67c723b8a0693a0fb4297a1c7bb9dd1314d37e Mon Sep 17 00:00:00 2001 From: Ben <52263490+kn4ihp@users.noreply.github.com> Date: Sun, 4 Aug 2024 17:46:44 -0400 Subject: [PATCH 26/46] Update page.tsx --- app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/about/page.tsx b/app/about/page.tsx index dbb91f8..0a9e2fb 100644 --- a/app/about/page.tsx +++ b/app/about/page.tsx @@ -6,7 +6,7 @@ const About = () => { return ( <>

-
+

About Us!

Youth in Nigeria have little exposure to computer programming. From 68b316e01625214bd58ce0da48d4ba79446617f3 Mon Sep 17 00:00:00 2001 From: Ben <52263490+kn4ihp@users.noreply.github.com> Date: Sun, 4 Aug 2024 17:53:19 -0400 Subject: [PATCH 27/46] Update page.tsx --- app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/about/page.tsx b/app/about/page.tsx index 0a9e2fb..bf23a53 100644 --- a/app/about/page.tsx +++ b/app/about/page.tsx @@ -6,7 +6,7 @@ const About = () => { return ( <>

-
+

About Us!

Youth in Nigeria have little exposure to computer programming. From f146ab8a6a58f22ebd2c71b7147080ee82caf709 Mon Sep 17 00:00:00 2001 From: Ben <52263490+kn4ihp@users.noreply.github.com> Date: Mon, 17 Feb 2025 08:49:09 -0500 Subject: [PATCH 28/46] Update page.tsx Responsive adjustments --- app/about/page.tsx | 323 ++++++++++++++++++--------------------------- 1 file changed, 127 insertions(+), 196 deletions(-) diff --git a/app/about/page.tsx b/app/about/page.tsx index bf23a53..319e814 100644 --- a/app/about/page.tsx +++ b/app/about/page.tsx @@ -1,14 +1,13 @@ import React from 'react'; import Image from 'next/image'; - const About = () => { return ( <> -

-
-

About Us!

-

+

+
+

About Us!

+

Youth in Nigeria have little exposure to computer programming. This lack of exposure hinders future opportunities. NaijaCoder is geared towards using computer science as a tool for a better economic, @@ -21,216 +20,149 @@ const About = () => { scientists (PhDs), and business leaders.

- -
-
-
+
+
Meet the NaijaCoder Team
-
-
-
- Daniel Alabi -
Daniel Alabi, Ph.D.
-
-
President and Lead Instructor
-
-

- Website Link -

+
+ {[ + { + name: "Daniel Alabi, Ph.D.", + title: "President and Lead Instructor", + link: "http://alabidan.me", + linkType: "Website Link" + }, + { + name: "Lekan Afuye, Ph.D.", + title: "Vice President", + link: "https://www.linkedin.com/in/olalekan-afuye/", + linkType: "LinkedIn Link" + }, + { + name: "Alida Monaco", + title: "Chief of Operations", + link: "https://www.linkedin.com/in/alida-monaco-4699a482", + linkType: "LinkedIn Link" + }, + { + name: "Philip Abel", + title: "Secretary", + link: "https://www.linkedin.com/in/abelphilip/", + linkType: "LinkedIn Link" + }, + { + name: "Zaidat Ibrahim", + title: "", + link: "https://www.linkedin.com/in/zaidati", + linkType: "LinkedIn Link" + }, + { + name: "Victory Yinka-Banjo", + title: "", + link: "https://www.linkedin.com/in/victory-yinka-banjo", + linkType: "LinkedIn Link" + }, + { + name: "Ojima Abraham", + title: "", + link: "https://www.linkedin.com/in/ojima-abraham/", + linkType: "LinkedIn Link" + }, + { + name: "Atinuke Adegbile", + title: "", + link: "https://ng.linkedin.com/in/atinuke-adegbile-267542b7", + linkType: "LinkedIn Link" + }, + { + name: "Hamidah Oderinwale", + title: "", + link: "https://ca.linkedin.com/in/hamidaho", + linkType: "LinkedIn Link" + }, + { + name: "Eric Mibuari, Ph.D", + title: "", + link: "https://www.linkedin.com/in/eric-mibuari-bb24044/", + linkType: "LinkedIn Link" + }, + { + name: "Joshua Nwozor", + title: "", + link: "https://www.linkedin.com/in/joshuatochukwunwozor", + linkType: "LinkedIn Link" + }, + { + name: "Akachukwu Obi, Ph.D", + title: "", + link: "https://www.linkedin.com/in/aobi", + linkType: "LinkedIn Link" + }, + { + name: "Joseph Ekpenyong", + title: "", + link: "https://www.linkedin.com/in/joejekpenyong", + linkType: "LinkedIn Link" + }, + { + name: "Ekene Ezeunala", + title: "", + link: "https://www.linkedin.com/in/ekene-ezeunala/", + linkType: "LinkedIn Link" + }, + { + name: "Benem Davids, Ph.D.", + title: "Webmaster", + link: "https://www.linkedin.com/in/benemdavids", + linkType: "LinkedIn Link" + } + ].map((member, index) => ( +
+
+ {member.name} +
{member.name}
-
- -
-
- Lekan Afuye -
Lekan Afuye, Ph.D.
-
-
Vice President
-
-

- LinkedIn Link -

-
-
- -
-
- Alida Monaco -
Alida Monaco
-
-
Chief of Operations
-
+ {member.title &&
{member.title}
} + -
-
- -
-
-
- Philip Abel -
Philip Abel
-
-
Secretary
-
-

- LinkedIn Link -

-
-
- -
-
- Zaidat Ibrahim -
-
Zaidat Ibrahim
-
-

- LinkedIn Link -

-
-
- -
-
- Victory Yinka-Banjo -
-
Victory Yinka-Banjo
-
-

- LinkedIn Link -

-
-
-
- -
-
-
- Ojima Abraham -
-
Ojima Abraham
-
-

- LinkedIn Link -

-
-
- -
-
- Atinuke Adegbile -
-
Atinuke Adegbile
- -
- -
-
- Hamidah Oderinwale -
Hamidah Oderinwale
- -
+ ))}
-
-
-
- Eric Mibuari -
Eric Mibuari, Ph.D
-
- - -
- -
-
- Joshua Nwozor -
Joshua Nwozor
-
-
-

- LinkedIn Link -

-
-
- -
-
- Akachukwu Obi -
Akachukwu Obi, Ph.D
-
- - -
-
- -
-
-
- Joseph Ekpenyong -
-
Joseph Ekpenyong
- -
- -
-
- Ekene Ezeunala -
-
Ekene Ezeunala
- -
- -
-
- Benem Davids -
Benem Davids, Ph.D.
-
-
Webmaster
- -
-
- -
+
Advisory Team
-
+
- Jelani Nelson + Jelani Nelson
Jelani Nelson, Ph.D
Lead Advisor
+

+ Wikipedia Link +

+
@@ -239,4 +171,3 @@ const About = () => { }; export default About; - From 3fc7cffe7df0bddcbab0c2731520e3f461493d6a Mon Sep 17 00:00:00 2001 From: Ben <52263490+kn4ihp@users.noreply.github.com> Date: Mon, 17 Feb 2025 08:55:18 -0500 Subject: [PATCH 29/46] Update page.tsx adjustment image display --- app/about/page.tsx | 58 ++++++++++++++++++++++++++++------------------ 1 file changed, 35 insertions(+), 23 deletions(-) diff --git a/app/about/page.tsx b/app/about/page.tsx index 319e814..9c0a3de 100644 --- a/app/about/page.tsx +++ b/app/about/page.tsx @@ -5,7 +5,7 @@ const About = () => { return ( <>
-
+

About Us!

Youth in Nigeria have little exposure to computer programming. @@ -30,106 +30,118 @@ const About = () => {

{[ { - name: "Daniel Alabi, Ph.D.", + name: "Daniel Alabi", title: "President and Lead Instructor", + image: "/Daniel_Alabi.jpg", link: "http://alabidan.me", - linkType: "Website Link" + linkType: "Website Link", + suffix: ", Ph.D." }, { - name: "Lekan Afuye, Ph.D.", + name: "Lekan Afuye", + image: "/Lekan_Afuye.jpg", title: "Vice President", link: "https://www.linkedin.com/in/olalekan-afuye/", - linkType: "LinkedIn Link" + linkType: "LinkedIn Link", + suffix: ", Ph.D." }, { name: "Alida Monaco", + image: "/Alida_Monaco.jpg", title: "Chief of Operations", link: "https://www.linkedin.com/in/alida-monaco-4699a482", linkType: "LinkedIn Link" }, { name: "Philip Abel", + image: "/Philip_Abel.jpg", title: "Secretary", link: "https://www.linkedin.com/in/abelphilip/", linkType: "LinkedIn Link" }, { name: "Zaidat Ibrahim", - title: "", + image: "/Zaidat_Ibrahim.jpg", link: "https://www.linkedin.com/in/zaidati", linkType: "LinkedIn Link" }, { name: "Victory Yinka-Banjo", - title: "", + image: "/Victory_Yinka-Banjo.jpg", link: "https://www.linkedin.com/in/victory-yinka-banjo", linkType: "LinkedIn Link" }, { name: "Ojima Abraham", - title: "", + image: "/Ojima_Abraham.jpg", link: "https://www.linkedin.com/in/ojima-abraham/", linkType: "LinkedIn Link" }, { name: "Atinuke Adegbile", - title: "", + image: "/Atinuke_Adegbile.jpg", link: "https://ng.linkedin.com/in/atinuke-adegbile-267542b7", linkType: "LinkedIn Link" }, { name: "Hamidah Oderinwale", - title: "", + image: "/Hamidah_Oderinwale.jpg", link: "https://ca.linkedin.com/in/hamidaho", linkType: "LinkedIn Link" }, { - name: "Eric Mibuari, Ph.D", - title: "", + name: "Eric Mibuari", + image: "/Eric_Mibuari.jpg", link: "https://www.linkedin.com/in/eric-mibuari-bb24044/", - linkType: "LinkedIn Link" + linkType: "LinkedIn Link", + suffix: ", Ph.D" }, { name: "Joshua Nwozor", - title: "", + image: "/Joshua_Nwozor.jpg", link: "https://www.linkedin.com/in/joshuatochukwunwozor", linkType: "LinkedIn Link" }, { - name: "Akachukwu Obi, Ph.D", - title: "", + name: "Akachukwu Obi", + image: "/Akachukwu_Obi.jpg", link: "https://www.linkedin.com/in/aobi", - linkType: "LinkedIn Link" + linkType: "LinkedIn Link", + suffix: ", Ph.D" }, { name: "Joseph Ekpenyong", - title: "", + image: "/Joseph_Ekpenyong.jpg", link: "https://www.linkedin.com/in/joejekpenyong", linkType: "LinkedIn Link" }, { name: "Ekene Ezeunala", - title: "", + image: "/Ekene_Ezeunala.jpg", link: "https://www.linkedin.com/in/ekene-ezeunala/", linkType: "LinkedIn Link" }, { - name: "Benem Davids, Ph.D.", + name: "Benem Davids", + image: "/Benem_Davids.jpg", title: "Webmaster", link: "https://www.linkedin.com/in/benemdavids", - linkType: "LinkedIn Link" + linkType: "LinkedIn Link", + suffix: ", Ph.D." } ].map((member, index) => (
{member.name} -
{member.name}
+
+ {member.name}{member.suffix || ''} +
{member.title &&
{member.title}
}
From e2df167c226ccd88d2df8ef9ecb7a8730ddaaa23 Mon Sep 17 00:00:00 2001 From: Ben <52263490+kn4ihp@users.noreply.github.com> Date: Mon, 17 Feb 2025 09:06:18 -0500 Subject: [PATCH 30/46] Update page.tsx adjusted img paths --- app/about/page.tsx | 335 ++++++++++++++++++++++++++------------------- 1 file changed, 194 insertions(+), 141 deletions(-) diff --git a/app/about/page.tsx b/app/about/page.tsx index 9c0a3de..f658b35 100644 --- a/app/about/page.tsx +++ b/app/about/page.tsx @@ -4,10 +4,10 @@ import Image from 'next/image'; const About = () => { return ( <> -
-
-

About Us!

-

+

+
+

About Us!

+

Youth in Nigeria have little exposure to computer programming. This lack of exposure hinders future opportunities. NaijaCoder is geared towards using computer science as a tool for a better economic, @@ -22,159 +22,212 @@ const About = () => {

-
-
+
+
Meet the NaijaCoder Team
-
- {[ - { - name: "Daniel Alabi", - title: "President and Lead Instructor", - image: "/Daniel_Alabi.jpg", - link: "http://alabidan.me", - linkType: "Website Link", - suffix: ", Ph.D." - }, - { - name: "Lekan Afuye", - image: "/Lekan_Afuye.jpg", - title: "Vice President", - link: "https://www.linkedin.com/in/olalekan-afuye/", - linkType: "LinkedIn Link", - suffix: ", Ph.D." - }, - { - name: "Alida Monaco", - image: "/Alida_Monaco.jpg", - title: "Chief of Operations", - link: "https://www.linkedin.com/in/alida-monaco-4699a482", - linkType: "LinkedIn Link" - }, - { - name: "Philip Abel", - image: "/Philip_Abel.jpg", - title: "Secretary", - link: "https://www.linkedin.com/in/abelphilip/", - linkType: "LinkedIn Link" - }, - { - name: "Zaidat Ibrahim", - image: "/Zaidat_Ibrahim.jpg", - link: "https://www.linkedin.com/in/zaidati", - linkType: "LinkedIn Link" - }, - { - name: "Victory Yinka-Banjo", - image: "/Victory_Yinka-Banjo.jpg", - link: "https://www.linkedin.com/in/victory-yinka-banjo", - linkType: "LinkedIn Link" - }, - { - name: "Ojima Abraham", - image: "/Ojima_Abraham.jpg", - link: "https://www.linkedin.com/in/ojima-abraham/", - linkType: "LinkedIn Link" - }, - { - name: "Atinuke Adegbile", - image: "/Atinuke_Adegbile.jpg", - link: "https://ng.linkedin.com/in/atinuke-adegbile-267542b7", - linkType: "LinkedIn Link" - }, - { - name: "Hamidah Oderinwale", - image: "/Hamidah_Oderinwale.jpg", - link: "https://ca.linkedin.com/in/hamidaho", - linkType: "LinkedIn Link" - }, - { - name: "Eric Mibuari", - image: "/Eric_Mibuari.jpg", - link: "https://www.linkedin.com/in/eric-mibuari-bb24044/", - linkType: "LinkedIn Link", - suffix: ", Ph.D" - }, - { - name: "Joshua Nwozor", - image: "/Joshua_Nwozor.jpg", - link: "https://www.linkedin.com/in/joshuatochukwunwozor", - linkType: "LinkedIn Link" - }, - { - name: "Akachukwu Obi", - image: "/Akachukwu_Obi.jpg", - link: "https://www.linkedin.com/in/aobi", - linkType: "LinkedIn Link", - suffix: ", Ph.D" - }, - { - name: "Joseph Ekpenyong", - image: "/Joseph_Ekpenyong.jpg", - link: "https://www.linkedin.com/in/joejekpenyong", - linkType: "LinkedIn Link" - }, - { - name: "Ekene Ezeunala", - image: "/Ekene_Ezeunala.jpg", - link: "https://www.linkedin.com/in/ekene-ezeunala/", - linkType: "LinkedIn Link" - }, - { - name: "Benem Davids", - image: "/Benem_Davids.jpg", - title: "Webmaster", - link: "https://www.linkedin.com/in/benemdavids", - linkType: "LinkedIn Link", - suffix: ", Ph.D." - } - ].map((member, index) => ( -
-
- {member.name} -
- {member.name}{member.suffix || ''} -
-
- {member.title &&
{member.title}
} -
-

- {member.linkType} +
+
+
+ Daniel Alabi +
Daniel Alabi, Ph.D.
+
+
President and Lead Instructor
+
+

+ Website Link +

+
+
+ +
+
+ Lekan Afuye +
Lekan Afuye, Ph.D.
+
+
Vice President
+
- ))} +
+ +
+
+ Alida Monaco +
Alida Monaco
+
+
Chief of Operations
+
+

+ LinkedIn Link +

+
+
+

+ +
+
+
+ Philip Abel +
Philip Abel
+
+
Secretary
+
+

+ LinkedIn Link +

+
+
+ +
+
+ Zaidat Ibrahim +
+
Zaidat Ibrahim
+
+

+ LinkedIn Link +

+
+
+ +
+
+ Victory Yinka-Banjo +
+
Victory Yinka-Banjo
+
+

+ LinkedIn Link +

+
+
-
+
+
+
+ Ojima Abraham +
+
Ojima Abraham
+
+

+ LinkedIn Link +

+
+
+ +
+
+ Atinuke Adegbile +
+
Atinuke Adegbile
+
+

+ LinkedIn Link +

+
+
+ +
+
+ Hamidah Oderinwale +
Hamidah Oderinwale
+
+ +
+
+ +
+
+
+ Eric Mibuari +
Eric Mibuari, Ph.D
+
+ + +
+ +
+
+ Joshua Nwozor +
Joshua Nwozor
+
+
+

+ LinkedIn Link +

+
+
+ +
+
+ Akachukwu Obi +
Akachukwu Obi, Ph.D
+
+ + +
+
+ +
+
+
+ Joseph Ekpenyong +
+
Joseph Ekpenyong
+ +
+ +
+
+ Ekene Ezeunala +
+
Ekene Ezeunala
+ +
+ +
+
+ Benem Davids +
Benem Davids, Ph.D.
+
+
Webmaster
+ +
+
+ +
Advisory Team
-
+
- Jelani Nelson + Jelani Nelson
Jelani Nelson, Ph.D
Lead Advisor
-

- Wikipedia Link -

-
+

Wikipedia Link +

From a4b75fcd8ca38d87124a5b16fe51d48b4aa15aa6 Mon Sep 17 00:00:00 2001 From: Ben <52263490+kn4ihp@users.noreply.github.com> Date: Mon, 17 Feb 2025 09:13:44 -0500 Subject: [PATCH 31/46] Update page.tsx --- app/about/page.tsx | 335 +++++++++++++++++++-------------------------- 1 file changed, 141 insertions(+), 194 deletions(-) diff --git a/app/about/page.tsx b/app/about/page.tsx index f658b35..4276b31 100644 --- a/app/about/page.tsx +++ b/app/about/page.tsx @@ -4,10 +4,10 @@ import Image from 'next/image'; const About = () => { return ( <> -
-
-

About Us!

-

+

+
+

About Us!

+

Youth in Nigeria have little exposure to computer programming. This lack of exposure hinders future opportunities. NaijaCoder is geared towards using computer science as a tool for a better economic, @@ -22,212 +22,159 @@ const About = () => {

-
-
+
+
Meet the NaijaCoder Team
-
-
-
- Daniel Alabi -
Daniel Alabi, Ph.D.
-
-
President and Lead Instructor
-
-

- Website Link -

-
-
- -
-
- Lekan Afuye -
Lekan Afuye, Ph.D.
-
-
Vice President
-
-

- LinkedIn Link -

-
-
- -
-
- Alida Monaco -
Alida Monaco
-
-
Chief of Operations
-
+
+ {[ + { + name: "Daniel Alabi", + title: "President and Lead Instructor", + image: "public/Daniel_Alabi.jpg", + link: "http://alabidan.me", + linkType: "Website Link", + suffix: ", Ph.D." + }, + { + name: "Lekan Afuye", + image: "public/Lekan_Afuye.jpg", + title: "Vice President", + link: "https://www.linkedin.com/in/olalekan-afuye/", + linkType: "LinkedIn Link", + suffix: ", Ph.D." + }, + { + name: "Alida Monaco", + image: "public/Alida_Monaco.jpg", + title: "Chief of Operations", + link: "https://www.linkedin.com/in/alida-monaco-4699a482", + linkType: "LinkedIn Link" + }, + { + name: "Philip Abel", + image: "public/Philip_Abel.jpg", + title: "Secretary", + link: "https://www.linkedin.com/in/abelphilip/", + linkType: "LinkedIn Link" + }, + { + name: "Zaidat Ibrahim", + image: "public/Zaidat_Ibrahim.jpg", + link: "https://www.linkedin.com/in/zaidati", + linkType: "LinkedIn Link" + }, + { + name: "Victory Yinka-Banjo", + image: "public/Victory_Yinka-Banjo.jpg", + link: "https://www.linkedin.com/in/victory-yinka-banjo", + linkType: "LinkedIn Link" + }, + { + name: "Ojima Abraham", + image: "public/Ojima_Abraham.jpg", + link: "https://www.linkedin.com/in/ojima-abraham/", + linkType: "LinkedIn Link" + }, + { + name: "Atinuke Adegbile", + image: "public/Atinuke_Adegbile.jpg", + link: "https://ng.linkedin.com/in/atinuke-adegbile-267542b7", + linkType: "LinkedIn Link" + }, + { + name: "Hamidah Oderinwale", + image: "public/Hamidah_Oderinwale.jpg", + link: "https://ca.linkedin.com/in/hamidaho", + linkType: "LinkedIn Link" + }, + { + name: "Eric Mibuari", + image: "public/Eric_Mibuari.jpg", + link: "https://www.linkedin.com/in/eric-mibuari-bb24044/", + linkType: "LinkedIn Link", + suffix: ", Ph.D" + }, + { + name: "Joshua Nwozor", + image: "public/Joshua_Nwozor.jpg", + link: "https://www.linkedin.com/in/joshuatochukwunwozor", + linkType: "LinkedIn Link" + }, + { + name: "Akachukwu Obi", + image: "public/Akachukwu_Obi.jpg", + link: "https://www.linkedin.com/in/aobi", + linkType: "LinkedIn Link", + suffix: ", Ph.D" + }, + { + name: "Joseph Ekpenyong", + image: "public/Joseph_Ekpenyong.jpg", + link: "https://www.linkedin.com/in/joejekpenyong", + linkType: "LinkedIn Link" + }, + { + name: "Ekene Ezeunala", + image: "public/Ekene_Ezeunala.jpg", + link: "https://www.linkedin.com/in/ekene-ezeunala/", + linkType: "LinkedIn Link" + }, + { + name: "Benem Davids", + image: "public/Benem_Davids.jpg", + title: "Webmaster", + link: "https://www.linkedin.com/in/benemdavids", + linkType: "LinkedIn Link", + suffix: ", Ph.D." + } + ].map((member, index) => ( +
+
+ {member.name} +
+ {member.name}{member.suffix || ''} +
+
+ {member.title &&
{member.title}
} + -
-
- -
-
-
- Philip Abel -
Philip Abel
-
-
Secretary
-
-

- LinkedIn Link -

-
-
- -
-
- Zaidat Ibrahim -
-
Zaidat Ibrahim
-
-

- LinkedIn Link -

-
-
- -
-
- Victory Yinka-Banjo -
-
Victory Yinka-Banjo
-
-

- LinkedIn Link -

-
-
-
- -
-
-
- Ojima Abraham -
-
Ojima Abraham
-
-

- LinkedIn Link -

-
-
- -
-
- Atinuke Adegbile -
-
Atinuke Adegbile
-
-

- LinkedIn Link -

-
-
- -
-
- Hamidah Oderinwale -
Hamidah Oderinwale
-
- -
-
- -
-
-
- Eric Mibuari -
Eric Mibuari, Ph.D
-
- - -
- -
-
- Joshua Nwozor -
Joshua Nwozor
-
-
-

- LinkedIn Link -

-
-
- -
-
- Akachukwu Obi -
Akachukwu Obi, Ph.D
-
- - -
-
- -
-
-
- Joseph Ekpenyong -
-
Joseph Ekpenyong
- -
- -
-
- Ekene Ezeunala -
-
Ekene Ezeunala
- -
- -
-
- Benem Davids -
Benem Davids, Ph.D.
-
-
Webmaster
-
-
+ ))}
-
+
Advisory Team
-
+
- Jelani Nelson + Jelani Nelson
Jelani Nelson, Ph.D
Lead Advisor
+

+ Wikipedia Link +

+
From d744f4953512c21523665c550e6bc9bf8c584f2b Mon Sep 17 00:00:00 2001 From: Ben <52263490+kn4ihp@users.noreply.github.com> Date: Mon, 17 Feb 2025 09:15:02 -0500 Subject: [PATCH 32/46] Update next.config.mjs --- next.config.mjs | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/next.config.mjs b/next.config.mjs index 4678774..a43f0aa 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,4 +1,9 @@ /** @type {import('next').NextConfig} */ -const nextConfig = {}; +const nextConfig = { + output: 'export', + images: { + unoptimized: true + } +} -export default nextConfig; +module.exports = nextConfig From 2d83ad793b9f629d6a10aa817479c6dae8dce5fa Mon Sep 17 00:00:00 2001 From: Ben <52263490+kn4ihp@users.noreply.github.com> Date: Mon, 17 Feb 2025 09:32:16 -0500 Subject: [PATCH 33/46] Update page.tsx --- app/about/page.tsx | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/app/about/page.tsx b/app/about/page.tsx index 4276b31..66e9115 100644 --- a/app/about/page.tsx +++ b/app/about/page.tsx @@ -32,14 +32,14 @@ const About = () => { { name: "Daniel Alabi", title: "President and Lead Instructor", - image: "public/Daniel_Alabi.jpg", + image: "./Daniel_Alabi.jpg", link: "http://alabidan.me", linkType: "Website Link", suffix: ", Ph.D." }, { name: "Lekan Afuye", - image: "public/Lekan_Afuye.jpg", + image: "./Lekan_Afuye.jpg", title: "Vice President", link: "https://www.linkedin.com/in/olalekan-afuye/", linkType: "LinkedIn Link", @@ -47,83 +47,83 @@ const About = () => { }, { name: "Alida Monaco", - image: "public/Alida_Monaco.jpg", + image: "./Alida_Monaco.jpg", title: "Chief of Operations", link: "https://www.linkedin.com/in/alida-monaco-4699a482", linkType: "LinkedIn Link" }, { name: "Philip Abel", - image: "public/Philip_Abel.jpg", + image: "./Philip_Abel.jpg", title: "Secretary", link: "https://www.linkedin.com/in/abelphilip/", linkType: "LinkedIn Link" }, { name: "Zaidat Ibrahim", - image: "public/Zaidat_Ibrahim.jpg", + image: "./Zaidat_Ibrahim.jpg", link: "https://www.linkedin.com/in/zaidati", linkType: "LinkedIn Link" }, { name: "Victory Yinka-Banjo", - image: "public/Victory_Yinka-Banjo.jpg", + image: "./Victory_Yinka-Banjo.jpg", link: "https://www.linkedin.com/in/victory-yinka-banjo", linkType: "LinkedIn Link" }, { name: "Ojima Abraham", - image: "public/Ojima_Abraham.jpg", + image: "./Ojima_Abraham.jpg", link: "https://www.linkedin.com/in/ojima-abraham/", linkType: "LinkedIn Link" }, { name: "Atinuke Adegbile", - image: "public/Atinuke_Adegbile.jpg", + image: "./Atinuke_Adegbile.jpg", link: "https://ng.linkedin.com/in/atinuke-adegbile-267542b7", linkType: "LinkedIn Link" }, { name: "Hamidah Oderinwale", - image: "public/Hamidah_Oderinwale.jpg", + image: "./Hamidah_Oderinwale.jpg", link: "https://ca.linkedin.com/in/hamidaho", linkType: "LinkedIn Link" }, { name: "Eric Mibuari", - image: "public/Eric_Mibuari.jpg", + image: "./Eric_Mibuari.jpg", link: "https://www.linkedin.com/in/eric-mibuari-bb24044/", linkType: "LinkedIn Link", suffix: ", Ph.D" }, { name: "Joshua Nwozor", - image: "public/Joshua_Nwozor.jpg", + image: "./Joshua_Nwozor.jpg", link: "https://www.linkedin.com/in/joshuatochukwunwozor", linkType: "LinkedIn Link" }, { name: "Akachukwu Obi", - image: "public/Akachukwu_Obi.jpg", + image: "./Akachukwu_Obi.jpg", link: "https://www.linkedin.com/in/aobi", linkType: "LinkedIn Link", suffix: ", Ph.D" }, { name: "Joseph Ekpenyong", - image: "public/Joseph_Ekpenyong.jpg", + image: "./Joseph_Ekpenyong.jpg", link: "https://www.linkedin.com/in/joejekpenyong", linkType: "LinkedIn Link" }, { name: "Ekene Ezeunala", - image: "public/Ekene_Ezeunala.jpg", + image: "./Ekene_Ezeunala.jpg", link: "https://www.linkedin.com/in/ekene-ezeunala/", linkType: "LinkedIn Link" }, { name: "Benem Davids", - image: "public/Benem_Davids.jpg", + image: "./Benem_Davids.jpg", title: "Webmaster", link: "https://www.linkedin.com/in/benemdavids", linkType: "LinkedIn Link", @@ -161,7 +161,7 @@ const About = () => {
Jelani Nelson Date: Mon, 17 Feb 2025 09:33:10 -0500 Subject: [PATCH 34/46] Update next.config.mjs --- next.config.mjs | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/next.config.mjs b/next.config.mjs index a43f0aa..4678774 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,9 +1,4 @@ /** @type {import('next').NextConfig} */ -const nextConfig = { - output: 'export', - images: { - unoptimized: true - } -} +const nextConfig = {}; -module.exports = nextConfig +export default nextConfig; From 5e600a46916a814b0269976371ffaabc0144e62b Mon Sep 17 00:00:00 2001 From: Ben <52263490+kn4ihp@users.noreply.github.com> Date: Mon, 17 Feb 2025 09:46:59 -0500 Subject: [PATCH 35/46] Update page.tsx updated for more browsers --- app/overview/page.tsx | 130 ++++++++++++++++++++++-------------------- 1 file changed, 68 insertions(+), 62 deletions(-) diff --git a/app/overview/page.tsx b/app/overview/page.tsx index e562f87..898877f 100644 --- a/app/overview/page.tsx +++ b/app/overview/page.tsx @@ -3,73 +3,79 @@ import Image from 'next/image'; const ProgramOverview = () => { return ( -
-
-

Summer 2025: To be announced.

-

- Summer 2024 -

-

- The Lagos camp is in collaboration with the AirLab of the University of Lagos. The camp will take place from the 19th of August to the 30th of - August at the AI & Robotics Labs in the University of Lagos. The Abuja camp will take place at the Olumawu School in Abuja from the 12th of August to the - 23rd of August. -

-
+
+ {/* 2025 Section */} +
+
+

Summer 2025: To be announced.

+
-
-
- hero -
-
+ {/* 2024 Section */} +
+

Summer 2024

+

+ The Lagos camp is in collaboration with the AirLab of + the University of Lagos. The camp will take place from the 19th of August to the 30th of August at the + AI & Robotics Labs in the University of Lagos. The Abuja camp will take place at the + Olumawu School + in Abuja from the 12th of August to the 23rd of August. +

+
-
-
    -
  1. Day 1: Introductions and Motivations
  2. -
  3. Day 2: Types in Python
  4. -
  5. Day 3: For Loops and Recursion
  6. -
  7. Day 4: More Methods of Iteration in Python
  8. -
  9. Day 5: Objects, Libraries, Data Science
  10. -
  11. Day 6: Growth of Functions
  12. -
  13. Day 7: Searching Algorithms: Linear, Binary
  14. -
  15. Day 8: Sorting Algorithms: Bubble, Selection, Insertion
  16. -
  17. Day 9: Sorting Algorithms: Part 2
  18. -
  19. Day 10: Review, Recap, Exam
  20. -
-
+ {/* Image Section */} +
+ hero +
-
-

- Summer 2023 -

-

- The in-person program ran from August 7 up to August 18, 2023. Location: Lifegate Academy in Abuja. -

-
- -
-

- Summer 2022 -

-

-
    -
  1. 1. Lists of Lists; Stack ADT
  2. -
  3. 2.Queue, Priority Queue, and Graph ADTs
  4. -
  5. 3.Graph Traversal: BFS, DFS
  6. -
  7. 4. Dictionary, Set, and Multiset ADTs
  8. -
  9. 5. Sorting
  10. -
  11. 6. Efficiency and Asymptotics: Big-O, Big-Omega, Big-Theta
  12. -
  13. 7. Recursion, Searching
  14. -
  15. 8. List Implementation: Array-Based, Linked-Based
  16. -
  17. 9. Stack Implementation: Array-Based, Linked-Based
  18. -
  19. 10.Queue Implementation: Array-Based, Linked-Based
  20. -
  21. 11.General Trees and Binary Trees: Structures and Traversals (pre-order, in-order, post-order)
  22. -
-

-
-
+ {/* 2024 Schedule */} +
+
    +
  1. Day 1: Introductions and Motivations
  2. +
  3. Day 2: Types in Python
  4. +
  5. Day 3: For Loops and Recursion
  6. +
  7. Day 4: More Methods of Iteration in Python
  8. +
  9. Day 5: Objects, Libraries, Data Science
  10. +
  11. Day 6: Growth of Functions
  12. +
  13. Day 7: Searching Algorithms: Linear, Binary
  14. +
  15. Day 8: Sorting Algorithms: Bubble, Selection, Insertion
  16. +
  17. Day 9: Sorting Algorithms: Part 2
  18. +
  19. Day 10: Review, Recap, Exam
  20. +
+
+ {/* 2023 Section */} +
+

Summer 2023

+

+ The in-person program ran from August 7 up to August 18, 2023. Location: Lifegate Academy in Abuja. +

+
- + {/* 2022 Section */} +
+

Summer 2022

+
    +
  1. Lists of Lists; Stack ADT
  2. +
  3. Queue, Priority Queue, and Graph ADTs
  4. +
  5. Graph Traversal: BFS, DFS
  6. +
  7. Dictionary, Set, and Multiset ADTs
  8. +
  9. Sorting
  10. +
  11. Efficiency and Asymptotics: Big-O, Big-Omega, Big-Theta
  12. +
  13. Recursion, Searching
  14. +
  15. List Implementation: Array-Based, Linked-Based
  16. +
  17. Stack Implementation: Array-Based, Linked-Based
  18. +
  19. Queue Implementation: Array-Based, Linked-Based
  20. +
  21. General Trees and Binary Trees: Structures and Traversals (pre-order, in-order, post-order)
  22. +
+
+
+
); } From 9d8823cbf2079587b4b665a56a51451c9fa1cfd5 Mon Sep 17 00:00:00 2001 From: Ben <52263490+kn4ihp@users.noreply.github.com> Date: Mon, 17 Feb 2025 09:55:38 -0500 Subject: [PATCH 36/46] Update page.tsx added the summer 2025 not present in main but on deployed page --- app/overview/page.tsx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/app/overview/page.tsx b/app/overview/page.tsx index 898877f..3354778 100644 --- a/app/overview/page.tsx +++ b/app/overview/page.tsx @@ -6,8 +6,15 @@ const ProgramOverview = () => {
{/* 2025 Section */}
-
-

Summer 2025: To be announced.

+
+

Summer 2025

+
+
    +
  1. Abuja camp (tentative) dates: August 4 -- August 15
  2. +
  3. Lagos camp (tentative) dates: July 21 -- August 1
  4. +
  5. Kano camp (tentative) dates: April 10 -- April 21
  6. +
+
{/* 2024 Section */} From 35096d5b5efac336fad0f1e6dcdc3993052d5aa8 Mon Sep 17 00:00:00 2001 From: Ben <52263490+kn4ihp@users.noreply.github.com> Date: Mon, 17 Feb 2025 10:03:49 -0500 Subject: [PATCH 37/46] Update page.tsx made past tense --- app/overview/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/overview/page.tsx b/app/overview/page.tsx index 3354778..6c4e636 100644 --- a/app/overview/page.tsx +++ b/app/overview/page.tsx @@ -20,13 +20,13 @@ const ProgramOverview = () => { {/* 2024 Section */}

Summer 2024

-

- The Lagos camp is in collaboration with the AirLab of - the University of Lagos. The camp will take place from the 19th of August to the 30th of August at the - AI & Robotics Labs in the University of Lagos. The Abuja camp will take place at the - Olumawu School - in Abuja from the 12th of August to the 23rd of August. -

+

+ The Lagos camp was in collaboration with the AirLab of + the University of Lagos. The camp took place from the 19th of August to the 30th of August at the + AI & Robotics Labs in the University of Lagos. The Abuja camp took place at the + Olumawu School + in Abuja from the 12th of August to the 23rd of August. +

{/* Image Section */} From 2df686bbf394bd489ea2fc1e5381dee6149920c6 Mon Sep 17 00:00:00 2001 From: Ben <52263490+kn4ihp@users.noreply.github.com> Date: Mon, 17 Feb 2025 10:05:11 -0500 Subject: [PATCH 38/46] Update page.tsx --- app/overview/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/overview/page.tsx b/app/overview/page.tsx index 6c4e636..e53ed28 100644 --- a/app/overview/page.tsx +++ b/app/overview/page.tsx @@ -3,7 +3,7 @@ import Image from 'next/image'; const ProgramOverview = () => { return ( -
+
{/* 2025 Section */}
From 71176bbe9b311da4705c1951e7a2c4372ee30cb0 Mon Sep 17 00:00:00 2001 From: Ben <52263490+kn4ihp@users.noreply.github.com> Date: Mon, 17 Feb 2025 10:09:58 -0500 Subject: [PATCH 39/46] Update page.tsx padding adjustment --- app/overview/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/overview/page.tsx b/app/overview/page.tsx index e53ed28..cc61bdd 100644 --- a/app/overview/page.tsx +++ b/app/overview/page.tsx @@ -3,7 +3,7 @@ import Image from 'next/image'; const ProgramOverview = () => { return ( -
+
{/* 2025 Section */}
From 1ec83ee748cc487c2d1056c0cba96442bb8bd8b6 Mon Sep 17 00:00:00 2001 From: Ben <52263490+kn4ihp@users.noreply.github.com> Date: Mon, 17 Feb 2025 10:12:47 -0500 Subject: [PATCH 40/46] Update page.tsx padding added y padding --- app/overview/page.tsx | 91 +++++++++++++++++++++++-------------------- 1 file changed, 48 insertions(+), 43 deletions(-) diff --git a/app/overview/page.tsx b/app/overview/page.tsx index cc61bdd..11af544 100644 --- a/app/overview/page.tsx +++ b/app/overview/page.tsx @@ -3,30 +3,30 @@ import Image from 'next/image'; const ProgramOverview = () => { return ( -
- {/* 2025 Section */} +
+ {/* 2025 Section */}

Summer 2025

    -
  1. Abuja camp (tentative) dates: August 4 -- August 15
  2. -
  3. Lagos camp (tentative) dates: July 21 -- August 1
  4. -
  5. Kano camp (tentative) dates: April 10 -- April 21
  6. +
  7. Abuja camp (tentative) dates: August 4 – August 15
  8. +
  9. Lagos camp (tentative) dates: July 21 – August 1
  10. +
  11. Kano camp (tentative) dates: April 10 – April 21
{/* 2024 Section */}
-

Summer 2024

-

- The Lagos camp was in collaboration with the AirLab of - the University of Lagos. The camp took place from the 19th of August to the 30th of August at the - AI & Robotics Labs in the University of Lagos. The Abuja camp took place at the - Olumawu School - in Abuja from the 12th of August to the 23rd of August. -

+

Summer 2024

+

+ The Lagos camp was in collaboration with the AirLab of + the University of Lagos. The camp took place from August 19 to August 30 at the + AI & Robotics Labs in the University of Lagos. The Abuja camp took place at the + Olumawu School + in Abuja from August 12 to August 23. +

{/* Image Section */} @@ -41,45 +41,50 @@ const ProgramOverview = () => {
{/* 2024 Schedule */} -
-
    -
  1. Day 1: Introductions and Motivations
  2. -
  3. Day 2: Types in Python
  4. -
  5. Day 3: For Loops and Recursion
  6. -
  7. Day 4: More Methods of Iteration in Python
  8. -
  9. Day 5: Objects, Libraries, Data Science
  10. -
  11. Day 6: Growth of Functions
  12. -
  13. Day 7: Searching Algorithms: Linear, Binary
  14. -
  15. Day 8: Sorting Algorithms: Bubble, Selection, Insertion
  16. -
  17. Day 9: Sorting Algorithms: Part 2
  18. -
  19. Day 10: Review, Recap, Exam
  20. -
+
+

2024 Schedule

+
+
    +
  1. Day 1: Introductions and Motivations
  2. +
  3. Day 2: Types in Python
  4. +
  5. Day 3: For Loops and Recursion
  6. +
  7. Day 4: More Methods of Iteration in Python
  8. +
  9. Day 5: Objects, Libraries, Data Science
  10. +
  11. Day 6: Growth of Functions
  12. +
  13. Day 7: Searching Algorithms: Linear, Binary
  14. +
  15. Day 8: Sorting Algorithms: Bubble, Selection, Insertion
  16. +
  17. Day 9: Sorting Algorithms: Part 2
  18. +
  19. Day 10: Review, Recap, Exam
  20. +
+
{/* 2023 Section */}
-

Summer 2023

-

- The in-person program ran from August 7 up to August 18, 2023. Location: Lifegate Academy in Abuja. +

Summer 2023

+

+ The in-person program ran from August 7 to August 18, 2023. Location: Lifegate Academy in Abuja.

{/* 2022 Section */}
-

Summer 2022

-
    -
  1. Lists of Lists; Stack ADT
  2. -
  3. Queue, Priority Queue, and Graph ADTs
  4. -
  5. Graph Traversal: BFS, DFS
  6. -
  7. Dictionary, Set, and Multiset ADTs
  8. -
  9. Sorting
  10. -
  11. Efficiency and Asymptotics: Big-O, Big-Omega, Big-Theta
  12. -
  13. Recursion, Searching
  14. -
  15. List Implementation: Array-Based, Linked-Based
  16. -
  17. Stack Implementation: Array-Based, Linked-Based
  18. -
  19. Queue Implementation: Array-Based, Linked-Based
  20. -
  21. General Trees and Binary Trees: Structures and Traversals (pre-order, in-order, post-order)
  22. -
+

Summer 2022

+
+
    +
  1. Lists of Lists; Stack ADT
  2. +
  3. Queue, Priority Queue, and Graph ADTs
  4. +
  5. Graph Traversal: BFS, DFS
  6. +
  7. Dictionary, Set, and Multiset ADTs
  8. +
  9. Sorting
  10. +
  11. Efficiency and Asymptotics: Big-O, Big-Omega, Big-Theta
  12. +
  13. Recursion, Searching
  14. +
  15. List Implementation: Array-Based, Linked-Based
  16. +
  17. Stack Implementation: Array-Based, Linked-Based
  18. +
  19. Queue Implementation: Array-Based, Linked-Based
  20. +
  21. General Trees and Binary Trees: Structures and Traversals (pre-order, in-order, post-order)
  22. +
+
From 71a61c9e1795113642cc18fae94e2bde44a06c48 Mon Sep 17 00:00:00 2001 From: Ben <52263490+kn4ihp@users.noreply.github.com> Date: Mon, 17 Feb 2025 10:18:46 -0500 Subject: [PATCH 41/46] Update page.tsx added more padding --- app/overview/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/overview/page.tsx b/app/overview/page.tsx index 11af544..81384b9 100644 --- a/app/overview/page.tsx +++ b/app/overview/page.tsx @@ -3,7 +3,7 @@ import Image from 'next/image'; const ProgramOverview = () => { return ( -
+
{/* 2025 Section */}
From c890bcc61f1eff19a132d431391e36f8e407b9e6 Mon Sep 17 00:00:00 2001 From: Ben <52263490+kn4ihp@users.noreply.github.com> Date: Mon, 17 Feb 2025 10:23:48 -0500 Subject: [PATCH 42/46] Update page.tsx added padding y --- app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/about/page.tsx b/app/about/page.tsx index 66e9115..cfa17b6 100644 --- a/app/about/page.tsx +++ b/app/about/page.tsx @@ -4,7 +4,7 @@ import Image from 'next/image'; const About = () => { return ( <> -
+

About Us!

From 629538b47cfaeb78f8cf3596f39c2316be4971b8 Mon Sep 17 00:00:00 2001 From: Ben <52263490+kn4ihp@users.noreply.github.com> Date: Mon, 17 Feb 2025 10:27:09 -0500 Subject: [PATCH 43/46] Update Navbar.tsx removed absolute to push down all pages --- components/Navbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Navbar.tsx b/components/Navbar.tsx index 0c8fd18..7d55330 100644 --- a/components/Navbar.tsx +++ b/components/Navbar.tsx @@ -5,7 +5,7 @@ import CustomButton from './CustomButton' const Navbar = () => { return ( -

+