export const rodney = {
age: 21,
country: 'Netherlands',
languages: [ 'TypeScript', 'JavaScript', 'Python', 'Bash', 'Rust', 'Java' ],
os: 'Arch Linux',
};
export const contact = {
matrix: '@rodney:iusearchbtw.nl',
email: '[email protected]',
};
export const setup = {
cpu: 'AMD Ryzen 5 5600',
gpu: 'MSI Radeon RX 5700 Mech OC',
mobo: 'Asrock B450 Steel Legend',
ram: '32GB Trident Z Neo',
os: 'Arch Linux',
};