Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
credit microjs from where we stole the design. closes #1
  • Loading branch information
lloyd committed Oct 14, 2011
1 parent 2f53f3a commit 7e55157
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions static/index.html
Expand Up @@ -212,6 +212,21 @@
width: 90%;
}

footer {
position: fixed;
background-color: black;
color: white;
opacity: .6;
bottom: 0;
left: 0;
width: 100%;
margin: 0;
padding: .2em;
text-align: center;
font-weight: normal;
font-size: .8em;
}

</style>
</head>
<body>
Expand Down Expand Up @@ -254,6 +269,11 @@ <h2> Manage Your Hacks </h2>
<tr> <th width="15%">name</th> <th width="15%">url</th> <th width="50%"><em>short</em> description</th> <th width="10%">visible?</th> <th width="30%">modify</th></tr>
</table>
</div>

<footer>
The design from this website was shamelessly stolen from <a href="http://microjs.com">microjs</a> by <a href="https://github.com/madrobby">Thomas Fuchs</a>. <br/>
Code for the site is on <a href="https://github.com/lloyd/mozhacks.org">github</a>, so hack away.
</footer>

</body>
<script src="https://browserid.org/include.js" type="text/javascript"></script>
Expand Down

0 comments on commit 7e55157

Please sign in to comment.