Skip to content

Commit

Permalink
project cards
Browse files Browse the repository at this point in the history
  • Loading branch information
em843 committed May 7, 2024
1 parent d6552eb commit 49374cf
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 15 deletions.
22 changes: 22 additions & 0 deletions website/src/app/pages/homepage/homepage.component.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.page {
position: relative;
padding: 20px;
}
.card-2 {
Expand All @@ -19,3 +20,24 @@
flex-direction: row;
justify-content: space-around;
}

.cover-image {
width: 100%; /* Optional: Ensure it covers the full container width */
z-index: 1; /* Lower z-index means it will be behind other content */
}

/* Project cards are absolutely positioned, which is nasty. Fix this someday */
.project-card {
padding-left: 30px;
padding-right: 30px;
padding-top: 20px;
padding-bottom: 20px;
z-index: 2;
position: absolute;
margin-left: 200px;
margin-right: 200px;
}

.pps {
top: 400px; /* Adjust this value based on where you need the card to appear relative to the top of page */
}
34 changes: 19 additions & 15 deletions website/src/app/pages/homepage/homepage.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,28 @@ <h3>Dr. Oliver Gao</h3>
</div>
<div class="welcome-container">
<h1>Welcome to Gao Labs!</h1>
<p>
The Cornell University Post-Processing Software (CU-PPS)
for air quality and congestion management developed by Gao’s group is
the nation’s first web-based software integrating activity-based travel
demand models with EPA MOVES model. It is the official software in use
for New York City to ensure that transportation plans and programs will
not cause any new violations of federal air quality standards, hence
protecting a population of 12.4 million in NYC metro area. In 2014-2018,
he served as the Editor-in-Chief of Transportation Research Part D:
Transport and Environment. Before joining Cornell, Gao was a QUANT in
the mathematical and econometrical modeling division at the TRG
Management LP, (also known as The Rohatyn Group (TRG)), a Wall Street
hedge fund specializing in emerging markets.
</p>
<p>Gao Labs is a joint effort of Cornell's Systems and Civil Engineering departments that focuses on two critical causes: public health and climate change. Read more about our current research and development efforts below.</p>

</div>
</mat-card>
<div class="card-1"></div>
<img class="cover-image" src="../../assets/website-images/nyc-pps.jpeg" />
<mat-card class="project-card pps">
<h1>PPS</h1>
<p>
The Cornell University Post-Processing Software (CU-PPS)
for air quality and congestion management developed by Gao’s group is
the nation’s first web-based software integrating activity-based travel
demand models with EPA MOVES model. It is the official software in use
for New York City to ensure that transportation plans and programs will
not cause any new violations of federal air quality standards, hence
protecting a population of 12.4 million in NYC metro area. In 2014-2018,
he served as the Editor-in-Chief of Transportation Research Part D:
Transport and Environment. Before joining Cornell, Gao was a QUANT in
the mathematical and econometrical modeling division at the TRG
Management LP, (also known as The Rohatyn Group (TRG)), a Wall Street
hedge fund specializing in emerging markets.
</p>
</mat-card>
<!-- <h1>Featured Work</h1>
<div class="card-3">
<ul class="featured-work-list">
Expand Down

0 comments on commit 49374cf

Please sign in to comment.