-
-
Notifications
You must be signed in to change notification settings - Fork 544
/
Copy pathfooter.html
executable file
·94 lines (86 loc) · 4.58 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
<footer>
<div class="plotly-footer" id="footer">
<div class="row footerarea footer-top" style="z-index: 100; position: relative;">
<div class="one column footcolumn space"> </div>
<div class="two columns footcolumn respfooter">
<h6 class="footer-heading">API</h6>
<ul>
<li><a href="https://plot.ly/api/" target="_self">Documentation</a></li>
<li><a href="https://plot.ly/api/" target="_self">API Libraries</a></li>
<li><a href="https://plot.ly/rest/" target="_self">REST APIs</a></li>
<li><a href="https://plot.ly/javascript/" target="_self">Plotly.js</a></li>
<li><a href="https://plot.ly/workshop/" target="_self">Hardware</a></li>
</ul>
</div>
<div class="two columns footcolumn respfooter">
<h6 class="footer-heading">About Us</h6>
<ul>
<li><a href="https://plot.ly/company/team/" target="_self">Team</a></li>
<li><a href="https://plot.ly/company/jobs/" target="_self">Careers</a></li>
<li><a href="http://blog.plot.ly" target="_blank">Plotly Blog</a></li>
<li><a href="http://moderndata.plot.ly" target="_blank">Modern Data</a></li>
</ul>
</div>
<div class="two columns footcolumn respfooter">
<h6 class="footer-heading">Help</h6>
<ul>
<li><a href="https://plot.ly/learn/" target="_self">Knowledge Base</a></li>
<li><a href="https://plot.ly/benchmarks/" target="_self">Benchmarks</a></li>
<li><a href="https://plot.ly/workshop/" target="_self">Workshop</a></li>
</ul>
</div>
<div class="two columns footcolumn respfooter">
<h6 class="footer-heading">Solutions</h6>
<ul>
<li><a href="https://plot.ly/products/cloud/" target="_self">Plans & Pricing</a></li>
<li><a href="https://plot.ly/product/enterprise/" target="_self">Enterprise</a></li>
<li><a href="https://plot.ly/online-graphing-and-statistics-for-educators/" target="_self">Education</a></li>
<li><a href="https://plot.ly/product/plotlyjs/" target="_self">Plotly.js</a></li>
</ul>
</div>
<div class="two columns footcolumn respfooter">
<h6 class="footer-heading">Connect</h6>
<ul class="plotly-social-media-small">
<li><a href="//twitter.com/plotlygraphs" target="_blank"><i class="icon-twitter social_icon"></i></a></li>
<li><a href="//www.facebook.com/Plotly" target="_blank"><i class="icon-facebook social_icon"></i></a></li>
<li><a href="//github.com/plotly" target="_blank"><i class="icon-github social_icon"></i></a></li>
<li><a href="//linkedin.com/company/plotly" target="_blank"><i class="icon-linkedin social_icon"></i></a></li>
<li><a href="//plus.google.com/+PlotLy" target="_blank"><i class="icon-google-plus social_icon"></i></a></li>
</ul>
</div>
<div class="one column footcolumn"></div>
</div>
<div class="row footerarea footer-bottom" style="z-index: 100; position: relative;">
<div class="one column footcolumn space"> </div>
<div class="four columns footcolumn"><p>Copyright © 2015 Plotly. All rights reserved.</p></div>
<div class="two columns footcolumn"><a href="https://plot.ly/terms-of-service/" target="_blank" ><p>Terms of Service</p></a></div>
<div class="two columns footcolumn"><a href="https://plot.ly/privacy/" target="_blank"><p>Privacy Policy</p></a></div>
</div>
</div>
</footer>
{% if page.layout == "user-guide" %}
<!-- Mathjax -->
<script type='text/x-mathjax-config'>
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']], processEscapes: true}});
</script>
<script type='text/javascript' src='//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML%2CSafe.js&ver=4.1'></script>
{% endif %}
{% if page.language != "python" %}
<!-- code highlighting -->
<script src="{{site.staticurl}}/javascripts/codehighlight/highlight.pack.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
{% endif %}
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-39373211-1', 'auto');
ga('send', 'pageview');
</script>
<script type="text/javascript">
$('pre').after('<a href="https://goo.gl/2wUZYZ" target="_blank" style="position:absolute;right:20px;">Support our open-source mission: <span style="color:darkviolet">Go Pro</span></a>')
</script>
<!-- Go to www.addthis.com/dashboard to customize your tools -->
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-563d60eba90f0f45" async="async"></script>