File size: 1,073 Bytes
56908ee 94604aa 56908ee 94604aa 7ce00fa 20e78d0 7ce00fa b0be169 94604aa b0be169 94604aa b0be169 94604aa 089dd1b 94604aa 089dd1b 94604aa 7ce00fa 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 37 38 |
<!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> <div class="nav-close hidden">+</div> </h1>
<ul class="">
<div class="nav-close hidden">X</div>
<li><a href="https://sopkit.github.io/SopKit#">Tools</a></li>
<li><a href="https://github.com/SopKit">GitHub</a></li>
<li><a href="#">Contact</a></li>
<li><a href="#">Search</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>
<script src="script.js"></script>
</body>
</html> |