Skip to content

Commit 6b066a3

Browse files
committed
Comp end updates
1 parent e7c7b64 commit 6b066a3

9 files changed

Lines changed: 39 additions & 83 deletions

File tree

973 KB
Loading
820 KB
Loading
143 KB
Loading

public/sponsors/KCMJ.png

177 KB
Loading

src/components/Footer.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ const Footer = () => {
3333
alt="Exelon Logo"
3434
style={styles.images}
3535
/>
36+
<img
37+
src={`${process.env.PUBLIC_URL}/sponsors/KCMJ.png`}
38+
alt="KCMJ Logo"
39+
style={styles.images}
40+
/>
3641
</div>
3742
<p style={styles.footerText}>
3843
© 2025 PCV PRIZE. All rights reserved.

src/pages/Application.js

Lines changed: 5 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -63,32 +63,13 @@ const Application = () => {
6363
<main className="main-content">
6464
<section className="section">
6565
<div className="content">
66-
<h2 className="heading">APPLY NOW!</h2>
66+
<h2 className="heading">The 2026 Competition Has Concluded</h2>
6767
<p>
68-
Solutions can range from physical products to forums, events, or community service initiatives—either new ideas or existing projects you want to expand. Participants are encouraged to submit a prototype or demonstrate tangible progress, though it doesn't need to be extensive.
69-
<br />
70-
<br />
71-
The deadline for the first round is 3/21/2026.
68+
Thank you to all participants! Check back next year for the 2027 competition.
7269
</p>
7370
<p>
74-
Before you begin your application, read our{' '}
75-
<a
76-
href="https://drive.google.com/file/d/1rF048wpiVaSIKZIyvxVUq005j5BJcGvt/view?usp=sharing"
77-
target="_blank"
78-
rel="noopener noreferrer"
79-
>
80-
First Round Guide
81-
</a>.
71+
Below you can find information about this year's competition for reference.
8272
</p>
83-
84-
<a
85-
href="https://form.typeform.com/to/L7OigO4E"
86-
className="cta-button"
87-
target="_blank"
88-
rel="noopener noreferrer"
89-
>
90-
Apply Here
91-
</a>
9273
</div>
9374
</section>
9475

@@ -98,7 +79,7 @@ const Application = () => {
9879

9980
<section className="section schedule-section">
10081
<div className="content">
101-
<h2 className="heading">Timeline</h2>
82+
<h2 className="heading">2026 Timeline</h2>
10283

10384
<h3>Round 1: Registration &amp; Application Development</h3>
10485
<ul>
@@ -112,7 +93,7 @@ const Application = () => {
11293
<strong>March 21 – First Round Submission Deadline:</strong> Submit your complete application by this date.
11394
</li>
11495
<li>
115-
<strong>March 22, 7PM ET – Mandatory Opening Ceremony:</strong> Attend our virtual opening event to get to know the competition, meet our sponsors, and hear insights from Penn alumni in the energy field. <a href="https://upenn.zoom.us/j/99175679881?pwd=06KbsrDyTwWvfeAVYzbIgH2XT4GpXm.1" target="_blank" rel="noopener noreferrer">Zoom Link</a>
96+
<strong>March 22, 7PM ET – Mandatory Opening Ceremony:</strong> Virtual opening event to get to know the competition, meet our sponsors, and hear insights from Penn alumni in the energy field.
11697
</li>
11798
<li>
11899
<strong>April 4 – First Round Results Announced:</strong> The top 4 teams per track will progress to the final round.
@@ -212,9 +193,6 @@ const Application = () => {
212193
<p>
213194
PCV reserves the <b>right to disqualify</b> any project that does not meet the eligibility requirements or violates the competition's integrity standards.
214195
</p>
215-
<p>
216-
All participants are required to sign up on the registration form and participate in the virtual opening ceremony on <b>March 22nd, 2026 at 7PM ET.</b> The link to the virtual opening ceremony will be provided to your email prior to the event.
217-
</p>
218196
</div>
219197
</section>
220198

src/pages/GetInvolved.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,9 +327,9 @@ body {
327327
.judges-list {
328328
display: flex;
329329
flex-wrap: wrap;
330-
gap: 30px;
330+
gap: 20px;
331331
justify-content: flex-start;
332-
margin: 20px 0;
332+
margin: 15px 0;
333333
}
334334

335335
.judge-item {

src/pages/GetInvolved.js

Lines changed: 19 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ const GetInvolved = () => {
6969

7070
{selectedContent === 'judges' && (
7171
<div>
72-
<br />
7372
<h2>Judge</h2>
7473
<p>
7574
Judges are essential to hosting a successful UPenn EcoVenture competition. By
@@ -78,6 +77,25 @@ const GetInvolved = () => {
7877
</p>
7978
<p>Reach out to prizepcv@gmail.com if you are interested in becoming a judge or mentor for next year's competition. We are recruiting judges for each of the three rounds: written application, slide
8079
deck, and live pitch judging.</p>
80+
<h3>Final Round Judge:</h3>
81+
<div className="judges-list">
82+
<div className="judge-item">
83+
<img src={`${process.env.PUBLIC_URL}/final-round-judges/seth-snyder.png`} alt="Seth Snyder" className="judge-photo" />
84+
<p>Seth Snyder</p>
85+
</div>
86+
</div>
87+
<h3>Final Round Speakers:</h3>
88+
<div className="judges-list">
89+
<div className="judge-item">
90+
<img src={`${process.env.PUBLIC_URL}/final-round-judges/sunny-elebua.jpeg`} alt="Sunny Elebua" className="judge-photo" />
91+
<p>Sunny Elebua</p>
92+
</div>
93+
<div className="judge-item">
94+
<img src={`${process.env.PUBLIC_URL}/final-round-judges/beth-zonis.png`} alt="Beth Zonis" className="judge-photo" />
95+
<p>Beth Zonis</p>
96+
</div>
97+
</div>
98+
<h3>Round 1 Judges:</h3>
8199
<p>We would like to thank our Round 1 Judges for their hard work grading the pitches. We could not have done this without their respective expertise in the field. Thank you to: </p>
82100
<ul>
83101
<li>Siddharth Gundala - Columbia University, Master's Student in Climate and Society</li>
@@ -98,29 +116,6 @@ const GetInvolved = () => {
98116
<li>Alexandra Gonzalez - Columbia University, Master's Student in Climate and Society, Policy</li>
99117
<li>Molly Fowler - University of Pennsylvania, Master's Student in Environmental Studies</li>
100118
</ul>
101-
<br />
102-
<h3>Final Round Judges:</h3>
103-
<div className="judges-list">
104-
<div className="judge-item">
105-
<img src={`${process.env.PUBLIC_URL}/final-round-judges/annelise-dyer.jpeg`} alt="Anneliese Dyer" className="judge-photo" />
106-
<p>Anneliese Dyer, 4AIR</p>
107-
</div>
108-
<div className="judge-item">
109-
<img src={`${process.env.PUBLIC_URL}/final-round-judges/david-jacoby.jpeg`} alt="David Steven Jacoby" className="judge-photo" />
110-
<p>David Steven Jacoby, NYU Stern Business School</p>
111-
</div>
112-
<div className="judge-item">
113-
<img src={`${process.env.PUBLIC_URL}/final-round-judges/daniel-bloch.jpeg`} alt="Daniel Bloch" className="judge-photo" />
114-
<p>Daniel Bloch, Lanzajet</p>
115-
</div>
116-
<div className="judge-item">
117-
<img src={`${process.env.PUBLIC_URL}/final-round-judges/chuck-hurchalla.jpeg`} alt="Chuck Hurchalla" className="judge-photo" />
118-
<p>Chuck Hurchalla, Evolution Sustainability Group</p>
119-
</div>
120-
</div>
121-
{/* <p><strong>Judge List:</strong></p>
122-
<p>Photos and descriptions of judges will be added here.</p> */}
123-
<br /><br />
124119
</div>
125120
)}
126121
</div>

src/pages/LandingPage.js

Lines changed: 8 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import React from 'react';
22
import Navbar from '../components/NavBar';
33
import Footer from '../components/Footer';
4-
import Countdown from '../components/countdown/countdown';
5-
64
import './LandingPage.css';
75

86
const LandingPage = () => {
@@ -20,15 +18,15 @@ const LandingPage = () => {
2018
<div className="hero-content">
2119
<h1 className="title">UPenn Eco-Venture Challenge</h1>
2220
<p className="subheading">Preparing tomorrow's leaders to tackle today's climate crisis!</p>
23-
<p className="subcountdown">FINAL ROUND BEGINS</p>
24-
<Countdown targetDate={new Date("2026-04-11T16:00:00")} />
25-
<img
26-
src={`${process.env.PUBLIC_URL}/double-arrow-down.png`}
21+
<p className="subcountdown">THE 2026 COMPETITION HAS CONCLUDED</p>
22+
<p className="subheading">Thank you to all participants! See you next year!</p>
23+
<img
24+
src={`${process.env.PUBLIC_URL}/double-arrow-down.png`}
2725
alt="Scroll down"
2826
className="scroll-arrow"
2927
onClick={() => {
30-
document.querySelector('.main-content').scrollIntoView({
31-
behavior: 'smooth'
28+
document.querySelector('.main-content').scrollIntoView({
29+
behavior: 'smooth'
3230
});
3331
}}
3432
/>
@@ -48,34 +46,14 @@ const LandingPage = () => {
4846
If you're at all interested in addressing environmental issues through a business perspective,
4947
this competition is a perfect way to get real-world experience and feedback from industry experts.
5048
</p>
51-
<a
52-
href="https://docs.google.com/forms/d/e/1FAIpQLSdDMYJYYdEmjE7_GSvv3tzHyCe5ULHESMS9Qs0CddyfaC51FQ/viewform"
53-
className="cta-button"
54-
target="_blank"
55-
rel="noopener noreferrer"
56-
>
57-
Interest Form
58-
</a>
59-
</div>
60-
</section>
61-
62-
<section className="section">
63-
<div className="content">
64-
<h2 className="heading">Final Round</h2>
65-
<p>
66-
<b>High School Track:</b> April 11th, 2026 at 4-6PM ET
67-
</p>
68-
<p>
69-
<b>University Track:</b> April 12th, 2026 at 4-6PM ET
70-
</p>
71-
</div>
49+
</div>
7250
</section>
7351

7452
<section className="section">
7553
<div className="content">
7654
<h2 className="heading">Up to $6,000 in prizes!</h2>
7755
<p>
78-
In The EcoVenture Challenge, you will have the opportunity to compete for <b>up to $6,000 total prize pool</b>! Our mission with this cash prize is to inspire upcoming entrepreneurs and fuel personal environmental projects. The prize is flexible and will be directly deposited to participants. We hope that our flexible prize money will motivate students and ultimately create Penn's most impactful sustainability competition yet.
56+
In The EcoVenture Challenge, participants compete for <b>up to $6,000 total prize pool</b>! Our mission with this cash prize is to inspire upcoming entrepreneurs and fuel personal environmental projects. We hope that our flexible prize money will motivate students and ultimately create Penn's most impactful sustainability competition yet.
7957
</p>
8058
</div>
8159
</section>

0 commit comments

Comments
 (0)