Skip to content

Commit 64356b7

Browse files
author
Joanna Pineda
committed
add board members and update programs
1 parent fed7b1e commit 64356b7

7 files changed

Lines changed: 53 additions & 26 deletions

File tree

31.9 KB
Loading

src/assets/people/Matt_Walton.jpeg

44.9 KB
Loading
1.56 MB
Loading

src/components/Banner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import React from "react"
33

44
const Banner: React.FunctionComponent = () => (
55
<div className="sticky top-0 py-2 text-center text-white bg-gray-900 justify-self-end font-extralight">
6-
<Link to="/programs">⚠️ BEGINNER CODING CAMP APPLICATIONS OPEN NOW!</Link>
6+
<Link to="/programs">⚠️ Fall 2023 Programming Coming Soon!</Link>
77
</div>
88
)
99

src/components/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ export const Hero: React.FunctionComponent = ({ children }) => (
131131
/>
132132
</div>
133133
</div>
134-
{/* <Banner /> */}
134+
<Banner />
135135
</section>
136136
)
137137

src/pages/about.tsx

Lines changed: 43 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -295,20 +295,34 @@ const AboutUsPage: React.FunctionComponent<PageProps> = () => (
295295
</h2>
296296
<div className="grid grid-cols-1 gap-10 md:grid-cols-2">
297297
{[
298-
// {
299-
// name: "Matt Walton",
300-
// positions: ["Head of Analytics & Insights - Automotive, Consumer Goods & Food at Google"],
301-
// bio: `Matt is currently a Technology Analyst at Accenture where she works primarily as a software developer to improve businesses. Prior to her time in industry, she worked in the intersection of Computer Science and Biology through research in cancer genomics and health care.`,
302-
// image: (
303-
// <StaticImage
304-
// src="../assets/people/Joanna_Pineda.png"
305-
// alt="Matt Walton"
306-
// />
307-
// ),
308-
// socials: {
309-
// linkedin: "https://www.linkedin.com/in/matthew-walton-110b553/",
310-
// },
311-
// },
298+
{
299+
name: "Matt Walton",
300+
positions: ["Head of Analytics & Insights - Automotive, Consumer Goods & Food at Google"],
301+
bio: `Matt is currently a Technology Analyst at Accenture where she works primarily as a software developer to improve businesses. Prior to her time in industry, she worked in the intersection of Computer Science and Biology through research in cancer genomics and health care.`,
302+
image: (
303+
<StaticImage
304+
src="../assets/people/Matt_Walton.jpeg"
305+
alt="Matt Walton"
306+
/>
307+
),
308+
socials: {
309+
linkedin: "https://www.linkedin.com/in/matthew-walton-110b553/",
310+
},
311+
},
312+
{
313+
name: "Jyotheeswar Arvind Manickavasagar",
314+
positions: ["Technical Solutions Consultant at Google"],
315+
bio: ``,
316+
image: (
317+
<StaticImage
318+
src="../assets/people/Jyotheeswar_Manickavasagar.jpeg"
319+
alt="Jyotheeswar Manickavasagar"
320+
/>
321+
),
322+
socials: {
323+
linkedin: "https://www.linkedin.com/in/jyotheeswararvind/",
324+
},
325+
},
312326
{
313327
name: "Ellie Hajarian",
314328
positions: ["Senior IT Manager, Enterprise Information Management at TD"],
@@ -323,6 +337,21 @@ const AboutUsPage: React.FunctionComponent<PageProps> = () => (
323337
linkedin: "https://www.linkedin.com/in/ellie-hajarian/?originalSubdomain=ca",
324338
},
325339
},
340+
{
341+
name: "Michelle Craig",
342+
343+
positions: ["Professor, Teaching Stream in the Department of Computer Science at the University of Toronto"],
344+
bio: `Michelle is a member of the CS Education Research Group. When I am not an associate chair, my job is primarily teaching undergraduate courses. In the past I have supervised one PhD student and a number of undergraduate projects in Computing Education Research.`,
345+
image: (
346+
<StaticImage
347+
src="../assets/people/Michelle_Craig.jpg"
348+
alt="Michelle Craig"
349+
/>
350+
),
351+
socials: {
352+
linkedin: "https://ca.linkedin.com/in/michelle-craig-a9759719",
353+
},
354+
},
326355
].map(({ image, name, positions, bio, socials }) => (
327356
<div className="grid-cols-8 gap-4 md:grid font-body">
328357
<div className="col-span-3 ">

src/pages/programs.tsx

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ const ProgramsPage: React.FunctionComponent<PageProps> = ({ data }) => {
7777
<section id="workshops" className="px-8 bg-icterine py-28">
7878
<div className="max-w-5xl mx-auto">
7979
<h2 className="mb-4 text-4xl font-bold text-center text-iris font-body">
80-
Workshops
80+
Workshops for 2023
8181
</h2>
8282
<p className="mb-6 text-lg font-light font-body">
8383
Coding is telling the computer what to do. We run coding workshops
@@ -94,21 +94,19 @@ const ProgramsPage: React.FunctionComponent<PageProps> = ({ data }) => {
9494
</div>
9595
<div className="col-span-5">
9696
<h3 className="flex flex-wrap items-center text-2xl font-bold gap-x-4 font-body">
97-
Virtual Beginner Coding Camp
98-
<Tag key={"2"} tag={"🔔 Upcoming Event"} />
97+
Coming Soon
9998
<Tag key={"1"} tag={"💻 Workshop"} />
10099
</h3>
101100
<p className="my-3 font-light">
102-
Learn the basics of coding through videos, live-coding sessions,
103-
collaboration, and daily office hours.
101+
We are excited to be redesigning our programs for 2023!
104102
</p>
105-
<div className="font-bold">Important Dates:</div>
106-
<ul className="mb-4 list-disc list-inside">
103+
{/* <div className="font-bold">Important Dates:</div> */}
104+
{/* <ul className="mb-4 list-disc list-inside">
107105
<li>Applications Open: February 2nd, 2022</li>
108106
<li>Application Deadline: March 6th, 2022</li>
109-
</ul>
110-
<Link to="/programs/beginner-coding-camp">
111-
<IrisLinkButton>Learn more</IrisLinkButton>
107+
</ul> */}
108+
<Link to="https://hercodecamp.us19.list-manage.com/subscribe?u=c27169d8995f9d493daf82c16&id=4169a6682f/">
109+
<IrisLinkButton>Stay Tuned</IrisLinkButton>
112110
</Link>
113111
</div>
114112
</div>

0 commit comments

Comments
 (0)