Files
it-huyna/verst.html
SPAWNRYS 55393f44ba сука
2025-12-16 22:46:17 +03:00

68 lines
1.7 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8" />
<title>Kinetico Макет</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="verst.css" rel="stylesheet">
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
</style>
</head>
<body>
<div class="top-bar">
<a href="#">Login</a>
<a href="#">Register</a>
<a href="#"><b>🛒 4 items in cart</b></a>
</div>
<header>
<div class="logo-image"></div>
<div class="logo-text">KINETICO</div>
<nav>
<a href="#">HOME</a>
<a href="#">ABOUT</a>
<a href="#">BLOG</a>
<a href="#">SHOP</a>
<a href="#">CONTACT</a>
</nav>
</header>
<section class="robot">
<div class="robot-text">
<h1>
<span>Design a detailed</span>
<span>app icon in Photoshop</span>
</h1>
<div class="subtitle">An indepth tutorial By Nikolay Verin</div>
<p>
Kinetico is a responsive friendly Commerce theme focused on digital products.
Kept as clean and minimal as possible, without lacking any functionality.
Kinetico may be ideal for what you have in mind. Pixel Perfect, Grid based and
modern design with optimal UX in mind.
</p>
<div class="price">
<div class="old">$44,99</div>
<div class="new">$33,99</div>
</div>
<a href="#" class="btn">Add to cart</a>
</div>
<div class="robot-image">
<div class="slider-arrows">
<div class="arrow"></div>
<div class="arrow"></div>
</div>
</div>
</section>
</body>
</html>