-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (51 loc) · 1.75 KB
/
index.html
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
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css"
rel="stylesheet"
/>
<link rel="stylesheet" href="styles.css" />
<title>Sumit Creates|CyberSecurity Services</title>
</head>
<body>
<nav>
<div class="nav__header">
<div class="nav__logo">
<a href="#">Secure<span>Shell</span>.</a>
</div>
<div class="nav__menu__btn" id="menu-btn">
<span><i class="ri-menu-line"></i></span>
</div>
</div>
<ul class="nav__links" id="nav-links">
<li><a href="#" >Home</a></li>
<li><a href="#" >Contact Us</a></li>
<li><a href="#" >About Us</a></li>
</ul>
<div class="nav__btns">
<button class="btn sign__up">Sign Up</button>
<button class="btn sign__in">Sign In</button>
</div>
</nav>
<header class="header__container">
<div class="header__image" >
<img src="assets/pic2.png" alt="header" />
</div>
<div class="header__content">
<h1>Guarding Your <br />Digital World, Free <span><br />and Fearless.</span> </h1>
<p>
SecureShell offers essential cybersecurity services completely free. <br>Protect your digital world effortlessly with our reliable sulutions, <br>ensuring peace of mind without the price tag
</p>
<button type="button">Try Our Services</button>
<div class="bar">
Copyright © skdas20, all rights reserved.
</div>
</div>
</header>
<script src="https://unpkg.com/scrollreveal"></script>
<script src="script.js"></script>
</body>
</html>