Skip to content

Commit

Permalink
make build
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentyna authored and Valentyna committed Dec 19, 2024
0 parents commit 12cc0d0
Show file tree
Hide file tree
Showing 31 changed files with 3,240 additions and 0 deletions.
Binary file added imac.d0e0225a.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
176 changes: 176 additions & 0 deletions index.e378193d.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions index.e378193d.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 37 additions & 0 deletions index.html
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>
Loading

0 comments on commit 12cc0d0

Please sign in to comment.