Appreciate Tribute Page Feedback

I’ve created a tribute page for my grandfather, Robert Edmond Alter, who was an author. I tried to use a color scheme that was deco to fit in the time period he wrote. It’s basic but hopefully I can improve it over time. Thanks for your time and any feedback.

1 Like

So darn cool that you made a tribute page for your grandfather and he was an old school sci-fi and fantasy writer!

Feedback:

  • Play around with borders for your images. It doesn’t have to be fancy just feels like something missing.
  • For the IMDB link remember to include target blank to open a new page.

You are good to go!

Thanks very much for taking the time to check it out! I agree that the images could be enhanced a bit and will play around with them. On to project 2!

HI :slight_smile:

This code

<link href="https://fonts.googleapis.com/css?family=Taviraj|Raleway" rel="stylesheet">

Go to :
Pen Settings -> Stuff for head

You also can insert (in Stuff for head) a meta tag in the header:

Bootstrap documentation (http://getbootstrap.com/css/) :

Bootstrap is mobile first. Mobile first styles can be found throughout the entire library instead of in separate files.
To ensure proper rendering and touch zooming, add the viewport meta tag to your .

 <meta name="viewport" content="width=device-width, initial-scale=1">

At line 7, there is an empty div:

  <div class="col-md-2"></div>

Cheers, and Happy coding

Cool. Thanks very much for that!