Files
atlantis/website/html/index.html
Anubhav Mishra 5426f519d8 Adding atlantis landing page atlantis.run. Fixes #3 (#139)
* Adding atlantis landing page atlantis.run. Fixes #3

* more docs on automated cert renewal
2017-08-26 23:42:51 -07:00

181 lines
5.1 KiB
HTML

<!DOCTYPE html>
<html lang="en-us">
<head>
<meta name="generator" content="Hugo 0.26" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title> Atlantis - A unified workflow for collaborating on Terraform through GitHub </title>
<meta name="description" content="A unified workflow for collaborating on Terraform through GitHub">
<meta name="author" content="">
<meta property="og:title" content="Atlantis" />
<meta property="og:description" content="A unified workflow for collaborating on Terraform through GitHub" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://atlantis.run/" />
<meta property="og:updated_time" content="2017-03-02T21:56:55&#43;01:00"/>
<link href="http://atlantis.run/index.xml" rel="alternate" type="application/rss+xml" title="Atlantis - A unified workflow for collaborating on Terraform through GitHub" />
<link rel="canonical" href="http://atlantis.run/">
<link rel="shortcut icon" type="image/png" href="/img/logo-384x384.png">
<link href="/css/font.css" rel="stylesheet" type="text/css">
<link href="/css/kube.min.css" rel="stylesheet" type="text/css">
<link href="/css/kube.legenda.css" rel="stylesheet" type="text/css">
<link href="/css/highlight.css" rel="stylesheet" type="text/css">
<link href="/css/master.css" rel="stylesheet" type="text/css">
<link href="/css/kube.demo.css" rel="stylesheet" type="text/css">
<link href="/css/custom.css" rel="stylesheet" type="text/css">
<script src="/js/jquery-2.1.4.min.js" type="text/javascript">
</script>
<script type="text/javascript" src="/js/tocbot.min.js"></script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
</head>
<body class="page-kube">
<header> <div class="show-sm">
<div id="nav-toggle-box">
<div id="nav-toggle-brand">
<a href="/">Atlantis</a>
</div><a data-component="toggleme" data-target="#top" href="#" id="nav-toggle"><i class="kube-menu"></i></a>
</div>
</div>
<div class="hide-sm" id="top">
<div id="top-brand">
<a href="/" title="home">Atlantis</a>
</div>
<nav id="top-nav-main">
<ul>
<li><a href="/blog/" >Blog</a></li>
<li><a href="/docs/" >Docs</a></li>
<li><a href="/faq/" >FAQ</a></li>
<li><a href="https://www.youtube.com/watch?v=TmIPWda0IKg" >Demo</a></li>
</ul>
</nav>
<nav id="top-nav-extra">
<ul>
<li>
<a class="github-button" href="https://github.com/hootsuite/atlantis" data-icon="octicon-star" data-size="large" aria-label="Star hootsuite/atlantis on GitHub">Star</a>
</li>
</ul>
</nav>
</div> </header>
<main>
<div id="main">
<div id="hero">
<img class="logo" src="/img/atlantis-logo.png" />
<h1>Atlantis</h1>
<p>A unified workflow for collaborating on Terraform through GitHub</p>
</div>
<div id="action-buttons">
<a class="button primary big" href="https://github.com/hootsuite/atlantis/releases/tag/v0.1.2">Download</a> <a class="button outline big" href="/docs/getting-started">Get Started</a>
<p>Version 0.1.2</p>
</div>
<div id="kube-features">
<div class="row gutters">
<div class="col col-4 item">
<figure>
<img alt="Collaborate" height="48" src="/img/collaborate.png" width="48">
</figure>
<h3>Collaborate on Terraform with your team</h3>
<p>Run terraform plan and apply from GitHub pull requests so everyone can review the output</p>
</div>
<div class="col col-4 item">
<figure>
<img alt="Lock Environment" height="48" src="/img/locking.png" width="48">
</figure>
<h3>Lock environments</h3>
<p>Lock environments until pull requests are merged to prevent concurrent modification and confusion.</p>
</div>
<div class="col col-4 item">
<figure>
<img alt="No need to distribute credentials" height="48" src="/img/no-need-to-distribute-keys.png" width="48">
</figure>
<h3>No need to distribute credentials</h3>
<p>No need to distribute credentials to your whole team. Developers can submit Terraform changes and run plan and apply directly from the pull request.</p>
</div>
</div>
</div>
</div>
</main>
<footer> <footer id="footer">
<nav>
<ul>
<li><span>Made with &lt;3 by the Owls at </span><strong>Hootsuite</strong></li>
<li>
<a href="/blog/">Blog</a>
</li>
<li>
<a href="/docs/">Docs</a>
</li>
<li>
<a href="/faq/">FAQ</a>
</li>
</ul>
</nav>
<p>&copy; Apache License 2.0.</p>
</footer> </footer>
<script src="/js/kube.js" type="text/javascript">
</script>
<script src="/js/kube.legenda.js" type="text/javascript">
</script>
<script src="/js/master.js" type="text/javascript">
</script>
</body>
</html>