diff --git a/files/wireframes/homepage01bg.png b/files/wireframes/homepage01bg.png new file mode 100644 index 00000000..60821bcd Binary files /dev/null and b/files/wireframes/homepage01bg.png differ diff --git a/files/wireframes/homepage01x.png b/files/wireframes/homepage01x.png new file mode 100644 index 00000000..833b7112 Binary files /dev/null and b/files/wireframes/homepage01x.png differ diff --git a/files/wireframes/index.html b/files/wireframes/index.html new file mode 100644 index 00000000..b322be24 --- /dev/null +++ b/files/wireframes/index.html @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/files/wireframes/styles.css b/files/wireframes/styles.css new file mode 100644 index 00000000..281388fc --- /dev/null +++ b/files/wireframes/styles.css @@ -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 { +} \ No newline at end of file