The code will add a large animated text in the "About Me" section, although if you want, you can put it elsewhere as in the "Who would I like to meet" section, the animation is very simple, it is an animation which makes this text move up and down over and over again, if you know a little bit of HTML you can change the animation. At the end of the code there is a part where what matters appears, a...
(the dashed lines are part of my layout, not part of the actual code) self explanatory, just a simple way to remove the default "about"/"who i'd like to meet" titles and replace them with your own. 2 versions of the code are included: text + image. keep in mind that both codes won't work at the same time. copy whichever version you'd prefer and edit as needed.
Hey! I'm new to this site and I wanted to contribute a little bit. This is something cool I learned in my middle school coding class. It's called a "Parrallax" effect. What it does is it keeps an image in place while you scroll down. It's pretty cool. If you wan't to change out the image feel free. Just go into the code and switch out the URL. Example: background-image: url('INSERT URL HERE'); I s...