-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbonsaiReviews.html
595 lines (536 loc) · 22.6 KB
/
bonsaiReviews.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
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
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
<!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.0" />
<title>bonsai || reviews</title>
<link rel="stylesheet" href="./Styles/bonsaiReviews.css" />
<link rel="shortcut icon" href="https://pbs.twimg.com/profile_images/727273167958372352/Hhjwyvyo_400x400.jpg" type="image/x-icon">
<link rel="stylesheet" href="./Styles/navbar.css">
<link rel="stylesheet" href="./Styles/footer.css">
<script
src="https://kit.fontawesome.com/af655f73fe.js"
crossorigin="anonymous"></script>
</head>
<body>
<header></header>
<main>
<div id="r_reviews">
<h1>Bonsai Reviews</h1>
<h3>200,000+ Freelancers Love Bonsai. Here's why.</h3>
<p>Last Updated April 21,2021</p>
<!-- starting grid -->
<div id="testimonial">
<!-- 1 -->
<div class="test_block">
<div class="r_img">
<img src="./assets/img/img_01.jpg" alt="image_01" />
</div>
<img class="r_img_image" src="./assets/img/icon.svg" alt="" />
<div class="text_content">
<p>
"I did a lot of research before switching to Bonsai from another
invoicing service. The ability to send and sign contracts was a
game changer for me. No one else offers such a seamless process
from proposal to contract to invoice. It has saved me a lot of
time and lets me focus on creative work."
</p>
</div>
<div class="text_name">
<p>Kevin Tudball</p>
</div>
<div class="text_post">
<p>Illustrator</p>
</div>
</div>
<!-- 2 -->
<div class="test_block">
<div class="r_img">
<img src="./assets/img/img_02.jpg" alt="image_02" />
</div>
<img
class="r_img_image"
src="https://assets-global.website-files.com/58868bcd2ef4daaf0f072900/5e5fd7c602ca7c29a9feb660_quote-icon.svg"
alt=""
/>
<div class="text_content">
<p>
"My #1 most used and favourite feature is the contracts, it has
everything that I need, easy to customise and it automates
invoice creation which saves me time. <br /><br />
Bonsai is an efficient, effective, affordable, easy to use and
empowering tool that allows me to do more important tasks."
</p>
</div>
<div class="text_name">
<p>Jason Curay</p>
</div>
<div class="text_post">
<p>Digital Marketer</p>
</div>
</div>
<!-- 3 -->
<div class="test_block">
<img class="r_icon" src="./assets/img/icon.svg" alt="" />
<div class="text_content">
<p>
"I've been a Bonsai user for years. It has allowed me to grow my
career as a fulltime freelancer especially with the ease of
making contracts and collecting payments. With a variety of
clients that are all on different payment schedules, Bonsai
provided options for each client without difficulty. Now I am
enjoying Bonsai even more that they have added the additional
accounting and tax assistance. This quarter I was able to save
so much more time filing quarterly tax payments thanks to the
tax assistance feature. Thanks, Bonsai for understanding what
freelancers need at every stage of their freelance career."
</p>
</div>
<div class="text_name">
<p>Diane Serra</p>
</div>
</div>
<!-- 4 -->
<div class="test_block">
<img class="r_icon" src="./assets/img/icon.svg" alt="" />
<div class="text_content">
<p>
"Bonsai has been absolutely essential in taking my freelance
work from an amateur side-gig to a full-time business. It pays
for itself 2x over in the time I save having everything so
seamlessly integrated. I love how I'm able to send
professional-looking invoices, track billable and non-billable
hours, create to-do lists, track finances/expenses, and even
create contracts and proposals all in one place. The integration
with Google Calendar is a huge plus, the customer service is
beyond stellar, the platform is really intuitive and easy to
use... Really can't say enough good things about it."
</p>
</div>
<div class="text_name">
<p>Danica Mitchell</p>
</div>
</div>
<!-- 5 -->
<div class="test_block">
<img class="r_icon" src="./assets/img/icon.svg" alt="" />
<div class="text_content">
<p>
"We started a new venture to provide digital services to small
businesses. Bonsai helped fast track our operations right away.
We built upon contract and proposal templates and were able to
streamline our operations, as if we were already operating for
years. Our clients have all been very impressed with our
operations, and we owe a lot of that satisfaction to Bonsai.
Thanks! A+ from the Promethean team."
</p>
</div>
<div class="text_name">
<p>Alexander Exarchou</p>
</div>
</div>
<!-- 6 -->
<div class="test_block">
<img class="r_icon" src="./assets/img/icon.svg" alt="" />
<div class="text_content">
<p>
"Bonsai is the best way to consolidate the “other” side of being
in business as a freelancer or independent operator. That is
what I love about it; proposals, contracts, invoices - all
managed under the same umbrella. This alone has provided a great
and streamlined experience for my clients. Bonsai is my armor to
get what I’m worth. How I benefit most from Bonsai is having a
reliable system to scale the pieces required in order to sustain
my practice :)"
</p>
</div>
<div class="text_name">
<p>Taylor Good</p>
</div>
</div>
<!-- 7 -->
<div class="test_block">
<img class="r_icon" src="./assets/img/icon.svg" alt="" />
<div class="text_content">
<p>
"I love the Bonsai app! It has been a game charger for my web
consulting business. From the moment I started using it I was
hooked because everything is easy to use and just makes sense,
and I love that invoices are easily automated with a click of a
button. Highly recommend! 10 out of 10!"
</p>
</div>
<div class="text_name">
<p>Siska Hines</p>
</div>
</div>
<!-- 8 -->
<div class="test_block">
<img class="r_icon" src="./assets/img/icon.svg" alt="" />
<div class="text_content">
<p>
"Bonsai has been a complete game changer in the freelance world.
I love how automated the product is, allowing me to spend more
time designing and less time on mundane tasks."
</p>
</div>
<div class="text_name">
<p>Julie West</p>
</div>
</div>
<!-- 9 -->
<div class="test_block">
<img class="r_icon" src="./assets/img/icon.svg" alt="" />
<div class="text_content">
<p>
"The great thing about Bonsai is that there is not one feature
that stands out but how everything is tied together in a super
intuitive way. If you want to call that a feature, than that is
it. Bonsai is a Swiss Army knife for every freelancer and makes
me look good. Invoices, proposals, etc they all provide the same
level of professionalism I already offer my client."
</p>
</div>
<div class="text_name">
<p>Roland van den Hout</p>
</div>
</div>
<!-- 10 -->
<div class="test_block">
<img class="r_icon" src="./assets/img/icon.svg" alt="" />
<div class="text_content">
<p>
"Bonsai is a huge help in my freelance writing business. It's
robust with features while still being user friendly. I couldn't
stay organized and on-track without it!"
</p>
</div>
<div class="text_name">
<p>Elizabeth Bienas</p>
</div>
</div>
<!-- 11 -->
<div class="test_block">
<img class="r_icon" src="./assets/img/icon.svg" alt="" />
<div class="text_content">
<p>
"Bonsai takes all the stress out of running a business. It helps
me look professional, does all the hard work, and lets me focus
on the aspects of my business that I love. Thanks, Bonsai!"
</p>
</div>
<div class="text_name">
<p>Hannah Walker</p>
</div>
</div>
<!-- 12 -->
<div class="test_block">
<img class="r_icon" src="./assets/img/icon.svg" alt="" />
<div class="text_content">
<p>
"Using Bonsai has been the single best decision I made in
streamlining my freelance business. I’ve been able to better
manage proposals and contracts, and with the ability to have
clients cover payment processing fees, my profits have
increased. Bonsai has been a big win!"
</p>
</div>
<div class="text_name">
<p>Ash Blankenship</p>
</div>
</div>
<!-- 13 -->
<div class="test_block">
<img class="r_icon" src="./assets/img/icon.svg" alt="" />
<div class="text_content">
<p>
"Bonsai is one of my favorite tools for managing my business. I
can send my clients proposals, contracts, and invoices all in
one tool. Plus I use it to track time for hourly projects. Takes
the headache out of managing my business & clients!"
</p>
</div>
<div class="text_name">
<p>Lara Jordan</p>
</div>
</div>
<!-- 14 -->
<div class="test_block">
<img class="r_icon" src="./assets/img/icon.svg" alt="" />
<div class="text_content">
<p>
Bonsai is the freelancer's Swiss Army knife! Everything I need
for managing my clients is right at my fingertips.
</p>
</div>
<div class="text_name">
<p>Nancy Little</p>
</div>
</div>
<!-- 15 -->
<div class="test_block">
<img class="r_icon" src="./assets/img/icon.svg" alt="" />
<div class="text_content">
<p>
"I found Bonsai the moment I needed a tool to submit a proposal
to a client. The app has tracked entire projects from proposal
to contract and invoicing, and I can't imagine running my
business without it."
</p>
</div>
<div class="text_name">
<p>Tawny Barbarick</p>
</div>
</div>
<!-- 16 -->
<div class="test_block">
<img class="r_icon" src="./assets/img/icon.svg" alt="" />
<div class="text_content">
<p>
"Bonsai is the best service for freelancers. The legal finesse
of contracts is pretty rad & has saved me in sticky client
situations. Automatic invoicing and invoicing follow-up
messages/reminders are just awesome. I don't have the patience
for that but I also like to get paid."
</p>
</div>
<div class="text_name">
<p>Becca McCarty</p>
</div>
</div>
<!-- 17 -->
<div class="test_block">
<img class="r_icon" src="./assets/img/icon.svg" alt="" />
<div class="text_content">
<p>
"I use Bonsai in my copywriting business every day. It's an
excellent, straightforward, and user-friendly hub for my
proposals, contracts, and invoicing, and my clients really seem
to enjoy the portal that keeps track of tasks and hours worked.
The team is so easy to work with and are quick to answer
questions and implement suggestions. I recommend Bonsai to
everyone who asks!"
</p>
</div>
<div class="text_name">
<p>Maggie Tyson</p>
</div>
</div>
<!-- 18 -->
<div class="test_block">
<img class="r_icon" src="./assets/img/icon.svg" alt="" />
<div class="text_content">
<p>
"Bonsai has been a game changer for my small business. Being
able to send proposals, contracts, and invoices all in the same
system is a life saver!! There's no way I could have created and
organized all of those documents without losing my sanity or
letting something fall through the cracks. Thank you Bonsai!"
</p>
</div>
<div class="text_name">
<p>Alix Kalfin</p>
</div>
</div>
<!-- 19 -->
<div class="test_block">
<img class="r_icon" src="./assets/img/icon.svg" alt="" />
<div class="text_content">
<p>
"As a freelancer, I was recently burned by a client who refused
to pay me for two months of very hard work done. After having to
hire an attorney, I realized I needed a way to have stronger
contracts with my clients. Bonsai helped me with that and so
much more. Bonsai is my new favorite platform to help make my
life easier: resourceful, easy to understand, aids in
organization, and provides some protection for myself and my
clients."
</p>
</div>
<div class="text_name">
<p>Caitlin Davis</p>
</div>
</div>
<!-- 20 -->
<div class="test_block">
<img class="r_icon" src="./assets/img/icon.svg" alt="" />
<div class="text_content">
<p>
"Being self-employed is incredibly difficult, but Bonsai took
the guesswork out of managing proposals, contracts, and
invoicing. I have saved countless hours using Bonsai and I would
recommend it to any freelancer looking to simplify their
workflows and focus more time and energy where you need it most,
on your customers."
</p>
</div>
<div class="text_name">
<p>Matthew Dunn</p>
</div>
</div>
<!-- 21 -->
<div class="test_block">
<img class="r_icon" src="./assets/img/icon.svg" alt="" />
<div class="text_content">
<p>
"Bonsai is smart, simple and secure! It's amazing how much less
you have to worry about boring (but important) paperwork and you
get to focus on the actual project, especially for young
freelancers with less experience."
</p>
</div>
<div class="text_name">
<p>Uchechukwu Onyeka</p>
</div>
</div>
<!-- 22 -->
<div class="test_block">
<img class="r_icon" src="./assets/img/icon.svg" alt="" />
<div class="text_content">
<p>
"I'm not sure what I did before Bonsai. It already does so much
and the Bonsai team is always adding new features to make it
even more useful. Sending proposals, writing contracts, and
creating invoices has never been easier. It's totally worth the
monthly fee for the peace of mind it provides."
</p>
</div>
<div class="text_name">
<p>Elizabeth Jones</p>
</div>
</div>
<!-- 23 -->
<div class="test_block">
<img class="r_icon" src="./assets/img/icon.svg" alt="" />
<div class="text_content">
<p>
"I adore Bonsai for its aesthetics, customization and flow. It’s
so design conscious, responsive, clean, intuitive and I love
that I now have the ability to send beautiful invoices that
really reflect my brand. Unlike some of the clunky accounting
tools I’ve used in the past. Plus it’s so easy to use. Clients
often comment: LOVE IT!! Thank you."
</p>
</div>
<div class="text_name">
<p>Louise O'Kane</p>
</div>
</div>
<!-- 24 -->
<div class="test_block">
<img class="r_icon" src="./assets/img/icon.svg" alt="" />
<div class="text_content">
<p>
"Bonsai is my favorite tool for my freelance business. It allows
me to stay organized with projects and invoices, and Bonsai is
always coming out with new features to make their tools even
easier to use."
</p>
</div>
<div class="text_name">
<p>Karlie Jones</p>
</div>
</div>
<!-- 25 -->
<div class="test_block">
<img class="r_icon" src="./assets/img/icon.svg" alt="" />
<div class="text_content">
<p>
"I love using Bonsai, specifically for contracts. There's no
printing, scanning and illegible handwriting. Just a smooth
process that allows me to get started on a project sooner rather
than later and makes me look professional to my clients. I can
create my own or use the templates that have already been
created, which has saved me so much time and hassle."
</p>
</div>
<div class="text_name">
<p>Claire Brooks</p>
</div>
</div>
<!-- 26 -->
<div class="test_block">
<img class="r_icon" src="./assets/img/icon.svg" alt="" />
<div class="text_content">
<p>
"I'm new to freelancing and Bonsai has made the transition so
much easier. It made me and my biz more professional instantly."
</p>
</div>
<div class="text_name">
<p>Amanda Larson</p>
</div>
</div>
<!-- 27 -->
<div class="test_block">
<img class="r_icon" src="./assets/img/icon.svg" alt="" />
<div class="text_content">
<p>
"Speaking of @bonsaiinc , I need to take a minute and say how
pleased I am with them! I briefly debated leaving them for
another provider, but promptly returned. Bonsaii makes creating
proposals, contracts, time tracking, and invoices a breeze!"
</p>
</div>
<div class="text_name">
<p>Cheril Clarken</p>
</div>
</div>
<!-- 28 -->
<div class="test_block">
<img class="r_icon" src="./assets/img/icon.svg" alt="" />
<div class="text_content">
<p>
"The folks at @bonsaiinc just made my day. They're definitely
committed to #freelancers - even during these crazy, challenging
times. Amazing is what I have to say about the company and their
service! Check them out!"
</p>
</div>
<div class="text_name">
<p>Katie Schenk</p>
</div>
</div>
<!-- 29 -->
<div class="test_block">
<img class="r_icon" src="./assets/img/icon.svg" alt="" />
<div class="text_content">
<p>
"Really glad I made the switch @bonsaiinc about a year ago. They
are ON these features and updates, you hear me?!?!"
</p>
</div>
<div class="text_name">
<p>Ariana Farquharson</p>
</div>
</div>
<!-- 30 -->
<div class="test_block">
<img class="r_icon" src="./assets/img/icon.svg" alt="" />
<div class="text_content">
<p>
"Just wanted to give a shoutout to Matt and the team at
@bonsaiinc for the best customer service (more specifically,
from a CEO) that I’ve had in a long time. I will be upgrading my
plan for sure post-pandemic. Bravo"
</p>
</div>
<div class="text_name">
<p>Helena Lowe</p>
</div>
</div>
<!-- ------------------------------------------------------------------------------------------------------- -->
</div>
<!-- ending of grid -->
</div>
</main>
<footer id="footer"></footer>
</body>
</html>
<script type="module">
import navbar from "./components/navbar.js"
document.querySelector("header").innerHTML = navbar();
import footer from "../components/footer.js";
document.querySelector("footer").innerHTML = footer();
</script>