Rebecca's Github Pages Site

Post 3: Reflection Post 2 with Log

Start time/dateEnd time/dateDescription of focusNotes on process
2/20 10AM2/20 6PMFigure out how to get the right kind of parallax feature I want (AKA also kinda learn javascript?)Frustrating as hell. Slow. It’s hard because “parallax” is kind of an umbrella term, so there are different kinds of parallax templates and instructions. I’m very particular in what I want, which is a background that is static but a title that has a parallax feature. Problem is, everyone wants to teach you how to make a parallax background as well. So it’s a lot of searching, researching, trying, executing, and trying again. I found this cool websiteand that’s what I’m trying to emulate right now.
2/22 12PM2/22 6PMFigure out how to format the homepage the way I like it.Okay, I think I’m sort of getting it down. I found this sick websiteand wanted to work off of that. I think it’s frustrating at times because I remind myself that all I really want is just a simplistic, stylish, somewhat minimalistic website. So why is a simplistic website with what should be only a few elements take me so long to get? But also, forcing myself to code on the fly is helping me figure out how to code better. Something interesting, too, is the moment you tell people about coding, they either are a computer science major, or they have a friend who is. So I have a lot of people offering help, and although it makes me feel inadequate I am also SO GRATEFUL for their presence. Like, perfecting the background of the first page was done by my friend Adam. Help is okay, technology is a communal effort.
2/23 6PM2/24 12AMAdding a video grid layout to the original website.Coding is starting to become like coffee (or cocaine). It is unhealthy for you, but highly addicting and you keep coming back to it. And as much as I think “hey, you should be doing other things Becca” all I want to do is finish my code and perfect this GODDAMN WEBSITE. It should be SIMPLE!!! Oh my goodnessssss why is this so HARDDD!!!! My biggest problem is that I created the perfect video grid system in a different .html (based off of this jquery) and assumed (is that where I went wrong?) that if I copy and pasted all my files into the original html, the video grid would perfectly go into my new website. WRONG. I was SO WRONG. It was HARD and I eventually gave up and moved onto something else (I’m predicting it has to do with different javascript codes contradicting each other?). I then made a “contact me” form based off of this codepen. It’s frustrating in that I want to make it actually send me mail, but I researched into it and it seems like I need a .php but I have no clue how to do that? Seems like a future-me issue.
2/24 10PM2/25 12AMFix the website.I got my friend who’s great and understanding of ~codes~ to help me figure out why my video grid won’t integrate smoothly into my original .html. Turns out I have a ton of bugs (surprise) and he helped me debug the giant .html I have created (I’ve basically created a Frankenstein’s Monster -esque code). Turns out, the error is because I had my code reference three different versions of javascript. He chose one and now it’s working! For the most part! I had to tidy up some of the errors that occured from mashing things together, but it’s coming along (FINALLY!). I also spent a long time trying to make a cool video background for the “about me” section, but gave up and now it’s just an iframe of an embedded youtube video.
2/25 10PM2/25 11PMPerfect the website.Fixed a few aesthetic errors here and there. But I think it looks good! I’m tired, my eyes are strained, I need to get off this coke I MEAN code.