Skip to content

Commit

Permalink
Swap out header images for real sample ones and adjust widths to match
Browse files Browse the repository at this point in the history
  • Loading branch information
bronius committed Jun 18, 2014
1 parent ef62215 commit a9040e8
Show file tree
Hide file tree
Showing 14 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions css/site-header.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ body {
}
#site-header {
position: relative;
width: 900px;
width: 930px;
font-size: 14px;
font-family: sans-serif;
font-weight: lighter;
Expand All @@ -20,7 +20,7 @@ body {
height: 450px;
}
#site-header .sub {
width: 225px;
width: 240px;
height: 225px;
background-color: #333;
}
Expand Down
10 changes: 5 additions & 5 deletions front.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<h1>Model for Front Page UI</h1>
<div id="site-header">
<a class="main" href="#">
<img src="images/header/main2.jpg" />
<img src="images/header/main event.jpg" />
<div class="text">
<div class="title">Student<br/>
Involvement<br/>
Expand All @@ -18,7 +18,7 @@ <h1>Model for Front Page UI</h1>
</div>
</a>
<a class="sub" href="#">
<img src="images/header/sub1.jpg" />
<img src="images/header/cirque_dreams.jpg" />
<div class="text">
<div class="title">Cirque Dreams</div>
<div class="subtext">Tue and Wed Sep 17 &amp; 18 7:30pm<br/>
Expand All @@ -27,23 +27,23 @@ <h1>Model for Front Page UI</h1>
</div>
</a>
<a class="sub" href="#">
<img src="images/header/sub2.jpg" />
<img src="images/header/march_on_washington.jpg" />
<div class="text">
<div class="title">March on Washington 50th Anniversary</div>
<div class="subtext">Mon-Fri Aug 26-30<br/>
Gates Ballroom</div>
</div>
</a>
<a class="sub" href="#">
<img src="images/header/sub3.jpg" />
<img src="images/header/iron_man_3.jpg" />
<div class="text">
<div class="title">Iron Man 3</div>
<div class="subtext">Tue and Wed Sep 17 &amp; 18 7:30pm<br/>
Rudder Auditorium</div>
</div>
</a>
<a class="sub" href="#">
<img src="images/header/sub4.jpg" />
<img src="images/header/learn_about_msc.jpg" />
<div class="text">
<div class="title">Learn more about the MSC</div>
<div class="subtext">sit amet, consectetur adipisicing elit, sed do eiusmod tempor</div>
Expand Down
Binary file added images/header/cirque_dreams.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/header/iron_man_3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/header/learn_about_msc.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/header/main event.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/header/main1.jpg
Binary file not shown.
Binary file removed images/header/main2.jpg
Binary file not shown.
Binary file removed images/header/main3.jpg
Binary file not shown.
Binary file added images/header/march_on_washington.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/header/sub1.jpg
Binary file not shown.
Binary file removed images/header/sub2.jpg
Binary file not shown.
Binary file removed images/header/sub3.jpg
Binary file not shown.
Binary file removed images/header/sub4.jpg
Binary file not shown.

0 comments on commit a9040e8

Please sign in to comment.