-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
549202b
commit 49ca4e4
Showing
13 changed files
with
78 additions
and
157 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,26 @@ | ||
--- | ||
import sun from "@assets/sun.svg?raw"; | ||
--- | ||
|
||
<div class="mx-auto md:pt-16"> | ||
<p class="text-violet-400 font-bold pb-6 lg:pb-6 text-center text-3xl"> | ||
Multiple Themes | ||
<br>Github <br> | ||
& <br> | ||
Github Enterprise | ||
</p> | ||
<p class="text-center"> | ||
Choose from multiple themes to suit your needs to embed metrics charts in README | ||
Instant feedback on your code changes. | ||
</p> | ||
|
||
<p class="text-center font-bold pt-5 pb-5 text-white">Light</p> | ||
<div class="flex w-full items-center justify-center md:justify-center lg:pb-0 fade-in"> | ||
<img | ||
src="https://instachart.coveritup.app/line?title=example/framework&line=fill&metric=%25&width=690&height=390&data={%20%22x%22:%20[%222023%20Jan%22,%222024%20Feb%22,%222024%20March%22],%20%22y%22:%20[[4,8,7]],%20%22names%22:%20[%22Code%20Coverage%22]%20}&theme=light" | ||
class="transform hover:scale-110 duration-300 ease-in-out" | ||
/> | ||
</div> | ||
<p class="text-center font-bold pt-10 pb-5 text-gray-400">Dark</p> | ||
<p class="flex justify-center pb-10"> | ||
<Fragment set:html={sun} /> | ||
<p class="text-center font-bold pt-5 pb-5 text-white"> | ||
Supports all languages and frameworks | ||
</p> | ||
<div class="flex w-full justify-center md:justify-center lg:pb-0 fade-in"> | ||
<div class="flex w-full items-center justify-center md:justify-center lg:pb-0 fade-in"> | ||
<img | ||
src="https://instachart.coveritup.app/line?title=example/framework&metric=%25&line=fill&theme=dark&width=690&height=390&data={%20%22x%22:%20[%222023%20Jan%22,%222024%20Feb%22,%222024%20March%22],%20%22y%22:%20[[4,8,7]],%20%22names%22:%20[%22Code%20Coverage%22]%20}&theme=light" | ||
src="https://imgur.com/zjKA8o2.png" | ||
class="transform hover:scale-110 duration-300 ease-in-out" | ||
/> | ||
</div> | ||
<p class="text-center font-bold pt-10 text-gray-400">Available in multiple themes light and dark</p> | ||
</div> | ||
<style></style> |
Oops, something went wrong.