Skip to content

Commit

Permalink
Merge pull request #543 from runatlantis/image-compress
Browse files Browse the repository at this point in the history
Use compressed images for runatlantis.io
  • Loading branch information
lkysow authored Mar 20, 2019
2 parents 67092b2 + 608d51b commit a6c819d
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions runatlantis.io/.vuepress/components/HomeCustom.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<div class="workflow-container">
<div class="workflow">
<h1>The Atlantis Workflow</h1>
<img src="/mobile-workflow.png" class="mobile" alt="Atlantis Workflow">
<img src="/workflow.png" class="desktop" alt="Atlantis Workflow">
<img src="/mobile-workflow-min.png" class="mobile" alt="Atlantis Workflow">
<img src="/workflow-min.png" class="desktop" alt="Atlantis Workflow">
</div>
</div>
<div class="benefits-container">
Expand Down Expand Up @@ -385,4 +385,4 @@
.feature
h2
font-size 1.25rem
</style>
</style>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed runatlantis.io/.vuepress/public/mobile-workflow.png
Binary file not shown.
Binary file added runatlantis.io/.vuepress/public/workflow-min.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed runatlantis.io/.vuepress/public/workflow.png
Binary file not shown.

0 comments on commit a6c819d

Please sign in to comment.