Skip to content
This repository has been archived by the owner on Nov 6, 2019. It is now read-only.

Commit

Permalink
add ARA links; fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfantom committed Apr 12, 2018
1 parent c5bc9c8 commit 19522d2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ Just go to https://presentation.cloudalchemy.org

### offline usage

This presentation can be used offline. Just use some simple webserver to host static files from `docs` directory. For example running simple python server can do:
1. Go to `docs/`
2. Run `python -m SimpleHTTPServer 8080`
3. In browser go to `localhost:8080`
4. Profit!
This presentation can be used offline. Just use some simple webserver to host static files. For example do it by running simple python server:
1. Run `python -m SimpleHTTPServer 8080`
2. In browser go to `localhost:8080`
3. Profit!
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -810,13 +810,13 @@ <h1><span style="font-size:1.0em">Example</span></h1>
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 600px; left: 340px; top: 465px;">
<div class="sl-block-content fragment" style="z-index: 12;" data-fragment-index="0">
<p><a href="https://demo.cloudalchemy.org" target="_blank">demo.cloudalchemy.org</a></p>
<p> </p>
<p><a href="https://travis-ci.org/cloudalchemy/demo-site" target="_blank">daily ansible deploy with travis CI</a></p>
<p><a href="https://travis-ci.org/cloudalchemy/demo-site" target="_blank">daily ansible deploy with travis CI</a></p>
<p><a href="https://demo.cloudalchemy.org/ara" target="_blank">Ansible Run Analysis</a></p>
</div>
</div>
</section>
<section data-background-iframe="https://demo.cloudalchemy.org" data-background-interactive="true"></section>
<section data-background-iframe="https://demo.cloudalchemy.org/ara" data-background-interactive="true"></section>
<section data-background-iframe="https://demo.cloudalchemy.org" data-background-interactive></section>
<section data-background-iframe="https://demo.cloudalchemy.org/ara" data-background-interactive></section>
</section>
<section >
<div class="sl-block" data-block-type="text" style="height: auto; min-width: 30px; min-height: 30px; width: 1120px; left: 80px; top: 244px;">
Expand Down

0 comments on commit 19522d2

Please sign in to comment.