File size: 889 Bytes
56908ee 94604aa 56908ee 94604aa 089dd1b 94604aa 089dd1b 94604aa 089dd1b 94604aa 56908ee |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SopKit Tools</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav>
<h1>SopKit<span>.</span></h1>
<ul>
<li><a href="#">Tools</a></li>
<li><a href="#">GitHub</a></li>
<li><a href="#">Contact</a></li>
<li><a href="#">Page</a></li>
<li><a href="#">Files</a></li>
</ul>
</nav>
<main class="container">
<section class="hero-section">
<div class="hero-container">
<h1>SopKit<span>.</span></h1>
<p>SopKit is a collection of small and handy web developer tools aimed at simplifying various tasks such as code formatting, data conversion, and security validation.
</p> </div>
<div class="hero-image">
<img src="girl.svg" alt="" srcset="">
</div>
</section>
</main>
</body>
</html> |