-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
44 lines (41 loc) · 2.36 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Contact</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,700;0,900;1,100;1,300;1,400;1,700&family=Oswald:wght@200;300;400;500;600;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,700;0,800;1,100;1,200;1,300;1,700&family=Tiro+Devanagari+Hindi:ital@0;1&display=swap" rel="stylesheet">
</head>
<body>
<div>
<nav>
<h2 class="logo"><span id="orange"> Biography </span><span id="blue"> in </span><span id="green"> Hindi </span></h2>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Me</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="contact.html">Contact us</a></li>
</ul>
<a href="https://www.youtube.com/biographyinhindi" class="btn" target="_blank">Subscribe</a>
</nav>
</div>
<div class="contact-me">
<p> Let me give you a best content </p>
<a class="button-2" href="https://www.fiverr.com/harendra_1">hire me</a>
</div>
<hr>
<!-----footer start-->
<footer>
<p>Harendra singh</p>
<p>For more video editing , script writting , voice over , learn editing then please follow me on other platforms :</p>
<div class="social">
<a href="https://www.instagram.com/harendra_singh_yt/"><i class="fa-brands fa-instagram"></i></a>
<a href="https://www.youtube.com/biographyinhindi"><i class="fa-brands fa-youtube"></i></a>
<a href="https://www.youtube.com/biographyinhindi"><i class="fa-brands fa-whatsapp"></i></a>
</div>
<p class="end">Copyrighted by Harendra singh ©</p>
</footer>
</body>
</html>