From: dswitkin Date: Fri, 12 Dec 2008 19:06:32 +0000 (+0000) Subject: Created the front page of the new zxing.appspot.com site. X-Git-Url: http://git.rot13.org/?p=zxing.git;a=commitdiff_plain;h=e77800ddd5be0bd69f851fced4dfe05422767490 Created the front page of the new zxing.appspot.com site. git-svn-id: http://zxing.googlecode.com/svn/trunk@785 59b500cc-1b3d-0410-9834-0bbf25fbcc57 --- diff --git a/zxing.appspot.com/static/index.html b/zxing.appspot.com/static/index.html new file mode 100644 index 00000000..807ca481 --- /dev/null +++ b/zxing.appspot.com/static/index.html @@ -0,0 +1,40 @@ + + + + + + Zebra Crossing + + + + + + + + + + + +
+ + + Welcome to the Zebra Crossing site at zxing.appspot.com. +

+ This site features a QR Code Generator, which + allows you to create a two-dimensional barcode that can be scanned + with a camera phone. These QR Codes can contain a URL, contact + information, a calendar event, and much more. +

+ The ZXing Project exists + to provide an open source barcode scanner for a range of devices. You + can + download the software for your phone here. +

+ + + + diff --git a/zxing.appspot.com/static/style.css b/zxing.appspot.com/static/style.css new file mode 100644 index 00000000..18b115c0 --- /dev/null +++ b/zxing.appspot.com/static/style.css @@ -0,0 +1,41 @@ +/** CSS by Wain. */ +body { + background-color: #e9eef3; + margin: 0; + padding: 0; + font-family: Arial, sans-serif; + font-size: 12px; +} + +td { + font-size: 14px; +} + +#header { + background-color: #dde3e9; + border-bottom: 1px solid #f2f7fc; +} + +#header h1 { + font-size: 15px; + font-weight: bold; + margin: 0; + padding: 12px; + border-bottom: 1px solid #c8d0d9; +} + +#header span { + font-weight: normal; + color: #5e6b75; +} + +#footer { + width: 100%; + text-align:center; + padding-top: 12px; +} + +#footer a { + text-decoration:none; + color: #5e6b75; +} diff --git a/zxing.appspot.com/static/zxingicon.png b/zxing.appspot.com/static/zxingicon.png new file mode 100644 index 00000000..688a5a3e Binary files /dev/null and b/zxing.appspot.com/static/zxingicon.png differ