Skip to content

Commit

Permalink
update center image
Browse files Browse the repository at this point in the history
  • Loading branch information
warrensbox committed May 26, 2018
1 parent d1bf829 commit f7c25e4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions docs/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<!-- <h1 style="font-size:25px;"><a href="{{ "/" | absolute_url }}">{{ site.title | default: site.github.repository_name }}</a></h1> -->
<!-- <h1 style="font-size:25px; text-align: center"><a href="{{ "/" | absolute_url }}">tfswitch</a></h1> -->


<img src="https://s3.us-east-2.amazonaws.com/kepler-images/warrensbox/logo.png" alt="Logo" />

<p align="center">
<img align="middle" src="https://s3.us-east-2.amazonaws.com/kepler-images/warrensbox/logo.png" alt="Logo" />
</p>

<p style="text-align: center">{{ site.description | default: site.github.project_tagline }}</p>
<!-- <p>Written in go</p> -->
Expand Down
6 changes: 3 additions & 3 deletions docs/_site/addtional.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
<!-- <h1 style="font-size:25px;"><a href="http://localhost:4000/">tfswitch</a></h1> -->
<!-- <h1 style="font-size:25px; text-align: center"><a href="http://localhost:4000/">tfswitch</a></h1> -->


<img src="https://s3.us-east-2.amazonaws.com/kepler-images/warrensbox/logo.png" alt="Logo" />

<p align="center">
<img align="middle" src="https://s3.us-east-2.amazonaws.com/kepler-images/warrensbox/logo.png" alt="Logo" />
</p>

<p style="text-align: center">The tfswitch command lets you switch between terraform versions</p>
<!-- <p>Written in go</p> -->
Expand Down
8 changes: 4 additions & 4 deletions docs/_site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
<!-- <h1 style="font-size:25px;"><a href="http://localhost:4000/">tfswitch</a></h1> -->
<!-- <h1 style="font-size:25px; text-align: center"><a href="http://localhost:4000/">tfswitch</a></h1> -->


<img src="https://s3.us-east-2.amazonaws.com/kepler-images/warrensbox/logo.png" alt="Logo" />

<p align="center">
<img align="middle" src="https://s3.us-east-2.amazonaws.com/kepler-images/warrensbox/logo.png" alt="Logo" />
</p>

<p style="text-align: center">The tfswitch command lets you switch between terraform versions</p>
<!-- <p>Written in go</p> -->
Expand Down Expand Up @@ -95,7 +95,7 @@ <h3 id="install-from-source">Install from source</h3>

<h2 id="how-to-use">How to use:</h2>

<p><img src="https://s3.us-east-2.amazonaws.com/kepler-images/warrensbox/tfswitch.gif" alt="drawing" style="width: 480px;" /></p>
<p><img align="center" src="https://s3.us-east-2.amazonaws.com/kepler-images/warrensbox/tfswitch.gif" alt="drawing" style="width: 480px;" /></p>

<ol>
<li>You can start using by typing the command <code class="highlighter-rouge">tfswitch</code> on your terminal.</li>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Alternatively, you can install the binary from source [here](https://github.com/

## How to use:

<img src="https://s3.us-east-2.amazonaws.com/kepler-images/warrensbox/tfswitch.gif" alt="drawing" style="width: 480px;"/>
<img align="center" src="https://s3.us-east-2.amazonaws.com/kepler-images/warrensbox/tfswitch.gif" alt="drawing" style="width: 480px;"/>

1. You can start using by typing the command `tfswitch` on your terminal.
2. Select the version of terraform you require by using the up and down arrow.
Expand Down

0 comments on commit f7c25e4

Please sign in to comment.