GustavoMatsunaga / tribute_page

This is a website created to fulfill a user stories, and tell about the japanese immigration, in order to complete the FreeCodeCamp challenge.

Home Page:https://gustavomatsunaga.github.io/tribute_page/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ABOUT 💬

This is a website created to fulfill a user stories, and tell about the japanese immigration, in order to complete the FreeCodeCamp challenge. It also had some challenges besides creating the website. The project was deployed here : Tribute Page

Challenges 💡

  • My tribute page should have an element with a corresponding id="main", which contains all other elements.

  • I should see an element with a corresponding id="title", which contains a string that describes the subject of the tribute page.

  • I should see a div element with a corresponding id="img-div".

  • Within the img-div element, I should see an img element with a corresponding id="image".

  • Within the img-div element, I should see an element with a corresponding id="img-caption" that contains textual content describing the image shown in img-div.

  • I should see an element with a corresponding id="tribute-info", which contains textual content describing the subject of the tribute page.

  • I should see an a element with a corresponding id="tribute-link", which links to an outside site that contains additional information about the subject of the tribute page. HINT: You must give your element an attribute of target and set it to _blank in order for your link to open in a new tab (i.e. target="_blank").

  • The img element should responsively resize, relative to the width of its parent element, without exceeding its original size.

  • The img element should be centered within its parent element.

Technologies Used 💻

  • HTML
  • CSS

DEMO VERSION

GIF

Developed by :octocat: Gustavo Matsunaga.

About

This is a website created to fulfill a user stories, and tell about the japanese immigration, in order to complete the FreeCodeCamp challenge.

https://gustavomatsunaga.github.io/tribute_page/


Languages

Language:HTML 65.5%Language:SCSS 34.5%