so far Comp-Sci is going well, it's class three and i am starting to understand how differant code effects certain aspects of the website.
Today we learned how to puplish things on our website.
The first thing you want to do is go into the website folder by using
1. cd ./desktop
2. cd ./LukeMuratore19.github.io
3. git add .
4. git commit -m "what I added/updated"
5. git push
6. optional git status (to check that everything is updated)
Next you need to actal add the changes by using the code, " git commit -m."(type what you changed)" "
Finaly you need to send the code to the internet with " git push " this will add the code to the website and in a few minutes all the code will update
In this update we made jumpsacres for hallowee, mine was working fine, but still needs some work. I'm hopeing it'll work in this class.
I made a present for my dad's 50th birthday and it is a slideshow with 50 differant pictures for 50 years. I did it by making a folder with 50 images and put them in my website folder so i could easly refrance them. I labled them 1-50 and used an event listener to "listen" for a click and then change the image on each. Since all the images arent the same format you will have to scrole to center the image but its ok. Happy birthday dad!
I made a generator guess who will win the AL and NL MVP's in 2024, they are two seprate documents right now but eventualy they will be on the same document.
we made a color generator using RGB. It will be very helpful in creating and finding the perfect color for a project. we use an event listener you