Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Paper-Manu Ponce #68

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Paper-Manu Ponce #68

wants to merge 1 commit into from

Conversation

kmanuponce
Copy link

No description provided.

Copy link

@CheezItMan CheezItMan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not bad Manu, the homepage looks ok. A couple of suggestions:

  1. You can use an HTML Validator to find errors in your HTML
  2. You can also use a CSS Validator for the CSS as well.
  3. It can help to make a body a grid container to layout of the site.

<h1 class="title-name">ABOUT</h1>

<section class="iframe-container-about">
<iframe title="vimeo-player" src="https://player.vimeo.com/video/305818185" width="640" height="360" frameborder="0" allowfullscreen></iframe>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Generally we use css instead of frameborder.

<div class="card">
<h2>Makakū</h2>
<h5>Seattle,WA, March 1, 2021</h5>
<div class="blog-img" width="20" height="30">

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You shouldn't use width and height for styling and instead use CSS.

<div class="blog-img" width="20" height="30">Ko`olau Mountains
<img src="https://onlyinhawaii.org/wp-content/uploads/2013/03/Hoomaluhia-Botanical-Garden-Koolau-mountain-range-300x191.jpg"
alt="Italian Trulli">
</footer>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You still have open tags (the tag for instance) inside the footer which are still open when the browser hits this close tag.

height: 315px; /* think about making these max-width instead - might give you some more responsiveness */

/* position: absolute; positions out of the flow, but according to the nearest parent */
top: 7; right: 0; /* confuse it i guess */

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need to specify a unit here.

Suggested change
top: 7; right: 0; /* confuse it i guess */
top: 7px; right: 0px; /* confuse it i guess */


/* position: absolute; positions out of the flow, but according to the nearest parent */
top: 7; right: 0; /* confuse it i guess */
bottom: 5; left: 0;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
bottom: 5; left: 0;
bottom: 5px; left: 0px;

text-align: center;
background-color: rgba(146, 153, 153, 0.651);
width: 800px;
padding: 200x;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
padding: 200x;
padding: 200px;

text-align: center;
background-color: rgba(146, 153, 153, 0.651);
width: 800px;
padding: 200x;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
padding: 200x;
padding: 200px;

Comment on lines +143 to +144
top: 5; right: 0; /* confuse it i guess */
bottom: 5; left: 0;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
top: 5; right: 0; /* confuse it i guess */
bottom: 5; left: 0;
top: 5px; right: 0px; /* confuse it i guess */
bottom: 5px; left: 0px;

@kmanuponce
Copy link
Author

kmanuponce commented Jun 23, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants