Skip to Navigation

My Favorite Cryptids

Projects

On the Home page, I created a slideshow with a picture of each cryptid described on my site. The slide show has a delay between changing images and each fades in and out. You can view the page at the following link: Home page.

On the Mothman page, I created an array containing the names of the people in the car that first saw Mothman. I had the JavaScript file print the number of array items in a sentence into the HTML. You can view the page at the following link: Mothman page.

On the Bigfoot page, I added a button that triggers an alert when clicked. The alert tells a fact about the largest Bigfoot print ever found. You can view the page at the following link: Bigfoot page.

On the Fresno Nightcrawler page, I added a click event and a function with an if/else if/else condition. It prints a different message to the HTML when the button is clicked based on the value the user enters into the input field. You can view the page at the following link: Fresno Nightcrawler page.

On the Loch Ness Monster page, I added a circle image with a mouseover event. Hovering over the circle triggers a different image to display with a different alt text. You can view the page at the following link: Loch Ness Monster page.