-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
285 lines (263 loc) · 17.7 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
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
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
<!doctype html>
<html lang="en">
<head>
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="-1">
<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">
<meta name="generator" content="Polymer Starter Kit">
<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 href="https://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/foundation-icons.css" rel="stylesheet">
<link rel="stylesheet" href="styles/main.css">
<!--//*####################################################
Load all of our javascript, keep webcomponents first for polyfill
################################################*//-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/0.7.22/webcomponents.js"></script>
<!-- <script src="bower_components/webcomponentsjs/webcomponents-lite.js"></script> -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<!--//*####################################################
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">
<link rel="import" href="bower_components/iron-ajax/iron-ajax.html">
<!--//*####################################################
Share styles across scopes
################################################*//-->
<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">
<firebase-auth
location="[[firebaseURL]]"
provider="[[firebaseProvider]]"
on-error="onFirebaseError"
on-login="onFirebaseLogin"
status-known="true">
</firebase-auth>
<!-- <iron-ajax
auto
url="https://www.crossutproperty.com/elements/secure.html"
handle-as="json"
on-response="handleReviewsAJAX"
debounce-duration="300">
</iron-ajax> -->
<paper-toast id="errorToast"></paper-toast>
<paper-toast id="successToast"></paper-toast>
<!-- 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;">
<div id="navlogin">
<div id="droptoggle"><a href="javascript:toggleLoginNavSibling()">Login</a></div>
<ul id="drop">
<li><paper-button id="gsign" onclick="app.firebaseAuth.login()" style="">
<img src="images/glogin.png" style="padding-right:10px;vertical-align:middle;height:.9rem;"></img>
Signin with google
</paper-button>
</li>
<li>
<paper-button onclick="app.firebaseAuth.login()" style="">
<img src="images/fblogin.jpg" style="padding-right:10px;vertical-align:middle;height:.9rem;"></img>
Signin with facebook
</paper-button>
</li>
</ul>
</div>
<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="javascript:void(0)" onclick="app.firebaseAuth.logout()">Logout</a></li>
<li><a href="javascript:void(0)" onclick="app.firebaseAuth.login()">Login</a></li>
<li><a href="{{baseUrl}}clientmanager">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="clientmanager" tabindex="-1" class="content-page" style="display:block;position:fixed; height:100%; width:100%; top:0px; left:0px;margin:0px;padding:0px;z-index:120 !important;">
<paper-material elevation="1">
<h1 class="page-title" tabindex="-1" style="text-align:center;">Price Request</h1>
<!-- <div style="overflow:scroll; height:30%;background-color:#e3e3e3;">
<p>Your privacy is very important to us. We take every precaution to ensure your information is kept private.
We do not sell or share your information. We have built in security to ensure that your information is only
visible to those authorized by yourself and individuals authorized by Cross Cut Property Services Inc. on behalf of Cross Cut Property Servics Inc including
third party providers or others who may have access to the information in their daily work. (Employees of our Service Providers)
Though we take every precaution to ensure your information is secure we are not liable for theft, damage, data loss or other loss. By logging in
you acknowledge that any information or interaction made or provided on pages available at https://www.crosscutproperty.com or https://crosscutproperty.com
will be protected to the best of our ability without gaurantee, you also acknowledge that you are providing your information at will and are aware of the
risks. DO NOT SEND US YOUR SSN / BANK ACCOUNT NUMBERS OR OTHER LEGAL PROTECTED INFORMATION. IF WE NEED THIS INFORMATION WE WILL CONTACT YOU VIA THE CORRECT
CHANNELS. We use HTTPS on all of our Communications, the data you provide is securely stored on services hosted at firebase.com and linode.com such that we
cannot gaurantee that employees and others working directly for these providers will not ever have access to your data.
</p>
</div>
<paper-checkbox on-change="">
I understand the risks, let me login
</paper-checkbox>
<div style="clear:both"></div>-->
<div id="pricerequest-login">
<div>You must be logged in to access this feature</div>
<paper-button onclick="app.firebaseAuth.login()" style="background-color:grey; width:218px;text-align:left;"><img src="images/glogin.png" style="padding-right:10px;vertical-align:middle;height:.9rem;"></img>Signin with google</paper-button>
<paper-button onclick="app.firebaseAuth.login()" style="background-color:grey;margin-top:5px; width:218px;text-align:left;"><img src="images/fblogin.jpg" style="padding-right:10px;vertical-align:middle;height:.9rem;"></img>Signin with facebook</paper-button>
</div>
</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>
<head>
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="-1">
</head>
</html>