forked from mate-academy/layout_product-cards
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Valentyna
authored and
Valentyna
committed
Dec 19, 2024
0 parents
commit 12cc0d0
Showing
31 changed files
with
3,240 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<!doctype html> | ||
<html lang="en" class="page"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Product cards</title> | ||
<link rel="stylesheet" href="/index.e378193d.css"> | ||
</head> | ||
<body> | ||
<div class="product-card" data-qa="card"> | ||
<img src="/imac.d0e0225a.jpeg" alt="iMac" class="product-card__bg"> | ||
<h3 class="product-card__title"> | ||
APPLE A1419 iMac 27" Retina | ||
<br> | ||
5K Monoblock (MNED2UA/A) | ||
</h3> | ||
<div class="product-card__code">Product code: 195434</div> | ||
<div class="product-card__rating"> | ||
<div class="product-card__stars"> | ||
<span class="product-card__star" data-value="1"></span> | ||
<span class="product-card__star" data-value="2"></span> | ||
<span class="product-card__star" data-value="3"></span> | ||
<span class="product-card__star" data-value="4"></span> | ||
<span class="product-card__star" data-value="5"></span> | ||
</div> | ||
<div class="product-card__reviews">Reviews: 5</div> | ||
</div> | ||
<div class="product-card__price"> | ||
<div class="product-card__price-title">Price:</div> | ||
<div class="product-card__price-sum">$2,199</div> | ||
</div> | ||
<button type="button" class="product-card__link" data-qa="hover"> | ||
BUY | ||
</button> | ||
</div> | ||
<script src="/layout_product-cards.59712999.js"></script></body> | ||
</html> |
Oops, something went wrong.