-
Notifications
You must be signed in to change notification settings - Fork 0
/
services.html
71 lines (71 loc) · 3.06 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
69
70
71
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Our Services - Aman Kumar Portfolio</title>
<link rel="stylesheet" href="service.css">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="index.html"><img src="vector-real-estate-house-icon.jpg" width="40px"><br>Home</a></li>
<li><a href="about.html"><img src="2602060.png" width="40px"><br>About</a></li>
<li><a href="services.html"><img src="ev-service.png" width="40px"><br>Services</a></li>
<li><a href="projects.html"><img src="2.jpg" width="40px"><br>Projects</a></li>
<li><a href="contact.html"><img src="contact us.png" width="40px"><br>Contact</a></li>
<li> <img src="Screenshot (2).png" width="140px" id="ss"></li>
</ul>
</nav>
</header>
<div class="container">
<section class="services">
<h1>Our Web Development Services</h1>
<br><br>
<div class="service-item">
<h2>Website Design</h2><br>
<p>We create visually stunning and user-friendly website designs that engage your audience.</p>
</div>
<div class="service-item">
<h2>Front-End Development</h2><br>
<p>Our front-end developers craft responsive and interactive web interfaces using the latest technologies.</p>
</div>
<div class="service-item">
<h2>Back-End Development</h2><br>
<p>We build robust and secure server-side solutions to power your web applications and websites.</p>
</div>
<div class="service-item">
<h2>E-commerce Solutions</h2><br>
<p>From online stores to payment gateways, we provide end-to-end e-commerce development services.</p>
</div>
<!-- Add more service items as needed -->
</section>
</div>
<footer>
<div class="footer">
<div class="footer-frist">
<h2>Sushant Kumar Developer Portfolio</h2>
</div>
<div class="footer-second">
<H3>Instagram</H3>
<a href="https://instagram.com/heyy_sushant_?igshid=MXAxY2V4NTV2NndzNQ=="><img src="instagram_logo.png" width="50px"></a>
</div>
<div class="footer-third">
<h3>Gmail</h3>
<a href="mailto:sushant25032001@gmail.com"><img src="email-logo-png-us-4.png" width="50px"></a>
</div>
<div class="footer-fourth">
<h3>Linkedin</h3>
<a href="https://www.linkedin.com/in/sushant-kumar-a97b561b7"><img src="Linkedin-logo.png" width="80px"></a>
</div>
</div>
<div class="footer-rights">
Copyright © SushantKumarportfolio.com | All right reserved
</div>
</footer>
<footer class="foot">
<p>© 2023 Sushant Pvt Ltd</p>
</footer>
</body>
</html>