-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathaboutus.html
80 lines (60 loc) · 3.47 KB
/
aboutus.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
<!DOCTYPE html>
<html>
<head>
<title>LapCare.com</title>
<link href="Css/style.css" rel="stylesheet" type="text/css" />
<link href="Css/slides.css" rel="stylesheet" type="text/css" />
<link href="Css/stylebutton.css" rel="stylesheet" type="text/css" />
<style>
body {
background-color: #FFECB6;
}
</style>
</head>
<body class="s1">
<div class="whole">
<div class="head">
<div class="headcol1" id="whole"><img src="img/logo.png" width="350" /></div>
</div><!--end of head-->
<head>
</head>
<body>
<div class="btn-group">
<button class="button" onclick = "document.location='index.html'">Home</button>
<button class="button" onclick = "document.location='skins.html'">Skins & Designs</button>
<button class="button" onclick = "document.location='services.html'">services</button>
<div class= "btn-group1">
<button class="button" onclick = "document.location='aboutus.html'">About us</button>
</div>
<div class= "btn-group">
<button class="button" onclick = "document.location='emailus.html'">Email us</button>
<button class="button" onclick = "document.location='login.html'">Login</button>
<button class="button" onclick = "document.location='signup.html'">No Account ! Sign up here</button>
</div>
<br><br>
<br /><h1 style="background-color: #FF8300" class="style1"><span>    Who are we ?    </span></h1>
<p style="background-color:#FFCC66" class="style6">‘LapCare’ is a key supplier of technical services, in online & on-site repairing of computers,
<br>laptops, and notebook repair. We provide complete assistance to our business as well as domestic clients.
<br>‘LapCare’ is also a provider of Laptop Repair and Spare Parts Replacement services to the private
<br>and public sectors. Also provides quality service to many individuals as well as to corporate
<br>companies on the AMC basis. We offer a great array and quality of aptop customer care service at the
<br>Standard rates for repair any type of laptop care. Please contact us for more information, and we’ll be happy to help you.</p>
<br /><h1 style="background-color: #FF8300" class="style1"><span>    Contact us    </span></h1>
<div class="contact-main"><br>
<div class="contact-call">
<a>     <a href="tel">+91-75489XXXXX <br>
<a>     <a href="tel">+91-73436XXXXX</a>
</div>
<div class="contact-address">
<p> <address>
      LapCare , <br>       kondhwa bk,Pune, <br>      PIN-411048
</address> </p>
</div>
</div>
<br /><h1 style="background-color: #FF8300" class="style1"><span>    Project by    </span></h1>
<div class="contact-main"><br>
<h1 class="style6"><a><b>      Pavan S. Patil &             Sinhgad Academy of Engineering, Kondhwa Bk. Pune,<br>      Gopal Paraskar               Dept. of Information Technology (Third Year 2020-2021)<br>                                                 Subject - SEPM (Prof. P. S. Bangare)</a></h1>
</div>
<br><br><br>
</body>
</html>