mirror of
https://github.com/JuLi0n21/homepage.git
synced 2026-04-19 15:20:05 +00:00
* style(): CSS Hover effects on nav bar --------- Co-authored-by: JuLi0n21 <julianschlueterbusiness21@gmail.com>
45 lines
1.2 KiB
Plaintext
45 lines
1.2 KiB
Plaintext
---
|
|
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";
|
|
|
|
<style is:global>{`
|
|
h1, h2, h3, h4, h5, h6, figcaption::before { color: #ffdf20 }
|
|
body {background: #030712 }
|
|
.wrapper {background: #101828 }
|
|
p { color: #cacbcd}
|
|
a { color: #cacbcd }
|
|
nav::after { background: #101828; }
|
|
img { border: 10px solid;
|
|
border-color: #ffdf20; }
|
|
ul li {
|
|
color: #ffdf20;
|
|
}
|
|
}
|
|
`}</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!
|
|
|
|
<Image src={homeview} alt="homeview" />
|
|
|
|
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>
|
|
</figure>
|
|
|
|
<a href="https://fileclap.com/home" target="_blank">
|
|
<h1>check it out!</h1>
|
|
</a>
|