mirror of
https://github.com/zxing/zxing.git
synced 2025-02-02 05:41:08 -08:00
Created the front page of the new zxing.appspot.com site.
git-svn-id: https://zxing.googlecode.com/svn/trunk@785 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
131cfe4c5c
commit
f893649836
40
zxing.appspot.com/static/index.html
Normal file
40
zxing.appspot.com/static/index.html
Normal file
|
@ -0,0 +1,40 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||||
|
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
|
<title>Zebra Crossing</title>
|
||||||
|
<link rel="stylesheet" href="style.css" type="text/css"/>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div id="header">
|
||||||
|
<h1>Zebra Crossing<span> from the ZXing Project</span></h1>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<table width="600" cellpadding="4" cellspacing="8">
|
||||||
|
<tr>
|
||||||
|
<td valign="top">
|
||||||
|
<img src="zxingicon.png" width="128" height="128">
|
||||||
|
</td>
|
||||||
|
<td valign="top">
|
||||||
|
Welcome to the Zebra Crossing site at zxing.appspot.com.
|
||||||
|
<p>
|
||||||
|
This site features a <a href="generator">QR Code Generator</a>, 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.
|
||||||
|
<p>
|
||||||
|
The <a href="http://code.google.com/p/zxing/">ZXing Project</a> exists
|
||||||
|
to provide an open source barcode scanner for a range of devices. You
|
||||||
|
can <a href="http://code.google.com/p/zxing/wiki/GetTheReader">
|
||||||
|
download the software</a> for your phone here.
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<div id="footer">
|
||||||
|
<a href="http://code.google.com/p/zxing/">ZXing Project Home Page</a>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
41
zxing.appspot.com/static/style.css
Normal file
41
zxing.appspot.com/static/style.css
Normal file
|
@ -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;
|
||||||
|
}
|
BIN
zxing.appspot.com/static/zxingicon.png
Normal file
BIN
zxing.appspot.com/static/zxingicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Loading…
Reference in a new issue