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
const HomePage = () => {
const developerInfo = {
name: 'Zack Hui',
role: 'NLP Researcher',
bio: 'AI Alchemist'
};
const websiteGuide = {
welcome: "Let me show you around:",
sections: [
'Want to know more about me?'
'→ Check out my story in About Me'
'Interested in my research?'
'→ Browse my Publications'
'Looking for code samples?'
'→ Visit my GitHub projects'
'Need guidance in AI?'
'→ Learn about my Mentoring program'
'Want to collaborate?'
'→ Get in touch through Contact'
]
};
// Ready to explore?
// Click any section to begin!
export default HomePage;
Zack Hui
NLP Researcher
I’m working to make AI safer and more aligned with humans—so we can actually trust them in the real world, not just in the lab.
{
}
<>
/>
()
[]
=>