feat: some stuff
This commit is contained in:
BIN
src/content/projects/isyncrasy/images/mail.png
(Stored with Git LFS)
Normal file
BIN
src/content/projects/isyncrasy/images/mail.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/content/projects/isyncrasy/images/main.png
(Stored with Git LFS)
Normal file
BIN
src/content/projects/isyncrasy/images/main.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
src/content/projects/isyncrasy/images/terminal.png
(Stored with Git LFS)
Normal file
BIN
src/content/projects/isyncrasy/images/terminal.png
(Stored with Git LFS)
Normal file
Binary file not shown.
25
src/content/projects/isyncrasy/index.en.mdx
Normal file
25
src/content/projects/isyncrasy/index.en.mdx
Normal 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" />
|
||||
|
@ -2,9 +2,23 @@
|
||||
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" />
|
||||
|
||||
|
Reference in New Issue
Block a user