feat: some stuff

This commit is contained in:
2024-04-03 21:09:50 +02:00
parent deb971e969
commit 35f1f6600c
46 changed files with 228 additions and 55 deletions

View File

@@ -0,0 +1,25 @@
---
date: 2019-06-10
title: "Isyncrasy"
draft: false
cover: ./images/main.png
icon: "/projects/isyncrasy/favicon.ico"
description: "A small fun virtual OS build with svelte"
tags: ["svelte", "web", "os"]
---
# Isyncrasy
import Image from "@components/Image.astro"
import Main from "./images/main.png"
import Mail from "./images/mail.png"
import Terminal from "./images/terminal.png"
import ImageGallery from "@components/ImageGallery.svelte"
<ImageGallery client:load/>
<Image src={Main} alt="Isyncrasy" />
<Image src={Mail} alt="Isyncrasy" />
<Image src={Terminal} alt="Isyncrasy" />