-
Notifications
You must be signed in to change notification settings - Fork 0
/
constants.ts
628 lines (613 loc) · 21.1 KB
/
constants.ts
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
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
export const METADATA = {
title: "Portfolio | Md Hamidur Rahman Khan",
description:
"Pushing the boundaries of innovation with intelligent robots, machine learning, blockchain, and dynamic web solutions.",
siteUrl: "https://portfolio-hamidur.vercel.app/",
imgUrl: "https://i.ibb.co/drmYKsc/og-image.jpg"
};
export const MENULINKS = [
{
name: "Home",
ref: "home",
},
{
name: "Works",
ref: "works",
},
{
name: "Skills",
ref: "skills",
},
{
name: "Timeline",
ref: "timeline",
},
{
name: "Contact",
ref: "contact",
},
];
export const TYPED_STRINGS = [
"I develop innovative software solutions",
"Experienced in Full-stack WebApps",
"Experienced in Blockchain",
"Experienced in Blockchain and DApps",
"Robotics Systems Developer",
"Skilled GFX Designer",
"Skilled GFX Designer & Video Editor",
];
export const EMAIL = "[email protected]";
export const SOCIAL_LINKS = {
github: "https://github.com/hamidurrk",
linkedin: "https://www.linkedin.com/in/hamidurrk/",
twitter: "https://twitter.com/hamidurrk",
// email: "mailto:[email protected]",
};
export interface IProject {
name: string;
image: string;
blurImage: string;
description: string;
details: string;
gradient: [string, string];
url: string;
github: string;
embed: string;
tech: string[];
}
export const PROJECTS: IProject[] = [
{
name: "Tethr",
image: "/projects/tethr.jpg",
blurImage: "/projects/blur/figgen-blur.jpg",
description: "Network Tower Location Estimation Using Mean Shift Clustering",
details: "This project aims to estimate network tower locations using the Mean Shift clustering algorithm based on signal strength measurements collected by a robot at various locations. The software provides visualization tools to analyze signal strength data and identify areas with poor network coverage.",
gradient: ["#1F6582", "#1ABCFE"],
url: "https://vimeo.com/938780239?share=copy",
github: "https://github.com/hamidurrk/ground-station",
embed: '<div style="padding:56.25% 0 0 0;position:relative;"><iframe src="https://player.vimeo.com/video/938780239?badge=0&autopause=0&player_id=0&app_id=58479" frameborder="0" allow="autoplay; fullscreen; picture-in-picture; clipboard-write" style="position:absolute;top:0;left:0;width:100%;height:100%;" title="Network Tower Location Estimation Using Mean Shift Clustering"></iframe></div><script src="https://player.vimeo.com/api/player.js"></script>',
tech: ["python", "customtkinter"],
},
{
name: "Awake Website",
image: "/projects/awake.jpg",
blurImage: "/projects/blur/myokr-blur.jpg",
description: "A platform for social change for Awake in Kenya",
details: "A platform for social change and youth empowerment. Features include Responsive design, Dynamic content, Custom pages for blog, shop, cart, resources, testimonials, team, and more, Integration with PayPal and Venmo for online payments",
gradient: ["#153BB9", "#0E2C8B"],
url: "https://awakeyi.org/",
github: "https://github.com/hamidurrk/awake_website",
embed:'<div style="padding:56.25% 0 0 0;position:relative;"><iframe src="https://player.vimeo.com/video/939540129?badge=0&autopause=0&player_id=0&app_id=58479" frameborder="0" allow="autoplay; fullscreen; picture-in-picture; clipboard-write" style="position:absolute;top:0;left:0;width:100%;height:100%;" title="Awake Youth Initiative - Official Website"></iframe></div><script src="https://player.vimeo.com/api/player.js"></script>',
tech: ["html", "css", "javascript", "sass", "figma"],
},
{
name: "PyWebIDE",
image: "/projects/pywebide.png",
blurImage: "/projects/blur/dl-unify-blur.jpg",
description: "A web browser IDE for Python programming",
details: "PyWebIDE is a full-stack web application built with React, Firebase, CSS, and javascript. It serves as an integrated development environment (IDE) for Python programming, providing users with a seamless coding experience right in their web browser.",
gradient: ["#003052", "#167187"],
url: "",
github: "https://github.com/hamidurrk/PyWebIDE",
embed:'<div style="padding:56.25% 0 0 0;position:relative;"><iframe src="https://player.vimeo.com/video/939622522?badge=0&autopause=0&player_id=0&app_id=58479" frameborder="0" allow="autoplay; fullscreen; picture-in-picture; clipboard-write" style="position:absolute;top:0;left:0;width:100%;height:100%;" title="PyWebIDE Demo"></iframe></div><script src="https://player.vimeo.com/api/player.js"></script>',
tech: ["react", "figma", "firebase", "css"],
},
{
name: "Dynamic Quizzer",
image: "/projects/quiz.png",
blurImage: "/projects/blur/dl-unify-blur.jpg",
description: "A dynamic quiz application built with React and Firebase for authentication.",
details: "Dynamic Quizzer offers an engaging quiz experience with a series of 10 dynamic questions. At the end of the quiz, your score out of 10 will be displayed, providing instant feedback on your performance. Plus, with Firebase Authentication integration, you can easily log in using your existing Firebase credentials or sign up.",
gradient: ["#003052", "#167187"],
url: "",
github: "https://github.com/hamidurrk/Dynamic-Quizzer",
embed:'<div style="padding:56.25% 0 0 0;position:relative;"><iframe src="https://player.vimeo.com/video/940021036?badge=0&autopause=0&player_id=0&app_id=58479" frameborder="0" allow="autoplay; fullscreen; picture-in-picture; clipboard-write" style="position:absolute;top:0;left:0;width:100%;height:100%;" title="Dynamic Quizzer Demo"></iframe></div><script src="https://player.vimeo.com/api/player.js"></script>',
tech: ["react", "figma", "firebase", "css"],
},
{
name: "Haunt OS",
image: "/projects/haunt.png",
blurImage: "/projects/blur/myokr-blur.jpg",
description: "Haunt is an OS programmed for line follower robots for advanced control",
details: "Haunt OS is a specialized operating system designed to provide advanced control and debugging capabilities for line follower robots. It enables the robot to tweak settings, adjust parameters, and reprogram functionalities on-the-run without connecting to an external computer, which is advantageous in a competitive field.",
gradient: ["#153BB9", "#0E2C8B"],
url: "",
github: "https://github.com/hamidurrk/haunt-os",
embed: '<div style="padding:56.25% 0 0 0;position:relative;"><iframe src="https://player.vimeo.com/video/939581502?badge=0&autopause=0&player_id=0&app_id=58479" frameborder="0" allow="autoplay; fullscreen; picture-in-picture; clipboard-write" style="position:absolute;top:0;left:0;width:100%;height:100%;" title="HauntOS LFR Demo Run"></iframe></div><script src="https://player.vimeo.com/api/player.js"></script>',
tech: ["cpp"]
},
{
name: "Assistive Device for Visually Impaired People",
image: "/projects/nasa.jpg",
blurImage: "/projects/blur/dlt-website-blur.jpg",
description: "A hand-glove-like device to assist visually impaired people in reading text from any digital platform",
details: "The hand-glove-like device converts characters into a 3x2 dot matrix braille cell and provides tactile feedback using 6 vibration motors embedded into the fabric of the index and middle fingers of the hand glove. The device is designed to receive strings via Bluetooth, process the data using a microcontroller (ESP32), and deliver haptic feedback to the user.",
gradient: ["#245B57", "#004741"],
url: "",
github: "https://github.com/hamidurrk/Assistive-Device-for-Visually-Impaired-People",
embed:'<div style="padding:56.25% 0 0 0;position:relative;"><iframe src="https://player.vimeo.com/video/939592174?badge=0&autopause=0&player_id=0&app_id=58479" frameborder="0" allow="autoplay; fullscreen; picture-in-picture; clipboard-write" style="position:absolute;top:0;left:0;width:100%;height:100%;" title="nasa"></iframe></div><script src="https://player.vimeo.com/api/player.js"></script>',
tech: ["cpp", "python"],
},
{
name: "EduKit",
image: "/timeline/edukit.jpg",
blurImage: "/projects/blur/dlt-website-blur.jpg",
description: "An Educational Module to teach intermediate Electronics",
details: "Designed a teaching module for the ICT department of my school to improve the understanding of electronics among Notre Dame College students: a combined demonstration of clock pulse generators, flip flops, registers, binary counters, and a 7-segment display on a breadboard.",
gradient: ["#245B57", "#004741"],
url: "",
github: "",
embed:'<div style="padding:56.25% 0 0 0;position:relative;"><iframe src="https://player.vimeo.com/video/940094146?badge=0&autopause=0&player_id=0&app_id=58479" frameborder="0" allow="autoplay; fullscreen; picture-in-picture; clipboard-write" style="position:absolute;top:0;left:0;width:100%;height:100%;" title="EduKit - Electronics Teaching Module"></iframe></div><script src="https://player.vimeo.com/api/player.js"></script>',
tech: [""],
},
];
export const SKILLS = {
languages: [
"javascript",
"python",
"typescript",
"cpp",
"c",
"csharp",
"java",
"php",
"solidity",
"r",
"html",
"css",
"markdown",
"sql"
],
frontend: [
"next",
"react",
"gsap",
"tailwind",
"sass",
"figma"
],
backend: [
"flask",
"fastapi",
"django",
"laravel"
],
roboticsIotEmbedded: [
"ros",
"esp32",
"arduino",
"raspberry",
"thingspeak",
"opencv",
"yolo"
],
blockchain: [
"web3",
"ipfs",
"etherium",
"corda",
"hyperledger"
],
webscraping: [
"selenium",
"bs4",
"requests",
"lxml"
],
database: [
"firebase",
"mongo",
"postgres",
"sqlite",
"mysql"
],
statistics: [
"pandas",
"numpy",
"sklearn",
"matplotlib"
],
hosting: [
"gitpages",
"vercel",
"wordpress"
],
desktopApp: [
"ctk",
"tk",
"swing"
],
gfxdesign: [
"illustrator",
"photoshop",
"premiere"
],
threedgfx: [
"fusion",
"blender",
"easyeda"
],
other: [
"git",
"jupyter",
"remix"
],
};
export enum Branch {
LEFT = "leftSide",
RIGHT = "rightSide",
}
export enum NodeTypes {
CONVERGE = "converge",
DIVERGE = "diverge",
CHECKPOINT = "checkpoint",
}
export enum ItemSize {
SMALL = "small",
LARGE = "large",
}
export const TIMELINE: Array<TimelineNodeV2> = [
{
type: NodeTypes.CHECKPOINT,
title: "2023",
size: ItemSize.LARGE,
shouldDrawLine: false,
alignment: Branch.LEFT,
},
{
type: NodeTypes.CHECKPOINT,
month: "Dec",
title: "National Coach (Bangladesh) | World Robot Olympiad",
size: ItemSize.SMALL,
subtitle:
"Led teams in the Future Innovator segment through the nationals; 2 teams to internationals, 1 got honored",
image: "/timeline/wro.svg",
slideImage: "/timeline/wro.jpg",
shouldDrawLine: true,
alignment: Branch.LEFT,
},
{
type: NodeTypes.CHECKPOINT,
month: "Nov",
title: "Web Developer | Give Bangladesh Foundation",
size: ItemSize.SMALL,
subtitle:
"Joined as a Volunteer Web Developer. My first project was an international collaboration with Awake Youth Initiative in Nairobi, Kenya",
image: "/timeline/gbf_logo.png",
slideImage: "/timeline/gbf.jpg",
shouldDrawLine: true,
alignment: Branch.LEFT,
},
{
type: NodeTypes.CHECKPOINT,
title: "Judge (Robotics) & Advisor | NDITC Init 3.0",
month: "Mar",
size: ItemSize.SMALL,
subtitle:
"Evaluated robotics contestant teams for several events (Soccer Bot, Robo Race) and strategized for the smooth execution of an event with over 1100 participants.",
image: "/timeline/nditc.svg",
slideImage: "/timeline/init3.jpg",
shouldDrawLine: true,
alignment: Branch.LEFT,
},
{
type: NodeTypes.CHECKPOINT,
title: "2022",
size: ItemSize.LARGE,
shouldDrawLine: false,
alignment: Branch.LEFT,
},
{
type: NodeTypes.CHECKPOINT,
title: "Silver Medal | International Blockchain Olympiad (Hong Kong)",
month: "Oct",
size: ItemSize.SMALL,
subtitle:
"2nd Place in SDG 12 among teams from 44 countries for the invention of Block Meter",
image: "/timeline/ibcol.svg",
slideImage: "/timeline/ibcol.jpg",
shouldDrawLine: true,
alignment: Branch.LEFT,
},
{
type: NodeTypes.CHECKPOINT,
title: "National Finalist | NASA Space Apps Challenge - 2022",
month: "Oct",
size: ItemSize.SMALL,
subtitle:
"Built an assistive device to help visually impaired individuals in reading text from any digital platform. Used NASA Open APIs to generate mission stories of the game",
image: "/timeline/nasa.svg",
slideImage: "/timeline/nasa22.jpg",
shouldDrawLine: true,
alignment: Branch.LEFT,
},
{
type: NodeTypes.CHECKPOINT,
title: "Bronze Award | Blockchain Olympiad Bangladesh",
month: "Jun",
size: ItemSize.SMALL,
subtitle:
"Became the youngest blockchain developer ever to achieve a top 3 position at BCOLBD. Won 50,000 BDT as prize money.",
image: "/timeline/bcolbd.svg",
slideImage: "/timeline/bcolbd.jpg",
shouldDrawLine: true,
alignment: Branch.LEFT,
},
{
type: NodeTypes.CHECKPOINT,
title: "First Runner Up, Robotronics 2.0",
month: "Jun",
size: ItemSize.SMALL,
subtitle:
"Acheieved 2nd position in the Line Follower Competition University level National Round",
image: "/timeline/robotronics.png",
slideImage: "/timeline/ruet.jpg",
shouldDrawLine: true,
alignment: Branch.LEFT,
},
{
type: NodeTypes.CHECKPOINT,
title: "2021",
size: ItemSize.LARGE,
shouldDrawLine: false,
alignment: Branch.LEFT,
},
{
type: NodeTypes.CHECKPOINT,
title: "Invented Blockchain based Billing System",
month: "Nov",
size: ItemSize.SMALL,
subtitle:
"The invention aimed at eliminating non-technical losses in electricity billing systems using blockchain technology. The Bangladesh ICT division's EDGE project assisted me in filing a patent application for the system architecture.",
image: "/timeline/bcolbd.svg",
slideImage: "/timeline/block.jpg",
shouldDrawLine: true,
alignment: Branch.LEFT,
},
{
type: NodeTypes.CHECKPOINT,
title: "Workshop Instructor | Drone Basics",
month: "Sep",
size: ItemSize.SMALL,
subtitle:
"Taught 400+ individuals about introductory robotics through drone technology",
image: "/timeline/teslalab.svg",
slideImage: "/timeline/teslalab.jpg",
shouldDrawLine: true,
alignment: Branch.LEFT,
},
{
type: NodeTypes.CHECKPOINT,
title: "Starting as an Advisor, leaving the President position",
month: "Mar",
size: ItemSize.SMALL,
subtitle:
"During my presidency, I mentored 45 national team, took 14 workshops, 100+ robotics-oriented classes, to train up more than 150 students of Notre Dame College",
image: "/timeline/nditc.svg",
slideImage: "/timeline/farewell.JPG",
shouldDrawLine: true,
alignment: Branch.LEFT,
},
{
type: NodeTypes.CHECKPOINT,
title: "2020",
size: ItemSize.LARGE,
shouldDrawLine: false,
alignment: Branch.LEFT,
},
{
type: NodeTypes.DIVERGE,
},
{
type: NodeTypes.CHECKPOINT,
title: "Champion | International Tech Carnival, DRMC",
month: "Feb",
size: ItemSize.SMALL,
subtitle:
"Fastest Line Follower Robot to finish tracks",
image: "/timeline/drmc.png",
slideImage: "/timeline/drmc.jpg",
shouldDrawLine: true,
alignment: Branch.RIGHT,
},
{
type: NodeTypes.CHECKPOINT,
title: "Workshop Instructor | Digital Design",
month: "Jan",
size: ItemSize.SMALL,
subtitle: "Created exposure to topics like boolean algebra, logic gates, basic electronic circuits, ICs, registers, and counters",
image: "/timeline/nditc.svg",
slideImage: "/timeline/dl.jpg",
shouldDrawLine: true,
alignment: Branch.LEFT,
},
{
type: NodeTypes.CONVERGE,
},
{
type: NodeTypes.CHECKPOINT,
title: "2019",
size: ItemSize.LARGE,
shouldDrawLine: false,
alignment: Branch.LEFT,
},
{
type: NodeTypes.DIVERGE,
},
{
type: NodeTypes.CHECKPOINT,
title: "Silver Medal | Bangladesh Robot Olympiad - 2019",
month: "Sep",
size: ItemSize.SMALL,
subtitle:
"2nd Place in Challenge Group among 20,000+ Participants from around the nation.",
image: "/timeline/bdro.svg",
slideImage: "/timeline/bdro19.jpg",
shouldDrawLine: true,
alignment: Branch.RIGHT,
},
{
type: NodeTypes.CHECKPOINT,
title: "Co-ordinator (Robotics & Management) | NDITC Init 2.0",
month: "Aug",
size: ItemSize.SMALL,
subtitle:
"Managed platinum sponsors; Introduced 12+ new robotics events at the school level along with 20 existing; led a team of 40 executives to organize the event of 700+ participants.",
image: "/timeline/nditc.svg",
slideImage: "/timeline/init2.jpg",
shouldDrawLine: true,
alignment: Branch.LEFT,
},
{
type: NodeTypes.CHECKPOINT,
title: "Unveiling Tinker | My first humanoid robot",
month: "Aug",
size: ItemSize.SMALL,
subtitle:
"Tinker is a 5-foot-tall semi-automatic multi-functional humanoid robot, including greeting guests, and carrying loads. First introduced in the Notre Dame Information Technology Club’s freshers' reception program.",
image: "/timeline/nditc.svg",
slideImage: "/timeline/tinker.jpg",
shouldDrawLine: true,
alignment: Branch.LEFT,
},
{
type: NodeTypes.CHECKPOINT,
title: "2nd Runner Up | Notre Dame National Science Festival",
month: "Jul",
size: ItemSize.SMALL,
subtitle:
"Line Following Robot Competition",
image: "/timeline/ndsc.png",
slideImage: "/timeline/ndsc19.jpg",
shouldDrawLine: true,
alignment: Branch.RIGHT,
},
{
type: NodeTypes.CHECKPOINT,
title: "EduKit | Made a Basic Electronics Educational Module",
month: "Feb",
size: ItemSize.SMALL,
subtitle:
"I was assigned by the ICT department of my college to design a teaching module to improve the understanding of electronics among Notre Dame College students.",
image: "/timeline/ndc.png",
slideImage: "/timeline/edukit.jpg",
shouldDrawLine: true,
alignment: Branch.LEFT,
},
{
type: NodeTypes.CHECKPOINT,
title: "President | Robotics Department - NDITC",
month: "Jan",
size: ItemSize.SMALL,
subtitle:
"I was unanimously elected the President of Notre Dame Information Technology Club.",
image: "/timeline/nditc.svg",
slideImage: "/timeline/president.jpg",
shouldDrawLine: true,
alignment: Branch.LEFT,
},
{
type: NodeTypes.CONVERGE,
},
{
type: NodeTypes.CHECKPOINT,
title: "2018",
size: ItemSize.LARGE,
shouldDrawLine: false,
alignment: Branch.LEFT,
},
{
type: NodeTypes.CHECKPOINT,
title: "1st Runner Up | NDITC Init 1.0",
month: "Nov",
size: ItemSize.SMALL,
subtitle:
"Line Following Robot Competition",
image: "/timeline/nditc.svg",
slideImage: "/timeline/init18.jpg",
shouldDrawLine: true,
alignment: Branch.LEFT,
},
{
type: NodeTypes.CHECKPOINT,
title: "Honorable Mention | NDITC Init 1.0",
month: "Nov",
size: ItemSize.SMALL,
subtitle:
"Project Display",
image: "/timeline/nditc.svg",
slideImage: "/timeline/init182.jpg",
shouldDrawLine: true,
alignment: Branch.LEFT,
},
{
type: NodeTypes.CHECKPOINT,
title: "1st Runner Up | Notre Dame National Science Festival",
month: "Sep",
size: ItemSize.SMALL,
subtitle:
"Self Made Car Racing",
image: "/timeline/ndsc.png",
slideImage: "/timeline/ndsc18.jpg",
shouldDrawLine: true,
alignment: Branch.LEFT,
},
{
type: NodeTypes.CHECKPOINT,
title: "1st Runner Up | Notre Dame National Science Festival",
month: "Sep",
size: ItemSize.SMALL,
subtitle:
"IT Project Display, Senior Group",
image: "/timeline/ndsc.png",
slideImage: "/timeline/ndsc182.jpg",
shouldDrawLine: true,
alignment: Branch.LEFT,
},
{
type: NodeTypes.CHECKPOINT,
title: "2017",
size: ItemSize.LARGE,
shouldDrawLine: false,
alignment: Branch.LEFT,
},
{
type: NodeTypes.CHECKPOINT,
title: "2nd Runner Up | Notre Dame National Science Festival",
month: "Nov",
size: ItemSize.SMALL,
subtitle:
"IT Project Display, Junior Group",
image: "/timeline/ndsc.png",
slideImage: "/timeline/ndsc17.jpg",
shouldDrawLine: true,
alignment: Branch.LEFT,
},
{
type: NodeTypes.CHECKPOINT,
title: "Champion | MGBS Science and Technology Fiesta",
month: "Oct",
size: ItemSize.SMALL,
subtitle:
"IT Project Display, Senior Group",
image: "/timeline/mgbs.png",
slideImage: "/timeline/mgbs.jpg",
shouldDrawLine: true,
alignment: Branch.LEFT,
},
];
export type TimelineNodeV2 = CheckpointNode | BranchNode;
export interface CheckpointNode {
type: NodeTypes.CHECKPOINT;
title: string;
month?: string;
subtitle?: string;
size: ItemSize;
image?: string;
slideImage?: string;
shouldDrawLine: boolean;
alignment: Branch;
}
export interface BranchNode {
type: NodeTypes.CONVERGE | NodeTypes.DIVERGE;
}