How to update my website on the internet:
Open your terminal and navigate to your folder by typing "cd ./desktop/ceciliapascual.github.io"
Add changes by typing "git add ."
Commit changes by adding a message that describes your changes by typing "git commit -m "your message here""
Launch online by typing "git push"
9/26/23
Today I finally got my website to work online, for whatever reason it wasn't working before. We also made our person cards on the group website; I put some gold and white images to match the website aesthetic. Class was fine today I guess, but I've had the worst cramps all day and I am dying here. Bye!!
10/7/23
Writting this a bit late, like after class on the way to the Berkshires but idk, website is going good. I was mostly updating the homepage and making it more interesting in class, like adding the little stars and moons cus the plain grey wasn't really doing it for me.
10/29/23
Just popping in to write about the jumpscare I made for homework. Basically how it works is when you click on the candy it delivers it to the tricker treaters and then the last tricker treater gets big all of a sudden and moos. We used a new kind of coding to make this, and ngl it was rly hard, I still am a bit confused on how to do it but it's whatever.
11/14/23
What are functions? Ok so basically you make a function by writting function "the name of ur function" () { then write what ur function does, for example console.log( + 8)} then after ur function if u call upon it and say "the name of ur function" (and then the number u wanna add) it will print that number + 8 in the console. Its basically like a little machine that inputs one thing and outputs another.
1/23/24
The newest project is an array project that I used to randomize what song plays. Basically how you do it is you need to use math.random so generate a random number then multiply it by one number less than the amount of possibilities you have. Check out random.html to see more specifically the code.