-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices.html
86 lines (69 loc) · 3.09 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
82
83
84
85
86
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<title>Our Project</title>
<link href='assets/css/index.css' type='text/css' rel='stylesheet'></link>
<link href=' https://cdnjs.com/libraries/bulma' type='text/css' rel='stylesheet'></link>
</head>
<body>
<div class="header">
<img src="assets/images/logo.jpg" alt="LOGO"/ class="logo">
<a href="#default" class="name">MaRa Home Services</a>
<div class="header-right">
<a href="index.html">Welcome</a>
<a href="About.html">About</a>
<a href="services.html">Services<hr></a>
<a href="connect.html">Connect</a>
</div>
</div>
<div class="row">
<div class="column cont">
<img src="assets/images/electricals.jpg" alt="image" class="pics"/>
<h3 class="head3">Cleaning</h3>
<p>Our experts at The Cleaning Authority provide detailed <br>
residential cleaning services for our valued customers, <br>
designed to keep your property looking its best all year round.</p>
</div>
<div class="column cont" >
<img src="assets/images/painting.jpg" alt="image" class="pics"/>
<h3 class="head3">Maid</h3>
<p>For excellence and integrity in home cleaning and housekeeping<br>
services, trust the professionals from MaRa Maid Services.</p>
</div>
<div class="column cont" >
<img src="assets/images/handy.jpg" alt="image" class="pics"/>
<h3 class="head3">Plumbing</h3>
<p> Need residential plumbing services? Be sure to call on MaRa <br>
Plumbing when you need it done right! We provide fast and effective<br>
plumbing solutions.</p>
</div>
</div>
<div class="row">
<div class="column cont">
<img src="assets/images/electricals.jpg" alt="image" class="pics"/>
<h3 class="head3">Electricals</h3>
<p>MaRa Electrical Services is your trusted Manassas Electrician. We offer Electrical Repairs, Panel Upgrades, and Safety Inspections and more.</p>
</div>
<div class="column cont" >
<img src="assets/images/painting.jpg" alt="image" class="pics"/>
<h3 class="head3">Painting</h3>
<p>Put a new coat of paint onto your exterior and not only will you give your home great curb appeal, you'll also have added protection against the elements.</p>
</div>
<div class="column cont" >
<img src="assets/images/handy.jpg" alt="image" class="pics"/>
<h3 class="head3">Handyman</h3>
<p> Mara Handyman Services is a perfection conscious company that offers diverse services to people from electronic repairs to others .</p>
</div>
</div>
<footer>
<a href="mailto:[email protected]"><img src="assets/images/twit.jpg" alt="" class="icons" ></a>
<a href="mailto:[email protected]"><img src="assets/images/mail.png" alt="" class="icons"></a>
<a href="mailto:[email protected]"><img src="assets/images/ff.png" alt="" class="icons"></a>
<a href="mailto:[email protected]"><img src="assets/images/link.png" alt="" class="icons"></a>
<p><b>Copyright © MaRa Home Services Contact Us : +233 205192729</b></p>
</footer>
<script src='assets/js/index.js'></script>
</body>
</html>