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

Leticia-cedar #68

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

leticiabmain12
Copy link

Personal Portfolio Site

Congratulations! You're submitting your assignment!

Comprehension Questions

Question Answer
Did you have to resolve any issues when running the HTML Validator? If so, what were they?
Why is it important to consider and use semantic HTML?
How did you decide to structure your CSS?
What was the most challenging piece of this assignment?
Describe one area that you gained more clarity on when completing this assignment
Optional
Did you deploy to GitHub Pages? If so, what is the URL to your website?

Copy link

@beccaelenzil beccaelenzil left a comment

Choose a reason for hiding this comment

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

Nice work on this create HTML/CSS project. Per our conversation, it is best practice to use class names and ids to style elements, rather than default browser styling for html elements.

Comment on lines +20 to +21
<h2> A little bit about me...</h2>
<section>

Choose a reason for hiding this comment

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

Minor note: Consider including this <h2> within the <section>. An html validator had this to say (https://www.freeformatter.com/): "Section lacks heading. Consider using “h2”-“h6” elements to add identifying headings to all sections.

Choose a reason for hiding this comment

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

or we could use a <p> tag with a class name to apply styling

<p class="about-me-paragraph"> Lorem ipsum </p>

<body>

Choose a reason for hiding this comment

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

The tag is used differently on the different pages. A good convention to follow is organizing each page wth a

, then , then

Comment on lines +20 to +22
<h3>
Click below to view some of my work on GitHub.
</h3>

Choose a reason for hiding this comment

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

Suggested change
<h3>
Click below to view some of my work on GitHub.
</h3>
<h2 class="subheading">
Click below to view some of my work on GitHub.
</h2>

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