Skip to content

Commit

Permalink
update home banner to make (hackohio#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
wukelly authored and emilyengle committed Dec 3, 2018
1 parent 49ffa9e commit 377800f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Binary file added img/make-banner.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@
<div class="container">
<div class="bottom-left">
<h3>FEATURED EVENT</h3>
<h1><a href="http://hack.osu.edu/2018">HackOHI/O<a></h1>
<h4>October 27th-28th, 2018</h4>
<h4>The Ohio Union Grand Ballroom</h4>
<h1><a href="http://hack.osu.edu/make/2019">MakeOHI/O<a></h1>
<h4>February 2nd-3rd, 2019</h4>
<h4>Knowlton Hall</h4>
<div class="blankspace"></div>
<a href="http://hack.osu.edu/2018" class="red-box">See more</a>
<a href="http://hack.osu.edu/make/2019" class="red-box">See more</a>
<div class="clear"></div>
</div>
<div class="bottom-right" style="text-align:right">
Expand Down
4 changes: 2 additions & 2 deletions style/redesign-main.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,14 @@ nav img {
width: 100%;
color: white;

background: url('../img/hackohio_cover.png') no-repeat center center;
background: url('../img/make-banner.JPG') no-repeat center center;
background-size: cover;
}

#featured-banner .container {
display: flex;
display: -webkit-flex;
height: 22em;
height: 25em;
justify-content: space-between;
padding-bottom: 30px;
}
Expand Down

0 comments on commit 377800f

Please sign in to comment.