Skip to content

Commit e7c7b64

Browse files
committed
final round + corrections
1 parent 710deaf commit e7c7b64

4 files changed

Lines changed: 15 additions & 18 deletions

File tree

src/components/countdown/countdown.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const getTimeLeft = (targetDate) => {
1313
return { days, hours, minutes, seconds };
1414
};
1515

16-
const Countdown = ({ targetDate = new Date("2026-03-21T23:59:00") }) => {
16+
const Countdown = ({ targetDate = new Date("2026-04-11T16:00:00") }) => {
1717
const [timeLeft, setTimeLeft] = useState(() => getTimeLeft(targetDate));
1818

1919
useEffect(() => {

src/pages/Application.js

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,13 +133,18 @@ const Application = () => {
133133
</ul> */}
134134

135135
<h3>Final Round: Live Pitch Presentation</h3>
136+
<ul>
137+
<li>
138+
<strong>April 11, 4-6PM ET – High School Track:</strong> Final round presentations for high school teams.
139+
</li>
140+
<li>
141+
<strong>April 12, 4-6PM ET – University Track:</strong> Final round presentations for university teams.
142+
</li>
143+
</ul>
136144
<p>
137145
4 teams from each track will compete in a live zoom pitch to industry leaders and professors.
138146
Results will be announced live on the Zoom call after judges debrief.
139147
</p>
140-
<p style={{ fontStyle: 'italic' }}>
141-
More information on our final round will be available after the results of our 1st round are released.
142-
</p>
143148
</div>
144149
</section>
145150

src/pages/GetInvolved.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ const GetInvolved = () => {
8787
<li>Ananya A. Pillai - University of Pennsylvania, Master's Student in Environmental Studies</li>
8888
<li>Bailey Lin - University of Pennsylvania, Master's Student in Environmental Studies</li>
8989
<li>Jiayu Tang - University of Pennsylvania, Master's Student in Environmental Studies</li>
90-
<li>Riqi Zhang - Imperial College London, PhD Student at the Center of Environmental Policy</li>
90+
<li>Riqi Zhang - Imperial College London, PhD Student at the Centre for Environmental Policy</li>
9191
<li>Anne Rolim - Columbia University, Master's Student in Sustainability Management</li>
9292
<li>Anar Amarjargal - Columbia University, Master's Student in Climate and Society</li>
9393
<li>Yeraldi Loera - Princeton University, PhD Student in Ecology and Evolutionary Biology</li>

src/pages/LandingPage.js

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ const LandingPage = () => {
2020
<div className="hero-content">
2121
<h1 className="title">UPenn Eco-Venture Challenge</h1>
2222
<p className="subheading">Preparing tomorrow's leaders to tackle today's climate crisis!</p>
23-
<p className="subcountdown">ROUND 1 APPLICATION DUE</p>
24-
<Countdown targetDate={new Date("2026-03-21T23:59:00")} />
23+
<p className="subcountdown">FINAL ROUND BEGINS</p>
24+
<Countdown targetDate={new Date("2026-04-11T16:00:00")} />
2525
<img
2626
src={`${process.env.PUBLIC_URL}/double-arrow-down.png`}
2727
alt="Scroll down"
@@ -61,21 +61,13 @@ const LandingPage = () => {
6161

6262
<section className="section">
6363
<div className="content">
64-
<h2 className="heading">Opening Ceremony</h2>
64+
<h2 className="heading">Final Round</h2>
6565
<p>
66-
<b>Sunday, March 22nd, 2026 at 7PM ET</b>
66+
<b>High School Track:</b> April 11th, 2026 at 4-6PM ET
6767
</p>
6868
<p>
69-
Join us for the mandatory opening ceremony to get to know the competition, meet our sponsors, and hear insights from Penn alumni in the energy field.
69+
<b>University Track:</b> April 12th, 2026 at 4-6PM ET
7070
</p>
71-
<a
72-
href="https://upenn.zoom.us/j/99175679881?pwd=06KbsrDyTwWvfeAVYzbIgH2XT4GpXm.1"
73-
className="cta-button"
74-
target="_blank"
75-
rel="noopener noreferrer"
76-
>
77-
Join Zoom
78-
</a>
7971
</div>
8072
</section>
8173

0 commit comments

Comments
 (0)