Skip to content

Commit

Permalink
Update wheel and styling
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanjcastillo committed Feb 1, 2024
1 parent f27998b commit e976119
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
Binary file modified dist/django_htmx_components-0.1.0-py3-none-any.whl
Binary file not shown.
7 changes: 3 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h1 class="text-4xl font-extrabold tracking-tight leading-none text-slate-900 md
rel="noopener noreferrer">
<span class="text-sm self-center text-slate-600 whitespace-nowrap dark:text-white">Made with 🦎 by Iwana Labs</span>
</a>
<div class="flex flex-col gap-2 mt-10 text-center mx-auto max-w-[512px] text-slate-900">
<div class="flex flex-col gap-2 mt-10 text-center mx-auto max-w-[640px] text-slate-900">
<p>
This is a collection of components for <a href="https://www.djangoproject.com/"
target="_blank"
Expand All @@ -30,9 +30,8 @@ <h1 class="text-4xl font-extrabold tracking-tight leading-none text-slate-900 md
rel="noopener noreferrer"
class="link">htmx</a> with minimal styling. They showcase common web application patterns.
</p>
<p>You can copy and paste them into your project and customize them as needed.</p>
</div>
<div class="flex flex-col items-center mt-10 text-slate-900">
<div class="flex flex-col items-center mt-5 text-slate-900">
<img id="busy-indicator"
width="24"
height="24"
Expand All @@ -43,7 +42,7 @@ <h1 class="text-4xl font-extrabold tracking-tight leading-none text-slate-900 md
height="24"
class="ready hidden"
src="src/static/output/done.svg" />
<div class="flex flex-col items-center mt-5">
<div class="flex flex-col items-center mt-3 max-w-[640px]">
<div class="loading">
<p>We're running Django in your browser to let you test the components without any limitations.</p>
<p>Please give us a few seconds to load them.</p>
Expand Down
2 changes: 1 addition & 1 deletion src/static/output/style.css

Large diffs are not rendered by default.

0 comments on commit e976119

Please sign in to comment.