Update website
@@ -11,15 +11,6 @@
|
||||
<a href="/guide/" class="nav-link action-button">Get Started →</a>
|
||||
</p>
|
||||
</div>
|
||||
<!--<div class="companies">-->
|
||||
<!--<h2>Used By</h2>-->
|
||||
<!--<div class="company-list">-->
|
||||
<!--<div class="company">Nike</div>-->
|
||||
<!--<div class="company">Samsung</div>-->
|
||||
<!--<div class="company">Lyft</div>-->
|
||||
<!--<div class="company -last">Hootsuite</div>-->
|
||||
<!--</div>-->
|
||||
<!--</div>-->
|
||||
</div>
|
||||
<div class="workflow-container">
|
||||
<div class="workflow">
|
||||
@@ -37,9 +28,11 @@
|
||||
<div class="item">
|
||||
<div class="description">
|
||||
<h2>Fewer Mistakes</h2>
|
||||
<p>Bring the benefits of code review to your operations workflow.</p>
|
||||
<p>Bring the benefits of <strong>code review</strong> to your operations
|
||||
workflow.</p>
|
||||
<ul>
|
||||
<li><img class="checkmark" src="/checkmark.svg">Catch errors in the Terraform plan output before it's applied.
|
||||
<li><img class="checkmark" src="/checkmark.svg">Catch errors in
|
||||
the Terraform plan output before it's applied.
|
||||
</li>
|
||||
<li><img class="checkmark" src="/checkmark.svg">Ensure that you
|
||||
apply changes before merging to master.
|
||||
@@ -49,7 +42,7 @@
|
||||
</div>
|
||||
<div class="item image">
|
||||
<div class="image">
|
||||
<img src="/mistakes.png">
|
||||
<img src="/list.svg">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -58,13 +51,13 @@
|
||||
<div class="benefit">
|
||||
<div class="item image">
|
||||
<div class="image">
|
||||
<img src="/devops.png">
|
||||
<img src="/coding.svg">
|
||||
</div>
|
||||
</div>
|
||||
<div class="item">
|
||||
<div class="description">
|
||||
<h2>Put the "Dev" back into DevOps</h2>
|
||||
<p>Empower your developers to write Terraform. Safely.</p>
|
||||
<h2>Put the <span style="text-decoration: underline">Dev</span> back into DevOps</h2>
|
||||
<p>Empower your developers to write Terraform. <strong>Safely.</strong></p>
|
||||
<ul>
|
||||
<li><img class="checkmark" src="/checkmark.svg">Developers can
|
||||
submit Terraform pull requests without needing credentials.
|
||||
@@ -81,22 +74,41 @@
|
||||
<div class="benefit">
|
||||
<div class="item">
|
||||
<div class="description">
|
||||
<h2>Free Audit Logs</h2>
|
||||
<p>All production changes are recorded on the pull request where
|
||||
they were made.</p>
|
||||
<h2>Instant Audit Logs And Compliance</h2>
|
||||
<p>Pass audits without compromising your workflow.</p>
|
||||
<ul>
|
||||
<li><img class="checkmark" src="/checkmark.svg">See exactly
|
||||
which resources were changed.
|
||||
<li><img class="checkmark" src="/checkmark.svg">Each pull request now holds a detailed log of what infrastructure changes were made and when; along with who made the change and who approved it.
|
||||
</li>
|
||||
<li><img class="checkmark" src="/checkmark.svg">Know who applied
|
||||
the change and who approved it.
|
||||
<li><img class="checkmark" src="/checkmark.svg">Atlantis can be configured to require approvals on every production change.
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="item image">
|
||||
<div class="image">
|
||||
<img src="/logs.png">
|
||||
<img src="/certificate.svg">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="benefits-container">
|
||||
<div class="benefit-container">
|
||||
<h1 class="title">Proven at Scale</h1>
|
||||
<div class="benefit">
|
||||
<div class="item image">
|
||||
<div class="image">
|
||||
<img src="/powerful.svg">
|
||||
</div>
|
||||
</div>
|
||||
<div class="item">
|
||||
<div class="description">
|
||||
<ul>
|
||||
<li><img class="checkmark" src="/checkmark.svg">Used by one of the world's top companies to manage over 600 Terraform repos with 300 developers.
|
||||
</li>
|
||||
<li><img class="checkmark" src="/checkmark.svg">In production use for over 2 years.
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -106,25 +118,30 @@
|
||||
<div class="benefit-container">
|
||||
<h1 class="title">How It Works</h1>
|
||||
<div class="benefit">
|
||||
<div class="item image">
|
||||
<div class="image">
|
||||
<img src="/hero.png">
|
||||
</div>
|
||||
</div>
|
||||
<div class="item">
|
||||
<div class="description">
|
||||
<ul>
|
||||
<li><img class="checkmark" src="/checkmark.svg">Atlantis is self-hosted. Your credentials don't leave your infrastructure.
|
||||
<li><img class="checkmark" src="/checkmark.svg">Atlantis is
|
||||
self-hosted. Your credentials don't leave your infrastructure.
|
||||
</li>
|
||||
<li><img class="checkmark" src="/checkmark.svg">Runs as a Golang binary or Docker image and can be deployed on VMs, Kubernetes, Fargate, etc.
|
||||
<li><img class="checkmark" src="/checkmark.svg">Runs as a Golang
|
||||
binary or Docker image and can be deployed on VMs, Kubernetes,
|
||||
Fargate, etc.
|
||||
</li>
|
||||
<li><img class="checkmark" src="/checkmark.svg">Listens for webhooks from GitHub/GitLab/Bitbucket.
|
||||
<li><img class="checkmark" src="/checkmark.svg">Listens for
|
||||
webhooks from GitHub/GitLab/Bitbucket.
|
||||
</li>
|
||||
<li><img class="checkmark" src="/checkmark.svg">Runs terraform commands remotely and comments back with their output.
|
||||
<li><img class="checkmark" src="/checkmark.svg">Runs terraform
|
||||
commands remotely and comments back with their output.
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="item image">
|
||||
<div class="image">
|
||||
<img src="/hero.png">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -333,11 +350,13 @@
|
||||
.feature
|
||||
max-width 100%
|
||||
padding 0 2.5rem
|
||||
|
||||
.workflow
|
||||
.mobile
|
||||
display block
|
||||
.desktop
|
||||
display none
|
||||
|
||||
.benefits-container
|
||||
.benefit-container
|
||||
.benefit
|
||||
@@ -346,7 +365,6 @@
|
||||
&.image
|
||||
order -1
|
||||
|
||||
|
||||
@media (max-width: $MQMobileNarrow)
|
||||
.home
|
||||
padding-left 1.5rem
|
||||
|
||||
59
runatlantis.io/.vuepress/public/certificate.svg
Normal file
@@ -0,0 +1,59 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 64 64" enable-background="new 0 0 64 64" xml:space="preserve">
|
||||
<g>
|
||||
<g>
|
||||
<g>
|
||||
<path fill="#3BCC9C" d="M32,0c17.7,0,32,14.3,32,32S49.7,64,32,64S0,49.7,0,32S14.3,0,32,0z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<g>
|
||||
<path fill="#FFFFFF" d="M13.3,44c-0.7,0-1.3-0.6-1.3-1.2V17.2c0-0.7,0.6-1.2,1.3-1.2h37.4c0.7,0,1.3,0.6,1.3,1.2v25.5
|
||||
c0,0.7-0.6,1.2-1.3,1.2H13.3z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<g>
|
||||
<path fill="#D3D5DD" d="M45,20c0.5,0,1,0.5,1,1s-0.5,1-1,1H18c-0.5,0-1-0.5-1-1s0.5-1,1-1H45z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<g>
|
||||
<path fill="#D3D5DD" d="M45,25c0.5,0,1,0.5,1,1s-0.5,1-1,1H18c-0.5,0-1-0.5-1-1s0.5-1,1-1H45z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<g>
|
||||
<polygon fill="#E84B4B" points="44,43 44,44 44,53 40.1,50.8 36,53 36,44 36,43 "/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<g>
|
||||
<path fill="#316CFF" d="M26,35c0.5,0,1,0.4,1,1c0,0.5-0.5,1-1,1h-8c-0.5,0-1-0.5-1-1c0-0.6,0.5-1,1-1H26z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<g>
|
||||
<path fill="#FFC533" d="M44,43.2c-0.1,0.1-0.1,0.1-0.2,0.2l-0.5,0.8c-0.4,0.6-1.2,0.9-1.9,0.6l-0.8-0.3c-0.4-0.1-0.8-0.1-1.1,0
|
||||
l-0.8,0.3c-0.7,0.3-1.5,0-1.9-0.6l-0.5-0.8c0-0.1-0.1-0.1-0.2-0.2c-0.2-0.2-0.4-0.4-0.7-0.4l-0.9-0.3c-0.7-0.2-1.2-0.9-1.1-1.6
|
||||
l0-1.1c0-0.4-0.1-0.7-0.3-1L32.3,38c-0.4-0.6-0.4-1.3,0-1.9l0.6-0.9c0.2-0.3,0.3-0.6,0.3-1l0-1.1c0-0.7,0.4-1.4,1.1-1.6l0.9-0.3
|
||||
c0.4-0.1,0.7-0.3,0.9-0.7l0.5-0.8c0.4-0.6,1.2-0.9,1.9-0.6l0.8,0.3c0.4,0.1,0.8,0.1,1.1,0l0.8-0.3c0.7-0.3,1.5,0,1.9,0.6l0.5,0.8
|
||||
c0.2,0.3,0.5,0.5,0.9,0.7l0.9,0.3c0.7,0.2,1.2,0.9,1.1,1.6l0,1.1c0,0.4,0.1,0.7,0.3,1l0.6,0.9c0.4,0.6,0.4,1.3,0,1.9L47,38.8
|
||||
c-0.2,0.3-0.3,0.6-0.3,1l0,1.1c0,0.7-0.4,1.4-1.1,1.6l-0.9,0.3C44.4,42.9,44.2,43,44,43.2z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<g>
|
||||
<path fill="#F2AC0F" d="M40,32c2.8,0,5,2.2,5,5s-2.2,5-5,5s-5-2.2-5-5S37.2,32,40,32z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<g>
|
||||
<path fill="#FCEA81" d="M40,34c1.7,0,3,1.3,3,3s-1.3,3-3,3s-3-1.3-3-3S38.3,34,40,34z"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.2 KiB |
42
runatlantis.io/.vuepress/public/coding.svg
Normal file
@@ -0,0 +1,42 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
||||
<circle style="fill:#F33052;" cx="256" cy="256" r="256"/>
|
||||
<g>
|
||||
<path style="fill:#FFFFFF;" d="M213.12,319.776L99.872,270.544V243.28l113.248-49.008v32.112l-79.008,30.208l79.008,31.328V319.776
|
||||
z"/>
|
||||
<path style="fill:#FFFFFF;" d="M223.6,341.408l40.912-170.832h23.776l-41.36,170.832H223.6z"/>
|
||||
<path style="fill:#FFFFFF;" d="M298.768,319.904V288l79.104-31.104l-79.104-30.752V194.48l113.36,49.008v27.04L298.768,319.904z"/>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 964 B |
|
Before Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 13 KiB |
49
runatlantis.io/.vuepress/public/list.svg
Normal file
@@ -0,0 +1,49 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 58 58" style="enable-background:new 0 0 58 58;" xml:space="preserve">
|
||||
<polygon style="fill:#EDEADA;" points="51.5,14 37.5,0 6.5,0 6.5,58 51.5,58 "/>
|
||||
<polygon style="fill:#CEC9AE;" points="37.5,0 37.5,14 51.5,14 "/>
|
||||
<path style="fill:#CEC9AE;" d="M41.5,22h-16c-0.552,0-1-0.447-1-1s0.448-1,1-1h16c0.552,0,1,0.447,1,1S42.052,22,41.5,22z"/>
|
||||
<path style="fill:#14A085;" d="M17.5,23c-0.257,0-0.514-0.099-0.708-0.293l-2-2c-0.391-0.391-0.391-1.023,0-1.414
|
||||
s1.023-0.391,1.414,0l1.367,1.367l4.301-3.441c0.43-0.345,1.061-0.275,1.405,0.156c0.345,0.432,0.275,1.061-0.156,1.406l-5,4
|
||||
C17.941,22.928,17.72,23,17.5,23z"/>
|
||||
<path style="fill:#CEC9AE;" d="M41.5,33h-16c-0.552,0-1-0.447-1-1s0.448-1,1-1h16c0.552,0,1,0.447,1,1S42.052,33,41.5,33z"/>
|
||||
<path style="fill:#14A085;" d="M17.5,34c-0.257,0-0.514-0.099-0.708-0.293l-2-2c-0.391-0.391-0.391-1.023,0-1.414
|
||||
s1.023-0.391,1.414,0l1.367,1.367l4.301-3.441c0.43-0.345,1.061-0.275,1.405,0.156c0.345,0.432,0.275,1.061-0.156,1.406l-5,4
|
||||
C17.941,33.928,17.72,34,17.5,34z"/>
|
||||
<path style="fill:#CEC9AE;" d="M41.5,44h-16c-0.552,0-1-0.447-1-1s0.448-1,1-1h16c0.552,0,1,0.447,1,1S42.052,44,41.5,44z"/>
|
||||
<path style="fill:#14A085;" d="M17.5,45c-0.257,0-0.514-0.099-0.708-0.293l-2-2c-0.391-0.391-0.391-1.023,0-1.414
|
||||
s1.023-0.391,1.414,0l1.367,1.367l4.301-3.441c0.43-0.345,1.061-0.275,1.405,0.156c0.345,0.432,0.275,1.061-0.156,1.406l-5,4
|
||||
C17.941,44.928,17.72,45,17.5,45z"/>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 6.4 KiB |
|
Before Width: | Height: | Size: 8.6 KiB |
|
Before Width: | Height: | Size: 5.2 KiB |
|
Before Width: | Height: | Size: 14 KiB |
18
runatlantis.io/.vuepress/public/powerful.svg
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 64 64" enable-background="new 0 0 64 64" xml:space="preserve">
|
||||
<g>
|
||||
<g>
|
||||
<g>
|
||||
<path fill="#5E5C89" d="M32,0c17.7,0,32,14.3,32,32S49.7,64,32,64S0,49.7,0,32S14.3,0,32,0z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<g>
|
||||
<polygon fill="#FFD833" points="44,27 37,27 41,15 27,15 25,32 29.6,32 24,49 "/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 701 B |
|
Before Width: | Height: | Size: 10 KiB |