Initial rev.
This commit is contained in:
parent
49eac29963
commit
40f02b2d93
BIN
InsideJob.png
Normal file
BIN
InsideJob.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 66 KiB |
77
index.html
77
index.html
@ -10,23 +10,23 @@
|
||||
<style type="text/css">
|
||||
body {
|
||||
margin-top: 1.0em;
|
||||
background-color: #442b5a;
|
||||
font-family: "Helvetica,Arial,FreeSans";
|
||||
color: #ffffff;
|
||||
background-color: #fff;
|
||||
font-family: Lucida Grande,FreeSans,sans-serif;
|
||||
color: #333;
|
||||
}
|
||||
#container {
|
||||
margin: 0 auto;
|
||||
width: 700px;
|
||||
}
|
||||
h1 { font-size: 3.8em; color: #bbd4a5; margin-bottom: 3px; }
|
||||
h1 { font-size: 2.5em; color: #000; margin-bottom: 3px; }
|
||||
h1 .small { font-size: 0.4em; }
|
||||
h1 a { text-decoration: none }
|
||||
h2 { font-size: 1.5em; color: #bbd4a5; }
|
||||
h3 { text-align: center; color: #bbd4a5; }
|
||||
a { color: #bbd4a5; }
|
||||
.description { font-size: 1.2em; margin-bottom: 30px; margin-top: 30px; font-style: italic;}
|
||||
.download { float: right; }
|
||||
pre { background: #000; color: #fff; padding: 15px;}
|
||||
h2 { font-size: 1.5em; color: #000; }
|
||||
h3 { text-align: center; color: #000; }
|
||||
a { color: #444; }
|
||||
.download a { text-decoration: none; }
|
||||
.description { font-size: 1.0em; margin-bottom: 30px; margin-top: 15px; font-style: italic;}
|
||||
pre { background: #000; color: #ccc; padding: 15px;}
|
||||
hr { border: 0; width: 80%; border-bottom: 1px solid #aaa}
|
||||
.footer { text-align:center; padding-top:30px; font-style: italic; }
|
||||
</style>
|
||||
@ -38,34 +38,49 @@
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div class="download">
|
||||
<a href="http://github.com/preble/InsideJob/zipball/master">
|
||||
<img border="0" width="90" src="http://github.com/images/modules/download/zip.png"></a>
|
||||
<a href="http://github.com/preble/InsideJob/tarball/master">
|
||||
<img border="0" width="90" src="http://github.com/images/modules/download/tar.png"></a>
|
||||
</div>
|
||||
|
||||
<h1><a href="http://github.com/preble/InsideJob">Inside Job</a>
|
||||
<span class="small">by <a href="http://github.com/preble">preble</a></span></h1>
|
||||
<h1><a href="http://github.com/preble/InsideJob">Inside Job</a></h1>
|
||||
|
||||
<div class="description">
|
||||
Inside Job is a Minecraft inventory editor for Mac OS X 10.6.
|
||||
Inside Job is a Minecraft inventory editor for Mac OS X 10.6 written by <a href="http://adampreble.net/">Adam Preble</a>.
|
||||
</div>
|
||||
|
||||
<h2>Authors</h2>
|
||||
<p>Adam Preble
<br/> </p>
|
||||
<img src="InsideJob.png" />
|
||||
|
||||
<p>
|
||||
Instructions and the full license text (MIT License) are available <a href="http://github.com/preble/InsideJob/blob/master/README.markdown">here</a>.
|
||||
</p>
|
||||
|
||||
<h2>Download Inside Job</h2>
|
||||
<div class="download">
|
||||
<table border="0" cellspacing="10">
|
||||
<tr>
|
||||
<td align="center">
|
||||
<a href="http://github.com/downloads/preble/InsideJob/InsideJob100.zip/qr_code">
|
||||
<img border="0" width="90" src="http://github.com/images/modules/download/zip.png"><br/>v1.0</a>
|
||||
</td><td align="center">
|
||||
<a href="http://github.com/downloads/preble/InsideJob/InsideJob101beta1.zip/qr_code">
|
||||
<img border="0" width="90" src="http://github.com/images/modules/download/zip.png"><br/>v1.0.1 beta 1</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
||||
<h2>Download</h2>
|
||||
<h2>Source Code</h2>
|
||||
<p>
|
||||
You can download this project in either
|
||||
<a href="http://github.com/preble/InsideJob/zipball/master">zip</a> or
|
||||
<a href="http://github.com/preble/InsideJob/tarball/master">tar</a> formats.
|
||||
</p>
|
||||
<p>You can also clone the project with <a href="http://git-scm.com">Git</a>
|
||||
by running:
|
||||
<pre>$ git clone git://github.com/preble/InsideJob</pre>
|
||||
</p>
|
||||
The source code to Inside Job is made available under the MIT License.
|
||||
You can download this project in either
|
||||
<a href="http://github.com/preble/InsideJob/zipball/master">zip</a> or
|
||||
<a href="http://github.com/preble/InsideJob/tarball/master">tar</a> formats.
|
||||
</p>
|
||||
<p>You can also clone the project with <a href="http://git-scm.com">Git</a> by running:
|
||||
<pre>$ git clone git://github.com/preble/InsideJob</pre>
|
||||
</p>
|
||||
|
||||
<h2>Support</h2>
|
||||
<p>
|
||||
Please report issues with Inside Job by <a href="http://github.com/preble/InsideJob/issues">creating an issue on GitHub</a>.
|
||||
</p>
|
||||
|
||||
<div class="footer">
|
||||
get the source code on GitHub : <a href="http://github.com/preble/InsideJob">preble/InsideJob</a>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user