Initial commit. Created repo, started notebook.

This commit is contained in:
jme9
2024-11-24 18:30:27 -08:00
parent a52f67a655
commit c3e0a28fce
2 changed files with 22 additions and 0 deletions
Binary file not shown.
+22
View File
@@ -0,0 +1,22 @@
## Jesse M. Ellis - Development notebook for my personal website.
- Notebook entries are organized with the most recent at top.
- Revision 1 will be developed from 11/24/2024 to 12/11/2024.
---
### 11/24/2024 - First things first
The point of this website is to build a personal website that highlight's personal projects using concepts we've learned in Caterina Paun's Intro to WebDev at PSU. I am going to attempt to create something that is more oriented toward my personal game development endeavours by theme-ing the website with elements from LunaLight. I will highlight some of the milestones in that project as well as other projects I have done.
**Some technical constraints**
To check the boxes around concepts learned in WebDev this site should be built using the following:
- HTML
- CSS
- JavaScript
Intitial deployment of the site will use GitHub pages.
---