-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtop.pen
More file actions
479 lines (479 loc) · 15.7 KB
/
top.pen
File metadata and controls
479 lines (479 loc) · 15.7 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
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
{
"version": "2.8",
"children": [
{
"type": "frame",
"id": "6VlL4",
"x": -26,
"y": -80,
"name": "Portfolio - benji style",
"clip": true,
"width": 1440,
"fill": "#FFFFFF",
"layout": "vertical",
"children": [
{
"type": "frame",
"id": "hgWtZ",
"name": "Bio Section",
"width": 1434,
"height": 584,
"gap": 32,
"padding": [
80,
240
],
"alignItems": "center",
"children": [
{
"type": "text",
"id": "SYUpq",
"name": "bioName",
"fill": "#1A1A1A",
"textGrowth": "fixed-width-height",
"width": 187,
"height": 116,
"content": "Mitchel Reints",
"fontFamily": "Inter",
"fontSize": 48,
"fontWeight": "600",
"letterSpacing": -1.5
},
{
"type": "frame",
"id": "jQfgp",
"name": "bioTextBlock",
"width": 723,
"height": 502,
"layout": "vertical",
"gap": 24,
"children": [
{
"type": "text",
"id": "xGnnB",
"name": "bioUpdated",
"fill": "#BBBBBB",
"stroke": {
"align": "inside",
"thickness": 1,
"fill": "#000000ff"
},
"textGrowth": "fixed-width-height",
"width": "fit_content(138)",
"height": "fit_content(16)",
"content": "Updated Feb 28, 2026",
"fontFamily": "Inter",
"fontSize": 13
},
{
"type": "text",
"id": "MrxMH",
"name": "bioPara1",
"fill": "#1A1A1A",
"textGrowth": "fixed-width",
"width": 720,
"content": "I was born in The Netherlands, where I currently study Electrical Engineering. My journey started with curiosity about how electronics work at a fundamental level — from circuit design and signal processing to firmware development and communication protocols.",
"lineHeight": 1.7,
"fontFamily": "Inter",
"fontSize": 17
},
{
"type": "text",
"id": "2VES6",
"name": "bioPara2",
"fill": "#1A1A1A",
"textGrowth": "fixed-width",
"width": 720,
"content": "I'm a Junior Embedded Systems Engineer & Software Developer with a strong focus on microcontroller programming, PCB design, and full-stack web development. I work with STM32, ESP32, and Rust for embedded systems, alongside React and Next.js for web interfaces.",
"lineHeight": 1.7,
"fontFamily": "Inter",
"fontSize": 17
},
{
"type": "text",
"id": "M6ltS",
"name": "bioPara3",
"fill": "#1A1A1A",
"textGrowth": "fixed-width",
"width": 720,
"content": "Over time, I expanded into web development and DevOps, giving me a unique perspective that spans from register-level programming to cloud deployment. I'm passionate about writing efficient, close-to-hardware code and designing systems that are both robust and maintainable.",
"lineHeight": 1.7,
"fontFamily": "Inter",
"fontSize": 17
},
{
"type": "text",
"id": "mC5JJ",
"name": "bioPara4",
"fill": "#1A1A1A",
"textGrowth": "fixed-width",
"width": 720,
"content": "I consider myself an engineer at heart and enjoy building highly optimized embedded solutions.",
"lineHeight": 1.7,
"fontFamily": "Inter",
"fontSize": 17
}
]
}
]
},
{
"type": "frame",
"id": "44WEV",
"name": "Main Content",
"width": "fill_container",
"gap": 64,
"padding": [
40,
200
],
"justifyContent": "center",
"alignItems": "center",
"children": [
{
"type": "frame",
"id": "WNuds",
"name": "Writing Column",
"width": 420,
"layout": "vertical",
"gap": 28,
"children": [
{
"type": "text",
"id": "JkCdX",
"name": "writingHeader",
"fill": "#999999",
"content": "Blog",
"fontFamily": "Inter",
"fontSize": 13,
"fontWeight": "500",
"letterSpacing": 0.8
},
{
"type": "frame",
"id": "QRdHC",
"name": "post1",
"width": "fill_container",
"justifyContent": "space_between",
"alignItems": "center",
"children": [
{
"type": "frame",
"id": "uhNnk",
"name": "post1Title",
"gap": 8,
"alignItems": "center",
"children": [
{
"type": "text",
"id": "qHDOm",
"name": "post1Name",
"fill": "#1A1A1A",
"content": "Building an RTOS from Scratch",
"fontFamily": "Inter",
"fontSize": 15
},
{
"type": "frame",
"id": "CiCwG",
"name": "post1Badge",
"fill": "#E8F5E9",
"cornerRadius": 10,
"padding": [
2,
8
],
"children": [
{
"type": "text",
"id": "miU4Q",
"name": "post1BadgeText",
"fill": "#2E7D32",
"content": "New",
"fontFamily": "Inter",
"fontSize": 10,
"fontWeight": "500"
}
]
}
]
},
{
"type": "text",
"id": "UsIVJ",
"name": "post1Date",
"fill": "#BBBBBB",
"content": "15/01 / 2026",
"fontFamily": "Inter",
"fontSize": 13
}
]
},
{
"type": "line",
"id": "WmEt0",
"name": "divider1",
"width": "fill_container",
"height": 0,
"stroke": {
"thickness": 1,
"fill": "#F0F0F0"
}
},
{
"type": "frame",
"id": "PzP3E",
"name": "post2",
"width": "fill_container",
"justifyContent": "space_between",
"alignItems": "center",
"children": [
{
"type": "text",
"id": "r0BnS",
"name": "post2Name",
"fill": "#1A1A1A",
"content": "Rust for Embedded Developers",
"fontFamily": "Inter",
"fontSize": 15
},
{
"type": "text",
"id": "i7NhL",
"name": "post2Date",
"fill": "#BBBBBB",
"content": "10/12 / 2025",
"fontFamily": "Inter",
"fontSize": 13
}
]
},
{
"type": "line",
"id": "Nyp87",
"name": "divider2",
"width": "fill_container",
"height": 0,
"stroke": {
"thickness": 1,
"fill": "#F0F0F0"
}
},
{
"type": "frame",
"id": "CXfrd",
"name": "post3",
"width": "fill_container",
"justifyContent": "space_between",
"alignItems": "center",
"children": [
{
"type": "text",
"id": "Q4ixH",
"name": "post3Name",
"fill": "#1A1A1A",
"content": "Next.js Portfolio Devlog",
"fontFamily": "Inter",
"fontSize": 15
},
{
"type": "text",
"id": "TOaU5",
"name": "post3Date",
"fill": "#BBBBBB",
"content": "28/11 / 2025",
"fontFamily": "Inter",
"fontSize": 13
}
]
},
{
"type": "line",
"id": "unvWL",
"name": "divider3",
"width": "fill_container",
"height": 0,
"stroke": {
"thickness": 1,
"fill": "#F0F0F0"
}
},
{
"type": "frame",
"id": "la2Be",
"name": "post4",
"width": "fill_container",
"justifyContent": "space_between",
"alignItems": "center",
"children": [
{
"type": "text",
"id": "OG1LS",
"name": "post4Name",
"fill": "#1A1A1A",
"content": "Designing PCBs with KiCad",
"fontFamily": "Inter",
"fontSize": 15
},
{
"type": "text",
"id": "M22dn",
"name": "post4Date",
"fill": "#BBBBBB",
"content": "05/09 / 2025",
"fontFamily": "Inter",
"fontSize": 13
}
]
}
]
}
]
},
{
"type": "line",
"id": "IHDWR",
"name": "dividerFull",
"width": "fill_container",
"height": 0,
"stroke": {
"thickness": 1,
"fill": "#F0F0F0"
}
},
{
"type": "line",
"id": "8GVUW",
"name": "divider2",
"width": "fill_container",
"height": 0,
"stroke": {
"thickness": 1,
"fill": "#F0F0F0"
}
},
{
"type": "line",
"id": "ZJEQI",
"name": "dividerContact",
"width": "fill_container",
"height": 0,
"stroke": {
"thickness": 1,
"fill": "#F0F0F0"
}
},
{
"type": "frame",
"id": "OGcHl",
"name": "Contact Section",
"width": "fill_container",
"layout": "vertical",
"gap": 20,
"padding": [
64,
240,
80,
240
],
"alignItems": "center",
"children": [
{
"type": "frame",
"id": "2dBKT",
"name": "contactLinks",
"gap": 24,
"alignItems": "center",
"children": [
{
"type": "frame",
"id": "aDCjg",
"name": "githubLink",
"gap": 6,
"alignItems": "center",
"children": [
{
"type": "icon_font",
"id": "HNCTn",
"name": "githubIcon",
"width": 16,
"height": 16,
"iconFontName": "github",
"iconFontFamily": "lucide",
"fill": "#1A1A1A"
},
{
"type": "text",
"id": "gqneJ",
"name": "githubText",
"fill": "#1A1A1A",
"content": "GitHub",
"fontFamily": "Inter",
"fontSize": 14
}
]
},
{
"type": "frame",
"id": "tWJ18",
"name": "linkedinLink",
"gap": 6,
"alignItems": "center",
"children": [
{
"type": "icon_font",
"id": "Dszl6",
"name": "linkedinIcon",
"width": 16,
"height": 16,
"iconFontName": "linkedin",
"iconFontFamily": "lucide",
"fill": "#1A1A1A"
},
{
"type": "text",
"id": "g4y1S",
"name": "linkedinText",
"fill": "#1A1A1A",
"content": "LinkedIn",
"fontFamily": "Inter",
"fontSize": 14
}
]
},
{
"type": "frame",
"id": "TwiI7",
"name": "emailLink",
"gap": 6,
"alignItems": "center",
"children": [
{
"type": "icon_font",
"id": "pgJpG",
"name": "emailIcon",
"width": 16,
"height": 16,
"iconFontName": "mail",
"iconFontFamily": "lucide",
"fill": "#1A1A1A"
},
{
"type": "text",
"id": "drAyz",
"name": "emailText",
"fill": "#1A1A1A",
"content": "mitchel@mitaa.dev",
"fontFamily": "Inter",
"fontSize": 14
}
]
}
]
}
]
}
]
}
]
}