Journal
This is where I keep my journal entries describing what I do as I build this website.
Home
October 3, 2021
I have just finished coding sections of a soccer goal to link to my journal, projects, and about me pages. It is a bit frustrating because coding takes forever, but it is also exciting to see the website coming together. During this process I have solidified the basics and I am starting to learn new things like how to have two divs next to each other. For the next week or two I want to clean up my homepage, and spend some time on the other pages (journal, about me, projects).
October 5, 2021
Today I worked on my journal page and the home page. I put my journal entry that I wrote in google docs in the journal page as well as adding dates, and a title. Another thing that I added to the journal page is a background color. On the home page, I moved around the words so that they are in a better place.
October 20, 2021
Today I made an animation this was a bit difficult but I used w3 to help me. The frustrating part was I was not able to get one of my images to work so I will be asking Molly about that.
November 13, 2021
Today I worked on making my website coherent. In doing this, and I changed my homepage quite a bit. I put in a new image for a goal that worked better with a light blue background. I also change the background color of my about me page, projects page, and journal page. I was able to make a code sketch for a function. I also added a bit to my project page so it would link to one of my projects but I still have to add my other projects to the projects page. Currently I am working on learning more about JavaScript and I am doing this with code sketches. Another thing that I am working on is trying to make the cursor on my homepage a soccer ball.
November 29, 2021
Today I made a codescetch of a color change animation. I used the checklist Molly provided us with to figure out what I needed to work on and meant working on animations. I made the cursor on my homepage a soccerball, but whenever I scroled up the ball would not be alligned with the cursor and I wasn't able to click on things so I decided to get rid of the cursor and I will work on it later.
December 1, 2021
Today I made a codesketch of different fonts. Like the last journal entry, I used the checklist Molly provided us with to figure out what I needed to work on and meant working on fonts. I made a codesketch explaining how to make text different fonts. This is a project I can continue working on because I was only able to do two fonts to start, so I can continue adding more fonts. I also attached this codesketch to my projects page.
January 12, 2022
Today I made a code sketch to practice JavaScript. This code sketch is a ice cream drawing page. I used a JavaScript function to create divs of ice cream cones that follow my cursor. I did run into some difficulties when coding, but I later figured out that it was because I had used " instead of '.
Febuary 1, 2022
It's been a while since I updated my website, but I have constantly been working on it in the background without pushing it. Between now in my last journal entry, and I was working on my data representation project. This project is based on the amount of time I spent on my phone and what apps I use the most. If you go to my projects page you can check that out. In addition to this project, I have been trying to rework my project page because right now it works but the code is quite complicated and I would love to simplify the coding aspect of it to make it easier to add new projects to it. Two of my goals are to get better at pushing my code often and working on more projects in less time.
Febuary 2, 2022
Today I continued working on my projects page and made slight changes on my Color Change Animation.
Febuary 7, 2022
There was a problem and you couldn't see your cursor on my home page so I fixed that.
Febuary 12, 2022
Today, I tried reveal.js. I created a slideshow presentation and put it on my projects page. In this presentation I played with what I could do with it including the theme and what I could put on each slide. On one of my slides I attempted to put an animation of a soccer ball. Unfortunately, this did not work and I have yet to figure it out so instead I made an animation of the word animation.
March 9, 2022
During this week and the past week I have been working on two appreciation cards for my PLs. These appreciation cards used javascript. In javascript, I used event listeners, funtions, and if else statments. I ran into a few javascript bugs, which made these cards take so long, but they are done now.
April 15, 2022
Over the past week, I made a ball clicker based on one that Molly showed us. In this clicker you begin by making the style for each ball. This is a class that you can create so that all of the balls have the same style. When you move to the body I create a few divs. One div is for the counter and the other is for a sound that is played whenever you click on a ball. Then when you moved to the JavaScript section I created some variables to start. The first variable is a variable that references the sound and the second variable is used for the counter. The main thing in the JavaScript section is a function that creates the balls, places them in random positions, and listens for when you click on them to play a sound and change the counter. Finally there is a piece of code that tells the computer to run the function that creates the balls at a certain interval that way new balls continue to appear.
April 27, 2022
Today I finished my photos project and I am about to push it. This is a project that I have been working on over the past week. In this project I was able to practice arrays and eventListeners.
May 16, 2022
This class I updated my projects page with all of the projects I made, but forgot to add to my projects page. I am also thinking about what I am going to do for my final presentation.