My tribute project, any comments appreciated

Hello everybody,

I have just finished my first project with a tribute to an ancestor. I have used only what we learn in the online lessons, without resorting to bootstrap or similar, and trying to be original in the design (I am not even sure what bootstrap is, I am really learning from 0). Its address is https://codepen.io/orig4mi/full/Jzggpz .

I will be hapy for any feedback and suggestions about how to improve it.

Thanks in advance,

orig4mi

1 Like

Very nice. While using the tribute page as a format you still made it your own and met all the criteria. It flows nicely. Good job!

(You’ll learn about Bootstrap later. If you keep on concentrating on HTML and CSS when you eventually get to Bootstrap you’ll understand it a lot easier.)

2 Likes

Nice job, I like it. You can make your page more semantic using html5 elements like figure and figcaption on your image.

2 Likes

Nice work. I am working on my own tribute page project. All the best with rest of the FCC journey. :slightly_smiling_face:

2 Likes

Nice work, I like that you made it your own style and the change for smaller screens.

A few things:

  • I would text-align: center; the img-caption (it is in the media querie but not in the full screen page)

  • I wouldn’t put this much opacity (or at least make the image opaque or close to opaque) because it looks strange when I bird appears in Antonio forehead :smile:

  • in the media querie 680px I would center the blockquote and put a bit more margin top and bottom to make it stands more as its own.

Also you have a paragraph (the one that says “He was a political activist”) that doesn’t have a opening tag

2 Likes


Hi. Here is my fork. Added color to the border around main. Everything else was great.

1 Like

Dear all,

Thank you for your feedback, I have incorporated all your sugestions.

orig4mi