Skip to content

Commit

Permalink
Add unicode and color samples to carousel on start page
Browse files Browse the repository at this point in the history
  • Loading branch information
tsjensen committed Sep 29, 2024
1 parent d9f851a commit 3ff094e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
Binary file added images/carousel-6.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 added images/carousel-7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 17 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ redirect_from:
width="240" height="87" alt="boxes"></p>

<p class="text-center mb-4"><i>Boxes</i> is a command line program which draws, removes, and repairs
ASCII art boxes.<br><a href="#more">Learn more</a>,
<a href="{{ site.baseurl }}/download.html">Download/Install</a></p>
ASCII art boxes.<br><a href="{{ site.baseurl }}/download.html">Download/Install</a></p>


{% comment %} ---------------------------------------------------------------------------------------- {% endcomment %}
Expand All @@ -26,6 +25,8 @@ ASCII art boxes.<br><a href="#more">Learn more</a>,
<li data-target="#boxesCarouselIndicators" data-slide-to="2"></li>
<li data-target="#boxesCarouselIndicators" data-slide-to="3"></li>
<li data-target="#boxesCarouselIndicators" data-slide-to="4"></li>
<li data-target="#boxesCarouselIndicators" data-slide-to="5"></li>
<li data-target="#boxesCarouselIndicators" data-slide-to="6"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
Expand All @@ -51,6 +52,20 @@ ASCII art boxes.<br><a href="#more">Learn more</a>,
<div class="carousel-item">
<img src="{{ site.baseurl }}/images/carousel-5.png" class="d-block w-100" alt="boxes-5">
</div>
<div class="carousel-item">
<img src="{{ site.baseurl }}/images/carousel-6.png" class="d-block w-100" alt="boxes-6">
<div class="carousel-caption d-none d-md-block">
<h5>Unicode</h5>
<p>Box designs can use the entire UTF-8 character set</p>
</div>
</div>
<div class="carousel-item">
<img src="{{ site.baseurl }}/images/carousel-7.png" class="d-block w-100" alt="boxes-7">
<div class="carousel-caption d-none d-md-block">
<h5>Colors</h5>
<p>Box designs can be colored, including box content</p>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#boxesCarouselIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
Expand Down

0 comments on commit 3ff094e

Please sign in to comment.