-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcontact.html
57 lines (57 loc) · 2.33 KB
/
contact.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="apple-touch-icon" sizes="180x180" href="Favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="Favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="Favicon/favicon-16x16.png">
<link rel="manifest" href="Favicon/site.webmanifest">
<title>RKG | Login/SignUp</title>
<link rel="stylesheet" href="Style/style.css">
<link rel="stylesheet" href="Contact Icon/css/all.css">
</head>
<body>
<header>
<div class="banner"></div>
</header>
<nav>
<a href="index.html">Home</a>
<a href="videos.html">Videos</a>
<a href="tutors.html">Tutors</a>
<a href="testyourself.html">Test Yourself</a>
<a href="contact.html">Contact Us</a>
<a href="login.html" class="flex-align-right">Login/SignUp</a>
</nav>
<body>
<div class="contact_us">
<h1 class="contact"><span>Contact Us</span></h1>
<hr>
<p> </p>
<br>
<p> </p>
<br>
<p> </p>
<br>
<p> </p>
<br>
<ol>
<li><a href="https://www.facebook.com/govind030303/" target="_blank"><i class="fab fa-facebook" aria-hidden="true"></i></a></li>
<li><a href="https://twitter.com/govind030303" target="_blank"><i class="fab fa-twitter" aria-hidden="true"></i></a></li>
<li><a href="https://www.linkedin.com/in/kashish-agarwal-0a61081b7/" target="_blank"><i class="fab fa-linkedin" aria-hidden="true"></i></a></li>
<li><a href="https://www.instagram.com/d.u.s.t.i.n_20/" target="_blank"><i class="fab fa-instagram" aria-hidden="true"></i></a></li>
</ol>
</div>
</body>
<footer>
<a href="#">FAQ</a>
<a href="contact.html">Contact Us</a>
<a href="#">Terms of Use</a>
<a href="#">Privacy Policy</a>
<a href="#">Refund Policy</a>
<a href="#" class="flex-align-left">© 2020 | RKG Learning System</a>
<span class="Team_Credit">Created in ♥ with Govind, Kashish and Rajarshi</span>
</footer>
</body>
</html>