-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (46 loc) · 2.82 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>
<link rel="shortcut icon" href="https://yt3.ggpht.com/ytc/AMLnZu8m9Q8nFUl0cIzppc8cmkRYHc7-TBKZd_8CRZyHCg=s176-c-k-c0x00ffffff-no-rj" type="image/x-icon">
<title>Bio in hindi</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>
<a href="https://www.youtube.com/biographyinhindi"><img class="lgo" src="images/CHAnnel logo.png"></a>
<div class="hero">
<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="video">
<a href="https://www.youtube.com/watch?v=tUfyrd-BqMA&t=6s"><img class="video1" src="images/happu.jpg" alt="logo"></a>
<a href="https://www.youtube.com/watch?v=KLz7Y3rWgpA"><img class="video2" src="images/pankaj.jpg" alt="logo"></a>
<div class="videop2">
<a href="https://www.youtube.com/watch?v=Z_872xxJ5j8"><img class="video3" src="images/stephen.jpg" alt="logo"></a>
<a href="https://www.youtube.com/watch?v=WYtwY0wiNoA"><img class="video4" src="images/dhoni.jpg" alt="logo"></a>
</div>
</div>
<div class="content">
<h4>Hello, My name is</h4>
<h1>Harendra singh</h1>
<h3> I am a Content Creator </h3>
<div class="newsletter">
<form>
<input type="email" name="email" id="mail" placeholder="Enter your email">
<input type="submit" name="submit" value="Lets start">
</form>
</div>
</div>
</body>
</html>