Added initial homepage redesign ideas

This commit is contained in:
Victoria Wang 2013-06-26 01:30:43 -05:00
parent bacceedc29
commit f6aebe4e41
4 changed files with 77 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 476 KiB

View file

@ -0,0 +1,9 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body style="background:#E9E0D5 url(homepage01bg.png) repeat-x;text-align:center; margin:0;padding:0">
<img src="homepage01x.png">
</body>
</html>

View file

@ -0,0 +1,68 @@
a { text-decoration: none; }
h1, h2, h3, h4, h5, h6, pre, code, li, p {
font-size: 1em;
font-weight: normal;
}
ul, ol, dl, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre,
form, body, html, p, blockquote, fieldset, input, td, th, textarea, abbr, code{
padding: 0;
margin: 0;
font-family: inherit;
border: 0;
}
a img, a:link img, a:visited img, a:hover img, a:visited:hover img {
border: 0;
}
li {
list-style: none;
}
a {
color: #2D63B9;
}
a:hover {
color: #3A7EE6;
}
body {
font-family: "Lucida Grande";
font-size: 11px;
-webkit-user-select: none;
float: left;
width: 100%;
margin-bottom: 2em;
background: #FBF4D5;
}
#header {
background: #F5E190;
border-top: 6px solid #85B5B6;
padding-top: 42px;
padding-bottom: 35px;
}
h1 {
width: 341px;
height: 94px;
background: url(logo.png);
margin: 0 auto 0 auto;
}
h1 span {
display: none;
}
#content {
background: #fff;
padding: 23px 0;
}
#home-buttons {
width: 804px;
height: 482px;
position: relative;
margin: 0 auto 0 auto;
}
#home-buttons .button {
position: absolute;
}
#home-buttons .button.about { left: 0; top: 0; }
#home-buttons .button.weddingparty { left: 0; top: 328px; }
#home-buttons .button.wedding { left: 269px; top: 0; }
#home-buttons .button.photos { left: 539px; top: 0; }
#home-buttons .button.accommodations { left: 539px; top: 328px; }
#footer {
}