website: fix up home page contents

pull/276/merge
sammyette 2023-12-26 00:13:35 -04:00
parent b7602b0bbe
commit f788c9374c
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 25 additions and 84 deletions

View File

@ -19,109 +19,50 @@ description: 'Something Unique. Hilbish is the new interactive shell for Lua fan
<div class="row row-cols-1 row-cols-md-2 g-4"> <div class="row row-cols-1 row-cols-md-2 g-4">
<div class="col"> <div class="col">
<div class="card border-light mb-3"> <div class="card">
<div class="row g-0"> <div class="card-body">
<div class="col-md-4"> <h5 class="card-title">Simple and Easy Scripting</h5>
<a href="https://safe.kashima.moe/6njmopm47u1x.png"> <p class="card-text">Hilbish is configured and scripted in the
<img src="https://safe.kashima.moe/6njmopm47u1x.png" class="img-fluid rounded-start"> Lua programming language. This removes all the old, ugly things
</a> about Shell script and introduces everything good about Lua,
</div> including other languages (Fennel, Lua derivatives).</p>
<div class="col-md-8">
<h5 class="card-header">Simple and Easy Scripting</h5>
<div class="card-body">
<p class="card-text">
Hilbish is configured and scripted in the Lua programming language.
This removes all the old, ugly things about Shell script and introduces
everything good about Lua, including other languages (Moonscript & Fennel).
</p>
</div>
</div>
</div> </div>
</div> </div>
</div> </div>
<div class="col"> <div class="col">
<div class="card border-light mb-3"> <div class="card">
<div class="row g-0"> <div class="card-body">
<div class="col-md-4"> <h5 class="card-title">History and Completion Menus</h5>
<a href="https://safe.kashima.moe/jkndbi636lzj.png"> <p class="card-text">Hilbish provides the user with proper menus
<img src="https://safe.kashima.moe/jkndbi636lzj.png" class="img-fluid rounded-start"> for completions and history usage. Want to see your previous commands?
</a> Hit Ctrl-R.</p>
</div>
<div class="col-md-8">
<h5 class="card-header">History and Completion Menus</h5>
<div class="card-body">
<p class="card-text">
Hilbish provides the user with proper menus for completions,
history searching. Want to see your previous commands? Hit Ctrl-R.
</p>
</div>
</div>
</div> </div>
</div> </div>
</div> </div>
<div class="col"> <div class="col">
<div class="card border-light mb-3"> <div class="card">
<div class="row g-0"> <div class="card-body">
<div class="col-md-4"> <h5 class="card-title">Tons of Features, and More to Come</h5>
<a href="https://safe.kashima.moe/6yfeooamzro4.png"> <p class="card-text">Hilbish offers a bunch of features to make your
<img src="https://safe.kashima.moe/6yfeooamzro4.png" class="img-fluid rounded-start"> interactive shell experience rich. Things like syntax highlighting
</a> and hinting available via the Lua API.</p>
</div>
<div class="col-md-8">
<h5 class="card-header">Tons of Features, and More to Come</h5>
<div class="card-body">
<p class="card-text">
Hilbish offers a bunch of features to make your interactive
shell experience rich. Things like syntax highlighting and hinting
available via the Lua API.
</p>
<p class="card-small text-muted">* Command hints shown in photo are not default.</p>
</div>
</div>
</div> </div>
</div> </div>
</div> </div>
<!-- uncomment, replace top when editor interface can be replaced (and replace the images) -->
<!--
<div class="col"> <div class="col">
<div class="card border-light mb-3"> <div class="card">
<div class="row g-0"> <div class="card-body">
<div class="col-md-4"> <h5 class="card-title">Customizable and Extensible via an accessible Lua API</h5>
<a href="https://safe.kashima.moe/6yfeooamzro4.png"> <p class="card-text">Want to change the language used for interactive input?
<img src="https://safe.kashima.moe/6yfeooamzro4.png" class="img-fluid rounded-start"> Or maybe monitor and notify for the output of background jobs?
</a> Have a real-time updating prompt? All this can be done in Hilbish!</p>
</div>
<div class="col-md-8">
<h5 class="card-header">Highly Extensible</h5>
<div class="card-body">
<p class="card-text">
Hilbish can be turned into an all new shell if wanted. One of our
main goals is that most (if not all) interfaces can be replaced.
</p>
</div>
</div>
</div> </div>
</div> </div>
</div> </div>
-->
</div> </div>
<hr> <hr>
<h1 class="fw-light">Screenshots</h1>
<div class="row row-cols-1 row-cols-md-2 g-4">
<div class="col">
<img src="/Hilbish/pillprompt.png">
</div>
<div class="col">
<img src="/Hilbish/default.png">
</div>
<div class="col">
<img src="/Hilbish/tab.png">
</div>
</div>
<br>
<h1 class="fw-light">Why not just Lua?</h1> <h1 class="fw-light">Why not just Lua?</h1>
<p> <p>
Hilbish is your interactive shell as well as a just a Lua interpreter Hilbish is your interactive shell as well as a just a Lua interpreter