adding contact info, updating license

This commit is contained in:
Dave Gandy 2012-03-06 22:15:45 -05:00
parent 94801c7d11
commit c823583ac3
8 changed files with 67 additions and 15 deletions

27
.gitignore vendored Normal file
View File

@ -0,0 +1,27 @@
*.pyc
*.egg-info
*.db
*.db.old
*.swp
*.db-journal
.coverage
.DS_Store
.installed.cfg
.idea/*
src/website/static/*
src/website/media/*
bin
build
cfcache
develop-eggs
dist
downloads
eggs
parts
tmp
src/website/settingslocal.py
stunnel.log

File diff suppressed because one or more lines are too long

View File

@ -1,10 +1,10 @@
@import "tw-bs-201/bootstrap.less";
@import "tw-bs-201/mixins.less";
@import "site/mixins.less";
@import "site/variables.less";
@import "site/font-museo.less";
@import "site/font-awesome.less";
@import "mixins.less";
@import "variables.less";
@import "font-museo.less";
@import "font-awesome.less";
// These accomodate navbar-fixed-top
#overview { padding-top: 60px; }
@ -243,7 +243,17 @@ footer {
color: @gray;
margin-top: 20px;
border-top: 1px solid @grayLighter;
margin-top: 40px;
margin-top: 60px;
padding-top: 20px;
padding-bottom: 60px;
ul {
margin-left: 30px;
li {
line-height: 25px;
&:before {
font-size: 20px;
vertical-align: top;
}
}
}
}

View File

@ -41,6 +41,9 @@
<li><a href="#code">Code</a></li>
<li><a href="#roadmap">Roadmap</a></li>
</ul>
<ul class="nav pull-right">
<li><a href="mailto:dave@davegandy.com"><i class="icon-envelope"></i> Me</a></li>
</ul>
</div>
</div>
</div>
@ -731,15 +734,27 @@
</section>
<footer>
<p>
Font Awesome webfont and associated code are licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.
Icons are available for personal and commercial use, but a link back to fortawesome.github.com/Font-Awesome is required.
</p>
<p>
Font Awesome is a production of <a href="http://twitter.com/fortaweso_me/" target="_blank">@FortAweso_me</a>, by Dave Gandy,
co-founder of <a href="http://lemonwi.se" target="_blank">Lemonwise</a>.
<div class="row">
<div class="span4">
<h2>Contact</h2>
<ul>
<li class="icon-envelope">Email: <a href="mailto:dave@davegandy.com">Dave Gandy</a></li>
<li class="icon-twitter-sign">Twitter: <a href="http://twitter.com/fortaweso_me/" target="_blank">@FortAweso_me</a></li>
<li class="icon-lemon">Work: <a href="http://lemonwi.se" target="_blank">Lemonwise</a> co-founder</li>
</ul>
</div>
<div class="span8">
<h2>License</h2>
The Font Awesome webfont, CSS, and LESS files are licensed under
<a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.
A mention of <code>Font Awesome - http://fortawesome.github.com/Font-Awesome</code> in human-readable source code
is considered acceptable attribution.
</div>
</div>
</p>
</footer>