forked from yihui/travis-exitwp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbenrwoodard.WordPress.2019-04-25.xml
1193 lines (1114 loc) · 98.9 KB
/
benrwoodard.WordPress.2019-04-25.xml
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
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="UTF-8" ?>
<!-- This is a WordPress eXtended RSS file generated by WordPress as an export of your site. -->
<!-- It contains information about your site's posts, pages, comments, categories, and other content. -->
<!-- You may use this file to transfer that content from one site to another. -->
<!-- This file is not intended to serve as a complete backup of your site. -->
<!-- To import this information into a WordPress site follow these steps: -->
<!-- 1. Log in to that site as an administrator. -->
<!-- 2. Go to Tools: Import in the WordPress admin panel. -->
<!-- 3. Install the "WordPress" importer from the list. -->
<!-- 4. Activate & Run Importer. -->
<!-- 5. Upload this file using the form provided on that page. -->
<!-- 6. You will first be asked to map the authors in this export file to users -->
<!-- on the site. For each author, you may choose to map to an -->
<!-- existing user on the site or to create a new user. -->
<!-- 7. WordPress will then import each of the posts, pages, comments, categories, etc. -->
<!-- contained in this file into your site. -->
<!-- generator="WordPress/5.1.1" created="2019-04-25 17:21" -->
<rss version="2.0"
xmlns:excerpt="http://wordpress.org/export/1.2/excerpt/"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:wp="http://wordpress.org/export/1.2/"
>
<channel>
<title>Ben R Woodard</title>
<link>http://benrwoodard.wpengine.com</link>
<description>Digital Marketing Analyst</description>
<pubDate>Thu, 25 Apr 2019 17:21:40 +0000</pubDate>
<language>en-US</language>
<wp:wxr_version>1.2</wp:wxr_version>
<wp:base_site_url>http://benrwoodard.wpengine.com</wp:base_site_url>
<wp:base_blog_url>http://benrwoodard.wpengine.com</wp:base_blog_url>
<wp:author><wp:author_id>1</wp:author_id><wp:author_login><![CDATA[benrwoodard]]></wp:author_login><wp:author_email><![CDATA[[email protected]]]></wp:author_email><wp:author_display_name><![CDATA[Ben]]></wp:author_display_name><wp:author_first_name><![CDATA[Ben]]></wp:author_first_name><wp:author_last_name><![CDATA[Woodard]]></wp:author_last_name></wp:author>
<generator>https://wordpress.org/?v=5.1.1</generator>
<site xmlns="com-wordpress:feed-additions:1">21027441</site>
<item>
<title>
About </title>
<link>http://benrwoodard.wpengine.com/about/</link>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
<dc:creator><![CDATA[benrwoodard]]></dc:creator>
<guid isPermaLink="false">http://benrwoodard.com//?page_id=2</guid>
<description></description>
<content:encoded>
<![CDATA[<a href="http://benrwoodard.com/wp-content/uploads/1970/01/100414_121716.jpg"><img class="alignleft size-medium wp-image-294" title="About Ben R Woodard" alt="" src="http://benrwoodard.com/wp-content/uploads/1970/01/100414_121716-300x225.jpg" width="300" height="225" /></a>I may not be the best at it but I love getting my thoughts out on paper (digital paper). BenRWoodard.com is all about documenting <a href="http://benrwoodard.com/hoping-for-big-things/" target="_self">my journey</a> as a family man, WordPress junkie, and SEO enthusiast. I want to express the events of my life as I see it so that I will be able to look back in amazement at the big picture God was painting. I also want my boys to look back one day and be able to see how awesome their daddy's God is. I'm just gonna have fun with it.
I am married to my beautiful wife Debbie and we have four AWESOME boys (Ryan, Matthew, Garrett and Caden). It is exciting every day in the Woodard house. Between keeping our 1 year old from killing himself, keeping up with our 'always busy' 4 year old, our 'drama queen' 6 year old, and our '16 year old' 9 year old we have our hands full. My wife was a super nursery nurse on the night shift at a local hospital for almost a decade in three four different cities.
She is currently a full time stay at home mom (toughest job in the world) and I'm the web developer for <a href="http://onlineforlife.org" target="_blank">OnlineforLife.org</a>, a life affirming non profit based in Dallas. I get a chance to save lives everyday by messing around with code.
I also help manage several other websites in the non profit and for profit world.]]> </content:encoded>
<excerpt:encoded>
<![CDATA[]]> </excerpt:encoded>
<wp:post_id>2</wp:post_id>
<wp:post_date><![CDATA[1970-01-01 00:00:00]]></wp:post_date>
<wp:post_date_gmt><![CDATA[1970-01-01 00:00:00]]></wp:post_date_gmt>
<wp:comment_status><![CDATA[closed]]></wp:comment_status>
<wp:ping_status><![CDATA[closed]]></wp:ping_status>
<wp:post_name><![CDATA[about]]></wp:post_name>
<wp:status><![CDATA[publish]]></wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type><![CDATA[page]]></wp:post_type>
<wp:post_password><![CDATA[]]></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<wp:postmeta>
<wp:meta_key><![CDATA[_wp_page_template]]></wp:meta_key>
<wp:meta_value><![CDATA[default]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[_edit_last]]></wp:meta_key>
<wp:meta_value><![CDATA[1]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[_thumbnail_id]]></wp:meta_key>
<wp:meta_value><![CDATA[294]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[standard_seo_post_meta_description]]></wp:meta_key>
<wp:meta_value><![CDATA[Let's see how this shows up. :)]]></wp:meta_value>
</wp:postmeta>
</item>
<item>
<title>
Sitemap </title>
<link>http://benrwoodard.wpengine.com/sitemap/</link>
<pubDate>Tue, 14 Dec 2010 01:47:19 +0000</pubDate>
<dc:creator><![CDATA[benrwoodard]]></dc:creator>
<guid isPermaLink="false">http://benrwoodard.com/</guid>
<description></description>
<content:encoded>
<![CDATA[]]> </content:encoded>
<excerpt:encoded>
<![CDATA[]]> </excerpt:encoded>
<wp:post_id>372</wp:post_id>
<wp:post_date><![CDATA[2010-12-13 19:47:19]]></wp:post_date>
<wp:post_date_gmt><![CDATA[2010-12-14 01:47:19]]></wp:post_date_gmt>
<wp:comment_status><![CDATA[open]]></wp:comment_status>
<wp:ping_status><![CDATA[open]]></wp:ping_status>
<wp:post_name><![CDATA[sitemap]]></wp:post_name>
<wp:status><![CDATA[publish]]></wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type><![CDATA[page]]></wp:post_type>
<wp:post_password><![CDATA[]]></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<wp:postmeta>
<wp:meta_key><![CDATA[_edit_last]]></wp:meta_key>
<wp:meta_value><![CDATA[1]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[_wp_page_template]]></wp:meta_key>
<wp:meta_value><![CDATA[sitemap.php]]></wp:meta_value>
</wp:postmeta>
</item>
<item>
<title>
Flatrun Test Form </title>
<link>http://benrwoodard.wpengine.com/?page_id=649</link>
<pubDate>Fri, 04 Feb 2011 03:13:03 +0000</pubDate>
<dc:creator><![CDATA[benrwoodard]]></dc:creator>
<guid isPermaLink="false">http://benrwoodard.com/</guid>
<description></description>
<content:encoded>
<![CDATA[<iframe src="https://spreadsheets.google.com/embeddedform?formkey=dFhURllDTHVYWXJQV3ZOaVZfY0ZKZWc6MQ" width="760" height="893" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>]]> </content:encoded>
<excerpt:encoded>
<![CDATA[]]> </excerpt:encoded>
<wp:post_id>649</wp:post_id>
<wp:post_date><![CDATA[2011-02-03 21:13:03]]></wp:post_date>
<wp:post_date_gmt><![CDATA[2011-02-04 03:13:03]]></wp:post_date_gmt>
<wp:comment_status><![CDATA[open]]></wp:comment_status>
<wp:ping_status><![CDATA[closed]]></wp:ping_status>
<wp:post_name><![CDATA[flatrun-test-form]]></wp:post_name>
<wp:status><![CDATA[draft]]></wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type><![CDATA[page]]></wp:post_type>
<wp:post_password><![CDATA[]]></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<wp:postmeta>
<wp:meta_key><![CDATA[_edit_last]]></wp:meta_key>
<wp:meta_value><![CDATA[1]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[_wp_page_template]]></wp:meta_key>
<wp:meta_value><![CDATA[fullwidth.php]]></wp:meta_value>
</wp:postmeta>
</item>
<item>
<title>
Disclosure Policy </title>
<link>http://benrwoodard.wpengine.com/disclosure/</link>
<pubDate>Sun, 06 Feb 2011 12:32:34 +0000</pubDate>
<dc:creator><![CDATA[benrwoodard]]></dc:creator>
<guid isPermaLink="false">http://benrwoodard.com/</guid>
<description></description>
<content:encoded>
<![CDATA[When it comes down to the basic facts, I'm in the business of supporting my family financially. One of the ways I'm going to accomplish that is through the content I create on BenRWoodard.com.
I've been inspired by so many awesome people and services online that I want a chance to share that with the people in my sphere of influence. I hope to do that through this blog by creating valuable content on a regular basis.
What I didn't know, until I found out <a href="http://tentblogger.com/disclosure-policy/">through TentBlogger.com</a> is that there were guidelines set out to protect readers from manipulating influencers online.
I totally agree with this protection and therefore comply with all of the law set out by the FTC.
Just so we are all on the same page here, there are a few givens I wanted everyone to know the following about <b>all</b> of the content that I publish on BenRWoodard.com:
<blockquote><li>All of the content is for the purpose of generating some sort of financial value; either directly or indirectly.</li>
<li>The content could possibly be promoting a product, service, or affiliate business.</li>
<li>If I wouldn't refer it to my mother I won't refer it to my readers through BenRWoodard.com.</li>
<li>Any of the items I get I have gotten without any expense to me personally.</li>
<li>100% of the giveaways and/or contests I pay through my own means, except when I say otherwise.</li>
<li>I will never be able to say with 100% accuracy that my review of a product, service, or business will be the same as yours. All I can try to do is provide an accurate description of my personal knowledge of it.</li>
<li>It is within my right to restrict certain advertisers or sponsors on the entire blog property.</li>
<li>There are many affiliate partner businesses that I deem valuable to the readers of my property and will not 100% of the time notate an affiliate link.</li></blockquote>
</br>
I appreciate everyone who takes the time to read and interact on this property and I understand that everyword I publish will directly affect my reputation in their eyes. More than that, I understand that one day I will give an account for <i>every</i> word I say and type one day to my creator. ]]> </content:encoded>
<excerpt:encoded>
<![CDATA[]]> </excerpt:encoded>
<wp:post_id>680</wp:post_id>
<wp:post_date><![CDATA[2011-02-06 06:32:34]]></wp:post_date>
<wp:post_date_gmt><![CDATA[2011-02-06 12:32:34]]></wp:post_date_gmt>
<wp:comment_status><![CDATA[open]]></wp:comment_status>
<wp:ping_status><![CDATA[open]]></wp:ping_status>
<wp:post_name><![CDATA[disclosure]]></wp:post_name>
<wp:status><![CDATA[publish]]></wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type><![CDATA[page]]></wp:post_type>
<wp:post_password><![CDATA[]]></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<wp:postmeta>
<wp:meta_key><![CDATA[_edit_last]]></wp:meta_key>
<wp:meta_value><![CDATA[1]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[_wp_page_template]]></wp:meta_key>
<wp:meta_value><![CDATA[default]]></wp:meta_value>
</wp:postmeta>
<wp:comment>
<wp:comment_id>295</wp:comment_id>
<wp:comment_author><![CDATA[Why I Wrote A Disclosure Policy For This Blog | Ben R Woodard]]></wp:comment_author>
<wp:comment_author_email><![CDATA[]]></wp:comment_author_email>
<wp:comment_author_url>http://benrwoodard.com/why-i-wrote-a-disclosure-policy-for-this-blog/</wp:comment_author_url>
<wp:comment_author_IP><![CDATA[66.96.128.64]]></wp:comment_author_IP>
<wp:comment_date><![CDATA[2011-02-06 07:27:37]]></wp:comment_date>
<wp:comment_date_gmt><![CDATA[2011-02-06 13:27:37]]></wp:comment_date_gmt>
<wp:comment_content><![CDATA[[...] Disclosure Policy [...]]]></wp:comment_content>
<wp:comment_approved><![CDATA[1]]></wp:comment_approved>
<wp:comment_type><![CDATA[pingback]]></wp:comment_type>
<wp:comment_parent>0</wp:comment_parent>
<wp:comment_user_id>0</wp:comment_user_id>
<wp:commentmeta>
<wp:meta_key><![CDATA[akismet_history]]></wp:meta_key>
<wp:meta_value><![CDATA[a:4:{s:4:"time";s:13:"1296999112.09";s:7:"message";s:50:"benrwoodard changed the comment status to approved";s:5:"event";s:15:"status-approved";s:4:"user";s:11:"benrwoodard";}]]></wp:meta_value>
</wp:commentmeta>
</wp:comment>
</item>
<item>
<title>
Golf Courses Map </title>
<link>http://benrwoodard.wpengine.com/golf-courses-map/</link>
<pubDate>Fri, 06 May 2011 19:15:33 +0000</pubDate>
<dc:creator><![CDATA[benrwoodard]]></dc:creator>
<guid isPermaLink="false">http://benrwoodard.com/?page_id=957</guid>
<description></description>
<content:encoded>
<![CDATA[<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps/ms?ie=UTF8&hl=en&msa=0&msid=207277091573428724981.0004a206e165fe2e57976&t=h&ll=32.947498,-80.038255&spn=0.022725,0.200375&output=embed"></iframe><br /><small>View <a href="http://maps.google.com/maps/ms?ie=UTF8&hl=en&msa=0&msid=207277091573428724981.0004a206e165fe2e57976&t=h&ll=32.947498,-80.038255&spn=0.022725,0.200375&source=embed" style="color:#0000FF;text-align:left">Golf Courses In Charleston</a> in a larger map</small>]]> </content:encoded>
<excerpt:encoded>
<![CDATA[]]> </excerpt:encoded>
<wp:post_id>957</wp:post_id>
<wp:post_date><![CDATA[2011-05-06 14:15:33]]></wp:post_date>
<wp:post_date_gmt><![CDATA[2011-05-06 19:15:33]]></wp:post_date_gmt>
<wp:comment_status><![CDATA[open]]></wp:comment_status>
<wp:ping_status><![CDATA[open]]></wp:ping_status>
<wp:post_name><![CDATA[golf-courses-map]]></wp:post_name>
<wp:status><![CDATA[publish]]></wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type><![CDATA[page]]></wp:post_type>
<wp:post_password><![CDATA[]]></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<wp:postmeta>
<wp:meta_key><![CDATA[_edit_last]]></wp:meta_key>
<wp:meta_value><![CDATA[1]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[_wp_page_template]]></wp:meta_key>
<wp:meta_value><![CDATA[default]]></wp:meta_value>
</wp:postmeta>
</item>
<item>
<title>
Contact Me </title>
<link>http://benrwoodard.wpengine.com/contact-me/</link>
<pubDate>Thu, 12 Apr 2012 20:52:33 +0000</pubDate>
<dc:creator><![CDATA[benrwoodard]]></dc:creator>
<guid isPermaLink="false">http://benrwoodard.com/?page_id=982</guid>
<description></description>
<content:encoded>
<![CDATA[ [contact-form][contact-field label='Name' type='text'/][contact-field label='Email' type='email'/][contact-field label='Message' type='textarea'/][/contact-form] ]]> </content:encoded>
<excerpt:encoded>
<![CDATA[]]> </excerpt:encoded>
<wp:post_id>982</wp:post_id>
<wp:post_date><![CDATA[2012-04-12 15:52:33]]></wp:post_date>
<wp:post_date_gmt><![CDATA[2012-04-12 20:52:33]]></wp:post_date_gmt>
<wp:comment_status><![CDATA[closed]]></wp:comment_status>
<wp:ping_status><![CDATA[closed]]></wp:ping_status>
<wp:post_name><![CDATA[contact-me]]></wp:post_name>
<wp:status><![CDATA[publish]]></wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type><![CDATA[page]]></wp:post_type>
<wp:post_password><![CDATA[]]></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<wp:postmeta>
<wp:meta_key><![CDATA[_edit_last]]></wp:meta_key>
<wp:meta_value><![CDATA[1]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[_wp_page_template]]></wp:meta_key>
<wp:meta_value><![CDATA[default]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[standard_seo_post_meta_description]]></wp:meta_key>
<wp:meta_value><![CDATA[]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[_g_feedback_shortcode]]></wp:meta_key>
<wp:meta_value><![CDATA[[contact-field label='Name' type='text'/][contact-field label='Email' type='email'/][contact-field label='Message' type='textarea'/]]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[_g_feedback_shortcode_atts]]></wp:meta_key>
<wp:meta_value><![CDATA[a:6:{s:2:"to";s:21:"[email protected]";s:7:"subject";s:26:"[Ben R Woodard] Contact Me";s:12:"show_subject";s:2:"no";s:6:"widget";i:0;s:2:"id";i:982;s:18:"submit_button_text";s:13:"Submit »";}]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[_g_feedback_shortcode_08c50a20e3999fda74278ed24d251de952284ae8]]></wp:meta_key>
<wp:meta_value><![CDATA[[contact-field label='Name' type='text'/][contact-field label='Email' type='email'/][contact-field label='Message' type='textarea'/]]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[_g_feedback_shortcode_atts_08c50a20e3999fda74278ed24d251de952284ae8]]></wp:meta_key>
<wp:meta_value><![CDATA[a:6:{s:2:"to";s:21:"[email protected]";s:7:"subject";s:26:"[Ben R Woodard] Contact Me";s:12:"show_subject";s:2:"no";s:6:"widget";i:0;s:2:"id";i:982;s:18:"submit_button_text";s:6:"Submit";}]]></wp:meta_value>
</wp:postmeta>
</item>
<item>
<title>
Privacy Policy </title>
<link>http://benrwoodard.wpengine.com/privacy-policy/</link>
<pubDate>Tue, 26 Jun 2012 00:54:51 +0000</pubDate>
<dc:creator><![CDATA[benrwoodard]]></dc:creator>
<guid isPermaLink="false">http://benrwoodard.com/?page_id=1001</guid>
<description></description>
<content:encoded>
<![CDATA[The simple act of visiting a website leaves a trail of information, a "digital footprint," about visitors like you. Sometimes this footprint is vague and preserves your anonymity and other times it is tied specifically to you and your real life identity.
If all you do is click around and read pages, the data captured about you is vague. If you leave a comment or sign up for a newsletter, the data captured about you is sometimes very specific. Almost all web sites on the web today collect data in this fashion about visitors, and this site is no different.
<strong>It is our belief that you deserve to know how we handle your information.</strong> Consequently, the Privacy Policy below is a disclosure concerning our intent with your data. It is not a legally binding contract. It is a statement of intent made in good faith.
If you are unsure what something means, please ask. Contact information is available at the bottom of the Privacy Policy.
<h3>Usage</h3>
<div style="border: dashed 1px #c8c8c8; padding: 12px; background-color: #e1e1e1; margin-bottom: 12px;">Keep the sentence below that is true, and delete the one that is not. Then delete this box.</div>
Data is used for the express purpose of enabling you to read, respond to, and discover published content topical to this site, and nothing else.
Data may be used for any purpose.
<h3>Duration</h3>
<div style="border: dashed 1px #c8c8c8; padding: 12px; background-color: #e1e1e1; margin-bottom: 12px;">Keep the sentence that is true, or edit a sentence to be true, then delete the remaining sentence. Lastly, delete this box. HINT: If you never intend to purge email addresses or post comments, you must indicate data is kept "indefinitely."</div>
Data is kept for up to 1 year.
Data may be kept indefinitely.
<h3>Commerce</h3>
<div style="border: dashed 1px #c8c8c8; padding: 12px; background-color: #e1e1e1; margin-bottom: 12px;">Keep the sentence below that is true, and delete the one that is not. Then delete this box.</div>
Data is never bartered or sold for commercial gain.
Data may be bartered or sold for commercial gain.
<h3>Advertising</h3>
<div style="border: dashed 1px #c8c8c8; padding: 12px; background-color: #e1e1e1; margin-bottom: 12px;">Keep the sentence below that is true, and delete the one that is not. Then delete this box.</div>
Data is never given to advertisers.
Data may be given to advertisers.
<h3>Law Enforcement</h3>
<div style="border: dashed 1px #c8c8c8; padding: 12px; background-color: #e1e1e1; margin-bottom: 12px;">Keep the sentence below that is true, and delete the one that is not. Then delete this box.</div>
Data is given to law enforcement only when legal process is followed.
Data may be given to law enforcement at discretion of site owner.
<h3>Analytic</h3>
<div style="border: dashed 1px #c8c8c8; padding: 12px; background-color: #e1e1e1; margin-bottom: 12px;">Keep the sentence below that is true, and delete the one that is not. Then delete this box.</div>
Data is never collected by analytic services.
Data may be collected by analytic services.
<h3>Contact</h3>
If you have questions about this privacy policy, please contact the site owner.
<strong>Email</strong>
Insert email here.
<strong>Address</strong>
Insert mailing address here.]]> </content:encoded>
<excerpt:encoded>
<![CDATA[]]> </excerpt:encoded>
<wp:post_id>1001</wp:post_id>
<wp:post_date><![CDATA[2012-06-25 19:54:51]]></wp:post_date>
<wp:post_date_gmt><![CDATA[2012-06-26 00:54:51]]></wp:post_date_gmt>
<wp:comment_status><![CDATA[closed]]></wp:comment_status>
<wp:ping_status><![CDATA[closed]]></wp:ping_status>
<wp:post_name><![CDATA[privacy-policy]]></wp:post_name>
<wp:status><![CDATA[publish]]></wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type><![CDATA[page]]></wp:post_type>
<wp:post_password><![CDATA[]]></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<wp:postmeta>
<wp:meta_key><![CDATA[_edit_last]]></wp:meta_key>
<wp:meta_value><![CDATA[1]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[standard_seo_post_meta_description]]></wp:meta_key>
<wp:meta_value><![CDATA[]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[_wp_page_template]]></wp:meta_key>
<wp:meta_value><![CDATA[default]]></wp:meta_value>
</wp:postmeta>
</item>
<item>
<title>
Comment Policy </title>
<link>http://benrwoodard.wpengine.com/comment-policy/</link>
<pubDate>Tue, 26 Jun 2012 03:52:43 +0000</pubDate>
<dc:creator><![CDATA[benrwoodard]]></dc:creator>
<guid isPermaLink="false">http://benrwoodard.com/?page_id=1012</guid>
<description></description>
<content:encoded>
<![CDATA[This site provides the opportunity for visitors to communicate in the public domain through visitor-submitted, published comments. The nature inherent in online dialog raises significant questions in the areas of privacy, responsibility, and ownership of data related to these published conversations.
<strong>It is our belief that you deserve to know your rights and responsibilities as a commenter on this site</strong>. You also deserve to know our rights, responsibilities, and intentions as site owner(s) with regards to the comment-related data you freely provide. Consequently, this Comment Policy governs your responsibilities and discloses our intent with your comment data.
If you are unsure what something means, please ask. Contact information is available at the bottom of the Comment Policy.
<h3>Audience</h3>
<div style="border: dashed 1px #c8c8c8; padding: 12px; background-color: #e1e1e1; margin-bottom: 12px;">Keep the sentence below that is true, and delete the ones that are not. Update text for accuracy if needed, then delete this box.</div>
This site is intended for all ages.
This site is intended for teenagers or older. The minimum required age for participation on this site is 13 years old.
This site is intended for mature audiences only. The required age for participation on this site is 21 years or older.
<h3>Conduct</h3>
<div style="border: dashed 1px #c8c8c8; padding: 12px; background-color: #e1e1e1; margin-bottom: 12px;">Keep the item below that is true, and delete the one that is not. Then delete this box.</div>
Commenters have the right to be presented with age-appropriate dialog and treated with both common courtesy and respect. If you believe this right has been violated, please notify the site owner(s). Conversely, commenters are expected interact with age-appropriate dialog and to treat others with common courtesy and respect.
WARNING: There are no rules governing conduct on this site. Offensive dialog may be presented.
<h3>Moderation</h3>
<div style="border: dashed 1px #c8c8c8; padding: 12px; background-color: #e1e1e1; margin-bottom: 12px;">Keep the sentence below that is true, and delete the one that is not. Then delete this box.</div>
Site owner(s) reserve the right to edit, delete, suspend, or publish comment data]]> </content:encoded>
<excerpt:encoded>
<![CDATA[]]> </excerpt:encoded>
<wp:post_id>1012</wp:post_id>
<wp:post_date><![CDATA[2012-06-25 22:52:43]]></wp:post_date>
<wp:post_date_gmt><![CDATA[2012-06-26 03:52:43]]></wp:post_date_gmt>
<wp:comment_status><![CDATA[closed]]></wp:comment_status>
<wp:ping_status><![CDATA[closed]]></wp:ping_status>
<wp:post_name><![CDATA[comment-policy]]></wp:post_name>
<wp:status><![CDATA[publish]]></wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type><![CDATA[page]]></wp:post_type>
<wp:post_password><![CDATA[]]></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<wp:postmeta>
<wp:meta_key><![CDATA[_edit_last]]></wp:meta_key>
<wp:meta_value><![CDATA[1]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[standard_seo_post_meta_description]]></wp:meta_key>
<wp:meta_value><![CDATA[]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[_wp_page_template]]></wp:meta_key>
<wp:meta_value><![CDATA[default]]></wp:meta_value>
</wp:postmeta>
</item>
<item>
<title>
WCATL 2013 Twitter Feed </title>
<link>http://benrwoodard.wpengine.com/wcatl/</link>
<pubDate>Thu, 14 Mar 2013 13:24:09 +0000</pubDate>
<dc:creator><![CDATA[benrwoodard]]></dc:creator>
<guid isPermaLink="false">http://benrwoodard.com/?page_id=1188</guid>
<description></description>
<content:encoded>
<![CDATA[<a class="twitter-timeline" href="https://twitter.com/search?q=%23wcatl" data-widget-id="312557955037921280">Tweets about "#wcatl"</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
]]> </content:encoded>
<excerpt:encoded>
<![CDATA[]]> </excerpt:encoded>
<wp:post_id>1188</wp:post_id>
<wp:post_date><![CDATA[2013-03-14 08:24:09]]></wp:post_date>
<wp:post_date_gmt><![CDATA[2013-03-14 13:24:09]]></wp:post_date_gmt>
<wp:comment_status><![CDATA[open]]></wp:comment_status>
<wp:ping_status><![CDATA[open]]></wp:ping_status>
<wp:post_name><![CDATA[wcatl]]></wp:post_name>
<wp:status><![CDATA[publish]]></wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type><![CDATA[page]]></wp:post_type>
<wp:post_password><![CDATA[]]></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<wp:postmeta>
<wp:meta_key><![CDATA[_edit_last]]></wp:meta_key>
<wp:meta_value><![CDATA[1]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[_yoast_wpseo_metadesc]]></wp:meta_key>
<wp:meta_value><![CDATA[WordCamp Atlanta 2013 Twitter Feed for the search tag #WCATL. I couldn't make it this year but that doesn't mean I can't watch from the sidelines!]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[_wp_page_template]]></wp:meta_key>
<wp:meta_value><![CDATA[default]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[_wpas_done_all]]></wp:meta_key>
<wp:meta_value><![CDATA[1]]></wp:meta_value>
</wp:postmeta>
</item>
<item>
<title>
prayer pledge </title>
<link>http://benrwoodard.wpengine.com/prayer-pledge/</link>
<pubDate>Tue, 23 Apr 2013 20:48:22 +0000</pubDate>
<dc:creator><![CDATA[benrwoodard]]></dc:creator>
<guid isPermaLink="false">http://benrwoodard.com/?page_id=1212</guid>
<description></description>
<content:encoded>
<![CDATA[<a href='http://pr.isbaking.com?ref=boss-63'>
<img src='http://prayer.isbaking.com/wp-content/uploads/2013/03/prayer-banner-ofl.png' alt='prayer' title='Check out prayer' />
</a>]]> </content:encoded>
<excerpt:encoded>
<![CDATA[]]> </excerpt:encoded>
<wp:post_id>1212</wp:post_id>
<wp:post_date><![CDATA[2013-04-23 15:48:22]]></wp:post_date>
<wp:post_date_gmt><![CDATA[2013-04-23 20:48:22]]></wp:post_date_gmt>
<wp:comment_status><![CDATA[open]]></wp:comment_status>
<wp:ping_status><![CDATA[open]]></wp:ping_status>
<wp:post_name><![CDATA[prayer-pledge]]></wp:post_name>
<wp:status><![CDATA[publish]]></wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type><![CDATA[page]]></wp:post_type>
<wp:post_password><![CDATA[]]></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<wp:postmeta>
<wp:meta_key><![CDATA[_edit_last]]></wp:meta_key>
<wp:meta_value><![CDATA[1]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[_wp_page_template]]></wp:meta_key>
<wp:meta_value><![CDATA[default]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[_wpas_done_all]]></wp:meta_key>
<wp:meta_value><![CDATA[1]]></wp:meta_value>
</wp:postmeta>
</item>
<item>
<title>
Joel's Image </title>
<link>http://benrwoodard.wpengine.com/joels-image/</link>
<pubDate>Thu, 18 Jul 2013 21:38:32 +0000</pubDate>
<dc:creator><![CDATA[benrwoodard]]></dc:creator>
<guid isPermaLink="false">http://benrwoodard.com/?page_id=1221</guid>
<description></description>
<content:encoded>
<![CDATA[<div class="mission">
<div class="left">
<ul>
<li><a href="#">Local Outreach</a></li>
<li><a href="#">Global Outreach</a></li>
<li><a href="#">Physical needs</a></li>
<li><a href="#">Get R Done</a></li>
<li><a href="#">In Touch</a></li>
</ul>
</div>
<div class="middle">
<ul>
<li><a href="#">Nursery</a></li>
<li><a href="#">Sunday School</a></li>
<li><a href="#">Tator Tots</a></li>
<li><a href="#">Kids Klub</a></li>
<li><a href="#">Youth Ministry</a></li>
<li><a href="#">Community Groups</a></li>
</ul>
</div>
<div class="right">
<ul>
<li><a href="#">Operations</a></li>
<li><a href="#">Music</a></li>
<li><a href="#">Communion</a></li>
<li><a href="#">Sound/AV</a></li>
<li><a href="#">Fellowship</a></li>
<li><a href="#">Special events</a></li>
<li><a href="#">Teaching</a></li>
</div>
<a href="#"><img src="http://benrwoodard.com/wp-content/uploads/2013/07/admin-button.png" alt="admin-button" width="437" height="41" class="administration-button size-full wp-image-1229" /></a>
</div>]]> </content:encoded>
<excerpt:encoded>
<![CDATA[]]> </excerpt:encoded>
<wp:post_id>1221</wp:post_id>
<wp:post_date><![CDATA[2013-07-18 16:38:32]]></wp:post_date>
<wp:post_date_gmt><![CDATA[2013-07-18 21:38:32]]></wp:post_date_gmt>
<wp:comment_status><![CDATA[open]]></wp:comment_status>
<wp:ping_status><![CDATA[open]]></wp:ping_status>
<wp:post_name><![CDATA[joels-image]]></wp:post_name>
<wp:status><![CDATA[publish]]></wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type><![CDATA[page]]></wp:post_type>
<wp:post_password><![CDATA[]]></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<wp:postmeta>
<wp:meta_key><![CDATA[_edit_last]]></wp:meta_key>
<wp:meta_value><![CDATA[1]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[_wp_page_template]]></wp:meta_key>
<wp:meta_value><![CDATA[template-fullwidth.php]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[_wpas_done_all]]></wp:meta_key>
<wp:meta_value><![CDATA[1]]></wp:meta_value>
</wp:postmeta>
</item>
<item>
<title>
Home </title>
<link>http://benrwoodard.wpengine.com/home/</link>
<pubDate>Wed, 02 Oct 2013 02:51:44 +0000</pubDate>
<dc:creator><![CDATA[benrwoodard]]></dc:creator>
<guid isPermaLink="false">http://benrwoodard.com/?page_id=1249</guid>
<description></description>
<content:encoded>
<![CDATA[[et_pb_section bb_built="1" admin_label="section" fullwidth="on" specialty="off"][et_pb_fullwidth_slider admin_label="Fullwidth Slider" show_arrows="off" show_pagination="off" auto="off" parallax="off" background_position="default" background_size="default" remove_inner_shadow="off" parallax_method="off" custom_button="off" button_letter_spacing="0" button_use_icon="default" button_icon_placement="right" button_on_hover="on" button_letter_spacing_hover="0" auto_ignore_hover="off" hide_content_on_mobile="off" hide_cta_on_mobile="off" show_image_video_mobile="off"] [et_pb_slide heading="Custom Digital Marketing" background_image="http://benrwoodard.com/wp-content/uploads/2013/10/IMG_3709.jpg" background_color="#ffffff" alignment="center" background_layout="dark" allow_player_pause="off" background_position="default" background_size="default" use_bg_overlay="off" use_text_overlay="off" text_border_radius="3" header_font_select="default" header_font="||||" body_font_select="default" body_font="||||" custom_button="off" button_font_select="default" button_font="||||" button_use_icon="default" button_icon_placement="right" button_on_hover="on"]
Relationships are at the core of everything we do.
[/et_pb_slide] [/et_pb_fullwidth_slider][/et_pb_section][et_pb_section bb_built="1" admin_label="section" inner_shadow="off" parallax="off"][et_pb_row admin_label="row" allow_player_pause="off" parallax="on" parallax_method="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" parallax_4="off" parallax_method_4="off" make_fullwidth="on" use_custom_width="off" width_unit="on" use_custom_gutter="off" make_equal="on"][et_pb_column type="1_4"][et_pb_blurb admin_label="Analytics" title="Analytics" url_new_window="off" image="http://elegantthemesimages.com/images/premade/builder-blurbs-mobile.jpg" animation="top" background_layout="light" text_orientation="center" use_icon="on" icon_color="#108bf5" use_circle="off" circle_color="#108bf5" use_circle_border="off" circle_border_color="#108bf5" icon_placement="top" font_icon="%%160%%" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]
Measure it and you can improve it.
[/et_pb_blurb][/et_pb_column][et_pb_column type="1_4"][et_pb_blurb admin_label="Marketing Automation" title="Marketing Automation" url_new_window="off" image="http://elegantthemesimages.com/images/premade/builder-blurbs-export.jpg" animation="top" background_layout="light" text_orientation="center" use_icon="on" icon_color="#108bf5" use_circle="off" circle_color="#108bf5" use_circle_border="off" circle_border_color="#108bf5" icon_placement="top" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid" font_icon="%%365%%"]
Marketing Automation increases conversion rates
[/et_pb_blurb][/et_pb_column][et_pb_column type="1_4"][et_pb_blurb admin_label="CRM" title="CRM" url_new_window="off" image="http://elegantthemesimages.com/images/premade/builder-blurbs-layouts.jpg" animation="top" background_layout="light" text_orientation="center" use_icon="on" icon_color="#108bf5" use_circle="off" circle_color="#108bf5" use_circle_border="off" circle_border_color="#108bf5" icon_placement="top" font_icon="%%159%%" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]
Build relationships through capturing data
[/et_pb_blurb][/et_pb_column][et_pb_column type="1_4"][et_pb_blurb admin_label="Reporting" title="Reporting" url_new_window="off" image="http://elegantthemesimages.com/images/premade/builder-blurbs-commerce.jpg" animation="top" background_layout="light" text_orientation="center" use_icon="on" icon_color="#108bf5" use_circle="off" circle_color="#108bf5" use_circle_border="off" circle_border_color="#108bf5" icon_placement="top" font_icon="%%158%%" use_icon_font_size="off" use_border_color="off" border_color="#ffffff" border_style="solid"]
Custom reporting provides valuable next steps
[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built="1" admin_label="section" fullwidth="off" specialty="off" background_color="#f7f7f7" inner_shadow="on" parallax="off"][et_pb_row admin_label="row"][et_pb_column type="4_4"][et_pb_text admin_label="Text" background_layout="light" text_orientation="center"]
<h1>OUR LATEST WORK</h1>
[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label="row"][et_pb_column type="4_4"][et_pb_portfolio admin_label="Portfolio" fullwidth="off" posts_number="8" show_title="on" show_categories="off" show_pagination="off" background_layout="light" /][et_pb_cta admin_label="Call To Action" button_url="#" button_text="Full Portfolio" use_background_color="off" background_color="#2ea3f2" background_layout="light" text_orientation="center" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built="1" admin_label="section" fullwidth="off" specialty="off" background_color="#222b34" inner_shadow="off" parallax="off"][et_pb_row admin_label="row"][et_pb_column type="4_4"][et_pb_text admin_label="Text" background_layout="dark" text_orientation="center"]
<h1>MEET THE CREW</h1>
[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label="row"][et_pb_column type="1_3"][et_pb_team_member admin_label="Team Member" name="Lorem Ipsum" position="Company Role" image_url="http://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg" animation="fade_in" background_layout="dark" /][et_pb_team_member admin_label="Team Member" name="Lorem Ipsum" position="Company Role" image_url="http://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg" animation="fade_in" background_layout="dark" /][/et_pb_column][et_pb_column type="1_3"][et_pb_team_member admin_label="Team Member" name="Lorem Ipsum" position="Company Role" image_url="http://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg" animation="fade_in" background_layout="dark" /][et_pb_team_member admin_label="Team Member" name="Lorem Ipsum" position="Company Role" image_url="http://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg" animation="fade_in" background_layout="dark" /][/et_pb_column][et_pb_column type="1_3"][et_pb_team_member admin_label="Team Member" name="Lorem Ipsum" position="Company Role" image_url="http://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg" animation="fade_in" background_layout="dark" /][et_pb_team_member admin_label="Team Member" name="Lorem Ipsum" position="Company Role" image_url="http://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg" animation="fade_in" background_layout="dark" /][/et_pb_column][/et_pb_row][et_pb_row admin_label="row"][et_pb_column type="4_4"][et_pb_cta admin_label="Call To Action" button_url="#" button_text="Full Profiles" use_background_color="off" background_color="#2ea3f2" background_layout="dark" text_orientation="center" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built="1" admin_label="section" fullwidth="off" specialty="off"][et_pb_row admin_label="row"][et_pb_column type="4_4"][et_pb_text admin_label="Text" background_layout="light" text_orientation="center"]
<h1>OUR CLIENTS</h1>
[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label="row"][et_pb_column type="1_4"][et_pb_image admin_label="Image" src="http://www.elegantthemesimages.com/images/premade/et-logo.png" url_new_window="off" animation="left" show_in_lightbox="off" /][/et_pb_column][et_pb_column type="1_4"][et_pb_image admin_label="Image" src="http://www.elegantthemesimages.com/images/premade/et-logo.png" url_new_window="off" animation="left" show_in_lightbox="off" /][/et_pb_column][et_pb_column type="1_4"][et_pb_image admin_label="Image" src="http://www.elegantthemesimages.com/images/premade/et-logo.png" url_new_window="off" animation="left" show_in_lightbox="off" /][/et_pb_column][et_pb_column type="1_4"][et_pb_image admin_label="Image" src="http://www.elegantthemesimages.com/images/premade/et-logo.png" url_new_window="off" animation="left" show_in_lightbox="off" /][/et_pb_column][/et_pb_row][et_pb_row admin_label="row"][et_pb_column type="1_4"][et_pb_image admin_label="Image" src="http://www.elegantthemesimages.com/images/premade/et-logo.png" url_new_window="off" animation="left" show_in_lightbox="off" /][/et_pb_column][et_pb_column type="1_4"][et_pb_image admin_label="Image" src="http://www.elegantthemesimages.com/images/premade/et-logo.png" url_new_window="off" animation="left" show_in_lightbox="off" /][/et_pb_column][et_pb_column type="1_4"][et_pb_image admin_label="Image" src="http://www.elegantthemesimages.com/images/premade/et-logo.png" url_new_window="off" animation="left" show_in_lightbox="off" /][/et_pb_column][et_pb_column type="1_4"][et_pb_image admin_label="Image" src="http://www.elegantthemesimages.com/images/premade/et-logo.png" url_new_window="off" animation="left" show_in_lightbox="off" /][/et_pb_column][/et_pb_row][et_pb_row admin_label="row"][et_pb_column type="4_4"][et_pb_cta admin_label="Call To Action" button_url="#" button_text="Full List" use_background_color="off" background_color="#2ea3f2" background_layout="light" text_orientation="center" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built="1" admin_label="section" fullwidth="off" specialty="off" inner_shadow="off" parallax="off" background_color="#2ea3f2"][et_pb_row admin_label="row"][et_pb_column type="4_4"][et_pb_signup admin_label="Subscribe" provider="mailchimp" himp_list="none" aweber_list="3423452" button_text="Sign Me Up" use_background_color="off" background_color="#2ea3f2" background_layout="dark" text_orientation="left" title="Connect With Us"] Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc. Etiam adipiscing enim sed condimentum ultrices. Cras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui. Vivamus id blandit nisi, eu mattis odio. Nulla facilisi. Aenean in mi odio. Etiam adipiscing enim sed condimentum ultrices. [/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section]]]> </content:encoded>
<excerpt:encoded>
<![CDATA[]]> </excerpt:encoded>
<wp:post_id>1249</wp:post_id>
<wp:post_date><![CDATA[2013-10-01 21:51:44]]></wp:post_date>
<wp:post_date_gmt><![CDATA[2013-10-02 02:51:44]]></wp:post_date_gmt>
<wp:comment_status><![CDATA[closed]]></wp:comment_status>
<wp:ping_status><![CDATA[closed]]></wp:ping_status>
<wp:post_name><![CDATA[home]]></wp:post_name>
<wp:status><![CDATA[publish]]></wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type><![CDATA[page]]></wp:post_type>
<wp:post_password><![CDATA[]]></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<wp:postmeta>
<wp:meta_key><![CDATA[_edit_last]]></wp:meta_key>
<wp:meta_value><![CDATA[1]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[_wp_page_template]]></wp:meta_key>
<wp:meta_value><![CDATA[default]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[_wpas_done_all]]></wp:meta_key>
<wp:meta_value><![CDATA[1]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[is_cornerstone]]></wp:meta_key>
<wp:meta_value><![CDATA[]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[_et_pb_post_hide_nav]]></wp:meta_key>
<wp:meta_value><![CDATA[default]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[_et_pb_page_layout]]></wp:meta_key>
<wp:meta_value><![CDATA[et_right_sidebar]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[_et_pb_side_nav]]></wp:meta_key>
<wp:meta_value><![CDATA[off]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[_et_pb_use_builder]]></wp:meta_key>
<wp:meta_value><![CDATA[on]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[_et_pb_ab_bounce_rate_limit]]></wp:meta_key>
<wp:meta_value><![CDATA[5]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[_et_pb_ab_stats_refresh_interval]]></wp:meta_key>
<wp:meta_value><![CDATA[hourly]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[_et_pb_old_content]]></wp:meta_key>
<wp:meta_value><![CDATA[]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[_et_pb_enable_shortcode_tracking]]></wp:meta_key>
<wp:meta_value><![CDATA[]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[_et_pb_custom_css]]></wp:meta_key>
<wp:meta_value><![CDATA[]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[_et_pb_light_text_color]]></wp:meta_key>
<wp:meta_value><![CDATA[#FFFFFF]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[_et_pb_dark_text_color]]></wp:meta_key>
<wp:meta_value><![CDATA[#666666]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[_et_pb_content_area_background_color]]></wp:meta_key>
<wp:meta_value><![CDATA[rgba(255,255,255,0)]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[_et_pb_section_background_color]]></wp:meta_key>
<wp:meta_value><![CDATA[#FFFFFF]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[_yoast_wpseo_content_score]]></wp:meta_key>
<wp:meta_value><![CDATA[60]]></wp:meta_value>
</wp:postmeta>
</item>
<item>
<title>
Blog </title>
<link>http://benrwoodard.wpengine.com/blog/</link>
<pubDate>Wed, 02 Oct 2013 03:08:35 +0000</pubDate>
<dc:creator><![CDATA[benrwoodard]]></dc:creator>
<guid isPermaLink="false">http://benrwoodard.com/?page_id=1253</guid>
<description></description>
<content:encoded>
<![CDATA[]]> </content:encoded>
<excerpt:encoded>
<![CDATA[]]> </excerpt:encoded>
<wp:post_id>1253</wp:post_id>
<wp:post_date><![CDATA[2013-10-01 22:08:35]]></wp:post_date>
<wp:post_date_gmt><![CDATA[2013-10-02 03:08:35]]></wp:post_date_gmt>
<wp:comment_status><![CDATA[open]]></wp:comment_status>
<wp:ping_status><![CDATA[open]]></wp:ping_status>
<wp:post_name><![CDATA[blog]]></wp:post_name>
<wp:status><![CDATA[publish]]></wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type><![CDATA[page]]></wp:post_type>
<wp:post_password><![CDATA[]]></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<wp:postmeta>
<wp:meta_key><![CDATA[_edit_last]]></wp:meta_key>
<wp:meta_value><![CDATA[1]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[_wp_page_template]]></wp:meta_key>
<wp:meta_value><![CDATA[default]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[_wpas_done_all]]></wp:meta_key>
<wp:meta_value><![CDATA[1]]></wp:meta_value>
</wp:postmeta>
</item>
<item>
<title>
Make A Payment </title>
<link>http://benrwoodard.wpengine.com/pay/</link>
<pubDate>Wed, 23 Apr 2014 23:38:52 +0000</pubDate>
<dc:creator><![CDATA[benrwoodard]]></dc:creator>
<guid isPermaLink="false">http://benrwoodard.com/?page_id=1318</guid>
<description></description>
<content:encoded>
<![CDATA[<code>[wp-stripe]</code>
<button class="btn btn-large ptn-primary"><a href="http://benrwoodard.com?wp-stripe-iframe=true&keepThis=true&TB_iframe=true&height=580&width=400">Make A Payment</button>]]> </content:encoded>
<excerpt:encoded>
<![CDATA[]]> </excerpt:encoded>
<wp:post_id>1318</wp:post_id>
<wp:post_date><![CDATA[2014-04-23 18:38:52]]></wp:post_date>
<wp:post_date_gmt><![CDATA[2014-04-23 23:38:52]]></wp:post_date_gmt>
<wp:comment_status><![CDATA[closed]]></wp:comment_status>
<wp:ping_status><![CDATA[closed]]></wp:ping_status>
<wp:post_name><![CDATA[pay]]></wp:post_name>
<wp:status><![CDATA[publish]]></wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type><![CDATA[page]]></wp:post_type>
<wp:post_password><![CDATA[]]></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<wp:postmeta>
<wp:meta_key><![CDATA[_edit_last]]></wp:meta_key>
<wp:meta_value><![CDATA[1]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[_wp_page_template]]></wp:meta_key>
<wp:meta_value><![CDATA[onecolumn-page.php]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[_wpas_done_all]]></wp:meta_key>
<wp:meta_value><![CDATA[1]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[sharing_disabled]]></wp:meta_key>
<wp:meta_value><![CDATA[1]]></wp:meta_value>
</wp:postmeta>
</item>
<item>
<title>
GA Demo </title>
<link>http://benrwoodard.wpengine.com/gademo/</link>
<pubDate>Sun, 27 Apr 2014 01:14:02 +0000</pubDate>
<dc:creator><![CDATA[benrwoodard]]></dc:creator>
<guid isPermaLink="false">http://benrwoodard.com/?page_id=1321</guid>
<description></description>
<content:encoded>
<![CDATA[]]> </content:encoded>
<excerpt:encoded>
<![CDATA[]]> </excerpt:encoded>
<wp:post_id>1321</wp:post_id>
<wp:post_date><![CDATA[2014-04-26 20:14:02]]></wp:post_date>
<wp:post_date_gmt><![CDATA[2014-04-27 01:14:02]]></wp:post_date_gmt>
<wp:comment_status><![CDATA[open]]></wp:comment_status>
<wp:ping_status><![CDATA[open]]></wp:ping_status>
<wp:post_name><![CDATA[gademo]]></wp:post_name>
<wp:status><![CDATA[publish]]></wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type><![CDATA[page]]></wp:post_type>
<wp:post_password><![CDATA[]]></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<wp:postmeta>
<wp:meta_key><![CDATA[_edit_last]]></wp:meta_key>
<wp:meta_value><![CDATA[1]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[_wp_page_template]]></wp:meta_key>
<wp:meta_value><![CDATA[page-gaDemo.php]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[_wpas_done_all]]></wp:meta_key>
<wp:meta_value><![CDATA[1]]></wp:meta_value>
</wp:postmeta>
</item>
<item>
<title>
new home </title>
<link>http://benrwoodard.wpengine.com/new-home/</link>
<pubDate>Wed, 12 Apr 2017 11:22:59 +0000</pubDate>
<dc:creator><![CDATA[benrwoodard]]></dc:creator>
<guid isPermaLink="false">http://benrwoodard.com/?page_id=3606</guid>
<description></description>
<content:encoded>
<![CDATA[[et_pb_section admin_label="section" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" custom_padding="0px||0px|" background_color="#8bc34a"][et_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" width_unit="on" use_custom_gutter="off" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on" custom_padding="50px||270px|" custom_padding_last_edited="on|desktop" custom_padding_tablet="||100px|"][et_pb_column type="4_4"][et_pb_text admin_label="Text" background_layout="light" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" text_font="Droid Sans|on|||" text_font_size="20" text_text_color="#ffffff"]
Ben R Woodard
<i>get stuff done</i>
[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label="row" make_fullwidth="off" use_custom_width="off" width_unit="on" use_custom_gutter="off" custom_padding="0px||50px|" custom_padding_last_edited="on|desktop" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" column_padding_mobile="on"][et_pb_column type="2_3"][et_pb_text admin_label="Text" background_layout="light" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" text_font="Droid Sans||||" text_font_size="64" text_text_color="#ffffff" text_line_height="1.1em" text_font_size_tablet="48" text_font_size_last_edited="on|desktop"]
An
Incredible
Combination
[/et_pb_text][/et_pb_column][et_pb_column type="1_3"][et_pb_divider admin_label="Divider" color="#ffffff" show_divider="off" height="88" divider_style="solid" divider_position="top" hide_on_mobile="on" disabled="off" disabled_on="on|on|"] [/et_pb_divider][et_pb_text admin_label="Text" background_layout="light" text_orientation="left" use_border_color="off" border_color="#ffffff" border_style="solid" text_font="Droid Serif||||" text_font_size="18" text_text_color="#ffffff" text_line_height="1.5em" custom_css_main_element="bottom:0px;"]
A Stunning Google Font Pairing
For Your Web-Design Inspiration.
In The Name of Lorem Ipsum.
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f1f8e9" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][et_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" width_unit="on" use_custom_gutter="off" custom_padding="81px||87px|" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][et_pb_column type="4_4"][et_pb_text admin_label="Text" background_layout="light" text_orientation="center" text_font="Droid Sans||||" text_font_size="20" text_text_color="#505549" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||13px|"]
DESIGN & TECH
[/et_pb_text][et_pb_text admin_label="Text" background_layout="light" text_orientation="center" max_width="520px" text_font="Droid Sans||||" text_font_size="56" text_text_color="#505549" use_border_color="off" border_color="#ffffff" border_style="solid" text_line_height="1.2em" custom_margin="0px|||" text_font_size_tablet="48" text_font_size_last_edited="on|tablet"]
When Technology
Gets Too Smart
[/et_pb_text][et_pb_text admin_label="Text" background_layout="light" text_orientation="center" text_font="Droid Serif||||" text_font_size="24" text_text_color="#878093" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="780px" text_line_height="1.5em" custom_margin="7px|||"]
Nullam eros mi, mollis in sollicitudin non, tincidunt sed enim. Sed et felis metus, rhoncus ornare nibh. Ut at magna leo. Suspendisse egestas est ac dolor imperdiet pretium. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam porttitor, erat sit amet.
[/et_pb_text][et_pb_text admin_label="Text" background_layout="light" text_orientation="center" text_font="Droid Sans||||on" text_font_size="24" text_text_color="#d81b60" use_border_color="off" border_color="#ffffff" border_style="solid"]
<span style="text-decoration: underline;"><span style="color: #8bc34a;"><a style="color: #8bc34a; text-decoration: underline;" href="#">Learn More</a></span></span>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][et_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" width_unit="on" use_custom_gutter="off" custom_padding="68px|||" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on"][et_pb_column type="4_4"][et_pb_text admin_label="Text" background_layout="light" text_orientation="center" text_font="Droid Sans||||" text_font_size="56" text_font_size_tablet="48" text_font_size_last_edited="on|tablet" text_text_color="#505549" use_border_color="off" border_color="#ffffff" border_style="solid" text_line_height="1.4em"]
<p class="p1"><span class="s1">Text Styles & Grid</span></p>
[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" width_unit="on" use_custom_gutter="off" custom_padding="30px||0px|" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" column_padding_mobile="on" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" custom_padding_tablet="10px||0px|" custom_padding_last_edited="on|desktop"][et_pb_column type="1_2"][et_pb_text admin_label="Text" background_layout="light" text_orientation="left" text_font="Droid Sans||||" text_font_size="20" text_text_color="#505549" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||20px|"]
<p class="p1"><span class="s1">LOREM IPSUM</span></p>
[/et_pb_text][et_pb_text admin_label="Text" background_layout="light" text_orientation="left" text_font="Droid Serif||||" text_font_size="20" text_text_color="#8c9ea1" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="0px|||" text_line_height="1.5em"]
<p class="p1">Nullam eros mi, mollis in sollicitudin non, tincidunt sed enim. Sed et felis metus, rhoncus ornare nibh. Ut at magna leo. Suspendisse egestas est ac dolor, imperdiet pretium. Lorem ipsum dolor.</p>
[/et_pb_text][/et_pb_column][et_pb_column type="1_2"][et_pb_text admin_label="Text" background_layout="light" text_orientation="left" text_font="Droid Sans||||" text_font_size="20" text_text_color="#505549" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||20px|"]
<p class="p1"><span class="s1">LOREM IPSUM</span></p>
[/et_pb_text][et_pb_text admin_label="Text" background_layout="light" text_orientation="left" text_font="Droid Serif||||" text_font_size="20" text_text_color="#8c9ea1" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="0px|||" text_line_height="1.5em"]
<p class="p1">Nullam eros mi, mollis in sollicitudin non, tincidunt sed enim. Sed et felis metus, rhoncus ornare nibh. Ut at magna leo. Suspendisse egestas est ac dolor, imperdiet pretium. Lorem ipsum dolor.</p>
[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" width_unit="on" use_custom_gutter="off" custom_padding="43px||43px|" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on" disabled="off" disabled_on="on|on|"][et_pb_column type="4_4"][et_pb_divider admin_label="Divider" color="#d0d1ce" show_divider="on" divider_style="solid" divider_position="top" hide_on_mobile="on" disabled="off" disabled_on="on|on|"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" width_unit="on" use_custom_gutter="off" custom_padding="0px||0px|" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" column_padding_mobile="on" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off"][et_pb_column type="1_3"][et_pb_text admin_label="Text" background_layout="light" text_orientation="left" text_font="Droid Sans||||" text_font_size="20" text_text_color="#505549" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||20px|"]
<p class="p1"><span class="s1">LOREM IPSUM</span></p>
[/et_pb_text][et_pb_text admin_label="Text" background_layout="light" text_orientation="left" text_font="Droid Serif||||" text_font_size="20" text_text_color="#8c9ea1" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="0px|||" text_line_height="1.5em"]
<p class="p1">Nullam eros mi, mollis in sollicitudin non, tincidunt sed enim. Sed et felis metus, rhoncus ornare nibh. Ut at magna leo.</p>
[/et_pb_text][/et_pb_column][et_pb_column type="1_3"][et_pb_text admin_label="Text" background_layout="light" text_orientation="left" text_font="Droid Sans||||" text_font_size="20" text_text_color="#505549" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||20px|"]
<p class="p1"><span class="s1">LOREM IPSUM</span></p>
[/et_pb_text][et_pb_text admin_label="Text" background_layout="light" text_orientation="left" text_font="Droid Serif||||" text_font_size="20" text_text_color="#8c9ea1" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="0px|||" text_line_height="1.5em"]
<p class="p1">Nullam eros mi, mollis in sollicitudin non, tincidunt sed enim. Sed et felis metus, rhoncus ornare nibh. Ut at magna leo.</p>
[/et_pb_text][/et_pb_column][et_pb_column type="1_3"][et_pb_text admin_label="Text" background_layout="light" text_orientation="left" text_font="Droid Sans||||" text_font_size="20" text_text_color="#505549" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||20px|"]
<p class="p1"><span class="s1">LOREM IPSUM</span></p>
[/et_pb_text][et_pb_text admin_label="Text" background_layout="light" text_orientation="left" text_font="Droid Serif||||" text_font_size="20" text_text_color="#8c9ea1" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="0px|||" text_line_height="1.5em"]
<p class="p1">Nullam eros mi, mollis in sollicitudin non, tincidunt sed enim. Sed et felis metus, rhoncus ornare nibh. Ut at magna leo.</p>
[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" width_unit="on" use_custom_gutter="off" custom_padding="43px||43px|" padding_mobile="off" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on" disabled="off" disabled_on="on|on|"][et_pb_column type="4_4"][et_pb_divider admin_label="Divider" color="#d0d1ce" show_divider="on" divider_style="solid" divider_position="top" hide_on_mobile="on" disabled="off" disabled_on="on|on|"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" width_unit="on" use_custom_gutter="off" custom_padding="0px||78px|" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" column_padding_mobile="on" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" parallax_4="off" parallax_method_4="off"][et_pb_column type="1_4"][et_pb_text admin_label="Text" background_layout="light" text_orientation="left" text_font="Droid Sans||||" text_font_size="20" text_text_color="#505549" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||20px|"]
<p class="p1"><span class="s1">LOREM IPSUM</span></p>
[/et_pb_text][et_pb_text admin_label="Text" background_layout="light" text_orientation="left" text_font="Droid Serif||||" text_font_size="20" text_text_color="#8c9ea1" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="0px|||" text_line_height="1.5em"]
<p class="p1">Nullam eros mi, mollis in sollicitudin non, tincidunt sed enim. Sed et felis metus, rhoncus.</p>
[/et_pb_text][/et_pb_column][et_pb_column type="1_4"][et_pb_text admin_label="Text" background_layout="light" text_orientation="left" text_font="Droid Sans||||" text_font_size="20" text_text_color="#505549" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||20px|"]
<p class="p1"><span class="s1">LOREM IPSUM</span></p>
[/et_pb_text][et_pb_text admin_label="Text" background_layout="light" text_orientation="left" text_font="Droid Serif||||" text_font_size="20" text_text_color="#8c9ea1" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="0px|||" text_line_height="1.5em"]
<p class="p1">Nullam eros mi, mollis in sollicitudin non, tincidunt sed enim. Sed et felis metus, rhoncus.</p>
[/et_pb_text][/et_pb_column][et_pb_column type="1_4"][et_pb_text admin_label="Text" background_layout="light" text_orientation="left" text_font="Droid Sans||||" text_font_size="20" text_text_color="#505549" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||20px|"]
<p class="p1"><span class="s1">LOREM IPSUM</span></p>
[/et_pb_text][et_pb_text admin_label="Text" background_layout="light" text_orientation="left" text_font="Droid Serif||||" text_font_size="20" text_text_color="#8c9ea1" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="0px|||" text_line_height="1.5em"]
<p class="p1">Nullam eros mi, mollis in sollicitudin non, tincidunt sed enim. Sed et felis metus, rhoncus.</p>
[/et_pb_text][/et_pb_column][et_pb_column type="1_4"][et_pb_text admin_label="Text" background_layout="light" text_orientation="left" text_font="Droid Sans||||" text_font_size="20" text_text_color="#505549" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||20px|"]
<p class="p1"><span class="s1">LOREM IPSUM</span></p>
[/et_pb_text][et_pb_text admin_label="Text" background_layout="light" text_orientation="left" text_font="Droid Serif||||" text_font_size="20" text_text_color="#8c9ea1" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="0px|||" text_line_height="1.5em"]
<p class="p1">Nullam eros mi, mollis in sollicitudin non, tincidunt sed enim. Sed et felis metus, rhoncus.</p>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label="Section" fullwidth="off" specialty="on" transparent_background="off" background_color="#f1f8e9" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="on" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" custom_padding="104px||0px|"][et_pb_column type="1_2"][et_pb_text admin_label="Text" background_layout="light" text_orientation="left" text_font="Droid Serif|on|||" text_font_size="16" text_text_color="#8c9ea1" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||0px|"]
<p class="p1"><span class="s1">HEADING STYLES</span></p>
[/et_pb_text][et_pb_divider admin_label="Divider" color="#d0d1ce" show_divider="on" divider_style="solid" divider_position="top" hide_on_mobile="off"] [/et_pb_divider][et_pb_text admin_label="Text" background_layout="light" text_orientation="left" text_font="Droid Sans||||" text_font_size="64" text_text_color="#505549" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="0px||0px|" text_line_height="1.2em"]
<p class="p1"><span class="s1">Heading One</span></p>
[/et_pb_text][et_pb_text admin_label="Text" background_layout="light" text_orientation="left" text_font="Droid Sans||||" text_font_size="48" text_text_color="#505549" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="14px||0px|" text_line_height="1.4em"]
<p class="p1"><span class="s1">Heading Two</span></p>
[/et_pb_text][et_pb_text admin_label="Text" background_layout="light" text_orientation="left" text_font="Droid Sans||||" text_font_size="36" text_text_color="#505549" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="14px||0px|" text_line_height="1.4em"]
<p class="p1"><span class="s1">Heading Three</span></p>
[/et_pb_text][et_pb_text admin_label="Text" background_layout="light" text_orientation="left" text_font="Droid Sans||||" text_font_size="24" text_text_color="#505549" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="14px||0px|" text_line_height="1.4em"]
<p class="p1"><span class="s1">Heading Four</span></p>
[/et_pb_text][et_pb_text admin_label="Text" background_layout="light" text_orientation="left" text_font="Droid Sans||||" text_font_size="20" text_text_color="#505549" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="14px||0px|" text_line_height="1.4em"]
<p class="p1"><span class="s1">Heading Five</span></p>
[/et_pb_text][et_pb_text admin_label="Text" background_layout="light" text_orientation="left" text_font="Droid Sans||||" text_font_size="18" text_text_color="#505549" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="14px||0px|" text_line_height="1.4em"]
<p class="p1"><span class="s1">Heading Six</span></p>
[/et_pb_text][/et_pb_column][et_pb_column type="1_2" specialty_columns="2"][et_pb_row_inner admin_label="Row" custom_padding="||0px|" padding_mobile="on" use_custom_gutter="off" column_padding_mobile="on" make_equal="off" parallax_1="off" parallax_method_1="off"][et_pb_column_inner type="4_4" saved_specialty_column_type="1_2"][et_pb_text admin_label="Text" background_layout="light" text_orientation="left" text_font="Droid Serif|on|||" text_font_size="16" text_text_color="#8c9ea1" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||0px|"]
<p class="p1"><span class="s1">BUTTONS</span></p>
[/et_pb_text][et_pb_divider admin_label="Divider" color="#d0d1ce" show_divider="on" divider_style="solid" divider_position="top" hide_on_mobile="off"] [/et_pb_divider][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label="Row" custom_padding="44px||0px|" padding_mobile="on" use_custom_gutter="on" column_padding_mobile="on" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" gutter_width="1"][et_pb_column_inner type="1_2" saved_specialty_column_type="1_2"][et_pb_button admin_label="Button" button_url="#" url_new_window="off" button_text="LEARN MORE" button_alignment="center" background_layout="light" custom_button="on" button_text_size="14" button_text_color="#ffffff" button_bg_color="#8bc34a" button_border_width="12" button_border_color="#8bc34a" button_border_radius="0" button_letter_spacing="1" button_font="Droid Sans|on|||" button_use_icon="default" button_icon_color="#ffffff" button_icon_placement="right" button_on_hover="on" button_text_color_hover="#ffffff" button_bg_color_hover="#8bc34a" button_border_color_hover="#8bc34a" button_border_radius_hover="0" button_letter_spacing_hover="1" custom_css_main_element="width:200px;"] [/et_pb_button][/et_pb_column_inner][et_pb_column_inner type="1_2" saved_specialty_column_type="1_2"][et_pb_button admin_label="Button" button_url="#" url_new_window="off" button_text="LEARN MORE" button_alignment="center" background_layout="light" custom_button="on" button_text_size="14" button_text_color="#ffffff" button_bg_color="#505549" button_border_width="12" button_border_color="#505549" button_border_radius="0" button_letter_spacing="1" button_font="Droid Sans|on|||" button_use_icon="default" button_icon_color="#ffffff" button_icon_placement="right" button_on_hover="on" button_text_color_hover="#ffffff" button_bg_color_hover="#505549" button_border_color_hover="#505549" button_border_radius_hover="0" button_letter_spacing_hover="1" custom_css_main_element="width:200px;"] [/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label="Row" custom_padding="40px||0px|" padding_mobile="on" use_custom_gutter="on" column_padding_mobile="on" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" gutter_width="1"][et_pb_column_inner type="1_2" saved_specialty_column_type="1_2"][et_pb_button admin_label="Button" button_url="#" url_new_window="off" button_text="LEARN MORE" button_alignment="center" background_layout="light" custom_button="on" button_text_size="14" button_text_color="#ffffff" button_bg_color="#8bc34a" button_border_width="12" button_border_color="#8bc34a" button_letter_spacing="1" button_font="Droid Sans|on|||" button_use_icon="default" button_icon_color="#ffffff" button_icon_placement="right" button_on_hover="on" button_text_color_hover="#ffffff" button_bg_color_hover="#8bc34a" button_border_color_hover="#8bc34a" button_letter_spacing_hover="1" button_border_radius="6" button_border_radius_hover="6" custom_css_main_element="width:200px;"] [/et_pb_button][/et_pb_column_inner][et_pb_column_inner type="1_2" saved_specialty_column_type="1_2"][et_pb_button admin_label="Button" button_url="#" url_new_window="off" button_text="LEARN MORE" button_alignment="center" background_layout="light" custom_button="on" button_text_size="14" button_text_color="#ffffff" button_bg_color="#505549" button_border_width="12" button_border_color="#505549" button_letter_spacing="1" button_font="Droid Sans|on|||" button_use_icon="default" button_icon_color="#ffffff" button_icon_placement="right" button_on_hover="on" button_text_color_hover="#ffffff" button_bg_color_hover="#505549" button_border_color_hover="#505549" button_letter_spacing_hover="1" button_border_radius="6" button_border_radius_hover="6" custom_css_main_element="width:200px;"] [/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label="Row" custom_padding="40px|||" padding_mobile="on" use_custom_gutter="on" column_padding_mobile="on" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" gutter_width="1"][et_pb_column_inner type="1_2" saved_specialty_column_type="1_2"][et_pb_button admin_label="Button" button_url="#" url_new_window="off" button_text="LEARN MORE" button_alignment="center" background_layout="light" custom_button="on" button_text_size="14" button_text_color="#ffffff" button_bg_color="#8bc34a" button_border_width="12" button_border_color="#8bc34a" button_border_radius="100" button_letter_spacing="1" button_font="Droid Sans|on|||" button_use_icon="default" button_icon_color="#ffffff" button_icon_placement="right" button_on_hover="on" button_text_color_hover="#ffffff" button_bg_color_hover="#8bc34a" button_border_color_hover="#8bc34a" button_border_radius_hover="100" button_letter_spacing_hover="1" custom_css_main_element="width:200px;"] [/et_pb_button][/et_pb_column_inner][et_pb_column_inner type="1_2" saved_specialty_column_type="1_2"][et_pb_button admin_label="Button" button_url="#" url_new_window="off" button_text="LEARN MORE" button_alignment="center" background_layout="light" custom_button="on" button_text_size="14" button_text_color="#ffffff" button_bg_color="#505549" button_border_width="12" button_border_color="#505549" button_border_radius="100" button_letter_spacing="1" button_font="Droid Sans|on|||" button_use_icon="default" button_icon_color="#ffffff" button_icon_placement="right" button_on_hover="on" button_text_color_hover="#ffffff" button_bg_color_hover="#505549" button_border_color_hover="#505549" button_border_radius_hover="100" button_letter_spacing_hover="1" custom_css_main_element="width:200px;"] [/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section admin_label="Section" fullwidth="off" specialty="off" transparent_background="off" background_color="#f1f8e9" allow_player_pause="off" inner_shadow="off" parallax="off" parallax_method="off" padding_mobile="off" make_fullwidth="off" use_custom_width="off" width_unit="on" make_equal="off" use_custom_gutter="off"][et_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" width_unit="on" use_custom_gutter="off" custom_padding="43px||30px|" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" column_padding_mobile="on" custom_padding_last_edited="on|desktop"][et_pb_column type="4_4"][et_pb_text admin_label="Text" background_layout="light" text_orientation="left" text_font="Droid Serif|on|||" text_font_size="16" text_text_color="#8c9ea1" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="||0px|"]
<p class="p1"><span class="s1">BLOCKQUOTE</span></p>
[/et_pb_text][et_pb_divider admin_label="Divider" color="#d0d1ce" show_divider="on" divider_style="solid" divider_position="top" hide_on_mobile="off"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label="Row" make_fullwidth="off" use_custom_width="off" width_unit="on" use_custom_gutter="on" gutter_width="1" padding_mobile="on" allow_player_pause="off" parallax="off" parallax_method="off" make_equal="off" parallax_1="off" parallax_method_1="off" parallax_2="off" parallax_method_2="off" parallax_3="off" parallax_method_3="off" column_padding_mobile="on" custom_width_px="700px" custom_padding="0px||84px|" custom_padding_last_edited="on|desktop"][et_pb_column type="1_4"][et_pb_text admin_label="Text" background_layout="light" text_orientation="left" text_font="Droid Sans||||" text_text_color="#505549" text_line_height="1.1em" use_border_color="off" border_color="#ffffff" border_style="solid" custom_margin="30%||30px|" text_font_size="24" custom_margin_tablet="0px||30px|" custom_margin_last_edited="on|phone"]
<h3 style="font-size: 14px;">SHARED BY</h3>
Lorem Ipsum Dolor
[/et_pb_text][/et_pb_column][et_pb_column type="3_4"][et_pb_text admin_label="Text" background_layout="light" text_orientation="left" text_font="Droid Sans||on||" text_font_size="48" text_text_color="#505549" text_line_height="1.3em" use_border_color="off" border_color="#ffffff" border_style="solid" max_width="628px"]
“Let's go invent tomorrow rather than worrying about what happened yesterday.”
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]]]> </content:encoded>
<excerpt:encoded>
<![CDATA[]]> </excerpt:encoded>
<wp:post_id>3606</wp:post_id>
<wp:post_date><![CDATA[2017-04-12 06:22:59]]></wp:post_date>
<wp:post_date_gmt><![CDATA[2017-04-12 11:22:59]]></wp:post_date_gmt>
<wp:comment_status><![CDATA[closed]]></wp:comment_status>
<wp:ping_status><![CDATA[closed]]></wp:ping_status>
<wp:post_name><![CDATA[new-home]]></wp:post_name>
<wp:status><![CDATA[publish]]></wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type><![CDATA[page]]></wp:post_type>
<wp:post_password><![CDATA[]]></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<wp:postmeta>
<wp:meta_key><![CDATA[is_cornerstone]]></wp:meta_key>
<wp:meta_value><![CDATA[]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[_edit_last]]></wp:meta_key>
<wp:meta_value><![CDATA[1]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[_wp_page_template]]></wp:meta_key>
<wp:meta_value><![CDATA[default]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[_et_pb_post_hide_nav]]></wp:meta_key>
<wp:meta_value><![CDATA[default]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[_et_pb_page_layout]]></wp:meta_key>
<wp:meta_value><![CDATA[et_right_sidebar]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[_et_pb_side_nav]]></wp:meta_key>
<wp:meta_value><![CDATA[off]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[_et_pb_use_builder]]></wp:meta_key>
<wp:meta_value><![CDATA[on]]></wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key><![CDATA[_et_pb_ab_bounce_rate_limit]]></wp:meta_key>
<wp:meta_value><![CDATA[5]]></wp:meta_value>
</wp:postmeta>