Skip to content

Commit

Permalink
update built site
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Moore committed Dec 5, 2012
1 parent a57c797 commit cb50476
Show file tree
Hide file tree
Showing 33 changed files with 55,054 additions and 909 deletions.
581 changes: 561 additions & 20 deletions build/css/mobile.css

Large diffs are not rendered by default.

87 changes: 52 additions & 35 deletions build/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -316,8 +316,7 @@ h1,h2,h3,h4,h5,h6 {
/*
* Nav
*/

#topnav {
#topnav {
position: fixed;
width: 246px;
height: 380px;
Expand Down Expand Up @@ -459,74 +458,71 @@ h1,h2,h3,h4,h5,h6 {
font-weight: 500;
}

#speakerlist ul {
.speakerlist ul {
margin: 0;
padding: 10px 0;
}

#speakerlist ul li {
width: 175px;
height: 175px;
.speakerlist ul li {
height: 325px;
display: block;
background: #000;
list-style: none;
margin: 0 10px 10px 0;
padding: 0;
margin: 0 20px 20px 0;
padding: 0 0 20px 0;
float: left;
position: relative;

-webkit-box-shadow: 0px 0px 18px 0px #999;
-moz-box-shadow: 0px 0px 18px 0px #999;
box-shadow: 0px 0px 18px 0px #999;

background: url(../img/sponsorbg.png) repeat;

}

#speakerlist ul li a {
.speakerlist ul li .modal-trigger {
width: 175px;
display: block;
position: absolute;
top: 0;
left: 0;
background: transparent;
text-decoration: none;
font-weight: 600;
padding: 20px;
padding-bottom: 10px;
text-transform: uppercase;

}

#speakerlist ul li a img {
.speakerlist ul li .modal-trigger img {
width: auto;
height: 100%;
}

#speakerlist ul li a .speakername, #speakerlist ul li a .speakertitle,
#speakerlist ul li a .company {
display: none;
}

#speakerlist ul li a:hover {
-webkit-box-shadow: 0px 0px 18px 0px #999;
-moz-box-shadow: 0px 0px 18px 0px #999;
box-shadow: 0px 0px 18px 0px #999;
padding: 20px;
top: -20px;
left: -20px;
z-index: 20;
background: url(../img/sponsorbg.png);
text-transform: uppercase;
}

#speakerlist ul li a:hover .speakername {
font-size: 19px;
.speakerlist ul li .modal-trigger .speakername {
font-size: 16px;
color: #000;
display: block;
padding: 15px 0 0 0;
}

#speakerlist ul li a:hover .speakertitle {
.speakerlist ul li .modal-trigger .speakertitle {
color: #eb008b;
font-size: 14px;
display: block;
}

#speakerlist ul li a:hover .company {
.speakerlist ul li .modal-trigger .company {
color: #333;
font-size: 10px;
display: block;
}

.speakerlist ul li .archived-links {
padding: 5px 20px;
font-size: 14px;
text-transform: uppercase;
font-weight: 600;
}

#main li.last {
margin-right: 0;
}
Expand Down Expand Up @@ -897,6 +893,27 @@ h1,h2,h3,h4,h5,h6 {
background: url(../img/sponsors/moerlein.png) 0 -74px no-repeat;
}

#nextyear {
padding: 50px 0 50px 150px;
width: 730px;
margin: 20px 0 0 0;
}

#nextyear input {
width: 640px;
height: 48px;
font-size: 24px;
margin: 16px 0;
}

#nextyear button {
height: 48px;
font-size: 24px;
margin-bottom: 16px;
}



/*
* Footer
*/
Expand Down
Binary file added build/fonts/font-awesome/fontawesome-webfont.eot
Binary file not shown.
255 changes: 255 additions & 0 deletions build/fonts/font-awesome/fontawesome-webfont.svg
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 build/fonts/font-awesome/fontawesome-webfont.svgz
Binary file not shown.
Binary file added build/fonts/font-awesome/fontawesome-webfont.ttf
Binary file not shown.
Binary file added build/fonts/font-awesome/fontawesome-webfont.woff
Binary file not shown.
Binary file added build/images/backgrounds/bg-building.png
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 build/images/backgrounds/bg-page.png
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 build/images/img-building.png
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 build/images/img-logo.png
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 build/images/img-logo@2x.png
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 build/img/speakers/ample-square.png
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 build/img/speakers/chrisnelson-square.png
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 build/img/speakers/elmer-thomas-square.png
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 build/img/speakers/joefiorini-square.png
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 build/img/speakers/justinearreche-square.png
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 build/img/speakers/rob-keefer-square.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit cb50476

Please sign in to comment.