Journal

9/19/23

Hi Journal. This is my first entry. Today we learned to make a website using github and the Terminal. We also learned that the desktop is just fancy construct to make looking at things on our "desktop" easier. Until next time...

9/21/23

Hola Journal. I've connected my local version of my website to my remote version via the terminal. When I put some lines of code in the terminal everything I do here will be published to the internet. Until next time...

9/26/23

Bonjour Journal. In class today we learned how to make projects and I started to make my first project. I also helped out my peers when they neede it. Until next time...

9/27/23

Guttentag Journal.I finished my project and pushed it to github. It had a few errors along the way but it worked. Until next time...

10/3/23

こんにちわ Journal. A fatal error has occured in my terminal and I can no longer push my code. It's telling me that my branch has diverged from the main branch. Since my code is broken for the time being, my website is in a fossilized sort of state; a snapshot of the past that is unchangable by me. I'll try to fix it by the end of the week. Until next time...

10/12/23

你好 Journal. Today we learned about javascript and the console. We also learned what the code means in english. Wow! Until next time...

10/17/23

Bonjou Jornal. Today I learned how to animate in html and created an animation with my favorite charcter, Terence. I like it. Until next time..,

10/19/23

Aloha Journal. Today was a big day for my website. i did a complete overhaul of my ui, added a new project, and did some minor tweaks. I finally put my vision to life as I made my index into a recreation of the angry birds world select screen. It found it very satisfying to final see my idea come to reality. I next added a halloween jumpscare to my projects. I finally added and wrote my about me page. A very eventful day, but a very satisfying end. Until next time...

2/27/24

Wagwan Journal. It's been around 4 months since I've made an entry so there is a lot to cover. Since I've updated i've made a lot of projects and my index page. My index page looks very different thanks to revealjs which is kind of like google slides. It allows my index page to look more asthetically pleasing and flow more seamlessly. The first project I've made since then is a website that lets you add topping to ice cream. It uses event listeners to make a div equal to the topping you want to use and then it gets put into another div that allows the topping to be placed on the ice cream. The next project I made was a project that randomly picks what console you think is the best new gen console. This project is made using arrays and the math feature in code. First I made 2 lists; one being the name of the console and the other being the console image. After that I made a div that picks a number from 0 to 4 which corresponds with each console. Finally I made it print what console you picked. The next project I made was a simple version of mario kart. The code for it is very complicated so I'll just summarize. I styled the div for the car and the backdrop, then made variables for the x and y axis for the car. When a and d are pressed the car move left and right and when w and s are pressed the car goes up and down. The next project I made is website that asks who has the best earlobes. It uses an imput that assigns each input a value from 0 to 100 and prints that as a percent. If you put my name though it will always be 100 percent. The final project I've made since then is a website where everytime you refresh the page the backdrop becomes a different color. It uses math random again to assign 3 variables values from 0 to 255 and assigns each of them to the r g and b value of every color. It the makes that color the backdrop and print the rgb value. A lot of things were made but it was all very fun to make. Until next time...