2015-11-09 23:34:32 +00:00
|
|
|
<div id="footer" class="navigation">
|
2015-12-20 06:29:11 +00:00
|
|
|
<div class="container">
|
2015-11-09 07:16:24 +00:00
|
|
|
<div class="row">
|
2015-11-09 23:34:32 +00:00
|
|
|
<div class="col-xs-12">
|
2015-12-20 06:29:11 +00:00
|
|
|
<% if current_page.url != '/' %>
|
|
|
|
<div class="edit-page-link"><a href="<%= github_url :current_page %>">Edit this page</a></div>
|
2016-01-24 18:27:30 +00:00
|
|
|
<% end %>
|
2015-11-09 23:34:32 +00:00
|
|
|
<div>
|
|
|
|
<ul class="main-links white nav navbar-nav">
|
|
|
|
<li><a href="/intro/index.html">Intro</a></li>
|
|
|
|
<li><a href="/docs/index.html">Docs</a></li>
|
|
|
|
<li><a href="/community.html">Community</a></li>
|
2016-10-29 19:44:20 +00:00
|
|
|
<li><a href="/security.html">Security</a></li>
|
2015-11-09 23:34:32 +00:00
|
|
|
<li><a href="http://demo.consul.io/">Demo</a></li>
|
|
|
|
</ul>
|
|
|
|
<ul class="external-links white nav navbar-nav">
|
|
|
|
<li class="first download">
|
|
|
|
<a href="/downloads.html"><%= partial "layouts/svg/svg-download" %>Download</a>
|
|
|
|
</li>
|
|
|
|
<li class="github">
|
|
|
|
<a href="https://github.com/hashicorp/consul"><%= partial "layouts/svg/svg-github" %>GitHub</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</ div>
|
|
|
|
<div class="footer-hashi pull-right">
|
|
|
|
<div class="">
|
|
|
|
<a class="hashicorp-project white" href="https://www.hashicorp.com">
|
|
|
|
<span class="project-text">A </span>
|
|
|
|
<%= partial "layouts/svg/svg-by-hashicorp" %>
|
|
|
|
<span class="project-text">Project</span>
|
|
|
|
<%= partial "layouts/svg/svg-hashicorp-logo" %>
|
|
|
|
</a>
|
|
|
|
</div>
|
2015-11-09 07:16:24 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2014-02-08 00:41:03 +00:00
|
|
|
</div>
|
|
|
|
|
2014-10-18 23:19:06 +00:00
|
|
|
<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');
|
2016-05-02 19:55:04 +00:00
|
|
|
ga('require', 'linkid');
|
2014-10-18 23:19:06 +00:00
|
|
|
ga('send', 'pageview');
|
|
|
|
</script>
|
|
|
|
|
2015-07-28 22:59:05 +00:00
|
|
|
<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>
|
|
|
|
|
2014-10-06 23:13:08 +00:00
|
|
|
<%= javascript_include_tag 'application' %>
|
2014-02-08 00:41:03 +00:00
|
|
|
|
2014-10-18 23:19:06 +00:00
|
|
|
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
|
|
|
<!--[if lt IE 9]>
|
2014-12-30 18:45:15 +00:00
|
|
|
<%= javascript_include_tag "ie-compat" %>
|
2014-10-18 23:19:06 +00:00
|
|
|
<![endif]-->
|
|
|
|
|
2014-02-08 00:41:03 +00:00
|
|
|
<script>
|
2014-04-05 09:03:01 +00:00
|
|
|
APP.initialize();
|
2014-02-08 00:41:03 +00:00
|
|
|
</script>
|
|
|
|
|
2016-01-24 18:27:30 +00:00
|
|
|
<script type="application/ld+json">
|
|
|
|
{
|
|
|
|
"@context": "http://schema.org",
|
|
|
|
"@type": "Product",
|
|
|
|
"name": "Consul",
|
|
|
|
"alternateName": "Consul by HashiCorp",
|
|
|
|
"manufacturer": "HashiCorp",
|
|
|
|
"url": "https://www.consul.io",
|
|
|
|
"logo": "<%= File.join(base_url, image_path("logo_large.png")) %>",
|
|
|
|
"sameAs": [
|
|
|
|
"https://github.com/hashicorp/consul"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
|
2014-02-08 00:41:03 +00:00
|
|
|
</body>
|
|
|
|
</html>
|