Page Updates
This commit is contained in:
@@ -29,7 +29,7 @@ const hobbies = [
|
||||
},
|
||||
{
|
||||
name: 'Robotics',
|
||||
description: 'Building and programming robots to solve problems is a fascinating challenge.',
|
||||
description: 'Building and programming robots to solve problems is fun.',
|
||||
icon: 'proicons:robot'
|
||||
}
|
||||
]
|
||||
|
||||
@@ -19,9 +19,9 @@ export const lines: TerminalLine[] = [
|
||||
children: [
|
||||
// User info
|
||||
{ type: 'header', content: `(&bold)${user.name}(&)` },
|
||||
{ type: 'info', content: `(&accent)${user.title}(&)` },
|
||||
{ type: 'info', content: `(&accent)B.S. Computer Science Student(&)` },
|
||||
{ type: 'output', content: `(&white)Location:(&) (&primary)${user.location}(&)` },
|
||||
{ type: 'output', content: `(&muted)${user.bio}(&)` },
|
||||
{ type: 'output', content: `(&muted)My passion is using Computer Science with practical Engineering to enhance technology for the future.(&)` },
|
||||
]
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user