Scott Hutchison Tribute Pages (after an overhaul!)

Hello!

My second post around my tribute page.

I decided to go for a slightly different look and created a main page, with two secondary pages containing some more information. I’m quite new to CodePen and I’m not sure if links should be working on the live preview.

Here is the front page of the site:

Here is info page 1:

Here is info page 2:

I’m trying to take my time with it, and there are still a couple of kinks that I will iron out.

At the moment, any feedback is appreciated and welcomed!

Thanks!

Hi @mmacph22

Since you’re using Bootstrap you need to modify your link button declaration.

Instead of

<button type="button" class="btn btn-secondary"> <a href="https://codepen.io/mmacph/full/YvzvPP" style="color: #404040">Art</a></button>

simply use
<a href="https://codepen.io/mmacph/full/YvzvPP" target="_blank" class="btn btn-info" role="button">Art</a>

It should work like a charm.
Do the same thing for the other one.

Let me know if it’s what you wish.