-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
122 lines (107 loc) · 4.61 KB
/
index.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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="Professional residential mowing, plowing, and leaf clean up for the Moriches area.">
<meta name="author" content="USA Channel 22">
<title>Madigan Landscaping</title>
<!-- Bootstrap -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/css/bootstrap.min.css" integrity="sha256-bZLfwXAP04zRMK2BjiO8iu9pf4FbLqX6zitd+tIvLhE=" crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/css/bootstrap-theme.min.css" integrity="sha256-8uHMIn1ru0GS5KO+zf7Zccf8Uw12IA5DrdEcmMuWLFM=" crossorigin="anonymous" />
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Custom Style Overrides -->
<style>
body.c5 {
background-color:#FFFFFF;
background-image:url(assets/images/hexagon3.png);
background-repeat:repeat;
margin:10px;
background-attachment: fixed;
}
div.c4 {
max-width:800px !important;
}
.panel-custom {
background-color:rgba(200, 200, 200, 0.5) !important;
color:#000000 !important;
border-color:#00e898 !important;
}
.panel-heading {
background-image: -webkit-linear-gradient(top,yellow 0,green 100%) !important;
background-image: linear-gradient(to bottom,#00da09 0,#00c309 100%) !important;
}
.panel-title {
color:#FFFFFF !important;
}
.panel-heading {
border-color:#238002 !important;
}
.navbar-brand {
color:#FFFFFF !important;
}
.navbar-nav {
color:#FFFFFF !important;
}
</style>
</head>
<body class="c5">
<div class="container c4">
<nav class="navbar navbar-inverse">
<div class="navbar-header text-center">
<a class="navbar-brand" href="#">Madigan Landscaping</a>
</div>
</nav>
<!-- [begin content] -->
<div class="jumbotron" style="background-color:#000000;">
<img src="assets/images/Logo.png" alt="Logo" class="img-responsive" style="margin: 0 auto;max-height:100px;">
</div>
<div class="panel panel-custom">
<div class="panel-body">
Professional residential mowing, plowing, and leaf clean up for the Moriches area.
<br>
Please note we currently operate in the Moriches area as well as Manorville.
</div>
</div>
<div class="panel panel-custom">
<div class="panel-heading">
<h3 class="panel-title">Residential Services</h3>
</div>
<div class="panel-body">
Lawn mowing
<br>
Leaf clean up
<br>
Snow/Ice removal
</div>
</div>
<div class="panel panel-custom">
<div class="panel-heading">
<h3 class="panel-title">Contact Information</h3>
</div>
<div class="panel-body">
Phone: <a href="tel:+16318984985">+1 (631) 898-4985</a>
<br>
Email: <a href="mailto:[email protected]">[email protected]</a>
</div>
</div>
<!-- [end content] -->
<div class="panel panel-custom panel-body text-center">
<a href="https://madiganlandscaping.com">
<span class="label label-info">© Madigan Landscaping</span>
</a>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.js" integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ=" crossorigin="anonymous"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/js/bootstrap.min.js" integrity="sha256-nuL8/2cJ5NDSSwnKD8VqreErSWHtnEP9E7AySL+1ev4=" crossorigin="anonymous"></script>
</body>
</html>