update some links and labels

This commit is contained in:
Triston Armstrong 2024-01-14 00:38:50 -06:00
parent 9447c9a405
commit 52fcce33e6

View File

@ -4,7 +4,6 @@ import ListItem, { type ListItemProps } from '../components/ListItem'
import { UsefulLinksList } from '../components/UsefulLinks/index' import { UsefulLinksList } from '../components/UsefulLinks/index'
import { SocialLinksList } from '../components/SocialLinks/SocialLinks' import { SocialLinksList } from '../components/SocialLinks/SocialLinks'
import type { GetStaticProps } from 'next' import type { GetStaticProps } from 'next'
import Image from 'next/image'
import AlienHeader from 'components/AlienHeader' import AlienHeader from 'components/AlienHeader'
interface LandingProps { interface LandingProps {
@ -48,7 +47,7 @@ export default function Landing({ jobs, skills, projects }: LandingProps): React
<section> <section>
<h4>🤹 Skills</h4> <h4>🤹 Skills</h4>
<div className="flex gap-1" id="skills"> <div className="flex gap-1" id="skills">
{skills.map(skill => <Skill key={skill.label} label={skill.label} />)} {skills.map(skill => <Skill key={skill.label} label={skill.label} link={skill.link} />)}
</div> </div>
</section> </section>
@ -100,51 +99,51 @@ export function getStaticProps(): ReturnType<GetStaticProps<{
return { return {
props: { props: {
projects: [ projects: [
{ label: 'Web Window Manager', date: '9/18/2022', url: 'https://github.com/tristonarmstrong/web-window-manager' }, { label: 'Solar Battery Monitor API', date: 'July \'23', url: 'https://github.com/tristonarmstrong/SolarBatteryMonitorApi' },
{ label: 'Component Test Helper', date: '6/18/2022', url: 'https://github.com/tristonarmstrong/component-test-helper' }, { label: 'Armstrong Editor', date: 'Dec. \'22', url: 'https://github.com/tristonarmstrong/armstrong-editor' },
{ label: 'Hive DAPP', date: '3/8/2022', url: 'https://github.com/tristonarmstrong/hive-dapp' }, { label: 'Web Window Manager', date: 'Sept. \'22', url: 'https://github.com/tristonarmstrong/web-window-manager' },
{ label: 'Kivy Twisted Input Capture', date: '6/27/2021', url: 'https://github.com/tristonarmstrong/KivyTwistedInputCapture' }, { label: 'Component Test Helper', date: 'June \'22', url: 'https://github.com/tristonarmstrong/component-test-helper' },
{ label: 'Plant Monitor Node MCU', date: '6/27/2021', url: 'https://github.com/tristonarmstrong/PlantMonitorNodeMCU' }, { label: 'Hive DAPP', date: 'Mar. \'22', url: 'https://github.com/tristonarmstrong/hive-dapp' },
{ label: 'Oppo BDP 103 CLI', date: '4/10/2021', url: 'https://github.com/tristonarmstrong/oppo_bdp_103_CLI' }, { label: 'Kivy Twisted Input Capture', date: 'June \'21', url: 'https://github.com/tristonarmstrong/KivyTwistedInputCapture' },
{ label: 'Sony Bravia Pro Server', date: '4/10/2021', url: 'https://github.com/tristonarmstrong/sony_bravia_pro_display_mock_server' }, { label: 'Plant Monitor Node MCU', date: 'June \'21', url: 'https://github.com/tristonarmstrong/PlantMonitorNodeMCU' },
{ label: 'Chat IO', date: '6/10/2020', url: 'https://github.com/tristonarmstrong/chat.io' }, { label: 'Oppo BDP 103 CLI', date: 'Apr. \'21', url: 'https://github.com/tristonarmstrong/oppo_bdp_103_CLI' },
{ label: 'Solar Battery Monitor API', date: '7/18/2023', url: 'https://github.com/tristonarmstrong/SolarBatteryMonitorApi' }, { label: 'Sony Bravia Pro Server', date: 'Apr. \'21', url: 'https://github.com/tristonarmstrong/sony_bravia_pro_display_mock_server' },
{ label: 'Zip Code Distance App', date: '1/28/2020', url: 'https://github.com/tristonarmstrong/zipapp' }, { label: 'Chat IO', date: 'Jun. \'20', url: 'https://github.com/tristonarmstrong/chat.io' },
{ label: 'Armstrong Editor', date: '12/14/2022', url: 'https://github.com/tristonarmstrong/armstrong-editor' } { label: 'Zip Code Distance App', date: 'Jan. \'20', url: 'https://github.com/tristonarmstrong/zipapp' }
], ],
skills: [ skills: [
{ label: 'Typescript' }, { label: 'Typescript', link: 'https://www.typescriptlang.org/docs/handbook/intro.html' },
{ label: 'Python' }, { label: 'Python', link: 'https://docs.python.org/3/' },
{ label: 'Rust' }, { label: 'Rust', link: 'https://doc.rust-lang.org/std/index.html' },
{ label: 'Javascript' } { label: 'Javascript', link: 'https://developer.mozilla.org/en-US/docs/Web/javascript#reference' }
], ],
jobs: [ jobs: [
{ {
logo: 'https://ventrahealth.com/wp-content/uploads/2023/08/cropped-Ventra-Health-favicon-circle-192x192.png', logo: 'https://ventrahealth.com/wp-content/uploads/2023/08/cropped-Ventra-Health-favicon-circle-192x192.png',
name: 'Ventra Health', name: 'Ventra Health',
details: 'Maintaining and iterating on an internal web application', details: 'Maintaining and iterating on an internal web application',
dateFrom: 'May 2023', dateFrom: 'May \'23',
dateTo: 'Present' dateTo: 'Present'
}, { }, {
logo: 'https://www.randstadusa.com/themes/custom/bluex/favicon.ico', logo: 'https://www.randstadusa.com/themes/custom/bluex/favicon.ico',
name: 'Randstad Technologies', name: 'Randstad Technologies',
details: 'Built Web Applications for external clients', details: 'Built Web Applications for external clients',
dateFrom: 'May 2022', dateFrom: 'May \'22',
dateTo: 'May 2023' dateTo: 'May \'23'
}, { }, {
logo: 'https://img1.wsimg.com/isteam/ip/9ba626a3-41c9-4092-90b5-cb351983b726/favicon/a8beec51-e35d-4cca-8e88-befa12f687b0.png/:/rs=w:64,h:64,m', logo: 'https://img1.wsimg.com/isteam/ip/9ba626a3-41c9-4092-90b5-cb351983b726/favicon/a8beec51-e35d-4cca-8e88-befa12f687b0.png/:/rs=w:64,h:64,m',
name: 'Damiano Global Corporation', name: 'Damiano Global Corporation',
details: 'Built Web Applications for external clients', details: 'Built Web Applications for external clients',
dateFrom: 'July 2020', dateFrom: 'July \'20',
dateTo: 'Nov 2021' dateTo: 'Nov. \'21'
}, { }, {
logo: 'images/makers_logo.png', logo: 'images/makers_logo.png',
name: 'Makers Ladder LLC', name: 'Makers Ladder LLC',
details: 'Did some thangs', details: 'Did some thangs',
dateFrom: 'Dec 2019', dateFrom: 'Dec. \'19',
dateTo: 'Apr 2022' dateTo: 'Apr. \'22'
} }
] ]