patch(): fix the nits

This commit is contained in:
2026-03-04 17:46:10 +01:00
parent e16c84e879
commit abb6bc52ce
30 changed files with 1129 additions and 249 deletions

View File

@@ -1,13 +1,13 @@
---
title: 'FileClap'
description: 'Doormat'
pubDate: 'Mar 01 2026'
gitLink: 'https://github.com/juli0n21/fileclap'
title: "FileClap"
description: "Doormat"
pubDate: "Mar 01 2026"
gitLink: "https://github.com/juli0n21/fileclap"
---
import { Image } from 'astro:assets';
import homeview from '@assets/fileclap/homeview.png';
import search from '@assets/fileclap/search.png';
import { Image } from "astro:assets";
import homeview from "@assets/fileclap/homeview.png";
import search from "@assets/fileclap/search.png";
<style is:global>{`
h1, h2, h3, h4, h5, h6, figcaption::before { color: #ffdf20 }
@@ -22,7 +22,9 @@ import search from '@assets/fileclap/search.png';
}
}
`}</style>
# FileClap: Clear the paperwork off the table
Your digital assistant for students and trainees
No more paper chaos! FileClap helps you easily organize photos, receipts, and important documents. Securely stored and accessible from anywhere—for a stress-free daily life with more clarity!
@@ -32,8 +34,10 @@ No more paper chaos! FileClap helps you easily organize photos, receipts, and im
Advanced Search Capabilites using Vector embeddings for shit
<figure>
<Image src={search} alt="search" />
<figcaption>Preview of the Search result for value "golang books"</figcaption>
<Image src={search} alt="search" />
<figcaption>Preview of the Search result for value "golang books"</figcaption>
</figure>
<a href="https://fileclap.com/home" target="_blank" ><h1>check it out!</h1></a>
<a href="https://fileclap.com/home" target="_blank">
<h1>check it out!</h1>
</a>