mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Added initial homepage redesign ideas
This commit is contained in:
parent
bacceedc29
commit
f6aebe4e41
4 changed files with 77 additions and 0 deletions
BIN
files/wireframes/homepage01bg.png
Normal file
BIN
files/wireframes/homepage01bg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
BIN
files/wireframes/homepage01x.png
Normal file
BIN
files/wireframes/homepage01x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 476 KiB |
9
files/wireframes/index.html
Normal file
9
files/wireframes/index.html
Normal 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>
|
68
files/wireframes/styles.css
Normal file
68
files/wireframes/styles.css
Normal 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 {
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue