Skip to content

Commit

Permalink
Update collegeLabContent.js
Browse files Browse the repository at this point in the history
1/3
  • Loading branch information
clarej12 authored May 22, 2024
1 parent 26de259 commit 5dea908
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions website/src/assets/College/collegeLabContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import teachLogo from "../teachla-logo.svg";
import React from "react";
import "../../main.css";
import EssayContainer from "../../components/posts/CollegeAdmissions/essay/EssayContainer";
import EnrollGraphContainer from "../../components/posts/CollegeAdmissions/GradEnroll/EnrollGraphContainer";
import WomenEnrollmentContainer from "../../components/posts/CollegeAdmissions/enrollmentGraph/WomenEnrollmentContainer.js";

export default [
Expand Down Expand Up @@ -44,6 +45,44 @@ export default [
],
},
},
{
post: {
profilePic: teachLogo,
profilePicName: "Profile Picture - TeachLA Logo",
header: "Historical - Grad Enrollment of Women",
subheader:
"Graph of percent of women in enrolled in engineering programs",
bodyText: [
{
body: (
<p className="text-center">
<mark className="bold">
Historical - Grad Enrollment of Women
</mark>
</p>
),
},
{
body: <EnrollGraphContainer />,
},
{
body: (
<p className="gray-text text-center">
Source:{" "}
<a
href="https://cockrell.utexas.edu/media/xt-adaptive-images/1600/images/wep-stats/HistoricalGrad.jpg"
target="_blank"
rel="noopener noreferrer"
>
{" "}
The University of Texas at Austin
</a>
</p>
),
},
],
},
},
{
post: {
profilePic: teachLogo,
Expand Down

0 comments on commit 5dea908

Please sign in to comment.