Page Updates
This commit is contained in:
@@ -41,6 +41,7 @@ export const projects: Project[] = [
|
||||
name: 'Pkit',
|
||||
description: 'CLI toolkit and utilities (Rust project) — small developer-focused CLI.',
|
||||
tech: ['Rust', 'CLI'],
|
||||
live: 'https://pkit.sirblob.co/',
|
||||
github: 'https://github.com/dead-projects-inc/pkit-cli',
|
||||
image: 'https://icons.veryicon.com/png/o/business/vscode-program-item-icon/rust-1.png',
|
||||
featured: false
|
||||
|
||||
@@ -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