Skip to content

Commit

Permalink
Add applications message and link (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
neha-vard authored Sep 1, 2023
1 parent ac69310 commit 4843baa
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
20 changes: 17 additions & 3 deletions assets/css/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,23 @@
left: 26.5%;
bottom: 25%;
right: 75%;
opacity: 0.8;
margin-top: -50px;
opacity: 0.85;
margin-top: -90px;
margin-left: -50px;
height: 100px;
height: 140px;
}

.main-heading {
font-size: 45px;
/* color: white; */
text-align: center;
top: 50%;
left: 12%;
bottom: 12%;
right: 50%;
}

.application-call {
color: white;
text-align: center;
top: 50%;
Expand All @@ -39,6 +48,11 @@
right: 50%;
}

.application-call a {
color: inherit;
text-decoration: underline;
}

.home-content {
padding: 5% 10% 7% 10%;
}
Expand Down
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@
</a>
<div class="main-heading-container">
<h2 class="main-heading">Women in Computer Science at UIUC</h2>
<h2 class="application-call">Fall 2023 Committee Applications are now open! <a
href="https://go.illinoiswcs.org/23-24-committee-application">Click here to
apply!</a>
</h2>
</div>
</div>
<!--main carousel speed change-->
Expand Down

0 comments on commit 4843baa

Please sign in to comment.