-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.broken.html
215 lines (193 loc) · 12.4 KB
/
index.broken.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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="Cross Cut Property Services, Lawn and Property Care, Minneapolis Saint Paul Metroplitan Area Minnesota">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Cross Cut Property Services</title>
<!--//*####################################################
Theme colors and Icons for mobile and desktop platforms
################################################*//-->
<meta name="theme-color" content="#285728">
<link rel="manifest" href="manifest.json">
<meta name="msapplication-TileColor" content="#285728"><!-- Tile color for Win8 -->
<meta name="mobile-web-app-capable" content="yes"><!-- Add to homescreen for Chrome on Android -->
<meta name="application-name" content="Cross Cut Property">
<link rel="icon" sizes="192x192" href="images/touch/cc-chrome-touch-icon-192x192.png">
<meta name="apple-mobile-web-app-capable" content="yes"><!-- Add to homescreen for Safari on iOS -->
<meta name="apple-mobile-web-app-status-bar-style" content="orange">
<meta name="apple-mobile-web-app-title" content="Cross Cut Property">
<link rel="apple-touch-icon" href="images/touch/cc-apple-touch-icon.png">
<meta name="msapplication-TileImage" content="images/touch/cc-ms-touch-icon-144x144.png"><!-- Tile icon for Win8 (144x144) -->
<!--//*####################################################
Load all of our style sheets, keep boot strap first
################################################*//-->
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"/>
<link href='https://fonts.googleapis.com/css?family=Arizonia' rel='stylesheet' type='text/css'/>
<link rel="stylesheet" href="styles/main.css">
<!--//*####################################################
Load all of our javascript, keep webcomponents first for polyfill
################################################*//-->
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script> -->
<script src="bower_components/webcomponentsjs/webcomponents-lite.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script> <!--currently used for image slider-->
<!--//*####################################################
REQUIRE ONCE --- This imports all of the elements in use.
NOTE: Client viewer caches html imports and will not refresh them
Force refresh on all clients or reversion file names when making
changes to the code or markup in the imported files to ensure
clients are not running versions cached before changes made.
################################################*//-->
<link rel="import" href="elements/elements.html">
<!--//*####################################################
Share styles across scopes
################################################*//-->
<!-- For shared styles, shared-styles.html import in elements.html -->
<style is="custom-style" include="shared-styles"></style>
</head>
<body unresolved id="mybody" style="">
<span id="browser-sync-binding">
<!--//*####################################################
browser-sync handles live reloads and refresh of all imports
- disabled in this production version for security reasons
use a serverside preprocessor to version name import directory
to update the href: for all imports - simple,secure, nothing fancy
################################################*//-->
</span>
<template is="dom-bind" id="app">
<!-- Navigation and Title -->
<div id="companyname" style="">Cross Cut Property Services Inc.</div>
<cc-title-bar unitId="crosscutproperty/2016" id="title-bar">
<!--###############################################################
Declaration and Attention Getter / Anouncement
Your graphic and primary customer view items load here
###################################################################-->
</cc-title-bar>
<div id="nav-placeholder">
<cc-navigator attr-for-selected="data-route" id="navigator" selected="[[route]]" style="z-index:110 !important;">
<ul class="main-nav">
<li class="top-level-link">
<a data-route="home" href="{{baseUrl}}home"><span>Home</span></a>
</li>
<li class="top-level-link">
<a data-route="takeaction" href="{{baseUrl}}takeaction"><span>Take Action</span></a>
</li>
<li class="top-level-link">
<a data-route="coveragearea" href="{{baseUrl}}coveragearea"><span>Coverage Area</span></a>
</li>
<li class="top-level-link">
<a data-route="services" href="{{baseUrl}}services"><span>Our Services</span></a>
</li>
<li class="top-level-link">
<a data-route="equipment" href="{{baseUrl}}equipment"><span>Equipment</span></a>
</li>
</ul>
</cc-navigator>
</div>
<!-- Main Content -->
<div class="content" id="page-container" style="">
<iron-pages attr-for-selected="data-route" selected="{{route}}" style="z-index:70 !important; margin:0px !important; padding:0px !important;height:auto !important;">
<section data-route="home" tabindex="-1" class="content-page" style="margin:0px;padding:0px;">
<paper-material elevation="1">
<h1 class="page-title" tabindex="-1">Home</h1>
<p>
Cross Cut Property Services provides professional lawn, shrub, garden and property maintenance as well as snow removal.
Owned by Rick Zobel who has been in the industry since the early '90s this company is built on sensible solutions and
their successful execution. As Rick is very industrious and knowledgeable in lawn maintenance and it's management he is
able to simplify tasks and provide value in structuring a well defined plan for single family homes, multi-facility commercial
properties, residential associations and government properties. Cross Cut Properties maintains equipment for large brush cut
and wild growth maintenance as well as professional mowing, trimming and garden maintenance.
</p>
</paper-material>
</section>
<section data-route="takeaction" tabindex="-1" class="content-page" style="margin:0px;padding:0px;">
<paper-material elevation="1">
<h1 class="page-title" tabindex="-1">Take Action</h1>
<p><h3></h3>To strengthen outstanding service, client relationships, customer satisfaction and facilitate exceptional experience the following action tools have been
provided for our clients, and professional network as well as ourselves to manage and organize our mowing routes, connect with others, and promote.
</p>
<ul>
<li><a href="{{baseUrl}}underconstruction">Start A Quote</a></li>
<li><a href="{{baseUrl}}underconstruction">Write A Review</a></li>
<li><a href="{{baseUrl}}underconstruction">Get Social + Connect</a></li>
<li><a href="{{baseUrl}}underconstruction">Add to Contact List</a></li>
<li><a href="{{baseUrl}}underconstruction">Provide Professional Endorsment</a></li>
</ul>
</paper-material>
</section>
<section data-route="coveragearea" tabindex="-1" class="content-page" style="margin:0px;padding:0px;">
<paper-material elevation="1">
<h1 class="page-title" tabindex="-1">Coverage Area</h1>
<p>We service the Twincities, Metropolitan and Extended Areas completing weekly routes throughout Minneapolis, Saint Paul, NE and NW suburbs.
Our service area is increasing, please call Rick Zobel at 763-234-7869 or complete our <a href="{{baseUrl}}underconstruction">start quote process here </a>
to go over details and find a service schedule. We follow up on all quote requests submitted via online tool and are happy to take your call.
</p>
</paper-material>
</section>
<section data-route="equipment" tabindex="-1" class="content-page">
<paper-material elevation="1">
<h1 class="page-title" tabindex="-1">Equipment</h1>
<p>Outstanding and well maintained equipment is key to a job done right. One of our jobs is to ensure all Tools and Equipment are in optimum condition.
We use best in class zero turn lawn mowers, weedwhips, leaf blowers, bagging and collection aparatus. We take pride in our tools employing equipment
from makers such as: Toro, Gravely, Husqavarna,
</p>
</paper-material>
</section>
<section data-route="services" tabindex="-1" class="content-page">
<paper-material elevation="1">
<h1 class="page-title" tabindex="-1">Our Services</h1>
<ul>
<li><a href="{{baseUrl}}underconstruction">Seasonal Cleanup, Yard Wast Collection and Disposal</a></li>
<li><a href="{{baseUrl}}underconstruction">Herbicide / Fertilizer Application and Manual Weed Control</a></li>
<li><a href="{{baseUrl}}underconstruction">Weekly Lawn Maintenance, Trimming and Traffic Area Clearance </a></li>
<li><a href="{{baseUrl}}underconstruction">Open Lot and Wild Growth Maintenance</a></li>
</ul>
</paper-material>
</section>
<section data-route="underconstruction" tabindex="-1" class="content-page" style="margin:0px;padding:0px;">
<paper-material elevation="1">
<div style="float:left;max-width:600px;">
<h1 class="page-title" tabindex="-1">Under Construction</h1>
<p>Thank you for visiting, this content is not yet ready or available at this time.
Please stop back near the First of May 2016 to check on improvements.</p>
</div>
<img src="images/misc/longgrass.jpg" style="float:right;"></img>
<div style="display:block; clear:both"></div>
</paper-material>
</section>
</iron-pages>
</div>
<div id="outro"><span id="thankyou">Thank you for visiting & hope to see you soon. Call Rick Zobel, 763-234-7869 to learn more</span></div>
<paper-toast id="toast">
<span class="toast-hide-button" role="button" tabindex="0" onclick="app.$.toast.hide()">Ok</span>
</paper-toast>
<!-- Uncomment next block to enable Service Worker support (1/2) -->
<!--
<paper-toast id="caching-complete"
duration="6000"
text="Caching complete! This app will work offline.">
</paper-toast>
<platinum-sw-register auto-register
clients-claim
skip-waiting
base-uri="bower_components/platinum-sw/bootstrap"
on-service-worker-installed="displayInstalledToast">
<platinum-sw-cache default-cache-strategy="fastest"
cache-config-file="cache-config.json">
</platinum-sw-cache>
</platinum-sw-register>
-->
</template>
<!-- build:js scripts/app.js -->
<script src="scripts/app.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-76417542-1', 'auto');
ga('send', 'pageview');
</script>
<!-- endbuild-->
</body>
</html>