- {description}
+ {data.description}
{#if data.gallery}
@@ -100,10 +100,6 @@
{/if}
-
diff --git a/src/routes/projects/bonfire.json b/src/routes/projects/bonfire.json
index 95d6836..d17ef7b 100644
--- a/src/routes/projects/bonfire.json
+++ b/src/routes/projects/bonfire.json
@@ -1,7 +1,8 @@
{
"title": "Bonfire",
"icon": "/signature.svg",
- "headline": "You're enjoying its warmth on your eyes! : D",
+ "headline": "You're looking at it!",
+ "description": "Bonfire is my portfolio project, which you're looking at right now... it's built with the Svelte framework and lots of love ^^",
"forge": "https://git.light7734.com/light7734/bonfire",
"codeberg": "https://codeberg.org/light7734/bonfire",
"github": "https://github.com/light7734/bonfire",
diff --git a/src/routes/projects/dazzle.json b/src/routes/projects/dazzle.json
index 2019c63..1878f83 100644
--- a/src/routes/projects/dazzle.json
+++ b/src/routes/projects/dazzle.json
@@ -1,7 +1,8 @@
{
"title": "Dazzle",
"icon": "/signature.svg",
- "headline": "Best way to learn is to teach, here be my articles.",
+ "headline": "The best way to learn is to teach.",
+ "description": "I love teaching! I've learned that it's the most effective way to solidify your knowledge and leave little to no gaps. Dazzle is my personal academy. It delves into topics such as software design, rendering, mathematics and much more! It's just my way of giving back to the community ^~^",
"forge": "https://git.light7734.com/light7734/dazzle",
"codeberg": "https://codeberg.org/light7734/dazzle",
"github": "https://github.com/light7734/dazzle",
diff --git a/src/routes/projects/hikari.json b/src/routes/projects/hikari.json
index 3d97d4c..227aa1f 100644
--- a/src/routes/projects/hikari.json
+++ b/src/routes/projects/hikari.json
@@ -1,7 +1,8 @@
{
"title": "Hikari",
"icon": "/hikari.svg",
- "headline": "Toy raytracer written in Rust using Vulkan",
+ "headline": "Toy raytracer written in Rust.",
+ "description": "Hikari is a dumb raytracer written by following Peter Shirley's books.",
"forge": "https://git.light7734.com/light7734/hikari",
"codeberg": "https://codeberg.org/light7734/hikari",
"github": "https://github.com/light7734/hikari",
diff --git a/src/routes/projects/light.json b/src/routes/projects/light.json
index 4944741..0136cc7 100644
--- a/src/routes/projects/light.json
+++ b/src/routes/projects/light.json
@@ -2,6 +2,7 @@
"title": "Light",
"icon": "/light.svg",
"headline": "Dependency free, cross-platform and feature-rich 3D game engine.",
+ "description": "My biggest project ever...",
"forge": "https://git.light7734.com/light7734/light",
"codeberg": "https://codeberg.org/light7734/light",
"github": "https://github.com/light7734/light",
diff --git a/static/dazzle_geometry_processing.png b/static/dazzle_geometry_processing.png
new file mode 100644
index 0000000..dd26e52
Binary files /dev/null and b/static/dazzle_geometry_processing.png differ