Skip to content

Justintime50/website-archive

Repository files navigation

Website Archive

A collection of projects from early in my web developer career.

Build Status

Showcase

This is a monolithic repo of website projects from early in my software engineering career. As such, many are dated and are not indicative of my current skill as a web developer.

All of the source code included here are from projects that are no longer active and is provided for educational purposes only. The associated assets remain under the ownership of the original companies.

Usage

Visit at website-archive.localhost locally or website-archive.justinpaulhammond.com in production.

Deploy

# Deploy the site locally
docker compose up -d

# Deploy the site in production
docker compose -f docker-compose.yml -f docker-compose-prod.yml up -d

Development

# Lint CSS
npm run lint-css

# Lint HTML
npm run lint-html

License & Contributions

I will not be accepting pull requests to this repo, it's provided "as-is". There is no license associated with this work, it is provided strictly for educational purposes and may not be redistributed as all work here is protected by Copyright Law.

Copyright 2021 Justin Hammond