guest@antonysanchez.com:~$ cat ~/welcome.txt
Antony % Portfolio
This portfolio website uses the VT323 font-family, which is Licensed under the Open Font License, and is styled after the VT320 1987 computer terminal. It's optimized for a desktop experience. The drop down display may not properly work on mobile, alongside some of the other more finnicky code, until further optimization has been done on the web-page. The website uses HTML, Javascript, and CSS through the ReactJS framework, and was built with code written by me in Visual Studio Code.
The basic text color is set to 'forestgreen', while the highlighted outlines are set to 'darkseagreen' when on-hover. The website uses functional components and hooks as opposed to Class components, since I believe functional components are cleaner to work with. I have eslint enabled to ensure my code is not ugly.
Antony % Portfolio
guest@antonysanchez.com:~$ cd pages/index.js