-
Notifications
You must be signed in to change notification settings - Fork 0
/
contactus.html
71 lines (71 loc) · 2.47 KB
/
contactus.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ASK YOUR QUERY</title>
<link rel="stylesheet" href="style.css" />
<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></a>
<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="contact" id="contact">
<h2 class="heading">CONTACT <span>US....</span></h2>
<form action="">
<div class="input-group">
<div class="input-box">
<input type="text" placeholder="NAME">
<input type="email" placeholder="E-MAIL">
</div>
<div class="input-box">
<input type="number" placeholder="MOBILE NUMBER">
<input type="text" placeholder="What would you like to tell is?">
</div>
</div>
<div class="input-group-2">
<textarea name="" id="" cols="30" rows="10" placeholder="Your Message :)"></textarea>
<input type="submit" value="Submit" class="btn">
</div>
</form>
</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>