-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsiteConfig.json
More file actions
48 lines (48 loc) · 1.62 KB
/
siteConfig.json
File metadata and controls
48 lines (48 loc) · 1.62 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
{
"url": "https://welvin21.com",
"title": "welvin21.com",
"description": "Welvin's official website.",
"lastUpdated": "09/11/2024, at 12:47:00 UTC",
"menu": [
{ "text": "About", "route": "/" },
{ "text": "Projects", "route": "/projects" },
{ "text": "Blog", "route": "/blog" },
{ "text": "Tags", "route": "/tags" }
],
"author": {
"name": "Welvin Bun",
"picturePath": "/welvin.png",
"contacts": {
"email": {
"name": "welvin07@gmail.com",
"link": "mailto:welvin07@gmail.com"
},
"twitter": { "name": "welvin21", "link": "https://twitter.com/welvin21" },
"github": { "name": "welvin21", "link": "https://github.com/welvin21" },
"linkedin": {
"name": "Welvin Bun",
"link": "https://www.linkedin.com/in/welvin-bun/"
}
},
"hackathons": [
{
"name": "FinHack 2019",
"organiser": "Societe Generale & WHUB",
"achievement": "Champion",
"link": "https://finhack.io/"
},
{
"name": "FinTech week Hackathon 2019",
"organiser": "DBS Bank, HKECIC, & WHUB",
"achievement": "Runner-up",
"link": "https://medium.com/whub/highlight-from-the-fintech-week-hackathon-2019-75007b1f9992#:~:text=The%20FinTech%20Week%20Hackathon%202019%20by%20WHub%2C%20DBS%20and%20HKECIC,place%20between%201st%20%E2%80%94%203rd%20November.&text=On%20the%20evening%20of%201st,Kong%20at%20the%20Kerry%20Hotel."
},
{
"name": "Hack The North 2019",
"organiser": "University of Waterloo",
"achievement": "",
"link": "https://hackthenorth.com/"
}
]
}
}