x--------x

PUSHING AND UPDATE TO REPO ONCE SAVED:

GET INTO GIT: cd /c/xampp/htdocs/judsonsclocks

1. git status
2. git add (filename) or git add . (for all files)
3. git commit -m "short message goes here"
4. git push
5. git push --set-upstream origin [branch-name] (only if its the first time pushing or you set up a new branch)

x--------x

Day 6:

Project Goal:

Here's a good mission for today: add Google Analytics (est. time: 1hr), add a password to your posts (est. time: 2hrs), fix flex box (est. time: 30mins, +/-), and write a short post about your experience with OpenAI's API AND their lack of support. Then, I will share the link a few places.

Tidbits:

Work Log:

- restarting css file
- weighing tailwind and bootstrap
- using bootstrap
- deleting css file
- using cdn for bootstrap files on all existing html/php files/webpages
- systematically editing different css classes to reuse throughout the site
- ensuring responsive and flexible design, though primarily for web browsers

** need to create/adapt to hamburger menu for mobile devices at some point

- reworking each page to reflect new glasses, ensuring flexible functionality
- lots of trial and error
- running into viewport issues