Skip to content

Commit

Permalink
chore: embrace reality
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee authored Dec 2, 2023
1 parent 224b705 commit 4c5850f
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,35 +192,6 @@ <h1 class="text-5xl font-bold text-secondary-content">Jolt</h1>
</div>
</div>
</div>
<div
class="group card card-bordered border-primary shadow-xl w-72 hover:bg-success hover:shadow-2xl hover:border-secondary"
>
<div class="card-body">
<h2
class="card-title text-success group-hover:text-success-content"
>
IronGate
</h2>
<p
class="text-secondary-content group-hover:text-success-content"
>
A rust-powered RSGI/ASGI HTTP server to power amazing Python
apps
</p>
<div class="flex justify-center gap-2 mt-4">
<a
href="https://github.com/jolt-org/irongate"
class="btn btn-primary-content"
>View on GitHub</a
>
<a
href="https://docs.irongate.jolt.rs"
class="btn btn-secondary"
>View Docs</a
>
</div>
</div>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 4c5850f

Please sign in to comment.