feat: show alpha version
This commit is contained in:
parent
c25f94c8fe
commit
077d56b3be
2 changed files with 14 additions and 2 deletions
|
@ -2,7 +2,8 @@
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://github.com/ayoayco/cozy">
|
<a href="https://github.com/ayoayco/cozy">
|
||||||
<img alt="Last Commit" src="https://img.shields.io/github/last-commit/ayoayco/cozy?logo=github" />
|
<img alt="Last Commit" src="https://img.shields.io/github/last-commit/ayoayco/cozy?logo=github" />
|
||||||
</a><br />
|
</a>
|
||||||
|
<a href=""><img alt"NPM Version" src="https://img.shields.io/npm/v/@ayco/cozy?label=alpha" /></a><br />
|
||||||
Remove distractions. Save your favorites. Get useful insights.<br />
|
Remove distractions. Save your favorites. Get useful insights.<br />
|
||||||
Cozy is your modern-day reading assistant.
|
Cozy is your modern-day reading assistant.
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -35,12 +35,14 @@ const form = new FormGroup([
|
||||||
<a target="_blank" href="https://github.com/ayoayco/cozy"
|
<a target="_blank" href="https://github.com/ayoayco/cozy"
|
||||||
>⭐️ GitHub</a
|
>⭐️ GitHub</a
|
||||||
>
|
>
|
||||||
|
•
|
||||||
|
<a class="nav-badge" href="https://www.npmjs.com/package/@ayco/cozy"><img alt"NPM Version" src="https://img.shields.io/npm/v/@ayco/cozy?label=alpha&logo=npm" /></a>
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<style is:inline>
|
<style is:inline>
|
||||||
.address-bar {
|
.address-bar {
|
||||||
background-color: orange;
|
background-color:antiquewhite;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -65,7 +67,16 @@ const form = new FormGroup([
|
||||||
nav {
|
nav {
|
||||||
margin: 0.5em 0;
|
margin: 0.5em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
nav a:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
nav a {
|
nav a {
|
||||||
color: brown;
|
color: brown;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
nav img {
|
||||||
|
display: inline;
|
||||||
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue