Add finnow to software projects.
This commit is contained in:
parent
030f8e147d
commit
40ac416804
|
|
@ -13,10 +13,23 @@ import SoftwareProjectTile from '@/components/SoftwareProjectTile.vue'
|
||||||
Beside the projects listed here, you can view my complete portfolio on
|
Beside the projects listed here, you can view my complete portfolio on
|
||||||
<a href="https://git.andrewlalis.com" class="link-out">git.andrewlalis.com</a>. I also have a
|
<a href="https://git.andrewlalis.com" class="link-out">git.andrewlalis.com</a>. I also have a
|
||||||
<a href="https://github.com/andrewlalis" class="link-out">GitHub</a> account, but I only use
|
<a href="https://github.com/andrewlalis" class="link-out">GitHub</a> account, but I only use
|
||||||
it for collaboration and a projects that rely on GitHub's API integration.
|
it for collaboration and projects that rely on GitHub's API integration.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<article>
|
<article>
|
||||||
|
<SoftwareProjectTile
|
||||||
|
name="Finnow"
|
||||||
|
url="https://finnow.andrewlalis.com"
|
||||||
|
:tags="['Dlang', 'Vue', 'Typescript', 'Finance']"
|
||||||
|
>
|
||||||
|
<p>
|
||||||
|
An evolution of my previous desktop app <em>Perfin</em>, this is a
|
||||||
|
web application that provides a more universal platform for personal
|
||||||
|
finance management, with responsive views and more comprehensive
|
||||||
|
tools for searching, along with so many other improvements over the
|
||||||
|
first iteration.
|
||||||
|
</p>
|
||||||
|
</SoftwareProjectTile>
|
||||||
<SoftwareProjectTile
|
<SoftwareProjectTile
|
||||||
name="Perfin"
|
name="Perfin"
|
||||||
url="https://git.andrewlalis.com/andrew/perfin"
|
url="https://git.andrewlalis.com/andrew/perfin"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue