NucciTheBoss / nuccitheboss.github.io

My personal website to document all my amazing adventures!
GNU Affero General Public License v3.0
0 stars 0 forks source link

feat!: land new web page layout #1

Closed NucciTheBoss closed 3 months ago

NucciTheBoss commented 3 months ago

This PR removes the old layout of the site and replaces it with a new web component based website.

Current landing page is still a work in progress as the navbar needs to be updated with the correct links - I have some sketched out - but the new landing page specs out the look and feel I want the overhauled personal site to have.

Some key new things:

  1. Use lit element to build out site components. Figures that it makes it easier to reuse assets and easier to perform atomic updates to the webpage.
  2. Include proper links out to the various platforms that I use around the internet.
  3. Manage the project using npm.

TODOs still:

  1. Acquire a domain name!
  2. Continue building out home page!
  3. Make sure that the new set up actually works with GitHub Pages!