fime/content/_index.md
2022-09-28 21:14:02 +02:00

102 lines
2.5 KiB
Markdown

---
title: fime
---
{{< lead >}}
fime is a simple time tracking tool, to help you track how much time you spent on each task on a busy day.
{{< /lead >}}
## Features
<div class="row py-3 mb-5">
<div class="col-md-4">
<div class="card flex-row border-0">
<div class="mt-3">
<span class="fas fa-laptop fa-2x text-primary"></span>
</div>
<div class="card-body pl-2">
<h5 class="card-title">
Multi-platform.
</h5>
<p class="card-text text-muted">
Written with Python and Qt. Compatible with all major desktop operating systems
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card flex-row border-0">
<div class="mt-3">
<span class="fas fa-wrench fa-2x text-primary"></span>
</div>
<div class="card-body pl-2">
<h5 class="card-title">
Simply functional.
</h5>
<p class="card-text text-muted">
Does what you want, when you ask it to and then gets out of the way
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card flex-row border-0">
<div class="mt-3">
<span class="fas fa-bug-slash fa-2x fa-flip-horizontal text-primary"></span>
</div>
<div class="card-body pl-2">
<h5 class="card-title">
Battle tested.
</h5>
<p class="card-text text-muted">
Used by multiple professionals for several years without problems
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card flex-row border-0">
<div class="mt-3">
<span class="fas fa-code fa-2x text-primary"></span>
</div>
<div class="card-body pl-2">
<h5 class="card-title">
Open source.
</h5>
<p class="card-text text-muted">
Completely open source. Licensed under MIT
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card flex-row border-0">
<div class="mt-3">
<span class="fab fa-jira fa-2x text-primary"></span>
</div>
<div class="card-body pl-2">
<h5 class="card-title">
Jira integrated.
</h5>
<p class="card-text text-muted">
Import issues from Jira and upload time worked on them effortlessly
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card flex-row border-0">
<div class="mt-3">
<span class="fas fa-hard-drive fa-2x text-primary"></span>
</div>
<div class="card-body pl-2">
<h5 class="card-title">
Easy installation.
</h5>
<p class="card-text text-muted">
Just download the executable and run it
</p>
</div>
</div>
</div>
</div>