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

html-css/week1/anita #13

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

Conversation

cheico
Copy link

@cheico cheico commented Jan 16, 2025

No description provided.

Copy link

@jason-vasilev jason-vasilev left a comment

Choose a reason for hiding this comment

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

Hi, Anita

There are some things that need attention. Let's try to discuss them in person. I am sure that with a little of guidance, you will quickly get on top of this 💪

<img src="image/profile.png" class="profile-img">
<div class="blue-box"></div>

<h2 class="name"Ngah<span>Anita</span></h2>
Copy link

@jason-vasilev jason-vasilev Jan 18, 2025

Choose a reason for hiding this comment

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

I think you might have forgotten a closing bracket on the <h2>

Suggested change
<h2 class="name"Ngah<span>Anita</span></h2>
<h1 class="name">Ngah <span>Anita</span></h1>

Also, it's recommended to start the page with the biggest H tag, which would be <h1>. You can read more about the order of the headlines here - https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements#usage_notes

<div class="resume-box">
<div class="left-section">
<div class="profile">
<img src="image/profile.png" class="profile-img">

Choose a reason for hiding this comment

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

It's a good practice to add alt attribute to images and describe in them what is the image visualizing. This helps people using screen readers to "see" graphic elements.

<h2 class="name"Ngah<span>Anita</span></h2>
</div>

<p class="n-p">Graphic & Web Designer</span><h2></h2>

Choose a reason for hiding this comment

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

It seems like you have a unnecessary closed </span> tag and a <h2></h2>

Comment on lines +112 to +123
<span class="icon"><i class="fa fa-map-marker" aria-hidden="true"></i></span>
<span class="text">French, English ,Danish</span>
</li>
</ul>
</div>
</div>
<div class="right_Side"></div>
</div>
</body>
</html>

<p1{

Choose a reason for hiding this comment

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

Hmmm, there is something strange going on here. You have an extra closing </body> and </html>, and further down CSS, which is not wrapped in <style> tags.

Comment on lines +28 to +33
<h3 class="title">Contact Info</h3>
<ul>
<li>
<h5>2005 -2008</h5>
<h4>Bachelor Degree in Economics</h4>
<h4>University Name</h4>

Choose a reason for hiding this comment

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

The headlines order jumps a bit here. First you have h3, then you jump to h5 and then to h4. The best would be if it would be something like h3, h4, h5, h5

<li>
<div class="right-heading">
<img src="image/user.png">
<p class="p2"profile></p>

Choose a reason for hiding this comment

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

I think this might have to be like this

                            <p class="p2">profile</p>

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