Skip to content

Commit

Permalink
Add Tanesha Moody's closing speech and closing ceremony slides (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
waalbert authored May 27, 2024
1 parent 975cb7b commit bcf5061
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 3 deletions.
14 changes: 11 additions & 3 deletions src/app/views/home/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ const Home = () => {
/>
<h4 id="date">{VH_DATE}</h4>
<p id="tagline">UC Irvine&apos;s largest women-centric hackathon</p>
<VenusButton url="/feedback" text="Feedback Form" />
<VenusButton
url="https://docs.google.com/forms/d/e/1FAIpQLSdObzMrHpTjjcc5DhdXmuX8v485aDhsCqBRxCV3R66316htcg/viewform?usp=sharing"
text="Mid-Way Check In"
url="https://docs.google.com/presentation/d/1J8zlxYDR8AaiQXu7p_qg8xuav4qieKvU9AOkuwOJIhk/edit?usp=sharing"
text="Closing Ceremony"
/>
<VenusButton url="/feedback" text="Feedback Form" />
</div>
<div id="astronaut-animation">
{/* These assets are a background of a div instead of imgs to prevent
Expand All @@ -45,6 +45,14 @@ const Home = () => {
</div>
</section>
<div id="planet" />
<h2 id="tanesha-moody-title">Tanesha Moody's Closing Speech</h2>
<iframe
src="https://drive.google.com/file/d/18y1D-co2T84_f287Eqj7NunVVTRM1-AP/preview"
width="640"
height="480"
allow="autoplay"
id="tanesha-moody"
></iframe>

{/* ABOUT **********************/}
<section id="about">
Expand Down
18 changes: 18 additions & 0 deletions src/app/views/home/Home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,24 @@ body {
}
}

#tanesha-moody-title {
color: $darkerPurple;

@media screen and (max-width: 700px) {
font-size: 36px;
}
}

#tanesha-moody {
width: 640px;
margin-bottom: 120px;

@media screen and (max-width: 700px) {
width: 80vw;
height: 60vw;
}
}

#about {
display: flex;
justify-content: center;
Expand Down

0 comments on commit bcf5061

Please sign in to comment.