-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.html
100 lines (76 loc) · 4.8 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<footer>
<div class="container-fluid pybossa">
<div class="container">
<div class="row">
<div class="col-sm-offset-4 col-sm-4 col-md-offset-0 col-md-4 ">
<img src="{{ pathto('_static/img/pybossa.svg', 1)}}" alt="PYBOSSA logo" class="footer-logo">
<p class="dev-and-host">The ultimate crowdsourcing framework </br>to analyze or enrich data that can’t </br> be processed by machines alone.</p>
<p>
</div>
<div class="col-sm-offset-2 col-sm-4 col-md-offset-0 col-md-2 col-lg-2">
<p><strong>Resources</strong></p>
<p><a href="http://pybossa.com/usecases/">Use cases</a></p>
<p><a href="http://pybossa.com/getinspired/">Get Inspired</a></p>
<p><a href="http://pybossa.com/features/">Features</a></p>
<p><a href="http://pybossa.com/contact/">Contact</a></p>
</div>
<div class="col-sm-4 col-md-2 col-lg-2">
<p><strong>Documentation</strong></p>
<p><a href="http://docs.pybossa.com/en/latest/installing_pybossa.html">Server installation</a></p>
<p><a href="http://docs.pybossa.com/en/latest/build_with_pybossa.html">Project creation</a></p>
<p><a href="http://docs.pybossa.com/en/latest/user/tutorial.html">Tutorial</a></p>
</div>
<div class="col-sm-4 col-md-2 col-lg-2">
<p><strong>Tools</strong></p>
<p><a href="https://github.com/Scifabric/pbs#pbs---a-pybossa-command-line-interface">Command line</a></p>
<p><a href="https://github.com/Scifabric/enki#dead-simple-python-package-for-analyzing-pybossa-projects-results">Analysis</a></p>
<p><a href="https://github.com/Scifabric/pybossa-client/#dead-simple-python-client-for-pybossa">Client</a></p>
</div>
<div class="col-sm-4 col-md-2 col-lg-2">
<p><strong>Social</strong></p>
<p><a href="http://twitter.com/PyBossa/">Twitter</a></p>
<p><a href="http://github.com/PyBossa/">Github</a></p>
</div>
</div>
</div>
</div>
<div class="container-fluid scifabric">
<div class="container">
<div class="row">
<div class="col-sm-offset-4 col-sm-4 col-md-offset-0 col-md-4 ">
<a href="http://scifabric.com"><img alt="SciFabric Logo" class="footer-logo" src="{{ pathto('_static/img/scifabric.svg', 1) }}"></a>
<p class="dev-and-host">Developing <a href="http://pybossa.com/">PYBOSSA</a></br> and hosting <a href="http://crowdcrafting.org/">Crowdcrafting</a></br> since 2011</p>
<p>
<a href="https://shuttleworthfoundation.org">
<img class="logo_sf" src="{{ pathto('_static/img/logo_sf.svg', 1)}}" width="279"></a>
</p>
</div>
<div class="col-sm-offset-2 col-sm-4 col-md-offset-0 col-md-2 col-lg-2">
<p><strong>Products</strong></p>
<p><a href="http://pybossa.com">PYBOSSA</a></p>
<p><a href="http://crowdcrafting.org">Crowdcrafting</a></p>
</div>
<div class="col-sm-4 col-md-2 col-lg-2">
<p><strong>Services</strong></p>
<p><a href="http://scifabric.com/crowdsourcing/training/">Training</a></p>
<p><a href="http://scifabric.com/crowdsourcing/pybossa-cloud-servers/">Crowdsourcing servers</a></p>
<p><a href="http://scifabric.com/crowdsourcing/pybossa-cloud-servers/#support">Support</a></p>
</div>
<div class="col-sm-offset-2 col-sm-4 col-md-offset-0 col-md-2 col-lg-2">
<p><strong>Company</strong></p>
<p><a href="https://scifabric.com/contact/">Contact</a></p>
<p><a href="https://scifabric.com/press/">Press</a></p>
<p><a href="https://scifabric.com/team/">About us</a></p>
<p><a href="https://scifabric.com/jobs/">Jobs</a></p>
</div>
<div class="col-sm-4 col-md-2 col-lg-2">
<p><strong>Social</strong></p>
<p><a href="https://scifabric.com/blog">Blog</a></p>
<p><a href="https://www.facebook.com/scifabric/">Facebook</a></p>
<p><a href="http://twitter.com/PyBossa/">Twitter</a></p>
<p><a href="https://www.linkedin.com/company/scifabric">LinkedIn</a></p>
</div>
</div>
</div>
</div>
</footer>