-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservice.html
81 lines (69 loc) · 4.99 KB
/
service.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
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<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">
<title > DOM</title>
<!-- <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous"> -->
<link rel="stylesheet" href="portfolio.css">
</head>
<body class="bdy">
<!-- <img src="C:\Users\Mantosh Kumar\OneDrive\Desktop\HTML\ptflo.avif"> -->
<div class="container cd" >
<div class ="sd sidebar sidebargo">
<nav >
<ul>
<li><a href="index.html">home</a></li>
<li ><a href="about.html">about</a></li>
<li ><a href="service.html">service</a></li>
<li ><a href="project.html">Project</a></li>
<li><a href="contact.html">contact</a></li>
</ul>
</nav>
</div>
</div>
<div class="main">
<div class="hambuger">
<img src="ham.png" alt="ham" class="ham" width="24">
<img src="cross1.png" alt="cross" class="cross" width="24">
</div>
</div>
<div class="mant">
<div class="sr">
<p> What i will do for you</p>
<h1>SERVICES</h1>
</div>
<div class="sr_mai">
<div class="sr_child">
<img src="src2.webp" alt="">
<div class="pag">
<h1>Web Development</h1>
<div class="ppt">
<p>Offer website development services for clients looking to establish or improve their online presence.
Highlight your expertise in building responsive and user-friendly websites.</p>
</div>
</div>
</div>
<div class="h"> <hr width="100%"></div>
<div class="sr_child">
<img src="src2.webp" alt="">
<div class="pag">
<h1>UI/UX Design</h1>
<p>Focus on offering user interface (UI) and user experience (UX) design services.
Showcase your ability to create intuitive and user-friendly interfaces.</p>
</div>
</div>
<div class="h"> <hr width="100%"></div>
<div class="sr_child">
<img src="src2.webp" alt="">
<div class="pag">
<h1>Design Services</h1>
<p>Provide graphic design services for logos, branding, and other visual elements.
Showcase your ability to create aesthetically pleasing and cohesive designs.</p>
</div>
</div>
</div>
</div>
<script src="portfolio.js"></script>
</body>
</html>