File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ( ( ) => {
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments