Skip to content

Commit

Permalink
ui update
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincobain2000 committed Jan 18, 2024
1 parent 1382af3 commit ba34512
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<a href="https://github.com/kevincobain2000/instachart">
<img alt="c2p" src="https://imgur.com/HC5FB7O.png" width="320">
<img alt="c2p" src="https://imgur.com/DyszMue.png" width="320">
</a>
</p>
<p align="center">
Expand Down
5 changes: 5 additions & 0 deletions frontend/src/components/Compare.astro
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@
class="mx-auto w-full md:w-4/5"
src="https://instachart.coveritup.app/bar?title=Performance+200RPS&style=horizontal&metric=secs%20&theme=dark&subtitle=Response+Time&data={%20%22x%22:%20[%22Total%22,%20%22Fastest%22,%20%22Average%22],%20%22y%22:%20[[3,0.27,0.7]]%20}"
/>
<p class="mx-auto w-full md:w-4/5 mt-5 text-slate-500">
Extremely fast on response on 512 MB RAM and Single Core CPU.
<br>
Written in Go and fully scalable. <b>Zero</b> overheads.
</p>
</div>
</div>
<style></style>
4 changes: 3 additions & 1 deletion frontend/src/components/FinalAction.astro
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,13 @@
>
<div class="mb-4">
<label
class="block text-blue-300 py-2 font-bold mb-2"
class="block text-blue-300 py-2 font-bold"
for="emailaddress"
>
View full docs on Github.
</label>
<p>Self hosting solutions available</p>
<small>Convert charts to images now!</small>
</div>

<div class="flex items-center justify-between pt-4">
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
</div>
</div>

<div class="mt-2 mb-5">
<div class="mt-5 mb-5">
<img
class="mx-auto w-4/5 transform -rotate-6 transition hover:scale-105 duration-700 ease-in-out hover:rotate-6"
src="https://instachart.coveritup.app/bar?title=Medidation+times&width=860&theme=dark&subtitle=Yoga&theme=light&metric=mins&width=1024&height=512&data={%22x%22:[%22Sunday%22,%22Monday%22,%22Monday%22,%22Monday%22,%22Tuesday%22,%22Tuesday%22,%22Tuesday%22,%22Wednesday%22,%22Wednesday%22,%22Wednesday%22,%22Wednesday%22,%22Wednesday%22,%22Thursday%22,%22Thursday%22,%22Thursday%22,%22Thursday%22,%22Friday%22,%22Friday%22,%22Friday%22,%22Saturday%22],%22y%22:[[19,19,72,66,80,86,148,145,152,126,107,150,133,106,204,105,106,103,18,104]],%22z%22:[[20,20,73,67,81,87,149,146,153,127,108,151,134,107,205,106,107,104,19,105]]}"
Expand Down

0 comments on commit ba34512

Please sign in to comment.