Skip to content

Commit a691a1b

Browse files
authored
Update content.js
1 parent 4ca7d05 commit a691a1b

1 file changed

Lines changed: 15 additions & 17 deletions

File tree

content.js

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ const SITE = {
106106
{
107107
title: "Super Helm Land",
108108
tag: "GAME",
109-
image: "",
109+
image: "https://img.itch.zone/aW1hZ2UvNDMwMjA1OC8yNTY2MTQ0OS5wbmc=/347x500/TsnngE.png",
110110
imgBg: "#0a0a1a",
111111
body: "Retro platformer. 50+ Levels. Built in Godot 4.",
112-
link: { label: "Download .EXE >", url: "https://simxnthedev.itch.io/super-helm-land" },
112+
link: { label: "Download .EXE >", url: "https://simxnthedev.itch.io/super-helm-land-test-betav1" },
113113
},
114114
{
115115
title: "Project:",
@@ -124,7 +124,7 @@ const SITE = {
124124
tag: "simonthedev",
125125
image: "",
126126
imgBg: "#1a1a0a",
127-
body: "the bacrooms clone i built with python.",
127+
body: "the backrooms clone i built with python.",
128128
link: { label: "uploading soon >", url: "#" },
129129
},
130130
{
@@ -139,38 +139,36 @@ const SITE = {
139139
{
140140
title: "Trying Godot 4 IN 2026",
141141
body: "Why I left Unity. The node system explained.",
142-
link: { label: "Read Log >", url: "#" },
142+
link: { label: "Read Log >", url: "" },
143143
},
144144
{
145145
title: "Best Free Assets 2026",
146146
body: "Top picks from Kenney & OpenGameArt for indie devs.",
147147
link: { label: "Watch Video >", url: "https://youtube.com/@SimxnTheDev" },
148148
},
149149
{
150-
title: "Arduino Sensor Experiments",
151-
body: "Exploring ultrasonic and temperature sensors. Learnings from the bench.",
152-
link: { label: "Read Log >", url: "#" },
150+
153151
},
154152
],
155153

156154
// --------------------------------------------------------------
157155
// UPDATES SECTION
158156
// --------------------------------------------------------------
159157
updates: [
160-
{
161-
title: "Super Helm Land — v1.2",
162-
body: "New enemy types added. Checkpoint system fixed. Download the latest build on itch.io.",
163-
link: { label: "Get Update >", url: "https://simxnthedev.itch.io/super-helm-land" },
158+
#{
159+
title: "Super Helm Land — Beta.V1",
160+
body: "CURRENTLY DEALING with game bugs and unfinished featues. Download the latest build on itch.io.",
161+
link: { label: "Realeasing soon next month >", url: "#" },
164162
},
165163
{
166-
title: "Windhoek Travel App",
167-
body: "Currently in development. A local guide app built with full-stack web tech for Namibia.",
168-
link: { label: "Follow Progress >", url: "#" },
164+
#title: #"#Windhoek Travel App",
165+
#body: "Currently in development. A local guide app built with full-stack web tech for Namibia.",
166+
#link: { label: "Follow Progress >", url: "#" },
169167
},
170168
{
171-
title: "Arduino Sensor Write-up",
172-
body: "Explored ultrasonic and temperature sensors this week. Full write-up coming soon.",
173-
link: { label: "Read the Log >", url: "#blog" },
169+
#title: "Arduino Sensor Write-up",
170+
#body: "Explored ultrasonic and temperature sensors this week. Full write-up coming soon.",
171+
#link: { label: "Read the Log >", url: "#blog" },
174172
},
175173
],
176174

0 commit comments

Comments
 (0)