mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
chore: even more code smell
This commit is contained in:
parent
095fef4868
commit
67fe6eea56
@ -24,10 +24,10 @@
|
|||||||
<a href="login">
|
<a href="login">
|
||||||
<button type="button" class="py-1 px-3 rounded bg-green-700 hover:bg-green-800 text-white font-semibold">🚀 Try it!</button>
|
<button type="button" class="py-1 px-3 rounded bg-green-700 hover:bg-green-800 text-white font-semibold">🚀 Try it!</button>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/muety/wakapi#%EF%B8%8F-server-setup" target="_blank">
|
<a href="https://github.com/muety/wakapi#%EF%B8%8F-server-setup" target="_blank" rel="noopener noreferrer">
|
||||||
<button type="button" class="py-1 px-3 h-8 rounded border border-green-700 text-white">📡 Host it</button>
|
<button type="button" class="py-1 px-3 h-8 rounded border border-green-700 text-white">📡 Host it</button>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/muety/wakapi" target="_blank">
|
<a href="https://github.com/muety/wakapi" target="_blank" rel="noopener noreferrer">
|
||||||
<button type="button" class="py-1 px-3 h-8 rounded border border-green-700 text-white">
|
<button type="button" class="py-1 px-3 h-8 rounded border border-green-700 text-white">
|
||||||
<img alt="GitHub Icon" src="assets/images/ghicon.svg" width="22px">
|
<img alt="GitHub Icon" src="assets/images/ghicon.svg" width="22px">
|
||||||
</button>
|
</button>
|
||||||
@ -47,8 +47,8 @@
|
|||||||
<li>✅ Fancy statistics and plots</li>
|
<li>✅ Fancy statistics and plots</li>
|
||||||
<li>✅ Cool badges for readmes</li>
|
<li>✅ Cool badges for readmes</li>
|
||||||
<li>✅ Intuitive REST API</li>
|
<li>✅ Intuitive REST API</li>
|
||||||
<li>✅ Compatible with <a href="https://wakatime.com" target="_blank" class="underline">Wakatime</a></li>
|
<li>✅ Compatible with <a href="https://wakatime.com" target="_blank" rel="noopener noreferrer" class="underline">Wakatime</a></li>
|
||||||
<li>✅ <a href="https://prometheus.io" target="_blank" class="underline">Prometheus</a> metrics via <a href="https://github.com/MacroPower/wakatime_exporter" target="_blank" class="underline">exporter</a></li>
|
<li>✅ <a href="https://prometheus.io" target="_blank" rel="noopener noreferrer" class="underline">Prometheus</a> metrics via <a href="https://github.com/MacroPower/wakatime_exporter" target="_blank" rel="noopener noreferrer" class="underline">exporter</a></li>
|
||||||
<li>✅ Self-hosted</li>
|
<li>✅ Self-hosted</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user