2020-10-09 22:37:16 +03:00
<!DOCTYPE html>
< html lang = "en" >
2020-02-20 16:28:55 +03:00
2020-05-24 11:37:31 +03:00
{{ template "head.tpl.html" . }}
2020-02-20 16:28:55 +03:00
2021-12-16 00:46:02 +03:00
< body class = "relative bg-gray-900 text-gray-700 p-4 pt-10 flex flex-col min-h-screen max-w-screen-lg mx-auto justify-center" >
2020-11-28 22:23:40 +03:00
{{ template "header.tpl.html" . }}
2020-05-24 14:41:19 +03:00
{{ template "alerts.tpl.html" . }}
2022-10-03 11:53:27 +03:00
{{ template "login-btn.tpl.html" . }}
2020-11-28 22:23:40 +03:00
2022-10-09 02:53:52 +03:00
< main class = "mt-10 px-4 md:px-10 lg:px-24 grow flex justify-center w-full" >
2020-11-28 22:23:40 +03:00
< div class = "flex flex-col text-white" >
2022-08-13 11:28:36 +03:00
{{ if and .Newsbox .Newsbox.Text }}
< div class = "mb-14 -mt-4 newsbox newsbox-{{ .Newsbox.Type }}" >
{{ .Newsbox.Text | htmlSafe }}
< / div >
{{ end }}
2021-12-16 01:59:40 +03:00
< h1 class = "text-8xl font-semibold antialiased text-center mb-10 leading-snug" > Keep Track of< br > < span
class="text-green-700">Your< / span > Coding Time< / h1 >
2021-01-17 11:24:09 +03:00
< p class = "text-center text-gray-500 text-xl my-2" > Wakapi is an open-source tool that helps you keep track of the
2021-12-16 00:46:02 +03:00
time you have spent coding on different projects in different programming languages and more.< br > Ideal for
2021-02-06 18:05:34 +03:00
statistics freaks and anyone else.< / p >
2021-01-17 11:24:09 +03:00
2021-12-16 01:59:40 +03:00
< div class = "flex justify-center mt-8 mb-4 space-x-2" >
2020-11-28 22:23:40 +03:00
< a href = "login" >
2021-01-17 11:24:09 +03:00
< button type = "button"
2021-12-19 15:04:00 +03:00
class="btn-primary">< span class = "iconify inline" data-icon = "ion:rocket" > < / span > Let's Go!
2021-01-17 11:24:09 +03:00
< / button >
2020-11-28 22:23:40 +03:00
< / a >
2021-01-31 16:10:17 +03:00
< a href = "https://github.com/muety/wakapi#%EF%B8%8F-how-to-use" target = "_blank" rel = "noopener noreferrer" >
2021-12-19 15:04:00 +03:00
< button type = "button" class = "btn-default" > < span class = "iconify inline" data-icon = "heroicons-solid:server" > < / span > Get Your Own
2021-01-17 11:24:09 +03:00
< / button >
2020-11-28 22:23:40 +03:00
< / a >
2021-10-13 12:27:04 +03:00
< a href = "https://github.com/sponsors/muety" target = "_blank" rel = "noopener noreferrer" >
2021-12-19 15:04:00 +03:00
< button type = "button" class = "btn-default" > < span class = "iconify inline" data-icon = "bx:bxs-heart" > < / span > Support Us
2021-04-10 01:27:01 +03:00
< / button >
< / a >
2020-11-28 22:53:19 +03:00
< a href = "https://github.com/muety/wakapi" target = "_blank" rel = "noopener noreferrer" >
2021-12-19 15:04:00 +03:00
< button type = "button" class = "btn-default" >
2021-04-16 18:07:11 +03:00
< span class = "iconify inline text-white" data-icon = "codicon:github-inverted" > < / span >
2020-11-28 22:23:40 +03:00
< / button >
< / a >
< / div >
2020-11-28 22:44:39 +03:00
2021-12-19 15:04:00 +03:00
< p class = "text-center text-gray-500 text-sm my-4" >
2021-12-16 01:59:40 +03:00
This system has tracked a total of < / span >
{{ range $d := .TotalHours | printf "%d" | toRunes }}
< span class = "bg-gray-900 rounded-sm p-1 border border-gray-700 font-mono text-gray-400" style = "margin: auto -1px;" title = "{{ $.TotalHours }} hours (updated every hour)" > {{ $d }}< / span >
{{ end }}
< span class = "mx-1" > hours of coding from< / span >
{{ range $d := .TotalUsers | printf "%d" | toRunes }}
< span class = "bg-gray-900 rounded-sm p-1 border border-gray-700 font-mono text-gray-400" style = "margin: auto -1px;" title = "{{ $.TotalUsers }} users (updated every hour)" > {{ $d }}< / span >
{{ end }}
< span class = "ml-1" > users.< / span >
< / p >
2020-11-28 22:23:40 +03:00
< div class = "flex justify-center my-8" >
2022-04-18 20:28:30 +03:00
< img alt = "App screenshot" src = "assets/images/screenshot.webp" width = "800px" height = "513px" loading = "lazy" >
2020-11-28 22:23:40 +03:00
< / div >
2020-11-28 22:44:39 +03:00
2020-11-28 22:23:40 +03:00
< div class = "flex flex-col items-center mt-10" >
2021-12-16 01:59:40 +03:00
< h1 class = "font-semibold text-3xl text-white m-0" > Features< / h1 >
< div class = "mt-4 text-lg text-gray-500" >
2020-11-28 22:23:40 +03:00
< ul >
2021-12-16 01:59:40 +03:00
< li > < span class = "iconify inline text-green-700" data-icon = "eva:checkmark-circle-2-fill" > < / span > 100 % free and open-source< / li >
< li > < span class = "iconify inline text-green-700" data-icon = "eva:checkmark-circle-2-fill" > < / span > Built by developers for developers< / li >
< li > < span class = "iconify inline text-green-700" data-icon = "eva:checkmark-circle-2-fill" > < / span > Fancy statistics and plots< / li >
2022-10-06 00:36:57 +03:00
< li > < span class = "iconify inline text-green-700" data-icon = "eva:checkmark-circle-2-fill" > < / span > Public leaderboards< / li >
2021-12-16 01:59:40 +03:00
< li > < span class = "iconify inline text-green-700" data-icon = "eva:checkmark-circle-2-fill" > < / span > Cool badges for readmes< / li >
< li > < span class = "iconify inline text-green-700" data-icon = "eva:checkmark-circle-2-fill" > < / span > Weekly e-mail reports< / li >
< li > < span class = "iconify inline text-green-700" data-icon = "eva:checkmark-circle-2-fill" > < / span > Intuitive REST API< / li >
< li > < span class = "iconify inline text-green-700" data-icon = "eva:checkmark-circle-2-fill" > < / span > Compatible with < a href = "https://wakatime.com" target = "_blank" rel = "noopener noreferrer" class = "text-gray-400 hover:text-gray-300" > Wakatime< / a > < / li >
< li > < span class = "iconify inline text-green-700" data-icon = "eva:checkmark-circle-2-fill" > < / span > < a href = "https://prometheus.io" target = "_blank" rel = "noopener noreferrer" class = "text-gray-400 hover:text-gray-300" > Prometheus< / a > metrics< / li >
< li > < span class = "iconify inline text-green-700" data-icon = "eva:checkmark-circle-2-fill" > < / span > Lightning fast< / li >
< li title = "Wakapi.dev is hosted in Germany, none of your data will leave the EU" > < span class = "iconify inline text-green-700" data-icon = "eva:checkmark-circle-2-fill" > < / span > GDPR-compliant< / li >
< li > < span class = "iconify inline text-green-700" data-icon = "eva:checkmark-circle-2-fill" > < / span > Self-hosted< / li >
2020-11-28 22:23:40 +03:00
< / ul >
2020-02-20 17:39:56 +03:00
< / div >
2020-11-28 22:23:40 +03:00
< / div >
2020-11-28 22:44:39 +03:00
< div class = "flex justify-center space-x-2 mt-12" >
2022-04-18 20:28:30 +03:00
< img alt = "License badge" loading = "lazy"
2021-01-17 11:24:09 +03:00
src="https://badges.fw-web.space/github/license/muety/wakapi?color=%232F855A& style=flat-square">
2022-04-18 20:28:30 +03:00
< img alt = "Go version badge" loading = "lazy"
2021-01-17 11:24:09 +03:00
src="https://badges.fw-web.space/github/go-mod/go-version/muety/wakapi?color=%232F855A& style=flat-square">
2022-04-18 20:28:30 +03:00
< img alt = "Wakapi coding time badge" loading = "lazy"
2021-01-17 11:24:09 +03:00
src="https://badges.fw-web.space/endpoint?color=%232F855A& style=flat-square& label=wakapi& url=https://wakapi.dev/api/compat/shields/v1/n1try/interval:any/project:wakapi">
2020-11-28 22:44:39 +03:00
< / div >
2020-05-24 14:41:19 +03:00
< / div >
< / main >
2020-02-20 16:28:55 +03:00
2020-05-24 14:41:19 +03:00
{{ template "footer.tpl.html" . }}
2020-02-20 16:28:55 +03:00
2020-05-24 14:41:19 +03:00
{{ template "foot.tpl.html" . }}
2020-02-20 16:28:55 +03:00
< / body >
< / html >