Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Design #3

Merged
merged 1 commit into from
Feb 25, 2012
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/nbproject/private/
Binary file added _css/_fonts/League_Gothic-webfont.eot
Binary file not shown.
148 changes: 148 additions & 0 deletions _css/_fonts/League_Gothic-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 _css/_fonts/League_Gothic-webfont.ttf
Binary file not shown.
Binary file added _css/_fonts/League_Gothic-webfont.woff
Binary file not shown.
Binary file added _css/_fonts/Ubuntu-B-webfont.eot
Binary file not shown.
147 changes: 147 additions & 0 deletions _css/_fonts/Ubuntu-B-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 _css/_fonts/Ubuntu-B-webfont.ttf
Binary file not shown.
Binary file added _css/_fonts/Ubuntu-B-webfont.woff
Binary file not shown.
Binary file added _css/_fonts/Ubuntu-BI-webfont.eot
Binary file not shown.
147 changes: 147 additions & 0 deletions _css/_fonts/Ubuntu-BI-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 _css/_fonts/Ubuntu-BI-webfont.ttf
Binary file not shown.
Binary file added _css/_fonts/Ubuntu-BI-webfont.woff
Binary file not shown.
Binary file added _css/_fonts/Ubuntu-C-webfont.eot
Binary file not shown.
147 changes: 147 additions & 0 deletions _css/_fonts/Ubuntu-C-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 _css/_fonts/Ubuntu-C-webfont.ttf
Binary file not shown.
Binary file added _css/_fonts/Ubuntu-C-webfont.woff
Binary file not shown.
Binary file added _css/_fonts/Ubuntu-L-webfont.eot
Binary file not shown.
147 changes: 147 additions & 0 deletions _css/_fonts/Ubuntu-L-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 _css/_fonts/Ubuntu-L-webfont.ttf
Binary file not shown.
Binary file added _css/_fonts/Ubuntu-L-webfont.woff
Binary file not shown.
Binary file added _css/_fonts/Ubuntu-LI-webfont.eot
Binary file not shown.
147 changes: 147 additions & 0 deletions _css/_fonts/Ubuntu-LI-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 _css/_fonts/Ubuntu-LI-webfont.ttf
Binary file not shown.
Binary file added _css/_fonts/Ubuntu-LI-webfont.woff
Binary file not shown.
Binary file added _css/_fonts/Ubuntu-M-webfont.eot
Binary file not shown.
147 changes: 147 additions & 0 deletions _css/_fonts/Ubuntu-M-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 _css/_fonts/Ubuntu-M-webfont.ttf
Binary file not shown.
Binary file added _css/_fonts/Ubuntu-M-webfont.woff
Binary file not shown.
Binary file added _css/_fonts/Ubuntu-MI-webfont.eot
Binary file not shown.
148 changes: 148 additions & 0 deletions _css/_fonts/Ubuntu-MI-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 _css/_fonts/Ubuntu-MI-webfont.ttf
Binary file not shown.
Binary file added _css/_fonts/Ubuntu-MI-webfont.woff
Binary file not shown.
Binary file added _css/_fonts/Ubuntu-R-webfont.eot
Binary file not shown.
147 changes: 147 additions & 0 deletions _css/_fonts/Ubuntu-R-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 _css/_fonts/Ubuntu-R-webfont.ttf
Binary file not shown.
Binary file added _css/_fonts/Ubuntu-R-webfont.woff
Binary file not shown.
Binary file added _css/_fonts/Ubuntu-RI-webfont.eot
Binary file not shown.
148 changes: 148 additions & 0 deletions _css/_fonts/Ubuntu-RI-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 _css/_fonts/Ubuntu-RI-webfont.ttf
Binary file not shown.
Binary file added _css/_fonts/Ubuntu-RI-webfont.woff
Binary file not shown.
368 changes: 368 additions & 0 deletions _css/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,368 @@
/*FONTFACE*/
@font-face {
font-family: 'LeagueGothicRegular';
src: url('_fonts/League_Gothic-webfont.eot');
src: url('_fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
url('_fonts/League_Gothic-webfont.woff') format('woff'),
url('_fonts/League_Gothic-webfont.ttf') format('truetype'),
url('_fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
font-weight: normal;
font-style: normal;

}

@font-face {
font-family: 'UbuntuBoldRegular';
src: url('_fonts/Ubuntu-B-webfont.eot');
src: url('_fonts/Ubuntu-B-webfont.eot?#iefix') format('embedded-opentype'),
url('_fonts/Ubuntu-B-webfont.woff') format('woff'),
url('_fonts/Ubuntu-B-webfont.ttf') format('truetype'),
url('_fonts/Ubuntu-B-webfont.svg#UbuntuCondensedRegular') format('svg');
font-weight: normal;
font-style: normal;

}

@font-face {
font-family: 'UbuntuRegular';
src: url('_fonts/Ubuntu-R-webfont.eot');
src: url('_fonts/Ubuntu-R-webfont.eot?#iefix') format('embedded-opentype'),
url('_fonts/Ubuntu-R-webfont.woff') format('woff'),
url('_fonts/Ubuntu-R-webfont.ttf') format('truetype'),
url('_fonts/Ubuntu-R-webfont.svg#UbuntuCondensedRegular') format('svg');
font-weight: normal;
font-style: normal;

}

@font-face {
font-family: 'UbuntuCondensedRegular';
src: url('_fonts/Ubuntu-C-webfont.eot');
src: url('_fonts/Ubuntu-C-webfont.eot?#iefix') format('embedded-opentype'),
url('_fonts/Ubuntu-C-webfont.woff') format('woff'),
url('_fonts/Ubuntu-C-webfont.ttf') format('truetype'),
url('_fonts/Ubuntu-C-webfont.svg#UbuntuCondensedRegular') format('svg');
font-weight: normal;
font-style: normal;

}



/*GENERAL*/

a:link, visited, hover {
text-decoration: none;
color: white;
}

body {
padding: 0;
margin: 0;
font-family:'UbuntuRegular', 'Helvetica', 'Arial', 'Sans-Serif';
}

section h1, article h1, h2 {
font-family:Georgia;
font-style:italic;
margin:0 0 16px;
}

section h1, article h1 {
font-size:24px;
}

h2 {
font-size:18px;
margin:0 0 12px;
}

h3, h4, h5, h6 {
font-size:18px;
margin:0 0 8px;
font-family:'UbuntuCondensedRegular', 'Helvetica', 'Arial', 'Sans-Serif';
}

p {
color: #252525;
margin: 0;
padding: 0;
}

.Wrapper {
display:block;
width:100%;
text-align:center;
min-width:440px;
}

.Wrapper > .Body {
text-align:left;
width:900px;
margin:0 auto;
}

/*!NAV BAR*/

nav {
margin: 0;
background-color: #0092BF;
color: white;
text-align:center !important;

position:relative;
top:0;
left:0;
z-index:12;

text-shadow:0 1px 2px rgba(0, 0, 0, 0.6);

-moz-box-shadow:0 1px 8px rgba(0, 0, 0, 0.36);
-o-box-shadow:0 1px 8px rgba(0, 0, 0, 0.36);
-webkit-box-shadow:0 1px 8px rgba(0, 0, 0, 0.36);
box-shadow:0 1px 8px rgba(0, 0, 0, 0.36);
}

nav ul {
list-style:none;
margin:0;
padding:0;
}

nav ul li {
display: inline;
margin:0;
padding:0;
font-family:'UbuntuBoldRegular', Helvetica, Arial, Sans-Serif;
}

nav ul li a {
display:inline-block;
padding:16px 28px;
font-size:24px;
}

nav ul li a:hover, nav ul li a.Selected {
background-color:#e44d26;

box-shadow:inset 0 1px 8px rgba(0, 0, 0, 0.6);
}


/* !HEADER*/
.HeaderWrapper {
background-color: #EBEBEB;
background-image: url("../_img/header_bg.jpg");
border-bottom:1px solid #aeaeae;

position:relative;
z-index:10;

-moz-box-shadow:0 1px 8px rgba(0, 0, 0, 0.36);
-o-box-shadow:0 1px 8px rgba(0, 0, 0, 0.36);
-webkit-box-shadow:0 1px 8px rgba(0, 0, 0, 0.36);
box-shadow:0 1px 8px rgba(0, 0, 0, 0.36);
}

header {
height:250px;
color: #252525;
position:relative;
padding:20px 0;
text-shadow:0 1px 0 rgba(255, 255, 255, 0.63);
}

header:after {
clear:both;
content:".";
display:block;
height:0;
visibility:hidden;
}

header h1 {
float:left;
font-family: 'LeagueGothicRegular';
font-size: 120px;
line-height: 62px;
margin: 0;
padding-top:80px;
position:relative;
z-index:10;
letter-spacing:1px;
text-align:center;
}

header span {
font-size: 72px;
}

header img {
position:absolute;
left:140px;
top:20px;
z-index:8;
}

header blockquote {
position:relative;
margin:0;
float:left;
margin-left:270px;
width:438px;
font-family:Georgia, Serif;
font-style:italic;
font-size:18px;
line-height:28px;
color:#555 !important;
margin-top:40px;
}

header blockquote img.RightQuote {
position:relative;
top:2px;
left:4px;
}

header blockquote img.LeftQuote {
position:absolute;
top:-2px;
left:-30px;
}



/* Body */
.BodyWrapper {
background-image:url("../_img/content_bg.jpg");
background-color:#fcfcfc;
min-height:400px;
}

/* LIGHTBOX */

#MainContent{
padding-top: 100px;
padding-bottom: 100px;
}

#lightbox{
width: 880px;
height: 360px;
background-color: #EBEBEB;
border: 1px solid #AEAEAE;


}

