-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
add task solution #4831
base: master
Are you sure you want to change the base?
add task solution #4831
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,355 @@ | |
</head> | ||
|
||
<body> | ||
<h1>Catalog</h1> | ||
<header class="header"> | ||
<a | ||
href="index.html" | ||
class="header__logo-link" | ||
> | ||
<img | ||
src="images/logo.png" | ||
alt="Moyo logo" | ||
/> | ||
</a> | ||
|
||
<nav class="nav"> | ||
<ul class="nav__list"> | ||
<li> | ||
<a | ||
class="nav__link is-active" | ||
href="index.html" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The 'href' attribute for this navigation link is set to 'index.html'. Ensure this is the correct link for the 'Apple' section. If not, update it to the correct URL. |
||
> | ||
Apple | ||
</a> | ||
</li> | ||
|
||
<li> | ||
<a | ||
class="nav__link" | ||
href="index.html" | ||
Comment on lines
+48
to
+50
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. All navigation links point to 'index.html'. If these links are intended to navigate to different pages, ensure the 'href' attributes are updated accordingly. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The 'href' attribute for this navigation link is set to 'index.html'. Ensure this is the correct link for the 'Samsung' section. If not, update it to the correct URL. |
||
> | ||
Samsung | ||
</a> | ||
</li> | ||
|
||
<li> | ||
<a | ||
class="nav__link" | ||
href="index.html" | ||
Comment on lines
+57
to
+59
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. All navigation links point to 'index.html'. If these links are intended to navigate to different pages, ensure the 'href' attributes are updated accordingly. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The 'href' attribute for this navigation link is set to 'index.html'. Ensure this is the correct link for the 'Smartphones' section. If not, update it to the correct URL. |
||
> | ||
Smartphones | ||
</a> | ||
</li> | ||
|
||
<li> | ||
<a | ||
class="nav__link" | ||
href="index.html" | ||
Comment on lines
+66
to
+68
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. All navigation links point to 'index.html'. If these links are intended to navigate to different pages, ensure the 'href' attributes are updated accordingly. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The 'href' attribute for this navigation link is set to 'index.html'. Ensure this is the correct link for the 'Laptops & Computers' section. If not, update it to the correct URL. |
||
data-qa="nav-hover" | ||
> | ||
Laptops & Computers | ||
</a> | ||
</li> | ||
|
||
<li> | ||
<a | ||
class="nav__link" | ||
href="index.html" | ||
Comment on lines
+76
to
+78
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. All navigation links point to 'index.html'. If these links are intended to navigate to different pages, ensure the 'href' attributes are updated accordingly. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The 'href' attribute for this navigation link is set to 'index.html'. Ensure this is the correct link for the 'Gadgets' section. If not, update it to the correct URL. |
||
> | ||
Gadgets | ||
</a> | ||
</li> | ||
|
||
<li> | ||
<a | ||
class="nav__link" | ||
href="index.html" | ||
Comment on lines
+85
to
+87
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. All navigation links point to 'index.html'. If these links are intended to navigate to different pages, ensure the 'href' attributes are updated accordingly. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The 'href' attribute for this navigation link is set to 'index.html'. Ensure this is the correct link for the 'Tablets' section. If not, update it to the correct URL. |
||
> | ||
Tablets | ||
</a> | ||
</li> | ||
|
||
<li> | ||
<a | ||
class="nav__link" | ||
href="index.html" | ||
Comment on lines
+94
to
+96
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. All navigation links point to 'index.html'. If these links are intended to navigate to different pages, ensure the 'href' attributes are updated accordingly. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The 'href' attribute for this navigation link is set to 'index.html'. Ensure this is the correct link for the 'Photo' section. If not, update it to the correct URL. |
||
> | ||
Photo | ||
</a> | ||
</li> | ||
|
||
<li> | ||
<a | ||
class="nav__link" | ||
href="index.html" | ||
Comment on lines
+103
to
+105
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. All navigation links point to 'index.html'. If these links are intended to navigate to different pages, ensure the 'href' attributes are updated accordingly. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The 'href' attribute for this navigation link is set to 'index.html'. Ensure this is the correct link for the 'Video' section. If not, update it to the correct URL. |
||
> | ||
Video | ||
</a> | ||
</li> | ||
</ul> | ||
</nav> | ||
</header> | ||
|
||
<main class="catalog"> | ||
<div | ||
class="card" | ||
data-qa="card" | ||
> | ||
<p class="card__title"> | ||
APPLE A1419 iMac 27" Retina 5K Monoblock (MNED2UA/A) | ||
</p> | ||
|
||
<p class="card__product-code">Product code: 195434</p> | ||
|
||
<div class="card__reviews"> | ||
<div class="stars stars--4"> | ||
<div class="stars__star"></div> | ||
<div class="stars__star"></div> | ||
<div class="stars__star"></div> | ||
<div class="stars__star"></div> | ||
<div class="stars__star"></div> | ||
</div> | ||
|
||
<p class="card__reviews-counter">Reviews: 5</p> | ||
</div> | ||
|
||
<div class="card__price"> | ||
<p class="card__price-text">Price:</p> | ||
<p class="card__price-amount">$2,199</p> | ||
</div> | ||
|
||
<a | ||
href="#" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The 'href' attribute for the 'Buy' button is set to '#'. Ensure this is the correct link for the purchase action. If not, update it to the correct URL. |
||
class="card__button" | ||
Comment on lines
+142
to
+144
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The 'href' attribute of the 'Buy' button is set to '#', which means it doesn't lead anywhere. Consider updating this to point to a relevant page or action. |
||
data-qa="card-hover" | ||
> | ||
Buy | ||
</a> | ||
</div> | ||
|
||
<div class="card"> | ||
<p class="card__title"> | ||
APPLE A1419 iMac 27" Retina 5K Monoblock (MNED2UA/A) | ||
</p> | ||
|
||
<p class="card__product-code">Product code: 195434</p> | ||
|
||
<div class="card__reviews"> | ||
<div class="stars stars--4"> | ||
<div class="stars__star"></div> | ||
<div class="stars__star"></div> | ||
<div class="stars__star"></div> | ||
<div class="stars__star"></div> | ||
<div class="stars__star"></div> | ||
</div> | ||
|
||
<p class="card__reviews-counter">Reviews: 5</p> | ||
</div> | ||
|
||
<div class="card__price"> | ||
<p class="card__price-text">Price:</p> | ||
<p class="card__price-amount">$2,199</p> | ||
</div> | ||
|
||
<a | ||
href="#" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The 'href' attribute for the 'Buy' button is set to '#'. Ensure this is the correct link for the purchase action. If not, update it to the correct URL. |
||
class="card__button" | ||
Comment on lines
+175
to
+177
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The 'href' attribute of the 'Buy' button is set to '#', which means it doesn't lead anywhere. Consider updating this to point to a relevant page or action. |
||
> | ||
Buy | ||
</a> | ||
</div> | ||
|
||
<div class="card"> | ||
<p class="card__title"> | ||
APPLE A1419 iMac 27" Retina 5K Monoblock (MNED2UA/A) | ||
</p> | ||
|
||
<p class="card__product-code">Product code: 195434</p> | ||
|
||
<div class="card__reviews"> | ||
<div class="stars stars--4"> | ||
<div class="stars__star"></div> | ||
<div class="stars__star"></div> | ||
<div class="stars__star"></div> | ||
<div class="stars__star"></div> | ||
<div class="stars__star"></div> | ||
</div> | ||
|
||
<p class="card__reviews-counter">Reviews: 5</p> | ||
</div> | ||
|
||
<div class="card__price"> | ||
<p class="card__price-text">Price:</p> | ||
<p class="card__price-amount">$2,199</p> | ||
</div> | ||
|
||
<a | ||
href="#" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The 'href' attribute for the 'Buy' button is set to '#'. Ensure this is the correct link for the purchase action. If not, update it to the correct URL. |
||
class="card__button" | ||
Comment on lines
+207
to
+209
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The 'href' attribute of the 'Buy' button is set to '#', which means it doesn't lead anywhere. Consider updating this to point to a relevant page or action. |
||
> | ||
Buy | ||
</a> | ||
</div> | ||
|
||
<div class="card"> | ||
<p class="card__title"> | ||
APPLE A1419 iMac 27" Retina 5K Monoblock (MNED2UA/A) | ||
</p> | ||
|
||
<p class="card__product-code">Product code: 195434</p> | ||
|
||
<div class="card__reviews"> | ||
<div class="stars stars--4"> | ||
<div class="stars__star"></div> | ||
<div class="stars__star"></div> | ||
<div class="stars__star"></div> | ||
<div class="stars__star"></div> | ||
<div class="stars__star"></div> | ||
</div> | ||
|
||
<p class="card__reviews-counter">Reviews: 5</p> | ||
</div> | ||
|
||
<div class="card__price"> | ||
<p class="card__price-text">Price:</p> | ||
<p class="card__price-amount">$2,199</p> | ||
</div> | ||
|
||
<a | ||
href="#" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The 'href' attribute for the 'Buy' button is set to '#'. Ensure this is the correct link for the purchase action. If not, update it to the correct URL. |
||
class="card__button" | ||
Comment on lines
+239
to
+241
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The 'href' attribute of the 'Buy' button is set to '#', which means it doesn't lead anywhere. Consider updating this to point to a relevant page or action. |
||
> | ||
Buy | ||
</a> | ||
</div> | ||
|
||
<div class="card"> | ||
<p class="card__title"> | ||
APPLE A1419 iMac 27" Retina 5K Monoblock (MNED2UA/A) | ||
</p> | ||
|
||
<p class="card__product-code">Product code: 195434</p> | ||
|
||
<div class="card__reviews"> | ||
<div class="stars stars--4"> | ||
<div class="stars__star"></div> | ||
<div class="stars__star"></div> | ||
<div class="stars__star"></div> | ||
<div class="stars__star"></div> | ||
<div class="stars__star"></div> | ||
</div> | ||
|
||
<p class="card__reviews-counter">Reviews: 5</p> | ||
</div> | ||
|
||
<div class="card__price"> | ||
<p class="card__price-text">Price:</p> | ||
<p class="card__price-amount">$2,199</p> | ||
</div> | ||
|
||
<a | ||
href="#" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The 'href' attribute for the 'Buy' button is set to '#'. Ensure this is the correct link for the purchase action. If not, update it to the correct URL. |
||
class="card__button" | ||
Comment on lines
+271
to
+273
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The 'href' attribute of the 'Buy' button is set to '#', which means it doesn't lead anywhere. Consider updating this to point to a relevant page or action. |
||
> | ||
Buy | ||
</a> | ||
</div> | ||
|
||
<div class="card"> | ||
<p class="card__title"> | ||
APPLE A1419 iMac 27" Retina 5K Monoblock (MNED2UA/A) | ||
</p> | ||
|
||
<p class="card__product-code">Product code: 195434</p> | ||
|
||
<div class="card__reviews"> | ||
<div class="stars stars--4"> | ||
<div class="stars__star"></div> | ||
<div class="stars__star"></div> | ||
<div class="stars__star"></div> | ||
<div class="stars__star"></div> | ||
<div class="stars__star"></div> | ||
</div> | ||
|
||
<p class="card__reviews-counter">Reviews: 5</p> | ||
</div> | ||
|
||
<div class="card__price"> | ||
<p class="card__price-text">Price:</p> | ||
<p class="card__price-amount">$2,199</p> | ||
</div> | ||
|
||
<a | ||
href="#" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The 'href' attribute for the 'Buy' button is set to '#'. Ensure this is the correct link for the purchase action. If not, update it to the correct URL. |
||
class="card__button" | ||
Comment on lines
+303
to
+305
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The 'href' attribute of the 'Buy' button is set to '#', which means it doesn't lead anywhere. Consider updating this to point to a relevant page or action. |
||
> | ||
Buy | ||
</a> | ||
</div> | ||
|
||
<div class="card"> | ||
<p class="card__title"> | ||
APPLE A1419 iMac 27" Retina 5K Monoblock (MNED2UA/A) | ||
</p> | ||
|
||
<p class="card__product-code">Product code: 195434</p> | ||
|
||
<div class="card__reviews"> | ||
<div class="stars stars--4"> | ||
<div class="stars__star"></div> | ||
<div class="stars__star"></div> | ||
<div class="stars__star"></div> | ||
<div class="stars__star"></div> | ||
<div class="stars__star"></div> | ||
</div> | ||
|
||
<p class="card__reviews-counter">Reviews: 5</p> | ||
</div> | ||
|
||
<div class="card__price"> | ||
<p class="card__price-text">Price:</p> | ||
<p class="card__price-amount">$2,199</p> | ||
</div> | ||
|
||
<a | ||
href="#" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The 'href' attribute for the 'Buy' button is set to '#'. Ensure this is the correct link for the purchase action. If not, update it to the correct URL. |
||
class="card__button" | ||
Comment on lines
+335
to
+337
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The 'href' attribute of the 'Buy' button is set to '#', which means it doesn't lead anywhere. Consider updating this to point to a relevant page or action. |
||
> | ||
Buy | ||
</a> | ||
</div> | ||
|
||
<div class="card"> | ||
<p class="card__title"> | ||
APPLE A1419 iMac 27" Retina 5K Monoblock (MNED2UA/A) | ||
</p> | ||
|
||
<p class="card__product-code">Product code: 195434</p> | ||
|
||
<div class="card__reviews"> | ||
<div class="stars stars--4"> | ||
<div class="stars__star"></div> | ||
<div class="stars__star"></div> | ||
<div class="stars__star"></div> | ||
<div class="stars__star"></div> | ||
<div class="stars__star"></div> | ||
</div> | ||
|
||
<p class="card__reviews-counter">Reviews: 5</p> | ||
</div> | ||
|
||
<div class="card__price"> | ||
<p class="card__price-text">Price:</p> | ||
<p class="card__price-amount">$2,199</p> | ||
</div> | ||
|
||
<a | ||
href="#" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The 'href' attribute for the 'Buy' button is set to '#'. Ensure this is the correct link for the purchase action. If not, update it to the correct URL. |
||
class="card__button" | ||
Comment on lines
+367
to
+369
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The 'href' attribute of the 'Buy' button is set to '#', which means it doesn't lead anywhere. Consider updating this to point to a relevant page or action. |
||
> | ||
Buy | ||
</a> | ||
</div> | ||
</main> | ||
</body> | ||
</html> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All navigation links point to 'index.html'. If these links are intended to navigate to different pages, ensure the 'href' attributes are updated accordingly.