https://codepen.io/dare0505/full/NXwXLx/ here it is.
Hi,
top img is invalid :), rest looks good for me.
seems imgur makes problems if you embed the image. Check again.
Overall the page looks good, seems like an original design. I like the alternating paragraphs on the timeline
thanks, any more detailed critique would be appreciated
Here is my take:
-
Content-wise:
Your assertion, “The Greatest Inventor Of All Time”, will be more palatable if you express it as a quote. Same goes for your “living under a rock” proclamation. These statements will read better if it’s something a reputable person (such as Elon Musk) said in praise of Nikola Tesla. -
Code-wise:
I could not find a Wikipedia (or any other website) link I can click on to learn more about Nikola Tesla.
Secondly, the bottom image of Nikola Tesla is not responsive. I used this CSS code to make my images responsive:
img {
max-width: 100%;
display: block;
margin: 0 auto;
}
I am a big fan of Tesla by the way (both the auto company and the man himself).
Cheers.