Skip to content

Commit

Permalink
Add flotta demo on index page
Browse files Browse the repository at this point in the history
Signed-off-by: Eloy Coto <[email protected]>
  • Loading branch information
eloycoto committed May 5, 2022
1 parent f76f7b9 commit f2713ca
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions _includes/features-section.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,16 @@ <h4 class="mb-4">{{ feature.name }}</h4>
</section>
<!-- /features -->
{% endif %}

<section class="section">

<div class="container">
<div class="row">
<div class="col-lg-10 mx-auto text-center">
<h3>Demo</h3>
<script id="asciicast-492335" src="https://asciinema.org/a/492335.js" async></script>
</div>
</div>
</div>

</section>

0 comments on commit f2713ca

Please sign in to comment.