70 lines
2.4 KiB
Plaintext
70 lines
2.4 KiB
Plaintext
<div id="footer">
|
|
<div class="container">
|
|
<div class="footer-links">
|
|
<ul class="main-links nav navbar-nav rls-sb">
|
|
<li class="li-under"><a href="/intro/index.html">Intro</a></li>
|
|
<li class="active li-under"><a href="/docs/index.html">Docs</a></li>
|
|
<li class="li-under"><a href="/community.html">Community</a></li>
|
|
<li class="li-under"><a href="http://demo.consul.io/">Demo</a></li>
|
|
<% if current_page.url != '/' %>
|
|
<li class="li-under"><a href="<%= github_url :current_page %>">Edit this page</a></li>
|
|
<% end %>
|
|
</ul>
|
|
|
|
<ul class="buttons nav navbar-nav rls-sb">
|
|
<li class="first download outline-btn purple"><a href="/downloads.html">Download</a></li>
|
|
<li class="github outline-btn purple"><a href="https://github.com/hashicorp/consul">GitHub</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="footer-logo">
|
|
<span></span>
|
|
</div>
|
|
<div class="footer-hashi os">
|
|
<span>Copyright © <%= Time.now.year %>. A <a href="https://www.hashicorp.com">HashiCorp</a> Project.</span>
|
|
<a class="hashi-logo" href="http://www.hashicorp.com"><%= image_tag 'footer-hashicorp-logo.png' %></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<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-50021714-1', 'consul.io');
|
|
ga('send', 'pageview');
|
|
</script>
|
|
|
|
<script type="text/javascript">
|
|
adroll_adv_id = "6QAAFJDIWBG3DJBDRJ7BEX";
|
|
adroll_pix_id = "PYT5HSNKNRDS7LMUR5B6YG";
|
|
(function () {
|
|
var oldonload = window.onload;
|
|
window.onload = function(){
|
|
__adroll_loaded=true;
|
|
var scr = document.createElement("script");
|
|
var host = (("https:" == document.location.protocol) ? "https://s.adroll.com" : "http://a.adroll.com");
|
|
scr.setAttribute('async', 'true');
|
|
scr.type = "text/javascript";
|
|
scr.src = host + "/j/roundtrip.js";
|
|
((document.getElementsByTagName('head') || [null])[0] ||
|
|
document.getElementsByTagName('script')[0].parentNode).appendChild(scr);
|
|
if(oldonload){oldonload()}};
|
|
}());
|
|
</script>
|
|
|
|
<%= javascript_include_tag 'application' %>
|
|
|
|
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
|
<!--[if lt IE 9]>
|
|
<%= javascript_include_tag "ie-compat" %>
|
|
<![endif]-->
|
|
|
|
<script>
|
|
APP.initialize();
|
|
</script>
|
|
|
|
</body>
|
|
</html>
|