-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
881 lines (802 loc) · 39.7 KB
/
index.html
File metadata and controls
881 lines (802 loc) · 39.7 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
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
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
<!DOCTYPE html>
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if !IE]><!-->
<html lang="en">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<title>Write It For Me | Home</title>
<meta name="description" content="iDea a Bootstrap-based, Responsive HTML5 Template">
<meta name="author" content="htmlcoder.me">
<!-- Mobile Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Favicon -->
<link rel="shortcut icon" href="images/favicon.ico">
<!-- Web Fonts -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700,300&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=PT+Serif' rel='stylesheet' type='text/css'>
<!-- Bootstrap core CSS -->
<link href="bootstrap/css/bootstrap.css" rel="stylesheet">
<!-- Font Awesome CSS -->
<link href="fonts/font-awesome/css/font-awesome.css" rel="stylesheet">
<!-- Fontello CSS -->
<link href="fonts/fontello/css/fontello.css" rel="stylesheet">
<!-- Plugins -->
<link href="plugins/rs-plugin/css/settings.css" media="screen" rel="stylesheet">
<link href="plugins/rs-plugin/css/extralayers.css" media="screen" rel="stylesheet">
<link href="plugins/magnific-popup/magnific-popup.css" rel="stylesheet">
<link href="css/animations.css" rel="stylesheet">
<link href="plugins/owl-carousel/owl.carousel.css" rel="stylesheet">
<!-- iDea core CSS file -->
<link href="css/style.css" rel="stylesheet">
<!-- Color Scheme (In order to change the color scheme, replace the red.css with the color scheme that you prefer)-->
<link href="css/skins/light_blue.css" rel="stylesheet">
<!-- Custom css -->
<link href="css/custom.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<!-- body classes:
"boxed": boxed layout mode e.g. <body class="boxed">
"pattern-1 ... pattern-9": background patterns for boxed layout mode e.g. <body class="boxed pattern-1">
-->
<body class="front no-trans">
<!-- scrollToTop -->
<!-- ================ -->
<div class="scrollToTop"><i class="icon-up-open-big"></i></div>
<div id="home" class="clearfix"></div>
<!-- page wrapper start -->
<!-- ================ -->
<div class="page-wrapper">
<!-- header start classes:
fixed: fixed navigation mode (sticky menu) e.g. <header class="header fixed clearfix">
dark: dark header version e.g. <header class="header dark clearfix">
================ -->
<header class="header fixed clearfix">
<div class="container">
<div class="row">
<div class="col-md-2">
<!-- header-left start -->
<!-- ================ -->
<div class="header-left clearfix">
<!-- logo -->
<div class="logo">
<!-- <a href="index.html"><img id="logo" src="images/logo_light_blue.png" alt="iDea"></a> -->
<a href="index.html"><img id="logo" src="wifm-bold-italic-text-logo.png" alt="iDea"></a>
</div>
<!-- name-and-slogan -->
<div class="site-slogan">
Superior Writing & Strategy
</div>
</div>
<!-- header-left end -->
</div>
<div class="col-md-10">
<!-- header-right start -->
<!-- ================ -->
<div class="header-right clearfix">
<!-- main-navigation start -->
<!-- ================ -->
<div class="main-navigation animated">
<!-- navbar start -->
<!-- ================ -->
<nav class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<!-- Toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse scrollspy smooth-scroll" id="navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#writing">Grant Writing</a></li>
<li><a href="#strategy">Strategy</a></li>
<li><a href="#coaching">Coaching</a></li>
<li><a href="#coaching">Custom Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</div>
</nav>
<!-- navbar end -->
</div>
<!-- main-navigation end -->
</div>
<!-- header-right end -->
</div>
</div>
</div>
</header>
<!-- header end -->
<!-- banner start -->
<!-- ================ -->
<div class="banner">
<div class="section white-bg">
<div class="container">
<div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="call-to-action">
<h1 class="title">Get Results.</h1>
<!-- <p>When you hire <strong><em>Write It For Me</em></strong>, you engage not just a multi-award-winning-writer, but also a kind-hearted strategic thought partner and coach who drives for results.</p> -->
<p>When you hire <strong><em>Write It For Me</em></strong>, you engage a kind-hearted, strategic thought partner and coach who drives for—and helps you achieve—results.</p>
</div>
</div>
</div>
<div class="row grid-space-20">
<div class="col-lg-4 col-sm-5 col-xs-12 col-md-4">
<div class="box-style-1 gray-bg team-member">
<!-- <h1>Your Team</h1> -->
<div class="owl-carousel content-slider-with-controls-autoplay">
<div class="overlay-container">
<img src="steve330px.jpg" alt="">
<h3 class="title text-center picture-card-text">Steven Cohn</h3>
<p class="text-center">Founder & Lead Strategist/Editor</p>
<br>
</div>
<div class="overlay-container">
<img src="leah330px.jpg" alt="">
<h3 class="title text-center picture-card-text">Leah Hanes</h3>
<p class="text-center">Consulting Strategist/Editor</p>
</div>
</div>
</div>
</div>
<div class="col-md-8 col-lg-offset-1 col-lg-3 col-sm-7 col-xs-12">
<div class="box-style-3">
<div class="icon-container default-bg circle">
<a href="page-grant-writing.html"><i class="fa fa-pencil"></i></a>
</div>
<div class="body">
<h2><a href="page-grant-writing.html">Grant Writing</a></h2>
<p>Give reviewers every reason to score your proposals well. The right words can inspire funding.</p>
<a href="page-grant-writing.html">Read More</a>
</div>
</div>
<div class="box-style-3">
<div class="icon-container default-bg circle">
<a href="page-services.html"><i class="fa fa-rocket"></i></a>
</div>
<div class="body">
<h2><a href="page-services.html">Coaching For Results & Well Being</a></h2>
<p>Go beyond standard measures of success. Improve how you <em>feel</em> and <em>flow</em> as you succeed.</p>
<a href="page-services.html">Read More</a>
</div>
</div>
</div>
<div class="col-md-8 col-lg-3 col-sm-12 col-xs-12">
<div class="box-style-3">
<div class="icon-container default-bg circle">
<a href="page-services.html"><i class="fa fa-line-chart"></i></a>
</div>
<div class="body">
<h2><a href="page-services.html">Strategic Consulting</a></h2>
<p>Share your situation. Get fresh perspective and tools. Let’s solve organizational problems.</p>
<a href="page-services.html">Read More</a>
</div>
</div>
<div class="box-style-3">
<div class="icon-container default-bg circle">
<a href="page-services.html"><i class="fa fa-sort-alpha-asc"></i></a>
</div>
<div class="body">
<h2><a href="page-services.html">Custom Projects</a></h2>
<p>Writing and editing work for any project. Corporate, small business, nonprofit, personal. Ask for what you need.</p>
<a href="page-services.html">Read More</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- section start -->
<!-- ================ -->
<div class="section parallax default-translucent-bg parallax-bg-3" style="background-image:url('hummingbird-background.jpg');">
<div class="container">
<div class="call-to-action">
<div class="row">
<div class="col-md-8">
<h1 id="wifm-blue-hummingbird-text" class="title text-center"><strong><em>Write It For Me</em></strong> exists to provide top-quality, highly customized writing and editing services to client organizations and individuals.</h1>
<!-- <p class="text-center">Sed ut Perspiciatis Unde Omnis Iste Sed ut sit voluptatem accusan tium </p> -->
</div>
<div class="col-md-4">
<div class="text-center">
<a href="#" class="btn btn-default btn-lg">What's your need?</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- section end -->
</div>
<!-- banner end -->
<!-- main-container start -->
<!-- ================ -->
<section id="about" class="main-container padding-bottom-clear">
<!-- main start -->
<!-- ================ -->
<!-- <div class="main space-bottom">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 class="text-center title">About</h1>
<div class="separator"></div>
<h2 class="text-center">Write It For Me is an award winning strategy and writing consultancy, providing specialized services including grant and proposal writing and editing.</h2>
<div id="wifm-about-top-row" class="row">
<div class="col-xs-6">
<div class="text-center space">
<h4 id="wifm-about-category-title"><strong>COMPANY FOUDNED IN</strong></h4>
<h1>2003</h1>
<p>The year that Apple launched iTunes and the fifth Harry Potter book came out.</p>
</div>
</div>
<div id="wifm-upper-right-about" class="col-xs-6">
<div class="text-center space">
<h4 id="wifm-about-category-title"><strong>PROPOSALS WRITTEN / EDITED</strong></h4>
<h1>102</h1>
<p>Not counting smaller projects like heartfelt proposals to generous donors.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-6">
<div class="text-center space">
<h4 id="wifm-about-category-title"><strong>GRANT DOLLARS WON BY CLIENTS</strong></h4>
<h1>$50M+</h1>
</div>
</div>
<div id="wifm-lower-right-about" class="col-xs-6">
<div class="text-center space">
<h4 id="wifm-about-category-title"><strong>ERRORS CORRECTED</strong></h4>
<h1>Alot</h1>
<p>We clean up your mistakes through our proofreading and polishing services.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div> -->
<!-- main end -->
<!-- main start -->
<!-- ================ -->
<div class="main space-bottom">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 class="text-center title">About</h1>
<div class="separator"></div>
<h2 class="text-center"><strong><em>Write It For Me</em></strong> is an award winning strategy and writing consultancy, providing specialized services including grant and proposal writing and editing.</h2>
<div class="row">
<div id="wifm-first-about" class="col-xs-12 col-sm-3">
<div class="text-center space">
<h4 class="wifm-about-category-title"><strong>FOUNDED</strong></h4>
<h1 class="wifm-about-amount">2003</h1>
<p>The year that Apple launched iTunes and the fifth Harry Potter book came out.</p>
</div>
</div>
<div id="wifm-second-about" class="col-xs-6 col-sm-3">
<div class="text-center space">
<h4 class="wifm-about-category-title"><strong>PROPOSALS WRITTEN/EDITED</strong></h4>
<h1 class="wifm-about-amount">102</h1>
<p>Not counting smaller projects like heartfelt proposals to generous donors.</p>
</div>
</div>
<div id="wifm-third-about" class="col-xs-6 col-sm-3">
<div class="text-center space">
<h4 class="wifm-about-category-title"><strong>GRANT DOLLARS WON BY CLIENTS</strong></h4>
<h1 class="wifm-about-amount">$50M+</h1>
</div>
</div>
<div id="wifm-fourth-about" class="col-xs-12 col-sm-3">
<div class="text-center space">
<h4 class="wifm-about-category-title"><strong>ERRORS CORRECTED</strong></h4>
<h1 class="wifm-about-amount">Countless</h1>
<p>We clean up your mistakes through our proofreading and polishing services.</p>
</div>
</div>
</div>
<!-- <div class="row">
<div class="col-sm-4">
<div class="text-center space">
<div class="box block"><i class="fa fa-bold"></i></div>
<h2>Bootstrap Based</h2>
<p class="text-muted">Voluptatem ad provident non <a href="#">repudiandae</a> veritatis beatae cupiditate amet reiciendis.</p>
<a href="page-services.html" class="link-dark">Read More</a>
</div>
</div>
<div class="col-sm-4">
<div class="text-center space">
<div class="box block"><i class="fa fa-check"></i></div>
<h2>W3C Validated</h2>
<p class="text-muted">Iure sequi unde hic. Sapiente quaerat labore sequi inventore veritatis cumque.</p>
<a href="page-services.html" class="link-dark">Read More</a>
</div>
</div>
<div class="col-sm-4">
<div class="text-center space">
<div class="box block"><i class="fa fa-diamond"></i></div>
<h2>Best Choice</h2>
<p class="text-muted">Inventore dolores aut laboriosam cum consequuntur delectus sequi.</p>
<a href="page-services.html" class="link-dark">Read More</a>
</div>
</div>
</div> -->
</div>
</div>
</div>
</div>
<!-- main end -->
<!-- services start -->
<!-- ================ -->
<div id="services" class="clearfix">
<div class="full-width-section light-gray-bg">
<div class="full-image-container">
<img class="center-block" src="images/section-image-10.jpg" alt="">
</div>
<div class="full-text-container">
<h1>We provide amazing services</h1>
<div class="separator-2"></div>
<div class="row">
<div class="col-sm-6">
<ul class="list-icons">
<li><i class="fa fa-check-square-o pr-10"></i>Great Free Support</li>
<li><i class="fa fa-check-square-o pr-10"></i>Free updates</li>
<li><i class="fa fa-check-square-o pr-10"></i>Top quality products</li>
<li><i class="fa fa-check-square-o pr-10"></i>W3C Validated</li>
<li><i class="fa fa-check-square-o pr-10"></i>Extremly easy to use</li>
</ul>
</div>
<div class="col-sm-6">
<ul class="list-icons">
<li><i class="fa fa-check-square-o pr-10"></i>Parallax</li>
<li><i class="fa fa-check-square-o pr-10"></i>Dark/Light Header options</li>
<li><i class="fa fa-check-square-o pr-10"></i>Dark/Light Footer options</li>
<li><i class="fa fa-check-square-o pr-10"></i>Slider Revolution Included</li>
<li><i class="fa fa-check-square-o pr-10"></i>More than 120 HTML files</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- services end -->
</section>
<!-- main-container end -->
<section id="about-old" class="main-container">
<div class="gray-bg container">
<div class="row">
<!-- main start -->
<!-- ================ -->
<div class="main col-md-12">
<!-- page-title start -->
<!-- ================ -->
<h1 class="text-center">About</h1>
<div class="separator"></div>
<h3>What is <strong><em>Write It For Me</em></strong> is a business that provides strategic grant writing, report writing, proposal creation, statistical analyses, coaching, and consulting services to passion-driven individuals and organization.</h3>
<p class="bigger-front-text"><em>Write It For Me</em> is a business that provides strategic grant writing, report writing, proposal creation, statistical analyses, coaching, and consulting services to passion-driven individuals and organization. Whether your need is corporate or personal, we are here not merely to take the pain out of writing, but also to provide you with the specific results that you seek. We are dedicated to learning what you need and to providing a written solution.</p>
<p class="bigger-front-text">Past awards, samples, and endorsements can be viewed together at the Portfolio page.</p>
<a href="#" class="btn btn-white">View portfolio</a>
<!-- or
<a href="#" class="btn btn-default">Read more about<i class="pl-10 fa fa-info"></i></a> -->
<hr></hr>
<h3>Who works at <strong><em>Write It For Me</em></strong>?</h3>
<!-- <div class="space"></div> -->
<br>
<!-- page-title end -->
<div class="row">
<div class="col-lg-4 col-sm-4">
<div class="box-style-1 gray-bg team-member">
<div class="overlay-container">
<img src="steve-small-photo.jpg" alt="">
<!-- <div class="overlay">
<ul class="social-links colored clearfix">
<li class="facebook"><a target="_blank" href="http://www.facebook.com"><i class="fa fa-facebook"></i></a></li>
<li class="linkedin"><a target="_blank" href="http://www.linkedin.com"><i class="fa fa-linkedin"></i></a></li>
<li class="skype"><a target="_blank" href="http://www.skype.com"><i class="fa fa-skype"></i></a></li>
<li class="googleplus"><a target="_blank" href="http://plus.google.com"><i class="fa fa-google-plus"></i></a></li>
</ul>
</div> -->
</div>
<h3>Steven D. Cohn, MBA</h3>
<!-- <br> -->
<!-- <p>Coach / Writer / Consultant</p> -->
</div>
</div>
<div class="col-lg-8 col-sm-8">
<p class="bigger-front-text"><em id="hi">Hi,</em><br>I'm <em id="steves-name">Steve Cohn</em> the founder and full-time operator of <em>Write It For Me</em>. Here's three things to know about me:</p>
<!-- <p class="lead">Here's three things to know about me:</p> -->
<ol class="bigger-front-text">
<li>I <em>love</em> this work</li>
<li>I merge MBA rigor with spirited warmth</li>
<li>I focus relentlessly on getting results</li>
</ol>
<p class="bigger-front-text">To do these things well, I ask a lot of questions.</p>
<a class="btn btn-default">Read more about <i class="pl-10 fa fa-info"></i></a>
</div>
<!-- <div class="col-lg-3 col-md-12 col-sm-8 col-sm-offset-4 col-md-offset-0">
<div class="vertical-divider-left-lg side">
<h2 class="title">Contact</h2>
<ul class="list-icons">
<li><i class="fa fa-phone pr-5"></i>503-226-WIFM</li>
<li>Alternative #:</li>
<li><i class="fa fa-mobile pr-5"></i>310-869-2850</li>
<li><i class="fa fa-envelope pr-5"></i><a href="mailto:steve@writeitforme.com">steve@writeitforme.com</a></li>
</ul>
<ul class="social-links colored clearfix">
<li class="twitter"><a target="_blank" href="http://www.twitter.com"><i class="fa fa-twitter"></i></a></li>
<li class="skype"><a target="_blank" href="http://www.skype.com"><i class="fa fa-skype"></i></a></li>
<li class="facebook"><a target="_blank" href="http://www.facebook.com"><i class="fa fa-facebook"></i></a></li>
<li class="googleplus"><a target="_blank" href="http://plus.google.com"><i class="fa fa-google-plus"></i></a></li>
</ul>
</div>
</div> -->
</div>
<div class="space"></div>
</div>
<!-- main end -->
</div>
</div>
</section>
<!-- main-container end -->
<!-- main start -->
<!-- ================ -->
<div class="section dark-bg pattern-6">
<div class="container">
<div class="call-to-action">
<div class="row">
<div class="col-md-8">
<h2 class="title text-center">"What <u>result</u> or final outcome do you most want to<br> <u>happen</u><br> in relation to a successfully written/edited piece?"</h1>
</div>
<div class="col-md-4">
<div class="text-center">
<a href="#" class="btn btn-default btn-lg">Let us know</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- main end -->
<!-- section start -->
<!-- ================ -->
<div id="writing" class="section clearfix object-non-visible" data-animation-effect="fadeInUpSmall" data-effect-delay="200">
<div class="container">
<h1 class="text-center">Writing</h1>
<div class="separator"></div>
<p class="lead text-center">You may hire me to delver any or all of these writing-related services.
For key proposals, documents, and/or marketing materials, I will:</p>
<br>
<div class="row">
<div class="col-md-6">
<ul>
<li>Create a structure / skeleton</li>
<li>Fill the skeleton with compelling words, promoting your goal</li>
<li>Promote compliance with what the audience formally requires or expects</li>
<li>Find exactly the right words to speak to your audience(s)</li>
<li>Use words and emphasis patterns (such as strategic use of bold and italics) to captivate and direct your readers’ attention</li>
<li>Consult with you to make wording changes that embody your voice</li>
<li>Edit</li>
<li>For grants: Use scoring rubrics to assure the right flow and content</li>
<li>Track draft-to-draft changes. Add comments for you in the margins.</li>
<li>Assure compliance with any restrictions (such as maximum word or character counts)</li>
<li>Proofread</li>
</ul>
</div>
<div class="col-md-6">
<p class="space-top">Core services provided are: writing, editing, strategy, and proofreading. Services provided are defined below:</p>
<a href="page-about-2.html" class="btn btn-lg btn-default">Read More</a>
</div>
</div>
<div class="space-bottom"></div>
<h2>Vertical Tabs</h2>
<!-- Tabs start -->
<!-- ================ -->
<div class="vertical">
<!-- Nav tabs -->
<ul class="nav nav-tabs" role="tablist">
<li class="active"><a href="#vtab1" role="tab" data-toggle="tab"><i class="fa fa-magic pr-10"></i> Writing</a></li>
<li><a href="#vtab2" role="tab" data-toggle="tab"><i class="fa fa-life-saver pr-10"></i> Editing and Re-writing</a></li>
<li><a href="#vtab3" role="tab" data-toggle="tab"><i class="fa fa-expand pr-10"></i> Proofreading Only</a></li>
<li><a href="#vtab4" role="tab" data-toggle="tab"><i class="fa fa-file-o pr-10"></i> Business Projects</a></li>
<li><a href="#vtab5" role="tab" data-toggle="tab"><i class="fa fa-file-o pr-10"></i> Personal Projects</a></li>
</ul>
<!-- Tab panes -->
<div class="tab-content">
<div class="tab-pane fade in active" id="vtab1">
<h1 class="text-center title">Writing</h1>
<p><em>Write It For Me</em> will create <strong>original documents</strong> for you, <strong>from scratch</strong>, based on goals and needs that you articulate to us in-person, by phone, or over the Internet. You may supply supporting information or documents which will help us write what you need. Documents may be business or personal in nature and may range from half-a-page to thousands of pages. Examples of originally written documents include: grant proposals, marketing literature, web site editorial content (such as this), procedures manuals, poems, wedding vows, and formal responses to Requests For Proposals (RFPs). We will completely edit, polish, and proofread the work before presenting you with the final copy. We will continue to work until you are 100% satisfied.</p>
<a href="page-services.html" class="btn btn-default">Read more</a>
</div>
<div class="tab-pane fade" id="vtab2">
<h1 class="text-center title">Editing and Re-writing</h1>
<p><em>Write It For Me</em> will <strong>begin with a document</strong> (or a collection of pieces) that you created and will <strong>transform it</strong> into a maximally effective, persuasive piece, flowing in a rhythm of sentences and paragraphs that compels your audience to read more, delivered in a friendly format, clear of all grammatical and typographical errors. We will re-write and edit the document until you are satisfied. Click <a href="ProofingDistinction.html">here</a> to understand further the <a href="ProofingDistinction.html">difference</a> between Proofreading Only and Editing/Re-writing.</p>
<a href="page-services.html" class="btn btn-default">Read more</a>
</div>
<div class="tab-pane fade" id="vtab3">
<h1 class="text-center title">Proofreading Only</h1>
<p><em>Write It For Me</em> will take your own final document and <strong>carefully examine</strong> every word for proper <strong>spelling, grammar, and typography</strong>. We will indicate all errors to you and offer instant correction using Microsoft Word's "Tracking" feature if the files are supplied electronically. (We provide this proofreading service automatically for no extra charge for <em>all</em> documents that are written and/or edited by our office.) Click <a href="ProofingDistinction.html">here</a> to understand further the <a href="ProofingDistinction.html">difference</a> between Proofreading Only and Editing/Re-writing.</p>
<a href="page-services.html" class="btn btn-default">Read more</a>
</div>
<div class="tab-pane fade" id="vtab4">
<h1 class="text-center title">Business Projects</h1>
<li>Proposals to Win Grant Funding</li>
<li>Brochures, Flyers, Booklets</li>
<li>Competitive Proposals to Win Business</li>
<li>Responses to RFPs</li>
<li>Business and Marketing Plans</li>
<li>Training and Procedure Manuals</li>
<li>Editorial Content / Proofreading for:</li>
<ul>
<li>Marketing literature</li>
<li>Web sites</li>
<li>Mass correspondence</li>
<li>Fundraising letters</li>
<li>Employee recruitment ads</li>
</ul>
<li>Creative Copy (marketing ads: print, TV, radio)</li>
<li>Press Releases and Public Relations Articles</li>
<li>Sensitive Announcements</li>
<li>Custom projects to meet your needs</li>
</ul>
<a href="page-services.html" class="btn btn-default">Read more</a>
</div>
<div class="tab-pane fade" id="vtab5">
<h1 class="text-center title">Personal Projects</h1>
<ul>
<li>Résumés</li>
<li>Cover Letters</li>
<li>Wedding Vows</li>
<li>College Applications (edit only)</li>
<li>Academic Papers (edit only)</li>
<li>Delicate Correspondence</li>
<li>Poems for Special Occasions</li>
<li>Custom projects to help you</li>
</ul>
<a href="page-services.html" class="btn btn-default">Read more</a>
</div>
</div>
</div>
<!-- tabs end -->
</div>
</div>
<!-- section end -->
<!-- process start -->
<!-- ================ -->
<div id="strategy" class="light-gray-bg bordered">
<div class="container">
<!-- section start -->
<!-- ================ -->
<div class="section light-gray-bg clearfix">
<div class="row">
<div class="col-md-12">
<h1 class="text-center">Strategy</h1>
<div class="separator"></div>
<p class="text-center">Here are strategic services you can/will receive as a natural part of many projects:</p>
</div>
</div>
</div>
<!-- section end -->
<!-- section start -->
<!-- ================ -->
<div class="section light-gray-bg clearfix">
<div class="row">
<div class="col-md-6">
<ul>
<li>A series of questions that drive at clarifying your end goal</li>
<li>Additional questions designed to elicit efficient path(s) forward</li>
<li>Attentive listening, with your goal(s) in mind</li>
<li>Opportunities to brainstorm and vision together</li>
<li>Offering cost/benefit, risk/reward, or similar analysis of various paths</li>
<li>Assisting you with making key decisions</li>
<li>Documenting strategic decisions we’ve made together</li>
<li>Bringing useful resources or customizable templates to help advance</li>
<li>Helping you stay organized</li>
<li>Creating a timeline of milestones and deliverables</li>
<li>Helping you stay organized</li>
</ul>
</div>
<div class="col-md-6">
<h2 class="title">My strategic insights are supported by:</h2>
<ul>
<li>Direct professional strategy-leading experience over more than 20 years</li>
<li>Evidence of quantifiable results (e.g., in the form of awards granted)</li>
<li>Graduation at the top of my reputable MBA cohort (UCLA), with awards</li>
</ul>
</div>
</div>
</div>
<!-- section end -->
<hr class="margin-clear">
</div>
</div>
<!-- process end -->
<!-- process start -->
<!-- ================ -->
<div id="coaching" class="light-gray-bg bordered">
<div class="container">
<!-- section start -->
<!-- ================ -->
<div class="section light-gray-bg clearfix">
<div class="row">
<div class="col-md-12">
<h1 class="text-center">Coaching</h1>
<div class="separator"></div>
<p class="text-center">Coaching services are available and are distinct from writing and strategic consulting services in the following ways.</p>
</div>
</div>
</div>
<!-- section end -->
<!-- section start -->
<!-- ================ -->
<div class="section light-gray-bg clearfix">
<div class="row">
<div class="col-md-6">
<ul>
<li>Assumes that you are the expert in content, not me.</li>
<li>Helps you extract, harness, and organize the expert information you (or your organization) already have internally</li>
<li>Co-creates with you an action plan of how to move from Pt. A to Pt. B.</li>
<li>Empowers you (and/or your team) with newly revealed awareness, knowledge, skills, strengths</li>
<li>Helps you to do your own writing, editing, proofreading effectively</li>
<li>Builds your capacity to coach yourself in the future</li>
</ul>
</div>
<div class="col-md-6">
<p class="space-top">Depending on your needs, Coaching can work together with or be an alternative to Consulting and/ or Writing services.</p>
</div>
</div>
</div>
<!-- section end -->
<hr class="margin-clear">
</div>
</div>
<!-- process end -->
<!-- demo start -->
<!-- ================ -->
<div id="contact" class="section clearfix">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="space">
<h1 class="title margin-top-clear text-center">Contact</h1>
<p class="lead text-center">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
<div class="embed-responsive embed-responsive-16by9">
<!-- <iframe class="embed-responsive-item" src="//player.vimeo.com/video/29198414?byline=0&portrait=0"></iframe> -->
<p><a href="http://vimeo.com/29198414">Introducing Vimeo Music Store</a> from <a href="http://vimeo.com/staff">Vimeo Staff</a> on <a href="https://vimeo.com">Vimeo</a>.</p>
</div>
</div>
</div>
</div>
</div>
<br>
</div>
<!-- demo end -->
<!-- section start -->
<!-- ================ -->
<div class="space-top object-non-visible dark-bg pattern-6" data-animation-effect="fadeIn" data-effect-delay="300">
<br>
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="owl-carousel content-slider-with-controls-bottom">
<div class="testimonial margin-clear clearfix">
<!-- <h2 class="title">Thank You!</h2> -->
<div class="testimonial-image">
<img src="john-mclaughlin.jpg" alt="Jane Doe" title="Jane Doe" class="img-circle">
</div>
<div class="testimonial-body">
<p>"I have been Chairman and CEO of this production company for 20 years and Executive Producer and host of the two TV programs it produces. Of the employees that have passed through, I would rank Steve [Cohn] as one of its top three staffers--and probably not third--as most valued, trusted, industrious, generous and gifted. On a scale of zero to ten, during his full 3+ years of employment, I rate Steve an unconditional 10."</p>
<div class="testimonial-info-1">- John McLaughlin</div>
<div class="testimonial-info-2">Executive Producer and TV Host</div>
</div>
<hr class="dark">
</div>
<div class="testimonial margin-clear clearfix">
<!-- <h2 class="title">Great!</h2> -->
<div class="testimonial-image">
<img src="liaac.jpg" alt="Jane Doe" title="Jane Doe" class="img-circle">
</div>
<div class="testimonial-body">
<p>“After not winning a federal grant we applied for last year, we hired, Steve, the leader of Write It For Me to help us write our next application. Three-and-a-half months after the deadline [of February 6th], we received a very electrifying call from the agency: Our grant was a winner! We will now receive over 1.25 million dollars over the next five years to run a needed program that will reduce the spread of AIDS in New York State. The status and profile of our non-profit group has been instantly elevated…<br>Hiring a professional—specifically this talented professional—made all of the difference.” </p>
<div class="testimonial-info-1">- Vice President of Operations</div>
<div class="testimonial-info-2">Long Island Association for AIDS Care (LIAAC)</div>
</div>
<hr class="dark">
</div>
<div class="testimonial margin-clear clearfix">
<!-- <h2 class="title">Amazing!</h2> -->
<div class="testimonial-image">
<img src="oesco.jpg" alt="Jane Doe" title="Jane Doe" class="img-circle">
</div>
<div class="testimonial-body">
<p>“I was most impressed with Steve’s ability to focus on our program and quickly identify our unique characteristics and strengths. The time together was used wisely and I thoroughly enjoyed the collaborative effort. I now await the outcome and feel very confident that what we submitted was done in a most professional and timely manner.”</p>
<div class="testimonial-info-1">- Paul Crowther, Executive Director</div>
<div class="testimonial-info-2">Oregon Employment Services Corporation (OESCo)</div>
</div>
<hr class="dark">
</div>
</div>
</div>
</div>
</div>
<br>
</div>
<!-- section end -->
<!-- footer start (Add "light" class to #footer in order to enable light footer) -->
<!-- ================ -->
<footer id="footer" class="light">
<div class="footer padding-top-clear">
<div class="container">
<div class="footer-inner space-bottom">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="footer-content text-center">
<div class="logo-footer"><img id="logo-footer" class="center-block" src="images/logo_red_footer.png" alt=""></div>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Necessitatibus illo vel dolorum soluta consectetur doloribus sit. Delectus non tenetur odit dicta vitae debitis suscipit doloribus. Lorem ipsum dolor sit amet, illo vel dolorum soluta consectetur.</p>
<ul class="list-inline mb-20">
<li><i class="fa fa-map-marker pr-10"></i>One infinity loop, 54100</li>
<li><i class="fa fa-phone pl-10 pr-10"></i><a class="link-dark" href="tel:+00 1234567890">+00 1234567890</a></li>
<li><i class="fa fa-envelope-o pl-10 pr-10"></i><a class="link-dark" href="mailto:info@idea.com">info@idea.com</a></li>
</ul>
<a href="#page-start" class="btn btn-default smooth-scroll">Subscribe Now</a>
<hr>
<p class="text-center margin-clear">Copyright © 2015 iDea by <a class="link-dark" target="_blank" href="http://htmlcoder.me">HtmlCoder</a>. All Rights Reserved</p>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- footer end -->
</div>
<!-- page-wrapper end -->
<!-- JavaScript files placed at the end of the document so the pages load faster
================================================== -->
<!-- Jquery and Bootstap core js files -->
<script type="text/javascript" src="plugins/jquery.min.js"></script>
<script type="text/javascript" src="bootstrap/js/bootstrap.min.js"></script>
<!-- Modernizr javascript -->
<script type="text/javascript" src="plugins/modernizr.js"></script>
<!-- jQuery REVOLUTION Slider -->
<script type="text/javascript" src="plugins/rs-plugin/js/jquery.themepunch.tools.min.js"></script>
<script type="text/javascript" src="plugins/rs-plugin/js/jquery.themepunch.revolution.min.js"></script>
<!-- Isotope javascript -->
<script type="text/javascript" src="plugins/isotope/isotope.pkgd.min.js"></script>
<!-- Owl carousel javascript -->
<script type="text/javascript" src="plugins/owl-carousel/owl.carousel.js"></script>
<!-- Magnific Popup javascript -->
<script type="text/javascript" src="plugins/magnific-popup/jquery.magnific-popup.min.js"></script>
<!-- Appear javascript -->
<script type="text/javascript" src="plugins/jquery.appear.js"></script>
<!-- Count To javascript -->
<script type="text/javascript" src="plugins/jquery.countTo.js"></script>
<!-- Parallax javascript -->
<script src="plugins/jquery.parallax-1.1.3.js"></script>
<!-- Contact form -->
<script src="plugins/jquery.validate.js"></script>
<!-- Google Maps javascript -->
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false"></script>
<script type="text/javascript" src="js/google.map.config.js"></script>
<!-- SmoothScroll javascript -->
<script type="text/javascript" src="plugins/jquery.browser.js"></script>
<script type="text/javascript" src="plugins/SmoothScroll.js"></script>
<!-- Initialization of Plugins -->
<script type="text/javascript" src="js/template.js"></script>
<!-- Custom Scripts -->
<script type="text/javascript" src="js/custom.js"></script>
</body>
</html>