Kyle Dempster Tribute Page

Hello all,
Vulnerably submitting my tribute page. Be as brutal as you can. Thank you very much for the feedback.

Project Link- https://codepen.io/jparis88/pen/ZpKkAX

You shouldn’t wrap <a> tags in <button> tags. The links won’t open.

Consider changing the links’ color because it’s hard to read blue against a gray background.

Thanks Kevcomedia, I will work on that. Did the links not work for you?

Nothing happens when I click.

On the other hand though, you can make links look like buttons :slight_smile:

So I should insert the link inside of the button or just do away with the button all-together and make a button out of an using css?

If you really want your links to look that way, you can do so with CSS (and remove the <button> tags altogether).