/* COLUMNS*/

.ColumnWrapper {
margin-top: 60px;

}

.ColumnWrapper h3 {
padding: 6px 6px 0 6px;
color: #0092BF;
}

.ColumnWrapper p {
padding: 10px;
}


.ColumnWrapper:after {
content:".";
display:block;
visibility: hidden;
height:0;
clear:both;
}

.col-1 {
width: 430px;
height: 200px;
float:left;
margin: 0px 20px 0 0;
background-color: #ECECEC;
}

.col-2 {
width: 430px;
height: 200px;
float:left;

background-color: #ECECEC;
}




/* FOOTER*/
.FooterWrapper {
border-top: 2px solid #CCC;
background-color:#E44D26;
height: 300px;

}

footer:after {
content:".";
display:block;
visibility: hidden;
height:0;
clear:both;
}

footer {
margin: 0;
padding:30px 0;
color: white;
width: 900px;

}

footer ul {
padding-left: 20px;
margin: 16px 0px;
}

footer section ul li{
list-style-type: none;
line-height: 30px;

}

footer ul li a:link, a:visited{
padding: 6px;
color:white;
}

footer ul li a:hover {
padding: 6px;
background-color: #0092C2;
color:white;
}

footer section {
display: inline;
float:left;

}

footer > section{
margin-left: 60px;
}

footer > section:first-child{
margin-left:0;
}

.sponsors {
width: 220px;
height: 110px;
background-color: #DDDDDD;
margin-left: 800px;

}
Binary file added _img/content_bg.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 _img/header_bg.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 _img/left-quote.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 _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 _img/right-quote.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading