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/website.js
This website is hosted through Vercel. I coded the website through Visual Studio Code using HTML, Javascript, and CSS. This runs on the ReactJS framework with JSX. The website was built from the ground up using visual references to the VT320 terminal and other similar command line aesthetics.
As of 04/24/2022, the website is automatically deployed on Vercel. I make a Pull Request to my main branch, make sure that tests run, and then deploy to vercel.
Currently, my biggest concern for the website is fleshing out my projects page and integrating Cypress.