-
Notifications
You must be signed in to change notification settings - Fork 0
/
Services.html
81 lines (69 loc) · 3.07 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
72
73
74
75
76
77
78
79
80
81
<html lang="en">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="CSS/Services.css">
<title>Services</title>
<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=Poppins:wght@400;700&display=swap"
rel="stylesheet"
/>
</head>
<body>
<header>
<nav>
<div class="left">Portfolio</div>
<div class="right">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="About.html">About</a></li>
<li><a href="Services.html">Services</a></li>
<li><a href="Project.html">Project</a></li>
<li><a href="Blog.html">Blog</a></li>
<li><a href="Contact.html">Contact Me</a></li>
</ul>
</div>
</nav>
</header>
<Main>
<div class="des">
<p>"Apologies for the inconvenience.Our Services is Currently unavailabe due to some reason.In the meantime, if you have any questions or need assistance, please contact us by filling out the contact form. We appreciate your patience and will respond to your message within 24 hours. <br> Thank you for your understanding."</p>
</div>
</Main>
<!-- foooter -->
<footer>
<div class="footer">
<div class="footer-first">
<ul>
<li><img src="img/Phone.png" alt="phone"> <h3>+91 8975967158</h3> </li>
<br>
<li><a href="mailto:mohitlengure2002@gmail.com " target="_blank">
<img src="img/GMail.png" alt="phone"> <h3>mohitlengure2002@gmail.com</h3></a></li>
</ul>
</div>
<div class="footer-second">
<ul>
<li><a href="https://www.linkedin.com/in/mohit-lengure-946077200 " target="_blank">
<img src="img/linkedin.png" alt="phone"> <h3>MohitLengure</h3> </a></li>
<br>
<li ><a href="https://github.com/MohitLengure " target="_blank">
<img class="Git" src="img/github.png" alt="Github"> <h3>MohitLengure</h3> </a></li>
</ul>
</div>
<div class="footer-third">
<ul>
<li><a href="https://wa.me/qr/CMFTCNC7NHBVK1" target="_blank">
<img src="img/Whatsapp.png"alt="Phone"> <h3>7387784164</h3></a></li>
<br>
<li><img class="Map" src="img/Google Maps.png" alt="Map"> <h3>Shivaji Ward,
Near Saibaba Mandir,<br>Ballarpur :-442701 Dist:-Chandrapur,<br> Maharashtra</h3></li>
</ul>
</div>
</div>
<div class="Footer-rights">
Copyright © mohitportfolio.com | All rights reserved
</div>
</footer>
</body>
</html>