forked from jkhedani/taaccct
-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathfooter.html
70 lines (63 loc) · 3.21 KB
/
footer.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!-- Footer -->
<footer class="text-center">
<div class="footer-above">
<div class="container">
<div class="row">
<div class="footer-col col-sm-12">
<h3>Credits</h3>
<div class="col-sm-4">
<h4>Design</h4>
<p>
Concept: Paul Stacey <br>
Lead: Billy Meinke <br>
Written by: Hal Plotkin<br>
Graphics: Giulia Forsythe<br>
</p>
<hr />
<p>
<strong>Icons from the <a href="http://nounproject.com">Noun Project</a> licensed CC BY 3.0</strong> or in the Public Domain</strong>.
</p>
</div>
<div class="footer-col col-sm-4">
<h4>Icons</h4>
<p>
Graphic design and Movie by Anna Weiss<br />
Book by Simple Icons<br />
E Learning designed by Attilio Baghin<br />
Compass designed by P.J. Onori<br />
Rabbit designed by Samuel Fine<br />
Computer designed by Matthew Hawdon<br />
Energy designed by Volodin Anton<br />
Hand Shake designed by Hakan Yalcin<br />
Share designed by Karl Schaeffler<br />
</p>
</div>
<div class="footer-col col-sm-4">
<h4>Social</h4>
<ul class="list-inline">
<li>
<a href="http://twitter.com/open4us" class="btn-social btn-outline"><i class="fa fa-fw fa-twitter"></i></a>
</li>
<li>
<a href="https://plus.google.com/u/0/communities/110344036906214848777" class="btn-social btn-outline"><i class="fa fa-fw fa-google-plus"></i></a>
</li>
<li>
<a href="https://github.com/creativecommons/taaccct/" class="btn-social btn-outline"><i class="fa fa-fw fa-github"></i></a>
</li>
</ul>
<hr />
<p>This work made possible through support from the Bill & Melinda Gates Foundation.</p>
<br><a href="http://www.gatesfoundation.org/" class="gates"><img src="img/logo-gates.png"></a></p>
</div>
</div>
</div>
</div>
<div class="footer-below">
<div class="container">
<div class="row">
<div class="col-lg-12">
<a rel="license" href="https://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://licensebuttons.net/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>. </div>
</div>
</div>
</div>
</footer>