initial commit
All checks were successful
Generate a build and push to Cloudflare Pages / Build and Deploy to Cloudflare Pages (push) Successful in 1m24s

This commit is contained in:
2026-03-25 18:53:21 -04:00
parent 2d19da4ef5
commit d21806dfd1
532 changed files with 11274 additions and 72849 deletions

View File

@@ -1,5 +1,4 @@
---
import { Separator } from '@/components/ui/separator'
import { SOCIAL_LINKS } from '@/consts'
import Link from './Link.astro'
import SocialIcons from './SocialIcons.astro'
@@ -12,12 +11,12 @@ import SocialIcons from './SocialIcons.astro'
<SocialIcons links={SOCIAL_LINKS} />
<div class="flex flex-wrap items-center justify-center gap-x-2 text-center">
<span class="text-muted-foreground text-sm" aria-label="copyright">
2020 - {new Date().getFullYear()} &copy; All rights reserved.
2025 - {new Date().getFullYear()} &copy; All rights reserved.
</span>
<Separator orientation="vertical" className="hidden h-4! sm:block" />
<div class="bg-border hidden h-4 w-px shrink-0 sm:block" role="separator" aria-orientation="vertical"></div>
<p class="text-muted-foreground text-sm" aria-label="open-source description">
<Link
href="https://github.com/cojocaru-david/portfolio"
href="https://git.jaroszew.ski/patrick/portfolio"
class="text-foreground"
external
underline>Open-source</Link