mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-25 13:01:31 +08:00
adding contact info, updating license
This commit is contained in:
parent
94801c7d11
commit
c823583ac3
27
.gitignore
vendored
Normal file
27
.gitignore
vendored
Normal 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
@ -1,10 +1,10 @@
|
|||||||
@import "tw-bs-201/bootstrap.less";
|
@import "tw-bs-201/bootstrap.less";
|
||||||
@import "tw-bs-201/mixins.less";
|
@import "tw-bs-201/mixins.less";
|
||||||
|
|
||||||
@import "site/mixins.less";
|
@import "mixins.less";
|
||||||
@import "site/variables.less";
|
@import "variables.less";
|
||||||
@import "site/font-museo.less";
|
@import "font-museo.less";
|
||||||
@import "site/font-awesome.less";
|
@import "font-awesome.less";
|
||||||
|
|
||||||
// These accomodate navbar-fixed-top
|
// These accomodate navbar-fixed-top
|
||||||
#overview { padding-top: 60px; }
|
#overview { padding-top: 60px; }
|
||||||
@ -243,7 +243,17 @@ footer {
|
|||||||
color: @gray;
|
color: @gray;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
border-top: 1px solid @grayLighter;
|
border-top: 1px solid @grayLighter;
|
||||||
margin-top: 40px;
|
margin-top: 60px;
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
padding-bottom: 60px;
|
padding-bottom: 60px;
|
||||||
|
ul {
|
||||||
|
margin-left: 30px;
|
||||||
|
li {
|
||||||
|
line-height: 25px;
|
||||||
|
&:before {
|
||||||
|
font-size: 20px;
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
33
index.html
33
index.html
@ -41,6 +41,9 @@
|
|||||||
<li><a href="#code">Code</a></li>
|
<li><a href="#code">Code</a></li>
|
||||||
<li><a href="#roadmap">Roadmap</a></li>
|
<li><a href="#roadmap">Roadmap</a></li>
|
||||||
</ul>
|
</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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -731,15 +734,27 @@
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<p>
|
<div class="row">
|
||||||
Font Awesome webfont and associated code are licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.
|
<div class="span4">
|
||||||
Icons are available for personal and commercial use, but a link back to fortawesome.github.com/Font-Awesome is required.
|
<h2>Contact</h2>
|
||||||
</p>
|
<ul>
|
||||||
<p>
|
<li class="icon-envelope">Email: <a href="mailto:dave@davegandy.com">Dave Gandy</a></li>
|
||||||
Font Awesome is a production of <a href="http://twitter.com/fortaweso_me/" target="_blank">@FortAweso_me</a>, by Dave Gandy,
|
<li class="icon-twitter-sign">Twitter: <a href="http://twitter.com/fortaweso_me/" target="_blank">@FortAweso_me</a></li>
|
||||||
co-founder of <a href="http://lemonwi.se" target="_blank">Lemonwise</a>.
|
<li class="icon-lemon">Work: <a href="http://lemonwi.se" target="_blank">Lemonwise</a> co-founder</li>
|
||||||
|
</ul>
|
||||||
</p>
|
</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>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user