diff --git a/.github/workflows/general-website.code-workspace b/.github/workflows/general-website.code-workspace new file mode 100644 index 0000000..34118ce --- /dev/null +++ b/.github/workflows/general-website.code-workspace @@ -0,0 +1,19 @@ +{ + "folders": [ + { + "path": "../.." + }, + { + "path": "../.." + }, + { + "path": "../.." + }, + { + "path": "../.." + }, + { + "path": "../.." + } + ] +} \ No newline at end of file diff --git a/src/components/News.js b/src/components/News.js index e4ce8a6..672b553 100644 --- a/src/components/News.js +++ b/src/components/News.js @@ -7,33 +7,69 @@ import Tile from "../ui/Tile" const articleItems = [ { - imgLink: "https://snworksceo.imgix.net/dpn/9d04e1df-97c6-4dec-b9f3-0d16aa1ea004.sized-1000x1000.jpg?w=1000", - title: "Penn Climate Ventures hosts second annual competition ", - link: "https://www.thedp.com/article/2022/03/climate-ventures-competition-prize-student-groups", - publisher: "Daily Pennsylvanian", - date: "Mar 28, 2022" - }, - { - imgLink: "https://snworksceo.imgix.net/dpn/17408c7b-dbab-4f87-8ede-db45b8933a46.sized-1000x1000.jpg?w=800", - title: "Penn Climate Ventures holds inaugural environmental tech startup competition", - link: "https://www.thedp.com/article/2021/04/penn-climate-ventures-impossible-foods", - publisher: "Daily Pennsylvanian", - date: "Apr 26, 2021" + imgLink: "src/images/headshots/nicholas_kwok.png", + title: "Executive President, CAS '27", + publisher: "Nicholas Kwok", + date: "CAS '27" }, { - imgLink: "https://static01.nyt.com/images/2021/02/24/opinion/24chatterjee/24chatterjee-facebookJumbo.jpg?year=2021&h=550&w=1050&s=3318cdf5414524ac4cfb0b6bd9f71fe4cdc13d13a77e290b369e4e2bf3181968&k=ZQJBKqZ0VN", - title: "How We Can Better Predict Weather Catastrophes", - link: "https://www.nytimes.com/2021/02/25/opinion/weather-forecast-climate-change.html", - publisher: "New York Times", - date: "Feb 25, 2021" - }, - { - imgLink: "https://snworksceo.imgix.net/dpn/4ad60ade-ed53-436a-bb12-cd235b84bfd5.sized-1000x1000.jpg?w=800", - title: "New student group looks to design Penn course on business solutions to climate crisis", - link: "https://www.thedp.com/article/2021/01/penn-climate-ventures-innovation-environment-sustainable", - publisher: "Daily Pennsylvanian", - date: "Jan 29, 2021" + imgLink: "src/images/headshots/nicholas_kwok.png", + title: "Co-President and Director of Operations", + publisher: "Daniel Lapinski", + date: "CAS '27" + },{ + imgLink: "src/images/headshots/shaurya_singhi.png", + title: "Vice President", + publisher: "Shaurya Singhi", + date: "CAS '27" + },{ + imgLink: "src/images/headshots/lukas_koch.png", + title: "Co-Director of Consulting", + publisher: "Lukas von Koch", + date: "Wharton '26" + },{ + imgLink: "src/images/headshots/angela_ye.png", + title: "Co-Director of Consulting", + publisher: "Angela Ye", + date: "CAS '26" + },{ + imgLink: "src/images/headshots/chloe_ng.png", + title: "Co-Director of Consulting", + publisher: "Chloe Ng", + date: "SEAS '26 CAS '26" + },{ + imgLink: "src/images/headshots/sandro_mocciolo.png", + title: "Director of Policy", + publisher: "Sandro Mocciolo", + date: "CAS '27" + },{ + imgLink: "src/images/headshots/emma_shockley.png", + title: "Director of Marketing", + publisher: "Emma Shockley", + date: "CAS '25" + },{ + imgLink: "src/images/headshots/karam_alkaissy.png", + title: "Director of Operations", + publisher: "Karam Alkaissy", + date: "CAS '27" + },{ + imgLink: "src/images/headshots/nicholas_kwok.png", + title: "Co-Director of Prize", + publisher: "Jeff Li", + date: "CAS '27" + },{ + imgLink: "src/images/headshots/nicholas_kwok.png", + title: "ECo-Director of Prize", + publisher: "Brianna Hess", + date: "CAS '27" + },{ + imgLink: "src/images/headshots/nicholas_kwok.png", + title: "Co-Director of Prize", + link: "https://www.thedp.com/article/2022/03/climate-ventures-competition-prize-student-groups", + publisher: "Kana Unigame", + date: "CAS '27" }, + ] @@ -41,12 +77,11 @@ export const News = () => { return ( <> In the News - + { articleItems.map( article => ( )) } diff --git a/src/images/headshots/angela_ye.png b/src/images/headshots/angela_ye.png new file mode 100644 index 0000000..cd414c6 Binary files /dev/null and b/src/images/headshots/angela_ye.png differ diff --git a/src/images/headshots/brianna_hess.png b/src/images/headshots/brianna_hess.png new file mode 100644 index 0000000..1643083 Binary files /dev/null and b/src/images/headshots/brianna_hess.png differ diff --git a/src/images/headshots/chloe_ng.png b/src/images/headshots/chloe_ng.png new file mode 100644 index 0000000..496d7a1 Binary files /dev/null and b/src/images/headshots/chloe_ng.png differ diff --git a/src/images/headshots/emma_shockley.png b/src/images/headshots/emma_shockley.png new file mode 100644 index 0000000..7f7233b Binary files /dev/null and b/src/images/headshots/emma_shockley.png differ diff --git a/src/images/headshots/jeff_li.png b/src/images/headshots/jeff_li.png new file mode 100644 index 0000000..7419694 Binary files /dev/null and b/src/images/headshots/jeff_li.png differ diff --git a/src/images/headshots/kana_urigame.png b/src/images/headshots/kana_urigame.png new file mode 100644 index 0000000..e689585 Binary files /dev/null and b/src/images/headshots/kana_urigame.png differ diff --git a/src/images/headshots/karam_alkaissy.png b/src/images/headshots/karam_alkaissy.png new file mode 100644 index 0000000..b9b1a5e Binary files /dev/null and b/src/images/headshots/karam_alkaissy.png differ diff --git a/src/images/headshots/lukas_koch.png b/src/images/headshots/lukas_koch.png new file mode 100644 index 0000000..10c20a4 Binary files /dev/null and b/src/images/headshots/lukas_koch.png differ diff --git a/src/images/headshots/nicholas_kwok.png b/src/images/headshots/nicholas_kwok.png new file mode 100644 index 0000000..340f859 Binary files /dev/null and b/src/images/headshots/nicholas_kwok.png differ diff --git a/src/images/headshots/sandro_mocciolo.png b/src/images/headshots/sandro_mocciolo.png new file mode 100644 index 0000000..7717690 Binary files /dev/null and b/src/images/headshots/sandro_mocciolo.png differ diff --git a/src/images/headshots/shaurya_singhi.png b/src/images/headshots/shaurya_singhi.png new file mode 100644 index 0000000..8191e4e Binary files /dev/null and b/src/images/headshots/shaurya_singhi.png differ diff --git a/src/pages/collaborate.js b/src/pages/collaborate.js index 5e4de6b..dc2aa80 100644 --- a/src/pages/collaborate.js +++ b/src/pages/collaborate.js @@ -9,20 +9,8 @@ import "../styles/base.scss" const CollaboratePage = () => { return ( - + - - Club Co-Sponsor, Speak/Mentor/Judge/Advise Interest, Corporate Sponsor Interest, Donate - - - If you or your group would like to support us, please contact us at with a - statement of your area of interest and your involvement capacities. - - If you have press inquiries, please contact us at . - - If you would like to submit a piece to the blog, please email{' '} - preeths@sas.upenn.edu. -