1
0
Fork 0

Added website source code information

website
Mike Gerwitz 2012-05-05 18:05:59 -04:00
parent ca8dd0eed4
commit 0eab617135
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
4 changed files with 22 additions and 10 deletions

View File

@ -1,8 +1,15 @@
</div>
<div class="footer">
<p class="copyright">
Copyright &copy; 2011 <a href="http://mikegerwitz.com">Mike Gerwitz</a>
</p>
<p class="websource">
The <a href="source.html">source code</a> of this website is available in
the <a href="source.html"><tt>website</tt> branch of the Git
repository</a>.
</p>
</div>
<script type="text/javascript" src="scripts/ease.min.js"></script>
<script type="text/javascript" src="scripts/ui.js"></script>

View File

@ -29,6 +29,6 @@
features of this website. Don't worry - it's all
<a href="http://www.gnu.org/philosophy/free-sw.html">free software</a>.
You can find the source code to this website via the source code link
above within the 'website' branch.
above within the <a href="source.html">'website' branch</a>.
</strong>
</noscript>

View File

@ -5,7 +5,8 @@
option, any later version.
</p>
<p>
The source code is officially hosted at the following locations.
The source code is officially hosted at the following locations (the website
source code exists within the <tt>website</tt> branch of the repository).
<a href="http://git-scm.org">Git</a> is used as the version control system.
</p>
@ -22,7 +23,7 @@ itself free software.
<a href="https://github.com/mikegerwitz/easejs">GitHub</a> is a popular social
coding platform. While the code is hosted there and you are free to make use of
GitHub's services, note that GitHub is proprietary and ease.js does not endorse
it, nor make use of its services. It is used purely for hosting.
it, nor make use of its services; it is used purely for hosting.
<blockquote class="git-clone">
<span class="shell-start">$</span> git://github.com/mikegerwitz/easejs.git

View File

@ -16,7 +16,7 @@ html, body {
font-size: 16px;
}
a, a:active {
a, a:active, a:link {
color: #204a87;
text-decoration: none;
}
@ -139,9 +139,9 @@ body.source #source a {
color: #f57900;
}
p.copyright {
.footer p {
margin: 0;
padding: 1em;
padding: 0.1em;
color: #2e3436;
@ -149,7 +149,11 @@ p.copyright {
text-align: center;
}
p.copyright a, p.copyright a:link {
.footer p.copyright {
margin-top: 1em;
}
.footer p a, .footer p a:link {
color: #2e3436;
}