Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 780 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 780 Bytes

personalSite

Repository for personal web website

Here it is so far:

https://gregoryalford.com/

The image is a picture of Charon, Pluto's largest moon, taken by New Horizons

https://www.nasa.gov/image-feature/higher-quality-version-of-plutos-largest-moon-charon

I recently removed the jQuery from my code, and now I am working with primarily vanilla Javascript.

My intent for my personal website is to be super simple, and dynamically manage my online presence in one place. I also want to stay away from any libraries or frameworks and build all my javascript and css from the ground up so that it is fast, and it is mine.

The "$ hello" text is the only Javascript necessary for the page. It is implemented by setting a timer inside of a loop to add text incrementally.