-
Notifications
You must be signed in to change notification settings - Fork 0
/
services.html
68 lines (65 loc) · 3.19 KB
/
services.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Services</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 class="her">
<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="services">
<div class="title">
<h2>Our Services</h2>
</div>
<div class="box">
<div class="card">
<i class="fa-solid fa-pen-to-square"></i>
<h5>Content Writting</h5>
<div class="pra">
<p>content writting for the youtube videos and the other social media platforms.
<p style="text-align :center;">
<a class="button" href="#">Read more</a>
</p>
</p>
</div>
</div>
<div class="card">
<i class="fa-solid fa-clapperboard"></i>
<h5>Video Editing</h5>
<div class="pra">
<p>Video editing as per customer desire.
<p style="text-align :center;">
<a class="button" href="#">Read more</a>
</p>
</p>
</div>
</div>
<div class="card">
<i class="fa-brands fa-youtube"></i>
<h5>Youtube channel</h5>
<div class="pra">
<p>Handels your youtube channel properly for awesome growth.
<p style="text-align :center;">
<a class="button" href="#">Read more</a>
</p>
</p>
</div>
</div>
</div>
</div>
</body>
</html>