-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
79 lines (77 loc) · 2.73 KB
/
about.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>GET TO KNOW US</title>
<link rel="stylesheet" href="style.css" />
<link
href="https://unpkg.com/[email protected]/css/boxicons.min.css"
rel="stylesheet"
/>
<link
href='https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap'
rel="stylesheet"
/>
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
rel="stylesheet"
/>
</head>
<body>
<header class="header">
<a href="index.html" class="logo">CIPHER
<span>GUARD</span>
<i class="x bx-menu" id="menu-icon"></i>
<nav class="navbar">
<a href="index.html">HOME</a>
<a href="about.html">ABOUT US</a>
<a href="contactus.html">CONTACT US</a>
<a href="pricing.html">PRICING</a>
<a HREF="consortium.html">CONSORTIUM</a>
</nav>
</a>
</header>
<section class="about" id="about">
<div class="about-content">
<div class="content">
<h2 class="text" data-text="ABOUT US">
ABOUT US
</h2>
</div>
<p>At Cipher Guard, our mission is to provide top-tier cybersecurity solutions to individuals and businesses alike.
In today's digital age, protecting sensitive information is more critical than ever,
and we are dedicated to helping our users safeguard their data against ever-evolving cyber threats.</p>
<a href="readmore.html" class="btn">Read More</a>
</div>
<div class="about-img">
<img src="about-img.png" alt="">
</div>
</section>
<footer class="footer">
<div class="social-icons">
<a href="https://github.com/abhi-1408-shek">
<i class="fa fa-github"></i>
</a>
<a href="https://www.linkedin.com/in/abhishek-sharma-ba329725a/">
<i class="fa fa-linkedin"></i>
</a>
<a href="t.me/abhishek_gcet">
<i class="fa fa-telegram"></i>
</a>
<a href="https://x.com/mrabhishek1408">
<i class="fa fa-twitter"></i>
</a>
</div>
<ul class="list">
<li>
<a href="readmore.html">FAQ's</a>
</li>
<li>
<a href="pricing.html">SERVICES</a>
</li>
<p class="copyright"> © CIPHER-GUARD | ALL RIGHTS RESERVED</p>
</ul>
</footer>
</body>
</html>