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 seiProjectThree = {
    name: 'SEI Stay Connected',
    description: 'A place for SEI students and
        graduates to share jobs, memes, and projects',
    type: 'group',
    technology:[
        'HTML',
        'CSS',
        'JavaScript',
        'Django',
        'AWS S3',
        'Python',
        'Materialize',
        'PostgreSQL',
        'Heroku'
    ];
};