-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathspecific.html
More file actions
351 lines (350 loc) · 14.2 KB
/
Copy pathspecific.html
File metadata and controls
351 lines (350 loc) · 14.2 KB
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
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width; initial-scale=1.0">
<title>Local service Pro</title>
<link type="text/css" rel="stylesheet" href="css/all.css" media="all">
<link href='http://fonts.googleapis.com/css?family=Roboto:100,400,300,500,700,900|Open+Sans:400,700|Open+Sans+Condensed:700' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="js/jquery-1.8.3.min.js"></script>
<script type="text/javascript" src="js/jquery.main.js"></script>
</head>
<body class="inner-page">
<div id="wrapper">
<header id="header">
<strong class="logo"><a href="#">Local service Pro</a></strong>
<div class="header-holder">
<ul class="user-area">
<li><a href="#">Become A pro</a></li>
<li class="login"><a href="#">Login</a></li>
</ul>
</div>
</header>
<nav class="main-nav">
<a href="#" class="opener">menu</a>
<ul class="menu">
<li><a href="#">Baby Sitter</a></li>
<li><a href="#">Childminder</a></li>
<li><a href="#">Cleaner</a></li>
<li><a href="#">Dance Instruction</a>
<ul>
<li><a href="#">All Tasks</a></li>
<li><a href="#">Open Tasks</a></li>
<li><a href="#">Online Tasks</a></li>
</ul>
</li>
<li><a href="#">Election</a></li>
<li><a href="#">Hairdresser</a></li>
<li><a href="#">handyman</a></li>
<li><a href="#">Math teacher</a></li>
<li><a href="#">Personal Traner</a></li>
</ul>
</nav>
<div class="bar">
<div class="holder">
<p>Local Services Pro lets you earn money by completing tasks. It's FREE to sign up and you can get started straight away</p>
</div>
</div>
<div id="main">
<div class="twocolumns details-page">
<div class="task-description">
<div class="specifications">
<h1>Tell Us about Your<span>Booking Keeping needs</span></h1>
<form class="specific-form" action="#">
<fieldset>
<div class="whereneed filled-complete">
<div class="field-header">
<span><label>Where do you need It ?</label></span>
</div>
<input type="text" placeholder="Postcode or subrub name">
</div>
<strong class="adress-label"><span>Add Street Adress</span></strong>
<div class="adress-holder">
<input type="text" placeholder="Street No">
<input type="text" placeholder="Street Name">
</div>
<div class="check-holder">
<input type="checkbox" id="byphone">
<label for="byphone">This task can be Complete online or by Phone</label>
</div>
<div class="whereneed aboutjob">
<div class="field-header">
<span><label>Tell us more about job</label></span>
</div>
<div class="option-holder">
<a href="#">I’m Flexible</a>
<a href="#">Within 48 hours</a>
<a href="#">Specific date</a>
</div>
</div>
<div class="whereneed whenstart">
<div class="field-header">
<span><label>When should they start</label></span>
</div>
<div class="whenstart-holder">
<strong class="title">Type Of Bookkeeping service Needed ?</strong>
<ul>
<li><input type="checkbox" id="general"><label for="general">General bookkeeping</label></li>
<li><input type="checkbox" id="brc"><label for="brc">Bank reconciliation</label></li>
<li><input type="checkbox" id="accp"><label for="accp">Accounts payable</label></li>
<li><input type="checkbox" id="accr"><label for="accr">Debtors and accounts receivable</label></li>
<li><input type="checkbox" id="gst"><label for="gst">ВAS and GST</label></li>
<li><input type="checkbox" id="payroll"><label for="payroll">Payroll services</label></li>
<li><input type="checkbox" id="other-servc"><label for="other-servc">Other</label></li>
</ul>
<strong class="title">How Often ?</strong>
<ul>
<li><input type="radio" name="often" id="once"><label for="once">Once off</label></li>
<li><input type="radio" name="often" id="weekly"><label for="weekly">Weekly</label></li>
<li><input type="radio" name="often" id="fortnightly"><label for="fortnightly">Fortnightly</label></li>
<li><input type="radio" name="often" id="monthly"><label for="monthly">Monthly</label></li>
<li><input type="radio" name="often" id="other-often"><label for="other-often">Other</label></li>
</ul>
<strong class="title">What is Your Business Structure ?</strong>
<ul>
<li><input type="radio" name="company-type" id="sole-trader"><label for="sole-trader">Sole trader</label></li>
<li><input type="radio" name="company-type" id="pvt"><label for="pvt">Private company</label></li>
<li><input type="radio" name="company-type" id="partnership"><label for="partnership">Partnership</label></li>
<li><input type="radio" name="company-type" id="public"><label for="public">Public company</label></li>
<li><input type="radio" name="company-type" id="trust"><label for="trust">Trust</label></li>
<li><input type="radio" name="company-type" id="nonprofit"><label for="nonprofit">Not for profit</label></li>
</ul>
<strong class="title">Bookkeeping System used ?</strong>
<ul>
<li><input type="radio" name="bookkeeping-system" id="myob"><label for="myob">MYOB</label></li>
<li><input type="radio" name="bookkeeping-system" id="quick"><label for="quick">QuickBooks</label></li>
<li><input type="radio" name="bookkeeping-system" id="paper"><label for="paper">Paper system</label></li>
<li><input type="radio" name="bookkeeping-system" id="online"><label for="online">Online accounting systems</label></li>
<li><input type="radio" name="bookkeeping-system" id="other-system"><label for="Other-system">Other</label></li>
</ul>
<strong class="title">Anything Else we need to Know ?</strong>
<textarea id="" cols="30" rows="10">Ask a Question about this task...</textarea>
<div class="btns-holder">
<input class="attatch-file" type="file">
</div>
</div>
</div>
<div class="whereneed aboutjob prefered-arrangement">
<div class="field-header">
<span>What's Your Prefered work payment arrangement ?</span>
</div>
<div class="option-holder">
<div class="row">
<a href="#notsure">I’m not sure</a>
<a class="active" href="#hourly">Hourly rate</a>
<a href="#">Fixed price</a>
</div>
<div class="tab" id="notsure">
<select>
<option>Select Hourly rate</option>
<option>Select Hourly rate</option>
<option>Select Hourly rate</option>
</select>
<select>
<option>Select Hours Required</option>
<option>Select Hours Required</option>
<option>Select Hours Required</option>
</select>
<select>
<option>Select Duration</option>
<option>Select Duration</option>
<option>Select Duration</option>
</select>
</div>
<div class="tab hourlyrate" id="hourly">
<div class="row">
<label>Hourly rate</label>
<select>
<option>Select Hourly rate</option>
<option>Select Hourly rate</option>
<option>Select Hourly rate</option>
</select>
</div>
<div class="row">
<label>Number of hours required</label>
<div class="col">
<select>
<option>Select Hours Required</option>
<option>Select Hours Required</option>
<option>Select Hours Required</option>
</select>
<select>
<option>Select Duration</option>
<option>Select Duration</option>
<option>Select Duration</option>
</select>
</div>
</div>
</div>
</div>
</div>
<div class="whereneed contact-info">
<div class="field-header">
<span><label>Your Contact information</label></span>
<a class="fb-btn" href="#"><span>Connect with Facebook</span></a>
</div>
<input type="text" placeholder="Email Adress">
</div>
<div class="row">
<input type="submit" value="GO">
<input type="text" placeholder="Enter promo code">
</div>
<div class="row agree-text">
<p>by Clicking the " Go" button You have read agrees to our privacy policy.</p>
</div>
</fieldset>
</form>
</div>
</div>
<aside class="all-tasks">
<div class="tab-content">
<section class="tasks">
<div class="bookkeepers">
<div class="heading-text">
<h2>The Following<span>Bookeepers ready To asist</span></h2>
</div>
<ul>
<li>
<div class="task-block">
<img src="images/img47.jpg" alt="" class="alignleft">
<div class="text-box">
<div class="text">
<p>One of the very Few Tool effort and get you result increse</p>
<strong class="author">Steve Krug <span>Author, Don't</span></strong>
</div>
</div>
</div>
</li>
<li>
<div class="task-block">
<img src="images/img47.jpg" alt="" class="alignleft">
<div class="text-box">
<div class="text">
<p>One of the very Few Tool effort and get you result increse</p>
<strong class="author">Steve Krug <span>Author, Don't</span></strong>
</div>
</div>
</div>
</li>
<li>
<div class="task-block">
<img src="images/img47.jpg" alt="" class="alignleft">
<div class="text-box">
<div class="text">
<p>One of the very Few Tool effort and get you result increse</p>
<strong class="author">Steve Krug <span>Author, Don't</span></strong>
</div>
</div>
</div>
</li>
<li>
<div class="task-block">
<img src="images/img47.jpg" alt="" class="alignleft">
<div class="text-box">
<div class="text">
<p>One of the very Few Tool effort and get you result increse</p>
<strong class="author">Steve Krug <span>Author, Don't</span></strong>
</div>
</div>
</div>
</li>
<li>
<div class="task-block">
<img src="images/img47.jpg" alt="" class="alignleft">
<div class="text-box">
<div class="text">
<p>One of the very Few Tool effort and get you result increse</p>
<strong class="author">Steve Krug <span>Author, Don't</span></strong>
</div>
</div>
</div>
</li>
<li>
<div class="task-block">
<img src="images/img47.jpg" alt="" class="alignleft">
<div class="text-box">
<div class="text">
<p>One of the very Few Tool effort and get you result increse</p>
<strong class="author">Steve Krug <span>Author, Don't</span></strong>
</div>
</div>
</div>
</li>
<li>
<div class="task-block">
<img src="images/img47.jpg" alt="" class="alignleft">
<div class="text-box">
<div class="text">
<p>One of the very Few Tool effort and get you result increse</p>
<strong class="author">Steve Krug <span>Author, Don't</span></strong>
</div>
</div>
</div>
</li>
<li>
<div class="task-block">
<img src="images/img47.jpg" alt="" class="alignleft">
<div class="text-box">
<div class="text">
<p>One of the very Few Tool effort and get you result increse</p>
<strong class="author">Steve Krug <span>Author, Don't</span></strong>
</div>
</div>
</div>
</li>
</ul>
</div>
</section>
</div>
</aside>
</div>
</div>
<footer id="footer">
<div class="helpbox">
<div class="helpbox-holder">
<strong class="heading">Need Help ?</strong>
<div class="text">
<p>Call our award-winnning support team 24/7 at <a href="tel:4805058877" class="tel">(480) 505-8877</a></p>
</div>
</div>
</div>
<div class="footer-holder">
<div class="column">
<div class="box">
<strong class="heading">Local Services Pro</strong>
<p>Who are we Read Our Blog Help Directory For Local Pros</p>
</div>
<div class="box">
<strong class="heading">Local Services Pro</strong>
<p>Who are we Read Our Blog Help Directory For Local Pros</p>
</div>
</div>
<div class="column">
<div class="box">
<strong class="heading">Professionals</strong>
<p>Who are we Read Our Blog Help Directory For Local Pros</p>
</div>
<div class="box">
<strong class="heading">Follow U</strong>
<ul class="social-networks">
<li class="googleplus"><a href="#">googleplus</a></li>
<li class="twitter"><a href="#">twitter</a></li>
<li class="facebook"><a href="#">facebook</a></li>
<li class="linkedin"><a href="#">linkedin</a></li>
</ul>
</div>
</div>
</div>
<div class="info">
<div class="info-holder">
<strong class="logo"><a href="#">Local service Pro</a></strong>
<div class="text">
<p>Copyright 2014 - <a href="#">localservicepro</a>- All Rights Reserved</p>
<p>Designed By <a href="#">MindLogics</a></p>
</div>
</div>
</div>
</footer>
</div>
</body>
</html>