Skip to content

Commit 4ca7d05

Browse files
authored
Update content.js with new personal details
1 parent 1257ead commit 4ca7d05

1 file changed

Lines changed: 11 additions & 16 deletions

File tree

content.js

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const SITE = {
3131
// HERO
3232
// --------------------------------------------------------------
3333
hero: {
34-
heading: "SIMXN THE DEV",
34+
heading: "SimxnTheDev",
3535

3636
// These sentences type out one at a time — add/remove freely
3737
typewriter: [
@@ -80,7 +80,7 @@ const SITE = {
8080
about: [
8181
{
8282
title: "Who I Am",
83-
body: "15 year old aspiring software developer & tech enthusiast from Windhoek, Namibia. Learning by building — games, apps, and hardware projects.",
83+
body: " Simon 15 year old aspiring software developer & tech enthusiast from Windhoek, Namibia. Learning by building — games, apps, and hardware projects I Have A Youtubechannel where i showcase my builds.",
8484
link: null,
8585
},
8686
{
@@ -112,28 +112,23 @@ const SITE = {
112112
link: { label: "Download .EXE >", url: "https://simxnthedev.itch.io/super-helm-land" },
113113
},
114114
{
115-
title: "Project: SECTOR-7",
115+
title: "Project:",
116116
tag: "GAME",
117117
image: "",
118118
imgBg: "#0a1a0a",
119119
body: "3D Sci-Fi Action. Ratchet & Clank inspired mechanics. In development.",
120120
link: { label: "Coming Soon >", url: "#" },
121121
},
122122
{
123-
title: "Physics Playground",
124-
tag: "TECH",
123+
title: "The BackRoom Python edition",
124+
tag: "simonthedev",
125125
image: "",
126126
imgBg: "#1a1a0a",
127-
body: "Testing rigid body mechanics and destruction systems.",
128-
link: { label: "View Source >", url: "#" },
127+
body: "the bacrooms clone i built with python.",
128+
link: { label: "uploading soon >", url: "#" },
129129
},
130130
{
131-
title: "Windhoek Travel App",
132-
tag: "APP",
133-
image: "",
134-
imgBg: "#0a1a1a",
135-
body: "A local guide app for Namibia. Full-stack web. Currently in development.",
136-
link: { label: "Follow Progress >", url: "#" },
131+
137132
},
138133
],
139134

@@ -142,7 +137,7 @@ const SITE = {
142137
// --------------------------------------------------------------
143138
logs: [
144139
{
145-
title: "Switching to Godot 4",
140+
title: "Trying Godot 4 IN 2026",
146141
body: "Why I left Unity. The node system explained.",
147142
link: { label: "Read Log >", url: "#" },
148143
},
@@ -183,9 +178,9 @@ const SITE = {
183178
// FOOTER
184179
// --------------------------------------------------------------
185180
footer: {
186-
name: "SIMXN THE DEV",
181+
name: "SimonTheDev",
187182
location: "Windhoek, Namibia",
188-
note: "Built from scratch. Learning by building.",
183+
note: "Built from scratch. inspiring the youth. Learning by building.",
189184
},
190185

191186
};

0 commit comments

Comments
 (0)