Skip to content

Html & CSS webiste template task completed#185

Open
ArturDevCraft wants to merge 31 commits intodevmentor-pl:masterfrom
ArturDevCraft:master
Open

Html & CSS webiste template task completed#185
ArturDevCraft wants to merge 31 commits intodevmentor-pl:masterfrom
ArturDevCraft:master

Conversation

@ArturDevCraft
Copy link
Collaborator

No description provided.

Copy link
Owner

@devmentor-pl devmentor-pl left a comment

Choose a reason for hiding this comment

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

Arturze,

Projekt prezentuje się super! 👍
Zostawiłem parę drobnych uwag dot. sementyki oraz BEM

index.html Outdated
</nav>
</div>
<div class="header__container container">
<div class="column">
Copy link
Owner

Choose a reason for hiding this comment

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

Zrobiłbym article - mało treści, ale spójna wypowiedź dlatego kwalifikuje się na ten znacznik

index.html Outdated
<button class="cta-button">Download FREE!</button>
</div>
<div class="column">
<div class="header__hero-img">
Copy link
Owner

Choose a reason for hiding this comment

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

Może figure?

index.html Outdated
</header>
<main class="content">
<section id="features" class="features content__row row">
<div class="features__container container">
Copy link
Owner

Choose a reason for hiding this comment

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

Może header - ten znacznik nie tylko występuje w nagłówku całej strony, ale może byc nagłówkiem dla article czy section - tak jak w tym przypadku.

index.html Outdated
Comment on lines 47 to 48
<div class="features__container container">
<div class="column">
Copy link
Owner

Choose a reason for hiding this comment

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

Może ul > li jako lista cech?

index.html Outdated
</div>
</section>
<section class="logos row">
<div class="logos__container container">
Copy link
Owner

Choose a reason for hiding this comment

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

Tutaj może również figure?

index.html Outdated
Comment on lines 135 to 136
<div class="team-cards container">
<div class="team-cards__card">
Copy link
Owner

Choose a reason for hiding this comment

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

"Lista" członków zespołu więc ul > li

styles/index.css Outdated
padding-right: 2em;
}

.header__logo img {
Copy link
Owner

Choose a reason for hiding this comment

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

Jeśli BEM to każdy element powinien mieć klasę, nie zagnieżdżamy selektorów.

styles/index.css Outdated
height: 3em;
}

.header__nav ul {
Copy link
Owner

Choose a reason for hiding this comment

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

Jak wyżej.

styles/index.css Outdated
list-style-type: none;
}

.header__nav a {
Copy link
Owner

Choose a reason for hiding this comment

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

Stylowanie po "tagach" w BEM dozwolone jedynie przy reset/normalize

styles/index.css Outdated
padding-bottom: 7em;
}

.header__container .column {
Copy link
Owner

Choose a reason for hiding this comment

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

Jeśli potrzebujesz ograniczyć "style" (przyporządkować dla konkretnego przypadku) to robisz Modyfikator tj. np. .column--header i te dwie klasy dodajesz do elementu np. <div class="column column--header">

Copy link
Owner

@devmentor-pl devmentor-pl left a comment

Choose a reason for hiding this comment

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

Arturze,

Zdecydowanie lepiej to teraz wygląda! 👍

<ul class="header__nav-menu">
<li><a class="header__nav-link" href="#team">The Team</a></li>
<li><a class="header__nav-link" href="#pricing">Pricing</a></li>
<li><a class="header__nav-link" href="#features">Features</a></li>
Copy link
Owner

Choose a reason for hiding this comment

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

👍

<p>A top noth premium qualtiy template for your next web project.</p>
<article class="column header__column">
<h1 class="header__title">Beautiful Free Nova template</h1>
<p class="header__description">A top noth premium qualtiy template for your next web project.</p>
Copy link
Owner

Choose a reason for hiding this comment

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

👍

<img class="header__hero-img" src="./images/screen.png" alt="Tablet screen with website">

</div>
</figure>
Copy link
Owner

Choose a reason for hiding this comment

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

👍

<ul class="features__container container">
<li class="column">
<div class="features__icon">
<img class="features__icon-img" src="./images/responsive.svg" alt="responsive icon">
Copy link
Owner

Choose a reason for hiding this comment

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

👍

<article class="column">
<h2 class="display__title">SIMPLE AND BEAUTIFUL</h2>
<p class="display__description">Lorem, ipsum dolor sit amet consectetur adipisicing elit. At omnis
quidem officiis quis in
Copy link
Owner

Choose a reason for hiding this comment

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

👍

index.html Outdated
<img src="./images/team-twitter.svg" alt="twitter logo">
<img src="./images/team-facebook.svg" alt="facebook logo">
<img class=".team__cards__card-social-img" src="./images/team-twitter.svg" alt="twitter logo">
<img class=".team__cards__card-social-img" src="./images/team-facebook.svg" alt="facebook logo">
Copy link
Owner

Choose a reason for hiding this comment

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

Tutaj niepotrzebnie pojawiły się kropki w class

index.html Outdated
<img src="./images/team-twitter.svg" alt="twitter logo">
<img src="./images/team-facebook.svg" alt="facebook logo">
<img class=".team__cards__card-social-img" src="./images/team-twitter.svg" alt="twitter logo">
<img class=".team__cards__card-social-img" src="./images/team-facebook.svg" alt="facebook logo">
Copy link
Owner

Choose a reason for hiding this comment

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

Podobnie :P

<img src="./images/webscope.svg" alt="webscope logo">
</div>
</figcaption>
</figure>
Copy link
Owner

Choose a reason for hiding this comment

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

👍

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