[bknr-cvs] hans changed trunk/projects/quickhoney/
BKNR Commits
bknr at bknr.net
Tue Sep 9 04:57:43 UTC 2008
Revision: 3851
Author: hans
URL: http://bknr.net/trac/changeset/3851
make front page look nicer.
U trunk/projects/quickhoney/upgrade-stuff/import.lisp
A trunk/projects/quickhoney/upgrade-stuff/startscreen.png
U trunk/projects/quickhoney/website/static/frontpage.css
U trunk/projects/quickhoney/website/templates/frontpage.xml
Modified: trunk/projects/quickhoney/upgrade-stuff/import.lisp
===================================================================
--- trunk/projects/quickhoney/upgrade-stuff/import.lisp 2008-09-09 04:21:45 UTC (rev 3850)
+++ trunk/projects/quickhoney/upgrade-stuff/import.lisp 2008-09-09 04:57:43 UTC (rev 3851)
@@ -11,7 +11,7 @@
(format t "~&; error importing ~S: ~A~%" pathname e))))
(dolist (name '(#p"type-news.png" #p"type-pixel.png" #p"type-shop.png"
- #p"type-vector.png" #p"type-stuff.png" #p"type-pen.png" ))
+ #p"type-vector.png" #p"type-stuff.png" #p"type-pen.png"))
(replace-image name :keywords '(:type)))
(dolist (pathname '(#P"overlay-close.gif"
@@ -31,7 +31,8 @@
#P"shop-selected.png" #P"shop-unselected.png"
#P"contact-selected.png" #P"contact-unselected.png"
#P"quickhoney.png" #P"quickhoney-black.png"
- #P"pixelcontact.gif"))
+ #P"pixelcontact.gif"
+ #P"startscreen.png"))
(replace-image pathname))
(replace-image #p"news-sep.gif")
Added: trunk/projects/quickhoney/upgrade-stuff/startscreen.png
===================================================================
(Binary files differ)
Property changes on: trunk/projects/quickhoney/upgrade-stuff/startscreen.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/projects/quickhoney/website/static/frontpage.css
===================================================================
--- trunk/projects/quickhoney/website/static/frontpage.css 2008-09-09 04:21:45 UTC (rev 3850)
+++ trunk/projects/quickhoney/website/static/frontpage.css 2008-09-09 04:57:43 UTC (rev 3851)
@@ -1,8 +1,5 @@
#logo {
- position: absolute;
- right: 10px;
- top: 10px;
- z-index: 2;
+ margin: 5em 0em 5em 10em;
}
#frontpage p {
Modified: trunk/projects/quickhoney/website/templates/frontpage.xml
===================================================================
--- trunk/projects/quickhoney/website/templates/frontpage.xml 2008-09-09 04:21:45 UTC (rev 3850)
+++ trunk/projects/quickhoney/website/templates/frontpage.xml 2008-09-09 04:57:43 UTC (rev 3851)
@@ -12,27 +12,30 @@
<link rel="stylesheet" href="/static/quickhoney.css" />
<link rel="stylesheet" href="/static/frontpage.css" />
<link rel="alternate" type="application/rss+xml" title="RSS Feed" href="/rss/quickhoney" />
- <script src="/static/javascript.js" type="text/javascript"><!-- x -->
- </script>
<title>QuickHoney - Nana Rausch + Peter Stemmler</title>
</head>
<body id="frontpage">
<p>
- <img src="/image/quickhoney-black" id="logo" border="0" width="442" height="70" />
+ <img src="/image/startscreen" id="logo" border="0" width="438" height="67" />
</p>
- <div>
- <h1>QuickHoney Illustrations</h1>
- <p>Studio for Illustration, New York</p>
- <h1>Peter Stemmler</h1>
- <p>Phone: 646.270.5562<br/>Email: p at quickhoney.com</p>
- <h1>Nana Rausch</h1>
- <p>Phone 646.270.5592<br/>Email: n at quickhoney.com</p>
+ <div id="static-info">
+ <div>
+ <h1>QuickHoney Illustrations</h1>
+ <p>Studio for Illustration, New York</p>
+ <h1>Peter Stemmler</h1>
+ <p>Phone: 646.270.5562<br/>Email: p at quickhoney.com</p>
+ <h1>Nana Rausch</h1>
+ <p>Phone 646.270.5592<br/>Email: n at quickhoney.com</p>
+ </div>
+ <p>
+ This site requires Firefox, Safari or Internet Explorer and Javascript for full viewing pleasure.
+ </p>
+ <p>Enter our <a href="/image-browse">Image gallery</a> for basic view.</p>
</div>
- <p>
- This site requires Firefox, Safari or Internet Explorer and Javascript for full viewing pleasure.
- </p>
- <p>Enter our <a href="/image-browse">Image gallery</a> for basic view.</p>
+ <div id="loading" style="display: none">
+ Loading, please hold on...
+ </div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
@@ -42,6 +45,8 @@
pageTracker._trackPageview();
</script>
<script type="text/javascript">
+ document.getElementById('static-info').style.display = 'none';
+ document.getElementById('loading').style.display = 'block';
document.location.href = '/index';
</script>
</body>
More information about the Bknr-cvs
mailing list