-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontent.js
More file actions
184 lines (168 loc) · 6.64 KB
/
content.js
File metadata and controls
184 lines (168 loc) · 6.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
// ================================================================
// SIMXN THE DEV — CONTENT CMS
// ----------------------------------------------------------------
// Edit this file to update your entire portfolio.
// Save → commit to GitHub → your site updates automatically.
// No coding knowledge needed beyond editing text in quotes.
// ================================================================
const SITE = {
// --------------------------------------------------------------
// SITE META
// --------------------------------------------------------------
meta: {
title: "SimxnTheDev | Official Portfolio",
logoText: "SimonTheDev",
},
// --------------------------------------------------------------
// NAV LINKS { label, href }
// href can be a section id like "#games" or a full URL
// --------------------------------------------------------------
nav: [
{ label: "ABOUT", href: "#about" },
{ label: "GAMES", href: "#games" },
{ label: "TECH", href: "#blog" },
{ label: "UPDATES", href: "#updates" },
],
// --------------------------------------------------------------
// HERO
// --------------------------------------------------------------
hero: {
heading: "SimxnTheDev",
// These sentences type out one at a time — add/remove freely
typewriter: [
"Hi, I'm Simon — an aspiring software developer.",
"I'm a tech enthusiast from Namibia.",
"I build games, apps & full-stack projects.",
"I'm into robotics, hardware & Arduino.",
"Junior developer. Learning by building.",
"Showcasing young computer talent from Namibia.",
],
// Scrolling ticker strip — add/remove tags freely
ticker: [
"15 Year Old Developer",
"Windhoek, Namibia",
"Software & Tech Enthusiast",
"Coding & Programming",
"Robotics & Arduino",
"Game Dev & App Builder",
"Junior Developer on the Come Up",
"Learning by Building",
],
// CTA buttons — style: "primary" (cyan) or "secondary" (green)
buttons: [
{ label: "🎮 My Games", url: "https://simxnthedev.itch.io", style: "primary" },
{ label: "📱 My Projects", url: "#games", style: "secondary" },
],
},
// --------------------------------------------------------------
// SOCIAL LINKS (shown under typewriter)
// --------------------------------------------------------------
socials: [
{ label: "TikTok", url: "https://tiktok.com/@SimonTheDev" },
{ label: "X / Twitter", url: "https://x.com/SimxnTheDev" },
{ label: "Instagram", url: "https://instagram.com/SimonTheDev" },
{ label: "GitHub", url: "https://github.com/SimxnTheDev" },
{ label: "YouTube", url: "https://youtube.com/@SimxnTheDev" },
],
// --------------------------------------------------------------
// ABOUT SECTION — cards array, add/remove as needed
// link: null means no link shown on that card
// --------------------------------------------------------------
about: [
{
title: "Who I Am",
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.",
link: null,
},
{
title: "What I Do",
body: "💻 Coding & programming · 🤖 Robotics, hardware & Arduino · 🎮 Game dev & testing · 📱 App development",
link: null,
},
{
title: "The Mission",
body: "Showcasing young computer talent from Namibia. Junior developer on the come up — this is the journey, documented.",
link: { label: "Watch the Journey >", url: "https://youtube.com/@SimxnTheDev" },
},
],
// --------------------------------------------------------------
// PROJECTS SECTION
// image: paste a URL, or "" to show a plain colour block
// imgBg: background colour shown when no image (any CSS colour)
// tag: badge label — e.g. "GAME" "APP" "WEB" "IOT"
// link: null = no button shown
// --------------------------------------------------------------
projects: [
{
title: "Super Helm Land",
tag: "GAME",
image: "https://img.itch.zone/aW1hZ2UvNDMwMjA1OC8yNTY2MTQ0OS5wbmc=/347x500/TsnngE.png",
imgBg: "#0a0a1a",
body: "Retro platformer. 50+ Levels. Built in Godot 4.",
link: { label: "Download .EXE >", url: "https://simxnthedev.itch.io/super-helm-land-test-betav1" },
},
{
title: "Project:",
tag: "GAME",
image: "",
imgBg: "#0a1a0a",
body: "3D Sci-Fi Action. Ratchet & Clank inspired mechanics. In development.",
link: { label: "Coming Soon >", url: "#" },
},
{
title: "The BackRoom Python edition",
tag: "simonthedev",
image: "",
imgBg: "#1a1a0a",
body: "the backrooms clone i built with python.",
link: { label: "uploading soon >", url: "#" },
},
{
},
],
// --------------------------------------------------------------
// TECH LOGS SECTION
// --------------------------------------------------------------
logs: [
{
title: "Trying Godot 4 IN 2026",
body: "Why I left Unity. The node system explained.",
link: { label: "Read Log >", url: "" },
},
{
title: "Best Free Assets 2026",
body: "Top picks from Kenney & OpenGameArt for indie devs.",
link: { label: "Watch Video >", url: "https://youtube.com/@SimxnTheDev" },
},
{
},
],
// --------------------------------------------------------------
// UPDATES SECTION
// --------------------------------------------------------------
updates: [
#{
title: "Super Helm Land — Beta.V1",
body: "CURRENTLY DEALING with game bugs and unfinished featues. Download the latest build on itch.io.",
link: { label: "Realeasing soon next month >", url: "#" },
},
{
#title: #"#Windhoek Travel App",
#body: "Currently in development. A local guide app built with full-stack web tech for Namibia.",
#link: { label: "Follow Progress >", url: "#" },
},
{
#title: "Arduino Sensor Write-up",
#body: "Explored ultrasonic and temperature sensors this week. Full write-up coming soon.",
#link: { label: "Read the Log >", url: "#blog" },
},
],
// --------------------------------------------------------------
// FOOTER
// --------------------------------------------------------------
footer: {
name: "SimonTheDev",
location: "Windhoek, Namibia",
note: "Built from scratch. inspiring the youth. Learning by building.",
},
};