Skip to content

Commit

Permalink
fix(nstore): server: improve wording thanks to chatgpt.
Browse files Browse the repository at this point in the history
  • Loading branch information
amirouche committed Dec 2, 2023
1 parent ca69e40 commit 9f3fd0c
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions found/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,37 +29,34 @@ <h1 class="display-5 fw-bold text-white">found vnstore</h1>

<div class="row row-cols-1 row-cols-md-3 mb-3">
<div class="col">
<div class="card mb-4 rounded-3 shadow-sm">
<a href="/navigate" class="card mb-4 rounded-3 shadow-sm">
<div class="card-header py-3">
<h4 class="my-0 fw-normal">wish</h4>
<h4 class="my-0 fw-normal">navigate</h4>
</div>
<div class="card-body">
<p class="mt-3 mb-4">Garbage in, garbage out. Use at your own risks. There is no guarantee the results are correct.</p>
<button type="button" class="w-100 btn btn-lg btn-outline-primary">try for free</button>
<p class="mt-3 mb-4">Navigate the Quirks: It's a wild ride in the data jungle! Garbage in, garbage out—use at your own risks. No guarantees on correctness; it's a dance with unpredictability. Ready for an adventure?</p>
</div>
</div>
</a>
</div>
<div class="col">
<div class="card mb-4 rounded-3 shadow-sm">
<a href="/history" class="card mb-4 rounded-3 shadow-sm">
<div class="card-header py-3">
<h4 class="my-0 fw-normal">history</h4>
</div>
<div class="card-body">
<p class="mt-3 mb-4">Time flows like sand in a hand, and nothing can stop that, stronger than water, timeless feather of life.</p>
<button type="button" class="w-100 btn btn-lg btn-outline-primary">try for free</button>
<p class="mt-3 mb-4">Dive into the history of changes. Gain insights, track progress, and marvel at the evolution. Your journey through history starts now. Explore the changes and be part of the narrative!</p>
</div>
</div>
</a>
</div>
<div class="col">
<div class="card mb-4 rounded-3 shadow-sm border-primary">
<a href="/change" class="card mb-4 rounded-3 shadow-sm border-primary">
<div class="card-header py-3 text-bg-primary border-primary">
<h4 class="my-0 fw-normal">make a change</h4>
<h4 class="my-0 fw-normal">change</h4>
</div>
<div class="card-body">
<p class="mt-3 mb-4">Change history: create, and remove records that have an impact on the course of time</p>
<button type="button" class="w-100 btn btn-lg btn-primary">try for free</button>
<p class="mt-3 mb-4">Make a change and shape history! Create, modify, or remove records that influence the course of time. Your actions matter—contribute to the evolving narrative of our database</p>
</div>
</div>
</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 9f3fd0c

Please sign in to comment.