Skip to content

Commit

Permalink
F24 renovation
Browse files Browse the repository at this point in the history
  • Loading branch information
anmol-dash committed Sep 19, 2024
1 parent bd9a541 commit 9145893
Show file tree
Hide file tree
Showing 7 changed files with 96 additions and 54 deletions.
31 changes: 11 additions & 20 deletions src/components/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ import { Text, CenteredSubtitle } from "../ui/Typography"
import goal1 from "../images/goal1.png"
import goal2 from "../images/goal2.png"
import goal3 from "../images/goal3.png"
import gbmImage from "../images/gallery/gbm-2022-02-20.jpg"

import gbmImage from "../images/gallery/149342B2-FC4D-4773-91F4-E84E8C3C171B.jpeg"

const AboutImageWrapper = s.div`
display: flex;
Expand Down Expand Up @@ -52,27 +51,19 @@ const IntroTextWrapper = s.div`
export const About = () => {
return (
<>
<CenteredSubtitle>About Us</CenteredSubtitle>
<CenteredSubtitle> <a
href="https://forms.gle/2g91NgsrmesNG3cQ8"
target="_blank"
rel="noreferrer noopener"
>
{" "}
<u>Apply Here!</u>
</a>
</CenteredSubtitle>
<AboutImageWrapper>
<AboutImage src={gbmImage}/>
</AboutImageWrapper>
<IntroTextWrapper>
<Text>
Imagine a campus where students line up to work for the biggest movers in climate innovation.
</Text>
<Text>
Imagine a campus where sustainability and climate analyses are integrated into our course plans, just like intro statistics or calculus.
</Text>
<Text>
Imagine a campus where climate is just... common sense.
</Text>
<Text>
That's what we're building.
</Text>
<Text>
Let's push Penn into climate.
</Text>
</IntroTextWrapper>

<CenteredSubtitle>Our Goals</CenteredSubtitle>
<GoalWrapper>
<Goal>
Expand Down
93 changes: 72 additions & 21 deletions src/components/ProgramDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,28 +64,79 @@ export class ProgramDetails extends Component {

return (
<div>
<Subtitle>Program Details</Subtitle>

<Text>
<ul>
<li>
Groups of 4-5 students work on a semester-long project for a climate tech
startup/company
</li>
<li>
Each group is has 1 project lead responsible for liaising between PCV, the
company, and the team
</li>
<li>
Projects are diverse and could include anything from software development to
design and business development
</li>
<li>
Applications involve a written application and an interview with PCV
</li>
</ul>
</Text>
<div>
<Subtitle>Operations</Subtitle>

<Text>
The Operations Committee is responsible for facilitating and planning GBMs, preparing and executing recruitment, and managing finances.
The Operations Committee often collaborates with all of the committees of PCV to provide additional support.
The team also designs PCV’s semesterly reports and monthly emails, working closely with the entire executive board.
We are looking for people who enjoy collaboration and are interested in learning more about the climate space.

</Text>
</div>

<div>
<Subtitle>Consulting</Subtitle>

<Text>
The largest branch of PCV, our Consulting Committee is a dynamic group of consultants and project leads, all working together to support both
emerging startups and established companies in the climate sector. Our 5-6 clients range from innovating startups and VC firms to major utilities
and global corporations. For students passionate about climate action, this consulting branch offers invaluable, hands-on experiences while building a
powerful network of industry connections that actively recruit from Penn. Beyond the professional growth, it’s an incredible opportunity to connect with
like-minded peers, as the committee regularly hosts vibrant socials and insightful presentations throughout the semester.


</Text>
</div>

<div>
<Subtitle>Marketing</Subtitle>

<Text>
The Marketing & Design Committee drives the creative direction and public presence of PCV’s social media & website.
The role is collaborative and open-ended, and you’ll have the opportunity to lead the direction of your work.
We are looking for people who are passionate about climate tech, but bonus points go to those with technical design skills and web dev experience.


</Text>
</div>

<div>
<Subtitle>Policy</Subtitle>

<Text>
This year, the Policy committee will work with two statewide environmental nonprofits to provide analysis legislative frameworks, and educational materials
for innovative climate policy ideas in Pennsylvania. No prior experience required - we’re looking for students passionate about climate and who
like tot write, research, present, and discuss policy!
</Text>
</div>

<div>
<Subtitle>Prize</Subtitle>

<Text>
The Prize committee organizes a climate pitch competition for college startups in the space each April, with participants from
across the globe competing for investment. The Prize team is at the core of what PCV does and will be unique in that it will function with it’s own sub
teams, enabling members to cross-apply their skills in marketing, logistics, fundraising, and planning. We are looking for students excited about the
climate startup space and cutting-edge innovation, and are collaborative, detail-oriented and organized.
</Text>
</div>

<div>
<Subtitle>Events</Subtitle>

<Text>
The Events Committee is seeking students to assist with planning and executing club-wide and campus-wide events throughout the year.
Our responsibilities include coordinating with stakeholders in Penn’s administrative space as well as leading industry professionals in the climate
space to plan and ensure the successful execution of events. The events include social gatherings, speaker panels, networking sessions,
conference trips, and Penn Climate Week. We are looking for individuals with strong project management, communication, organizational skills, and charisma.
</Text>
</div>

</div>


)
}
}
4 changes: 2 additions & 2 deletions src/components/WhatWeDo.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const WhatWeDo = () => {
<CenteredSubtitle fontColor={TEXT_PRIMARY_INV}>What We Do</CenteredSubtitle>
<DoWrapper>
<DoBox>
<DoLabel><Text><UrlLink href="/class">Workshops</UrlLink></Text></DoLabel>
<DoLabel><Text><UrlLink href="/class">Events</UrlLink></Text></DoLabel>
<DoImage src={whatwedo1}/>
{/*<Text>Brief description</Text>*/}
</DoBox>
Expand All @@ -72,7 +72,7 @@ export const WhatWeDo = () => {
{/*<Text>Brief description</Text>*/}
</DoBox>
<DoBox>
<DoLabel><Text><UrlLink href="/fellowships">Fellowships</UrlLink></Text></DoLabel>
<DoLabel><Text><UrlLink href="/fellowships">Consulting</UrlLink></Text></DoLabel>
<DoImage src={whatwedo3}/>
{/*<Text>Brief description</Text>*/}
</DoBox>
Expand Down
8 changes: 4 additions & 4 deletions src/data/navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ export const navLinks = [
// url: "/our-team"
// },
{
linkName: "Internships",
url: "/internships"
linkName: "Committees",
url: "/consulting"
},
{
linkName: "Consulting",
url: "/consulting"
linkName: "Internships",
url: "/internships"
},
{
linkName: "Prize",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions src/pages/consulting.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import "../styles/base.scss"

const Fellowships = () => {
return (
<PageLayout title="Consulting">
<PageLayout title="Committees">
<Container>
<ProgramDetails/>
</Container>
Expand All @@ -26,8 +26,6 @@ const Fellowships = () => {

{/* Project Showcase */}

<FellowshipsFAQ/>

<Subtitle>Are you a company interested in partnering with us?</Subtitle>
<Text>
If you're a company interested in partnering with us, we'd love to hear from you! Please
Expand Down
10 changes: 6 additions & 4 deletions src/pages/get-involved.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ const GetInvolvedPage = () => {
return (
<PageLayout title="Get Involved">
<Container>
<Subtitle>Board Membership</Subtitle>
<Subtitle>
Committee Membership
</Subtitle>
<Text>
Our applications for board membership are now open for spring
Our applications for committee membership are now open for fall
recruitment! If you are a Penn student and interested in getting
involved in the behind-the-scenes of PCV, click
<a
href="https://join.pennclimateventures.org"
href="https://forms.gle/2g91NgsrmesNG3cQ8"
target="_blank"
rel="noreferrer noopener"
>
Expand Down Expand Up @@ -54,7 +56,7 @@ const GetInvolvedPage = () => {
target="_blank"
rel="noreferrer noopener"
>
Use the form below to join our listserve!
Use the form below to join our listserv!
</UrlLink>
</Text>
<iframe
Expand Down

0 comments on commit 9145893

Please sign in to comment.