the-finance-dev tree
.
├── landing
├── about
├── resume
├── portfolio
│ ├── whack-a-gopher 
│ ├── trailsha.pe
│ ├── sei-stay-connected
│ ├── up-kp
│ └── hardware
├── linkedin
└── github

1 directory, 10 files
the-finance-dev

const seiProjectOne = {
    name: 'Whack-a-Gopher!!',
    description: 'CaddyShack-themed whack-a-mole browser game',
    type: 'individual',
    technology:[
        'HTML',
        'CSS',
        'JavaScript',
        'GitHub',
        'GitHub Pages',
        'VS Code'
    ];
};