This repository has been archived by the owner on Mar 12, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.docpad.db
1190 lines (1190 loc) · 210 KB
/
.docpad.db
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
{
"generateStarted": "2014-01-27T07:01:01.314Z",
"generateEnded": null,
"models": [
{
"fullPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\src\\documents\\404.html.eco",
"relativePath": "404.html.eco",
"basename": "404",
"outBasename": "404",
"extension": "eco",
"outExtension": "html",
"extensions": [
"html",
"eco"
],
"filename": "404.html.eco",
"fullDirPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\src\\documents",
"outPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\out\\404.html",
"outDirPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\out",
"outFilename": "404.html",
"relativeOutPath": "404.html",
"relativeDirPath": ".",
"relativeOutDirPath": ".",
"relativeBase": "404",
"relativeOutBase": "404",
"contentType": "application/octet-stream",
"outContentType": "text/html",
"ctime": "2013-12-26T22:36:58.000Z",
"mtime": "2014-01-27T07:01:01.515Z",
"rtime": null,
"wtime": null,
"exists": true,
"encoding": "utf8",
"source": "---\nlayout: 'default'\ntitle: '404 Not Found'\ndynamic: true\n---\n\n<div class=\"hero-unit\">\n\t<h1>404 Not Found</h1>\n\t<p>\n\t\tOoops! It looks like the document you requested at <code><%= @req.url %></code> couldn't be found.\n\t</p>\n</div>\n",
"content": "<div class=\"hero-unit\">\n\t<h1>404 Not Found</h1>\n\t<p>\n\t\tOoops! It looks like the document you requested at <code><%= @req.url %></code> couldn't be found.\n\t</p>\n</div>",
"tags": null,
"render": true,
"write": true,
"writeSource": false,
"dynamic": true,
"title": "404 Not Found",
"name": "404.html",
"date": "2013-12-26T22:36:58.000Z",
"slug": "404",
"url": "/404",
"urls": [
"/404.html",
"/404",
"/404/"
],
"ignored": false,
"standalone": false,
"referencesOthers": false,
"header": "layout: 'default'\ntitle: '404 Not Found'\ndynamic: true",
"parser": "yaml",
"body": "<div class=\"hero-unit\">\n\t<h1>404 Not Found</h1>\n\t<p>\n\t\tOoops! It looks like the document you requested at <code><%= @req.url %></code> couldn't be found.\n\t</p>\n</div>",
"rendered": false,
"contentRendered": null,
"contentRenderedWithoutLayouts": null,
"renderSingleExtensions": false,
"layout": "default",
"layoutRelativePath": null,
"meta": {
"layout": "default",
"title": "404 Not Found",
"dynamic": true
}
},
{
"fullPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\src\\documents\\500.html.eco",
"relativePath": "500.html.eco",
"basename": "500",
"outBasename": "500",
"extension": "eco",
"outExtension": "html",
"extensions": [
"html",
"eco"
],
"filename": "500.html.eco",
"fullDirPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\src\\documents",
"outPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\out\\500.html",
"outDirPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\out",
"outFilename": "500.html",
"relativeOutPath": "500.html",
"relativeDirPath": ".",
"relativeOutDirPath": ".",
"relativeBase": "500",
"relativeOutBase": "500",
"contentType": "application/octet-stream",
"outContentType": "text/html",
"ctime": "2013-12-26T22:36:58.000Z",
"mtime": "2014-01-27T07:01:01.562Z",
"rtime": null,
"wtime": null,
"exists": true,
"encoding": "utf8",
"source": "---\nlayout: 'default'\ntitle: '500 Internal Server Error'\ndynamic: true\n---\n\n<div class=\"hero-unit\">\n\t<h1>500 Internal Server Error</h1>\n\t<p>\n\t\tOoops! Something went wrong while we were processing your request to <code><%= @req.url %></code>. Here's the details:\n\t</p>\n\t<p>\n\t\t<pre><%= @err.message or @err.stack %></pre>\n\t</p>\n</div>\n",
"content": "<div class=\"hero-unit\">\n\t<h1>500 Internal Server Error</h1>\n\t<p>\n\t\tOoops! Something went wrong while we were processing your request to <code><%= @req.url %></code>. Here's the details:\n\t</p>\n\t<p>\n\t\t<pre><%= @err.message or @err.stack %></pre>\n\t</p>\n</div>",
"tags": null,
"render": true,
"write": true,
"writeSource": false,
"dynamic": true,
"title": "500 Internal Server Error",
"name": "500.html",
"date": "2013-12-26T22:36:58.000Z",
"slug": "500",
"url": "/500",
"urls": [
"/500.html",
"/500",
"/500/"
],
"ignored": false,
"standalone": false,
"referencesOthers": false,
"header": "layout: 'default'\ntitle: '500 Internal Server Error'\ndynamic: true",
"parser": "yaml",
"body": "<div class=\"hero-unit\">\n\t<h1>500 Internal Server Error</h1>\n\t<p>\n\t\tOoops! Something went wrong while we were processing your request to <code><%= @req.url %></code>. Here's the details:\n\t</p>\n\t<p>\n\t\t<pre><%= @err.message or @err.stack %></pre>\n\t</p>\n</div>",
"rendered": false,
"contentRendered": null,
"contentRenderedWithoutLayouts": null,
"renderSingleExtensions": false,
"layout": "default",
"layoutRelativePath": null,
"meta": {
"layout": "default",
"title": "500 Internal Server Error",
"dynamic": true
}
},
{
"fullPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\src\\documents\\atom.xml.eco",
"relativePath": "atom.xml.eco",
"basename": "atom",
"outBasename": "atom",
"extension": "eco",
"outExtension": "xml",
"extensions": [
"xml",
"eco"
],
"filename": "atom.xml.eco",
"fullDirPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\src\\documents",
"outPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\out\\atom.xml",
"outDirPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\out",
"outFilename": "atom.xml",
"relativeOutPath": "atom.xml",
"relativeDirPath": ".",
"relativeOutDirPath": ".",
"relativeBase": "atom",
"relativeOutBase": "atom",
"contentType": "application/octet-stream",
"outContentType": "application/xml",
"ctime": "2013-12-26T22:36:58.000Z",
"mtime": "2014-01-27T07:01:01.596Z",
"rtime": "2014-01-27T07:01:03.122Z",
"wtime": "2014-01-27T07:01:03.242Z",
"exists": true,
"encoding": "utf8",
"source": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<feed xmlns=\"http://www.w3.org/2005/Atom\">\n\t<title><%= @site.title %></title>\n\t<link href=\"<%= @site.url %>/atom.xml\" rel=\"self\"/>\n\t<link href=\"<%= @site.url %>\"/>\n\t<updated><%= @site.date.toISOString() %></updated>\n\t<id><%= @site.url %></id>\n\t<author>\n\t\t<name><%= @site.author %></name>\n\t\t<email><%= @site.email %></email>\n\t</author>\n\n\t<% for document in @getCollection('posts').toJSON(): %>\n\t\t<entry>\n\t\t\t<title><%= document.title %></title>\n\t\t\t<link href=\"<%= @site.url+'/'+document.url %>\"/>\n\t\t\t<updated><%= document.date.toISOString() %></updated>\n\t\t\t<id><%= @site.url+'/'+document.url %></id>\n\t\t\t<content type=\"html\"><%= document.contentRendered %></content>\n\t\t</entry>\n\t<% end %>\n</feed>",
"content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<feed xmlns=\"http://www.w3.org/2005/Atom\">\n\t<title><%= @site.title %></title>\n\t<link href=\"<%= @site.url %>/atom.xml\" rel=\"self\"/>\n\t<link href=\"<%= @site.url %>\"/>\n\t<updated><%= @site.date.toISOString() %></updated>\n\t<id><%= @site.url %></id>\n\t<author>\n\t\t<name><%= @site.author %></name>\n\t\t<email><%= @site.email %></email>\n\t</author>\n\n\t<% for document in @getCollection('posts').toJSON(): %>\n\t\t<entry>\n\t\t\t<title><%= document.title %></title>\n\t\t\t<link href=\"<%= @site.url+'/'+document.url %>\"/>\n\t\t\t<updated><%= document.date.toISOString() %></updated>\n\t\t\t<id><%= @site.url+'/'+document.url %></id>\n\t\t\t<content type=\"html\"><%= document.contentRendered %></content>\n\t\t</entry>\n\t<% end %>\n</feed>",
"tags": null,
"render": true,
"write": true,
"writeSource": false,
"dynamic": false,
"title": null,
"name": "atom.xml",
"date": "2014-01-27T07:01:01.596Z",
"slug": "atom",
"url": "/atom.xml",
"urls": [
"/atom.xml"
],
"ignored": false,
"standalone": false,
"referencesOthers": true,
"header": null,
"parser": null,
"body": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<feed xmlns=\"http://www.w3.org/2005/Atom\">\n\t<title><%= @site.title %></title>\n\t<link href=\"<%= @site.url %>/atom.xml\" rel=\"self\"/>\n\t<link href=\"<%= @site.url %>\"/>\n\t<updated><%= @site.date.toISOString() %></updated>\n\t<id><%= @site.url %></id>\n\t<author>\n\t\t<name><%= @site.author %></name>\n\t\t<email><%= @site.email %></email>\n\t</author>\n\n\t<% for document in @getCollection('posts').toJSON(): %>\n\t\t<entry>\n\t\t\t<title><%= document.title %></title>\n\t\t\t<link href=\"<%= @site.url+'/'+document.url %>\"/>\n\t\t\t<updated><%= document.date.toISOString() %></updated>\n\t\t\t<id><%= @site.url+'/'+document.url %></id>\n\t\t\t<content type=\"html\"><%= document.contentRendered %></content>\n\t\t</entry>\n\t<% end %>\n</feed>",
"rendered": true,
"contentRendered": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<feed xmlns=\"http://www.w3.org/2005/Atom\">\n\t<title>bSHARES.co</title>\n\t<link href=\"http://bshares.co/atom.xml\" rel=\"self\"/>\n\t<link href=\"http://bshares.co\"/>\n\t<updated>2014-01-27T06:57:15.660Z</updated>\n\t<id>http://bshares.co</id>\n\t<author>\n\t\t<name>Michael Duane Mooring</name>\n\t\t<email>[email protected]</email>\n\t</author>\n\n\t\n</feed>",
"contentRenderedWithoutLayouts": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<feed xmlns=\"http://www.w3.org/2005/Atom\">\n\t<title>bSHARES.co</title>\n\t<link href=\"http://bshares.co/atom.xml\" rel=\"self\"/>\n\t<link href=\"http://bshares.co\"/>\n\t<updated>2014-01-27T06:57:15.660Z</updated>\n\t<id>http://bshares.co</id>\n\t<author>\n\t\t<name>Michael Duane Mooring</name>\n\t\t<email>[email protected]</email>\n\t</author>\n\n\t\n</feed>",
"renderSingleExtensions": false,
"meta": {}
},
{
"fullPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\src\\documents\\index.html",
"relativePath": "index.html",
"basename": "index",
"outBasename": "index",
"extension": "html",
"outExtension": "html",
"extensions": [
"html"
],
"filename": "index.html",
"fullDirPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\src\\documents",
"outPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\out\\index.html",
"outDirPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\out",
"outFilename": "index.html",
"relativeOutPath": "index.html",
"relativeDirPath": ".",
"relativeOutDirPath": ".",
"relativeBase": "index",
"relativeOutBase": "index",
"contentType": "text/html",
"outContentType": "text/html",
"ctime": "2014-01-24T01:37:30.000Z",
"mtime": "2014-01-27T07:01:01.619Z",
"rtime": "2014-01-27T07:01:02.989Z",
"wtime": "2014-01-27T07:01:03.252Z",
"exists": true,
"encoding": "utf8",
"source": "---\nlayout: 'default'\ntitle: ''\n---\n\n<script type=\"text/javascript\">\n\twindow.location = \"http://bshares.co/what-is-bitcoin/\";\n</script",
"content": "<script type=\"text/javascript\">\n\twindow.location = \"http://bshares.co/what-is-bitcoin/\";\n</script",
"tags": null,
"render": true,
"write": true,
"writeSource": false,
"dynamic": false,
"title": "",
"name": "index.html",
"date": "2014-01-27T07:01:01.619Z",
"slug": "index",
"url": "/",
"urls": [
"/index.html",
"/"
],
"ignored": false,
"standalone": false,
"referencesOthers": false,
"header": "layout: 'default'\ntitle: ''",
"parser": "yaml",
"body": "<script type=\"text/javascript\">\n\twindow.location = \"http://bshares.co/what-is-bitcoin/\";\n</script",
"rendered": true,
"contentRendered": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n\t<!-- Meta -->\n\t<meta charset=\"utf-8\" />\n\n\t<!-- Mobile viewport optimized: h5bp.com/viewport -->\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n\t<meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\" />\n\n\t<!-- Use the .htaccess and remove these lines to avoid edge case issues.\n\t More info: h5bp.com/i/378 -->\n\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\" />\n\n\t<!-- Our site title and description -->\n\t<title>bSHARES.co</title>\n\t<meta name=\"description\" content=\"Helping people learn about and invest in bitcoin.\" />\n\t<meta name=\"keywords\" content=\"bitcoin, CEX.io, bitcoin mining, cloud mining \" />\n\t<meta name=\"author\" content=\"Michael Duane Mooring\" />\n\n\t<!-- Output DocPad produced meta elements -->\n\t<meta name=\"generator\" content=\"DocPad v6.60.3\" />\n\n\t<link href='http://fonts.googleapis.com/css?family=Carrois+Gothic+SC' rel='stylesheet' type='text/css'>\n\t<!-- Icons -->\n <link rel=\"shortcut icon\" href=\"icons/favicon.ico\">\n <link rel=\"apple-touch-icon-precomposed\" sizes=\"144x144\" href=\"icons/apple-touch-icon-144-precomposed.png\">\n <link rel=\"apple-touch-icon-precomposed\" sizes=\"114x114\" href=\"icons/apple-touch-icon-114-precomposed.png\">\n <link rel=\"apple-touch-icon-precomposed\" sizes=\"72x72\" href=\"icons/apple-touch-icon-72-precomposed.png\">\n <link rel=\"apple-touch-icon-precomposed\" href=\"icons/apple-touch-icon-57-precomposed.png\">\n\n\t<!-- Shims: IE6-8 support of HTML5 elements -->\n\t<!--[if lt IE 9]>\n\t\t<script async src=\"http://html5shim.googlecode.com/svn/trunk/html5.js\"></script>\n\t<![endif]-->\n\n\t<!-- Styles -->\n\t<style >html.wait {\n\tcursor: wait !important;\n\topacity: 0;\n\ttransition: opacity 0.5s ease;\n}</style><link rel=\"stylesheet\" href=\"http://yui.yahooapis.com/pure/0.3.0/pure-min.css\" /><link rel=\"stylesheet\" href=\"/styles/style.css\" />\n\t\n</head>\n<body>\n\n<!-- Markup -->\n<div class=\"content pure-g-r\">\n\t<div class=\"header pure-u-1\">\n\t\t<a href=\"http://bshares.co/what-is-bitcoin/\">\n\t\t<h1 id=\"headerLogo\" class=\"logo\"><i>b</i><strong>SHARES</strong></h1>\n\t\t</a>\n\t\t\n\t<script type=\"text/javascript\">\n\twindow.location = \"http://bshares.co/what-is-bitcoin/\";\n</script\n\n\t\t</div>\n\t</div>\n\t<div class=\"footer pure-u-1\">\n\t\t<span class=\"right\">\n\t\t<script data-cfbadgetype=\"g\" data-cfbadgeskin=\"dkgray\" type=\"text/javascript\">\n\t\t//<![CDATA[\n\t\ttry{window.CloudFlare||function(){var a=window.document,b=a.createElement(\"script\"),a=a.getElementsByTagName(\"script\")[0];window.CloudFlare=[];b.type=\"text/javascript\";b.async=!0;b.src=\"//ajax.cloudflare.com/cdn-cgi/nexp/cloudflare.js\";a.parentNode.insertBefore(b,a)}(),CloudFlare.push(function(a){a([\"cloudflare/badge\"])})}catch(e$$5){try{console.error(\"CloudFlare badge code could not be loaded. \"+e$$5.message)}catch(e$$6){}};\n\t\t//]]>\n\t\t</script>\n\t\t</span>\n\t\t©2014 bSHARES.co <br/>\n\t\tupdated 2014-01-27T06:57:15.660Z - <a href=\"http://bshares.co/privacy/\">Privacy</a> - <a target=\"_blank\" href=\"https://github.com/MassDistributionMedia/bshares.docpad\">GitHub</a>\n\t</div>\n</div>\n\n\t<!-- Scripts -->\n\t<script >(function(){\n\t/* Did we just livereload? */\nvar log = !!(localStorage && console && console.log && true);\nif ( log && localStorage.getItem('/docpad-livereload/reloaded') === 'yes' ) {\n\tlocalStorage.removeItem('/docpad-livereload/reloaded');\n\tconsole.log('LiveReload completed at', new Date())\n}\n\n/* Listen for the regenerated event and perform a reload of the page when the event occurs */\nvar listen = function(){\n\tvar primus = new Primus('/docpad-livereload');\n\tprimus.on('data', function(data){\n\t\tif ( data && data.message ) {\n\t\t\tif ( data.message === 'generateBefore' ) {\n\t\t\t\tif ( log ) {\n\t\t\t\t\tconsole.log('LiveReload started at', new Date());\n\t\t\t\t}\n\t\t\t\tif ( typeof document.getElementsByTagName !== 'undefined' ) {\n\tdocument.getElementsByTagName('html')[0].className += ' wait';\n}\n\t\t\t}\n\t\t\telse if ( data.message === 'generateAfter' ) {\n\t\t\t\tif ( log ) {\n\t\t\t\t\tlocalStorage.setItem('/docpad-livereload/reloaded', 'yes');\n\t\t\t\t}\n\t\t\t\tdocument.location.reload();\n\t\t\t}\n\t\t}\n\t});\n};\n\t/* Inject socket into our page */\nvar inject = function(){\n\tvar t = document.createElement('script');\n\tt.type = 'text/javascript';\n\tt.async = 'async';\n\tt.src = '/primus/primus.js';\n\tt.onload = listen;\n\tvar s = document.getElementsByTagName('script')[0];\n\ts.parentNode.insertBefore(t, s);\n};\n\tif ( typeof Primus !== 'undefined' ) {\n\t\tlisten();\n\t} else {\n\t\tinject();\n\t}\n})();</script><script defer=\"defer\" src=\"http://yui.yahooapis.com/3.14.1/build/yui/yui-min.js\"></script><script defer=\"defer\" src=\"/scripts/script.js\"></script>\n</body>\n</html>\n",
"contentRenderedWithoutLayouts": "<script type=\"text/javascript\">\n\twindow.location = \"http://bshares.co/what-is-bitcoin/\";\n</script",
"renderSingleExtensions": false,
"layout": "default",
"layoutRelativePath": "default.html.eco",
"meta": {
"layout": "default",
"title": ""
}
},
{
"fullPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\src\\documents\\what-is-bitcoin.html.eco",
"relativePath": "what-is-bitcoin.html.eco",
"basename": "what-is-bitcoin",
"outBasename": "what-is-bitcoin",
"extension": "eco",
"outExtension": "html",
"extensions": [
"html",
"eco"
],
"filename": "what-is-bitcoin.html.eco",
"fullDirPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\src\\documents",
"outPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\out\\what-is-bitcoin.html",
"outDirPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\out",
"outFilename": "what-is-bitcoin.html",
"relativeOutPath": "what-is-bitcoin.html",
"relativeDirPath": ".",
"relativeOutDirPath": ".",
"relativeBase": "what-is-bitcoin",
"relativeOutBase": "what-is-bitcoin",
"contentType": "application/octet-stream",
"outContentType": "text/html",
"ctime": "2013-12-26T22:36:58.000Z",
"mtime": "2014-01-27T07:01:01.675Z",
"rtime": "2014-01-27T07:01:03.172Z",
"wtime": "2014-01-27T07:01:03.256Z",
"exists": true,
"encoding": "utf8",
"source": "---\nlayout: 'default'\ntitle: 'What is Bitcoin?'\n---\n\n<!-- Main-Menu fixed top-left menu START -->\n<div id =\"whatmenu\" class=\"what-menu\">\n\t<ul>\n\t\t<li><a href=\"#top\">What is Bitcoin?</a></li>\n\t\t<li><a href=\"#accordions\">Get Cloud Mining!</a></li>\n\t\t<li><a id=\"storyLink\" href=\"#story\">My Bitcoin Story</a></li>\n\t</ul>\n</div> <!-- Main-Menu END -->\n\n<span class=\"b-icon-header\"><%- @getBitcoinSvgBlock('bitcoin3','bitcoinIcon','bitcoin-icon') %></span>\n<span id=\"bitcoinHeader2\" class=\"b-icon-header absolute\"><%- @getBitcoinSvgBlock('bitcoin3','bitcoinIcon2','bitcoin-icon') %></span>\n\n<div id=\"top\" class=\"pure-u-1-2 center main-cont block auto\">\n<br/>\n<a target=\"_blank\" href=\"https://github.com/MassDistributionMedia/bshares.docpad\"><img class=\"github-ribbon\" src=\"https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png\" alt=\"Fork me on GitHub\"></a>\n<br/>\n<div class=\"video-header\">\n\t<h1 class=\"darkgrey\">What is <span class=\"bitcoin-yt bshare-gold\"><strong>Bitcoin</strong></span> to begin with?</h1>\n\t<div class=\"center yt-embed pure-u-1\">\n\t<iframe width=\"560\" height=\"315\" src=\"//www.youtube-nocookie.com/embed/LP4GSvQUtBw?rel=0\" frameborder=\"0\" allowfullscreen></iframe>\n\t<sub>Bitcoin is complex to understand fully but here's a explanation in detail: <a target=\"_blank\" href=\"http://youtu.be/Lx9zgZCMqXE\">youtu.be/Lx9zgZCMqXE</a></sub>\n\t</div>\n</div>\n\n<%- @partial('accord') %>\n\n<br/><br/>\n</div>\n\t<span class=\"center\"><h1 class=\"logo\"><i>b</i><strong>SHARES</strong></h1></span>\n\t<div class=\"pure-u-3-5 text-left message\">\n\t<i class=\"bshare-gold\">b</i><strong class=\"bshares-green\">SHARES</strong> is focusing on educating the average person about bitcoin and investment opportunites in the bitcoin markets. We offer bitcoin consultation as one of our main services so if you have any questions like: \"<i><strong class=\"op666\">How do I get my first bitcoin</i>?</strong>\", \"<i><strong class=\"op666\">How to start accepting bitcoin as payment</i>?</strong>\" or \"<i><strong class=\"op666\">What are my investment options with bitcoin</i>?</strong>\", simply tweet to <a target=\"_blank\" href=\"https://twitter.com/bshares_co\">@bshares_co</a> or call +1-512-920-COIN <sup class=\"op666\">(2646)</sup>\n\t</div>\n\t<span class=\"b-icon-footer\"><%- @getBitcoinSvgBlock('bitcoin3','bitcoinIcon3','bitcoin-icon') %></span>\n\t<span id=\"bitcoinFooter2\" class=\"b-icon-header absolute\"><%- @getBitcoinSvgBlock('bitcoin3','bitcoinIcon2','bitcoin-icon') %></span>\n\t<br/>\n</div>\n",
"content": "<!-- Main-Menu fixed top-left menu START -->\n<div id =\"whatmenu\" class=\"what-menu\">\n\t<ul>\n\t\t<li><a href=\"#top\">What is Bitcoin?</a></li>\n\t\t<li><a href=\"#accordions\">Get Cloud Mining!</a></li>\n\t\t<li><a id=\"storyLink\" href=\"#story\">My Bitcoin Story</a></li>\n\t</ul>\n</div> <!-- Main-Menu END -->\n\n<span class=\"b-icon-header\"><%- @getBitcoinSvgBlock('bitcoin3','bitcoinIcon','bitcoin-icon') %></span>\n<span id=\"bitcoinHeader2\" class=\"b-icon-header absolute\"><%- @getBitcoinSvgBlock('bitcoin3','bitcoinIcon2','bitcoin-icon') %></span>\n\n<div id=\"top\" class=\"pure-u-1-2 center main-cont block auto\">\n<br/>\n<a target=\"_blank\" href=\"https://github.com/MassDistributionMedia/bshares.docpad\"><img class=\"github-ribbon\" src=\"https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png\" alt=\"Fork me on GitHub\"></a>\n<br/>\n<div class=\"video-header\">\n\t<h1 class=\"darkgrey\">What is <span class=\"bitcoin-yt bshare-gold\"><strong>Bitcoin</strong></span> to begin with?</h1>\n\t<div class=\"center yt-embed pure-u-1\">\n\t<iframe width=\"560\" height=\"315\" src=\"//www.youtube-nocookie.com/embed/LP4GSvQUtBw?rel=0\" frameborder=\"0\" allowfullscreen></iframe>\n\t<sub>Bitcoin is complex to understand fully but here's a explanation in detail: <a target=\"_blank\" href=\"http://youtu.be/Lx9zgZCMqXE\">youtu.be/Lx9zgZCMqXE</a></sub>\n\t</div>\n</div>\n\n<%- @partial('accord') %>\n\n<br/><br/>\n</div>\n\t<span class=\"center\"><h1 class=\"logo\"><i>b</i><strong>SHARES</strong></h1></span>\n\t<div class=\"pure-u-3-5 text-left message\">\n\t<i class=\"bshare-gold\">b</i><strong class=\"bshares-green\">SHARES</strong> is focusing on educating the average person about bitcoin and investment opportunites in the bitcoin markets. We offer bitcoin consultation as one of our main services so if you have any questions like: \"<i><strong class=\"op666\">How do I get my first bitcoin</i>?</strong>\", \"<i><strong class=\"op666\">How to start accepting bitcoin as payment</i>?</strong>\" or \"<i><strong class=\"op666\">What are my investment options with bitcoin</i>?</strong>\", simply tweet to <a target=\"_blank\" href=\"https://twitter.com/bshares_co\">@bshares_co</a> or call +1-512-920-COIN <sup class=\"op666\">(2646)</sup>\n\t</div>\n\t<span class=\"b-icon-footer\"><%- @getBitcoinSvgBlock('bitcoin3','bitcoinIcon3','bitcoin-icon') %></span>\n\t<span id=\"bitcoinFooter2\" class=\"b-icon-header absolute\"><%- @getBitcoinSvgBlock('bitcoin3','bitcoinIcon2','bitcoin-icon') %></span>\n\t<br/>\n</div>",
"tags": null,
"render": true,
"write": true,
"writeSource": false,
"dynamic": false,
"title": "What is Bitcoin?",
"name": "what-is-bitcoin.html",
"date": "2014-01-27T07:01:01.675Z",
"slug": "what-is-bitcoin",
"url": "/what-is-bitcoin",
"urls": [
"/what-is-bitcoin.html",
"/what-is-bitcoin",
"/what-is-bitcoin/"
],
"ignored": false,
"standalone": false,
"referencesOthers": true,
"header": "layout: 'default'\ntitle: 'What is Bitcoin?'",
"parser": "yaml",
"body": "<!-- Main-Menu fixed top-left menu START -->\n<div id =\"whatmenu\" class=\"what-menu\">\n\t<ul>\n\t\t<li><a href=\"#top\">What is Bitcoin?</a></li>\n\t\t<li><a href=\"#accordions\">Get Cloud Mining!</a></li>\n\t\t<li><a id=\"storyLink\" href=\"#story\">My Bitcoin Story</a></li>\n\t</ul>\n</div> <!-- Main-Menu END -->\n\n<span class=\"b-icon-header\"><%- @getBitcoinSvgBlock('bitcoin3','bitcoinIcon','bitcoin-icon') %></span>\n<span id=\"bitcoinHeader2\" class=\"b-icon-header absolute\"><%- @getBitcoinSvgBlock('bitcoin3','bitcoinIcon2','bitcoin-icon') %></span>\n\n<div id=\"top\" class=\"pure-u-1-2 center main-cont block auto\">\n<br/>\n<a target=\"_blank\" href=\"https://github.com/MassDistributionMedia/bshares.docpad\"><img class=\"github-ribbon\" src=\"https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png\" alt=\"Fork me on GitHub\"></a>\n<br/>\n<div class=\"video-header\">\n\t<h1 class=\"darkgrey\">What is <span class=\"bitcoin-yt bshare-gold\"><strong>Bitcoin</strong></span> to begin with?</h1>\n\t<div class=\"center yt-embed pure-u-1\">\n\t<iframe width=\"560\" height=\"315\" src=\"//www.youtube-nocookie.com/embed/LP4GSvQUtBw?rel=0\" frameborder=\"0\" allowfullscreen></iframe>\n\t<sub>Bitcoin is complex to understand fully but here's a explanation in detail: <a target=\"_blank\" href=\"http://youtu.be/Lx9zgZCMqXE\">youtu.be/Lx9zgZCMqXE</a></sub>\n\t</div>\n</div>\n\n<%- @partial('accord') %>\n\n<br/><br/>\n</div>\n\t<span class=\"center\"><h1 class=\"logo\"><i>b</i><strong>SHARES</strong></h1></span>\n\t<div class=\"pure-u-3-5 text-left message\">\n\t<i class=\"bshare-gold\">b</i><strong class=\"bshares-green\">SHARES</strong> is focusing on educating the average person about bitcoin and investment opportunites in the bitcoin markets. We offer bitcoin consultation as one of our main services so if you have any questions like: \"<i><strong class=\"op666\">How do I get my first bitcoin</i>?</strong>\", \"<i><strong class=\"op666\">How to start accepting bitcoin as payment</i>?</strong>\" or \"<i><strong class=\"op666\">What are my investment options with bitcoin</i>?</strong>\", simply tweet to <a target=\"_blank\" href=\"https://twitter.com/bshares_co\">@bshares_co</a> or call +1-512-920-COIN <sup class=\"op666\">(2646)</sup>\n\t</div>\n\t<span class=\"b-icon-footer\"><%- @getBitcoinSvgBlock('bitcoin3','bitcoinIcon3','bitcoin-icon') %></span>\n\t<span id=\"bitcoinFooter2\" class=\"b-icon-header absolute\"><%- @getBitcoinSvgBlock('bitcoin3','bitcoinIcon2','bitcoin-icon') %></span>\n\t<br/>\n</div>",
"rendered": true,
"contentRendered": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n\t<!-- Meta -->\n\t<meta charset=\"utf-8\" />\n\n\t<!-- Mobile viewport optimized: h5bp.com/viewport -->\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n\t<meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\" />\n\n\t<!-- Use the .htaccess and remove these lines to avoid edge case issues.\n\t More info: h5bp.com/i/378 -->\n\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\" />\n\n\t<!-- Our site title and description -->\n\t<title>What is Bitcoin? | bSHARES.co</title>\n\t<meta name=\"description\" content=\"Helping people learn about and invest in bitcoin.\" />\n\t<meta name=\"keywords\" content=\"bitcoin, CEX.io, bitcoin mining, cloud mining \" />\n\t<meta name=\"author\" content=\"Michael Duane Mooring\" />\n\n\t<!-- Output DocPad produced meta elements -->\n\t<meta name=\"generator\" content=\"DocPad v6.60.3\" />\n\n\t<link href='http://fonts.googleapis.com/css?family=Carrois+Gothic+SC' rel='stylesheet' type='text/css'>\n\t<!-- Icons -->\n <link rel=\"shortcut icon\" href=\"icons/favicon.ico\">\n <link rel=\"apple-touch-icon-precomposed\" sizes=\"144x144\" href=\"icons/apple-touch-icon-144-precomposed.png\">\n <link rel=\"apple-touch-icon-precomposed\" sizes=\"114x114\" href=\"icons/apple-touch-icon-114-precomposed.png\">\n <link rel=\"apple-touch-icon-precomposed\" sizes=\"72x72\" href=\"icons/apple-touch-icon-72-precomposed.png\">\n <link rel=\"apple-touch-icon-precomposed\" href=\"icons/apple-touch-icon-57-precomposed.png\">\n\n\t<!-- Shims: IE6-8 support of HTML5 elements -->\n\t<!--[if lt IE 9]>\n\t\t<script async src=\"http://html5shim.googlecode.com/svn/trunk/html5.js\"></script>\n\t<![endif]-->\n\n\t<!-- Styles -->\n\t<style >html.wait {\n\tcursor: wait !important;\n\topacity: 0;\n\ttransition: opacity 0.5s ease;\n}</style><link rel=\"stylesheet\" href=\"http://yui.yahooapis.com/pure/0.3.0/pure-min.css\" /><link rel=\"stylesheet\" href=\"/styles/style.css\" />\n\t\n</head>\n<body>\n\n<!-- Markup -->\n<div class=\"content pure-g-r\">\n\t<div class=\"header pure-u-1\">\n\t\t<a href=\"http://bshares.co/what-is-bitcoin/\">\n\t\t<h1 id=\"headerLogo\" class=\"logo\"><i>b</i><strong>SHARES</strong></h1>\n\t\t</a>\n\t\t\n\t<!-- Main-Menu fixed top-left menu START -->\n<div id =\"whatmenu\" class=\"what-menu\">\n\t<ul>\n\t\t<li><a href=\"#top\">What is Bitcoin?</a></li>\n\t\t<li><a href=\"#accordions\">Get Cloud Mining!</a></li>\n\t\t<li><a id=\"storyLink\" href=\"#story\">My Bitcoin Story</a></li>\n\t</ul>\n</div> <!-- Main-Menu END -->\n\n<span class=\"b-icon-header\"><!-- bitcoinsvg START --><svg id=\"bitcoinIcon\" class=\"bitcoin-icon\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\" xml:space=\"preserve\"><path id=\"bitcoin-3-icon\" d=\"M303.676,288.54c0.009,21.928-35.308,21.322-56.823,21.322v-42.83C269.305,266.588,303.678,265.976,303.676,288.54z M293.368,219.691c-0.004-19.853-26.271-19.264-46.516-19.264v38.496C266.388,238.924,293.362,238.786,293.368,219.691z M462,256c0,113.771-92.229,206-206,206c-113.771,0-206-92.229-206-206c0-113.771,92.229-206,206-206C369.771,50,462,142.229,462,256z M325.791,246.124c21.38-15.314,30.066-69.421-39.068-76.551l-0.001-33.691h-28l0.002,32.704h-11.871v-32.704h-27.979l-0.01,32.704h-44.683l0.007,30.29l20.762-0.012c6.792,0.002,8.082,3.2,8.082,7.379v95.678c0,5.319-2.575,7.923-8.325,7.923h-15.673l-5.368,32.43h45.204l0.009,33.845h27.975v-33.845h11.871l-0.01,33.845h28.001v-33.954C371.416,336.352,366.889,260.333,325.791,246.124z\"/></svg><!-- bitcoinsvg END --></span>\n<span id=\"bitcoinHeader2\" class=\"b-icon-header absolute\"><!-- bitcoinsvg START --><svg id=\"bitcoinIcon2\" class=\"bitcoin-icon\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\" xml:space=\"preserve\"><path id=\"bitcoin-3-icon\" d=\"M303.676,288.54c0.009,21.928-35.308,21.322-56.823,21.322v-42.83C269.305,266.588,303.678,265.976,303.676,288.54z M293.368,219.691c-0.004-19.853-26.271-19.264-46.516-19.264v38.496C266.388,238.924,293.362,238.786,293.368,219.691z M462,256c0,113.771-92.229,206-206,206c-113.771,0-206-92.229-206-206c0-113.771,92.229-206,206-206C369.771,50,462,142.229,462,256z M325.791,246.124c21.38-15.314,30.066-69.421-39.068-76.551l-0.001-33.691h-28l0.002,32.704h-11.871v-32.704h-27.979l-0.01,32.704h-44.683l0.007,30.29l20.762-0.012c6.792,0.002,8.082,3.2,8.082,7.379v95.678c0,5.319-2.575,7.923-8.325,7.923h-15.673l-5.368,32.43h45.204l0.009,33.845h27.975v-33.845h11.871l-0.01,33.845h28.001v-33.954C371.416,336.352,366.889,260.333,325.791,246.124z\"/></svg><!-- bitcoinsvg END --></span>\n\n<div id=\"top\" class=\"pure-u-1-2 center main-cont block auto\">\n<br/>\n<a target=\"_blank\" href=\"https://github.com/MassDistributionMedia/bshares.docpad\"><img class=\"github-ribbon\" src=\"https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png\" alt=\"Fork me on GitHub\"></a>\n<br/>\n<div class=\"video-header\">\n\t<h1 class=\"darkgrey\">What is <span class=\"bitcoin-yt bshare-gold\"><strong>Bitcoin</strong></span> to begin with?</h1>\n\t<div class=\"center yt-embed pure-u-1\">\n\t<iframe width=\"560\" height=\"315\" src=\"//www.youtube-nocookie.com/embed/LP4GSvQUtBw?rel=0\" frameborder=\"0\" allowfullscreen></iframe>\n\t<sub>Bitcoin is complex to understand fully but here's a explanation in detail: <a target=\"_blank\" href=\"http://youtu.be/Lx9zgZCMqXE\">youtu.be/Lx9zgZCMqXE</a></sub>\n\t</div>\n</div>\n\n<div id=\"accordions\">\n <div id=\"accordion-test-vert-markup\" class=\"accordion-test-vert\"></div>\n <ul id=\"accordion-test-vert-markup-content\" class=\"yui3-widget-loading\">\n <li>\n \t<div class=\"my-title-vert vision-vert\"><a class=\"no-decor\" href=\"javascript:void(0);\">\n \t\t<h3><a class=\"no-decor\" href=\"javascript:void(0);\">Let's get you Cloud Mining!</a>\n \t\t<sub class=\"right\"><a id=\"skip\" class=\"op666\" href=\"#story\">Skip</a></sub></h3>\n \t</div>\n <div class=\"my-section-vf\n ert vision-vert vision-inner\">\n \t<div class=\"pure-u-1 text-left\">\n\t\t\t1. Get bitcoins to buy <a target=\"_blank\" href=\"https://cex.io/r/1/mikeumus/0/\">CEX</a> mining shares. I use & recommend <a href=\"https://coinbase.com/\">Coinbase</a>.<br/> \n\t\t\t2. Signup for <a target=\"_blank\" href=\"https://cex.io/r/1/mikeumus/0/\">CEX.io</a><br/>\n\t\t\t3. Send bitcoin from Coinbase to your <a target=\"_blank\" href=\"https://cex.io/r/1/mikeumus/0/\">CEX</a> account's bitcoin address. <br/>\n\t\t\t4. Buy GHS mining shares. <br/>\n\t\t\t</div><br/><br/>\n\n\t\t\t<div class=\"center yt-embed pure-u-1\">\n <iframe src=\"http://prezi.com/embed/djoew5myd_nb/?bgcolor=ffffff&lock_to_path=0&autoplay=0&autohide_ctrls=0&features=undefined&disabled_features=undefined\" width=\"550\" height=\"400\" frameBorder=\"0\"></iframe>\n\t\t\t<!-- <iframe width=\"560\" height=\"315\" src=\"//www.youtube-nocookie.com/embed/ilkcztqCU8o?rel=0\" frameborder=\"0\" allowfullscreen></iframe> --><br/>\n\t\t\t<sub>If you have <a target=\"_blank\" href=\"https://cex.io/r/1/mikeumus/0/\">CEX</a> questions tweet them to <a target=\"_blank\" href=\"https://twitter.com/bshares_co\">@bshares_co</a></sub> \n\t\t\t</div>\n\t\t\t<br/>\n </li>\n <li>\n <div id=\"story\" class=\"my-title-vert mission-vert\">\n <br/>\n <img class=\"mikeumus-pic\" src=\"https://googledrive.com/host/0BxIxK0gS2WsvTWNTZXFEZ05ueGc/mikeumus_2013_web.jpg\" alt=\"Mikeumus business 2013\"/>\n <h3>My Bitcoin Story</h3>\n <a class=\"no-decor\" href=\"javascript:void(0);\">Click</a>\n </div>\n <div class=\"my-section-vert mission-vert mission-inner\"><p class=\"text-left\">\n \t<strong>My Bitcoin Story</strong><br/>\n \t<span class=\"monospace\">\n \t\tWhen I first started with bitcoin it was confusing. I watched the video on bitcoin.org and from there linked to Coinbase.com. \"<strong><i>Was Coinbase part of Bitcoin</i>?</strong>\", \"<strong><i>Was Bitcoin a company</i>?</strong> If so this is a confusing user experience!\" \n \t\t<br/><br/>\n\n \t\tI wasn't quite sure and so I started listening to the bitcoin podcasts, <a target=\"_blank\" href=\"http://www.jupiterbroadcasting.com/show/planb/\">PlanB</a> and \"<a target=\"_blank\" href=\"http://letstalkbitcoin.com/\">Let's Talk Bitcoin</a>\". From this I learned much and was confident there was a investment opportunity in bitcoin. I've been an entrepreneur all my adult life and knew this was a great chance to buy some bitcoin since the price at the time had just popped down from 1k to 600 per bitcoin. I signed up proper with Coinbase this time and verified my bank. Which took a couple days. After that I bought $300 worth of bitcoin at 700/bitcoin. This transaction, since it had to go through my bank, took a week, but finally I had my bitcoin. <br/><br/>\n\n \t\tWhat could I do with it I thought? My relationship with <a target=\"_blank\" href=\"https://cex.io/r/1/mikeumus/0/\">CEX</a> was similar to Coinbase. It took me a while to warm up to it. What was a \"Cloud Mining Share\"? It read like a share that you owned of their bitcoin mining hardware that deposited returns in your account throughout the day. Genius! This is how I would store my bitcoins. I bought my first 7 GHS shares after transferring my bitcoin from Coinbase to my <a target=\"_blank\" href=\"https://cex.io/r/1/mikeumus/0/\">CEX</a> account and shortly after my mining shares came online on ghash.io. I was earning a return on the GHS shares I owned. <br/><br/>\n \t\t</span>\n\n \t\t<strong>How I Use Bitcoin</strong><br/>\n \t\t<span class=\"monospace\">\n \t\tSince then I've started accepting bitcoin as payment at my web design/development business, <a target=\"_blank\" href=\"http://massdistributionmedia.com/\">MDM</a> and I'm not alone. <a target=\"_blank\" href=\"http://www.tigerdirect.com/bitcoin/indexus.asp?SRCCODE=WEBBP1792&[email protected]&cm_mmc=email-_-Retro-_-WEBBP1792-_-tigeremail1792&utm_source=EML&utm_medium=main&utm_campaign=WEBBP1792&MobileOptOut=1\">TigerDirect</a> now accepts bitcoin. <a target=\"_blank\" href=\"http://www.cheapair.com/blog/travel-news/book-your-flights-on-cheapair-with-bitcoin-virtual-currency/\">CheapAir.com</a>, <a target=\"_blank\" href=\"http://www.virgin.com/richard-branson/bitcoins-in-space\">Virgin Galactic</a> and the biggest, <a href=\"http://www.overstock.com/bitcoin\">OverStock.com</a>. I've also introduced bitcoin to many of the startups I'm involved with like <a target=\"_blank\" href=\"http://www.solarsystemexpress.com/\">SolarSystemExpress.com</a> is now accepting bitcoin for their circuit product and <a target=\"_blank\" href=\"http://www.scoutfoto.com/\">ScoutFoto.com</a> will in the next couple months. Accepting bitcoin in your business is simple. I use Coinbase for this service as well. They charge 0% for their payment processing. No fees and no charge back. If you own a business, you need to check this out. Simply go here and learn more about accepting bitcoin via Coinbase both online & offline: <a target=\"_blank\" href=\"https://coinbase.com/merchants\">Coinbase.com/merchants</a> <br/><br/>\n \t\t</span>\n </p></div>\n </li>\n <br/>\n <li>\n <div class=\"my-title-vert job-vert\"><a class=\"no-decor\" href=\"javascript:void(0);\">\n \t<hr class=\"op666\"/>\n <h3>Testimonial</h3><a class=\"no-decor\" href=\"javascript:void(0);\">Click</a>\n <blockquote class=\"testi text-left\">\n \t\"I am an active investor in the stock market and am of the firm belief that money should always be put to work. I keep myself updated with...\n \t</blockquote>\n </div>\n <div class=\"my-section-vert job-vert job-inner\">\n <link href='http://fonts.googleapis.com/css?family=Nothing+You+Could+Do' rel='stylesheet' type='text/css'>\n <blockquote class=\"testi text-left\">\n \t new investment tools and am constantly on the lookout for new avenues to invest my money in. Never one to follow the herd, I always dismissed bitcoins as a passing fad not giving it much attention. The volatility only scared me away until the recent price stability. I decided to invest my money in bitcoins and started looking for videos and tutorials online. None of the online resources were helpful and the complexity of the cryptocurrency kept me away until I stumbled upon a Facebook ad of bshares.co. I instantly picked up the phone and spoke with Mike. He guided me through the entire process and quelled all my doubts and answered all my questions patiently. I was finally armed with the knowhow I needed and am now a successful bitcoins investor. Thanks Mike!\"\n\t\t\t\t<span class=\"right\">- <a target=\"_blank\" href=\"http://www.solarsystemexpress.com/about.html\">Kunal</a>, Maryland</span>\n </blockquote>\n </div>\n </li>\n </ul>\n</div>\n\n<br/><br/>\n</div>\n\t<span class=\"center\"><h1 class=\"logo\"><i>b</i><strong>SHARES</strong></h1></span>\n\t<div class=\"pure-u-3-5 text-left message\">\n\t<i class=\"bshare-gold\">b</i><strong class=\"bshares-green\">SHARES</strong> is focusing on educating the average person about bitcoin and investment opportunites in the bitcoin markets. We offer bitcoin consultation as one of our main services so if you have any questions like: \"<i><strong class=\"op666\">How do I get my first bitcoin</i>?</strong>\", \"<i><strong class=\"op666\">How to start accepting bitcoin as payment</i>?</strong>\" or \"<i><strong class=\"op666\">What are my investment options with bitcoin</i>?</strong>\", simply tweet to <a target=\"_blank\" href=\"https://twitter.com/bshares_co\">@bshares_co</a> or call +1-512-920-COIN <sup class=\"op666\">(2646)</sup>\n\t</div>\n\t<span class=\"b-icon-footer\"><!-- bitcoinsvg START --><svg id=\"bitcoinIcon3\" class=\"bitcoin-icon\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\" xml:space=\"preserve\"><path id=\"bitcoin-3-icon\" d=\"M303.676,288.54c0.009,21.928-35.308,21.322-56.823,21.322v-42.83C269.305,266.588,303.678,265.976,303.676,288.54z M293.368,219.691c-0.004-19.853-26.271-19.264-46.516-19.264v38.496C266.388,238.924,293.362,238.786,293.368,219.691z M462,256c0,113.771-92.229,206-206,206c-113.771,0-206-92.229-206-206c0-113.771,92.229-206,206-206C369.771,50,462,142.229,462,256z M325.791,246.124c21.38-15.314,30.066-69.421-39.068-76.551l-0.001-33.691h-28l0.002,32.704h-11.871v-32.704h-27.979l-0.01,32.704h-44.683l0.007,30.29l20.762-0.012c6.792,0.002,8.082,3.2,8.082,7.379v95.678c0,5.319-2.575,7.923-8.325,7.923h-15.673l-5.368,32.43h45.204l0.009,33.845h27.975v-33.845h11.871l-0.01,33.845h28.001v-33.954C371.416,336.352,366.889,260.333,325.791,246.124z\"/></svg><!-- bitcoinsvg END --></span>\n\t<span id=\"bitcoinFooter2\" class=\"b-icon-header absolute\"><!-- bitcoinsvg START --><svg id=\"bitcoinIcon2\" class=\"bitcoin-icon\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\" xml:space=\"preserve\"><path id=\"bitcoin-3-icon\" d=\"M303.676,288.54c0.009,21.928-35.308,21.322-56.823,21.322v-42.83C269.305,266.588,303.678,265.976,303.676,288.54z M293.368,219.691c-0.004-19.853-26.271-19.264-46.516-19.264v38.496C266.388,238.924,293.362,238.786,293.368,219.691z M462,256c0,113.771-92.229,206-206,206c-113.771,0-206-92.229-206-206c0-113.771,92.229-206,206-206C369.771,50,462,142.229,462,256z M325.791,246.124c21.38-15.314,30.066-69.421-39.068-76.551l-0.001-33.691h-28l0.002,32.704h-11.871v-32.704h-27.979l-0.01,32.704h-44.683l0.007,30.29l20.762-0.012c6.792,0.002,8.082,3.2,8.082,7.379v95.678c0,5.319-2.575,7.923-8.325,7.923h-15.673l-5.368,32.43h45.204l0.009,33.845h27.975v-33.845h11.871l-0.01,33.845h28.001v-33.954C371.416,336.352,366.889,260.333,325.791,246.124z\"/></svg><!-- bitcoinsvg END --></span>\n\t<br/>\n</div>\n\n\t\t</div>\n\t</div>\n\t<div class=\"footer pure-u-1\">\n\t\t<span class=\"right\">\n\t\t<script data-cfbadgetype=\"g\" data-cfbadgeskin=\"dkgray\" type=\"text/javascript\">\n\t\t//<![CDATA[\n\t\ttry{window.CloudFlare||function(){var a=window.document,b=a.createElement(\"script\"),a=a.getElementsByTagName(\"script\")[0];window.CloudFlare=[];b.type=\"text/javascript\";b.async=!0;b.src=\"//ajax.cloudflare.com/cdn-cgi/nexp/cloudflare.js\";a.parentNode.insertBefore(b,a)}(),CloudFlare.push(function(a){a([\"cloudflare/badge\"])})}catch(e$$5){try{console.error(\"CloudFlare badge code could not be loaded. \"+e$$5.message)}catch(e$$6){}};\n\t\t//]]>\n\t\t</script>\n\t\t</span>\n\t\t©2014 bSHARES.co <br/>\n\t\tupdated 2014-01-27T06:57:15.660Z - <a href=\"http://bshares.co/privacy/\">Privacy</a> - <a target=\"_blank\" href=\"https://github.com/MassDistributionMedia/bshares.docpad\">GitHub</a>\n\t</div>\n</div>\n\n\t<!-- Scripts -->\n\t<script >(function(){\n\t/* Did we just livereload? */\nvar log = !!(localStorage && console && console.log && true);\nif ( log && localStorage.getItem('/docpad-livereload/reloaded') === 'yes' ) {\n\tlocalStorage.removeItem('/docpad-livereload/reloaded');\n\tconsole.log('LiveReload completed at', new Date())\n}\n\n/* Listen for the regenerated event and perform a reload of the page when the event occurs */\nvar listen = function(){\n\tvar primus = new Primus('/docpad-livereload');\n\tprimus.on('data', function(data){\n\t\tif ( data && data.message ) {\n\t\t\tif ( data.message === 'generateBefore' ) {\n\t\t\t\tif ( log ) {\n\t\t\t\t\tconsole.log('LiveReload started at', new Date());\n\t\t\t\t}\n\t\t\t\tif ( typeof document.getElementsByTagName !== 'undefined' ) {\n\tdocument.getElementsByTagName('html')[0].className += ' wait';\n}\n\t\t\t}\n\t\t\telse if ( data.message === 'generateAfter' ) {\n\t\t\t\tif ( log ) {\n\t\t\t\t\tlocalStorage.setItem('/docpad-livereload/reloaded', 'yes');\n\t\t\t\t}\n\t\t\t\tdocument.location.reload();\n\t\t\t}\n\t\t}\n\t});\n};\n\t/* Inject socket into our page */\nvar inject = function(){\n\tvar t = document.createElement('script');\n\tt.type = 'text/javascript';\n\tt.async = 'async';\n\tt.src = '/primus/primus.js';\n\tt.onload = listen;\n\tvar s = document.getElementsByTagName('script')[0];\n\ts.parentNode.insertBefore(t, s);\n};\n\tif ( typeof Primus !== 'undefined' ) {\n\t\tlisten();\n\t} else {\n\t\tinject();\n\t}\n})();</script><script defer=\"defer\" src=\"http://yui.yahooapis.com/3.14.1/build/yui/yui-min.js\"></script><script defer=\"defer\" src=\"/scripts/script.js\"></script>\n</body>\n</html>\n",
"contentRenderedWithoutLayouts": "<!-- Main-Menu fixed top-left menu START -->\n<div id =\"whatmenu\" class=\"what-menu\">\n\t<ul>\n\t\t<li><a href=\"#top\">What is Bitcoin?</a></li>\n\t\t<li><a href=\"#accordions\">Get Cloud Mining!</a></li>\n\t\t<li><a id=\"storyLink\" href=\"#story\">My Bitcoin Story</a></li>\n\t</ul>\n</div> <!-- Main-Menu END -->\n\n<span class=\"b-icon-header\"><!-- bitcoinsvg START --><svg id=\"bitcoinIcon\" class=\"bitcoin-icon\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\" xml:space=\"preserve\"><path id=\"bitcoin-3-icon\" d=\"M303.676,288.54c0.009,21.928-35.308,21.322-56.823,21.322v-42.83C269.305,266.588,303.678,265.976,303.676,288.54z M293.368,219.691c-0.004-19.853-26.271-19.264-46.516-19.264v38.496C266.388,238.924,293.362,238.786,293.368,219.691z M462,256c0,113.771-92.229,206-206,206c-113.771,0-206-92.229-206-206c0-113.771,92.229-206,206-206C369.771,50,462,142.229,462,256z M325.791,246.124c21.38-15.314,30.066-69.421-39.068-76.551l-0.001-33.691h-28l0.002,32.704h-11.871v-32.704h-27.979l-0.01,32.704h-44.683l0.007,30.29l20.762-0.012c6.792,0.002,8.082,3.2,8.082,7.379v95.678c0,5.319-2.575,7.923-8.325,7.923h-15.673l-5.368,32.43h45.204l0.009,33.845h27.975v-33.845h11.871l-0.01,33.845h28.001v-33.954C371.416,336.352,366.889,260.333,325.791,246.124z\"/></svg><!-- bitcoinsvg END --></span>\n<span id=\"bitcoinHeader2\" class=\"b-icon-header absolute\"><!-- bitcoinsvg START --><svg id=\"bitcoinIcon2\" class=\"bitcoin-icon\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\" xml:space=\"preserve\"><path id=\"bitcoin-3-icon\" d=\"M303.676,288.54c0.009,21.928-35.308,21.322-56.823,21.322v-42.83C269.305,266.588,303.678,265.976,303.676,288.54z M293.368,219.691c-0.004-19.853-26.271-19.264-46.516-19.264v38.496C266.388,238.924,293.362,238.786,293.368,219.691z M462,256c0,113.771-92.229,206-206,206c-113.771,0-206-92.229-206-206c0-113.771,92.229-206,206-206C369.771,50,462,142.229,462,256z M325.791,246.124c21.38-15.314,30.066-69.421-39.068-76.551l-0.001-33.691h-28l0.002,32.704h-11.871v-32.704h-27.979l-0.01,32.704h-44.683l0.007,30.29l20.762-0.012c6.792,0.002,8.082,3.2,8.082,7.379v95.678c0,5.319-2.575,7.923-8.325,7.923h-15.673l-5.368,32.43h45.204l0.009,33.845h27.975v-33.845h11.871l-0.01,33.845h28.001v-33.954C371.416,336.352,366.889,260.333,325.791,246.124z\"/></svg><!-- bitcoinsvg END --></span>\n\n<div id=\"top\" class=\"pure-u-1-2 center main-cont block auto\">\n<br/>\n<a target=\"_blank\" href=\"https://github.com/MassDistributionMedia/bshares.docpad\"><img class=\"github-ribbon\" src=\"https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png\" alt=\"Fork me on GitHub\"></a>\n<br/>\n<div class=\"video-header\">\n\t<h1 class=\"darkgrey\">What is <span class=\"bitcoin-yt bshare-gold\"><strong>Bitcoin</strong></span> to begin with?</h1>\n\t<div class=\"center yt-embed pure-u-1\">\n\t<iframe width=\"560\" height=\"315\" src=\"//www.youtube-nocookie.com/embed/LP4GSvQUtBw?rel=0\" frameborder=\"0\" allowfullscreen></iframe>\n\t<sub>Bitcoin is complex to understand fully but here's a explanation in detail: <a target=\"_blank\" href=\"http://youtu.be/Lx9zgZCMqXE\">youtu.be/Lx9zgZCMqXE</a></sub>\n\t</div>\n</div>\n\n<div id=\"accordions\">\n <div id=\"accordion-test-vert-markup\" class=\"accordion-test-vert\"></div>\n <ul id=\"accordion-test-vert-markup-content\" class=\"yui3-widget-loading\">\n <li>\n \t<div class=\"my-title-vert vision-vert\"><a class=\"no-decor\" href=\"javascript:void(0);\">\n \t\t<h3><a class=\"no-decor\" href=\"javascript:void(0);\">Let's get you Cloud Mining!</a>\n \t\t<sub class=\"right\"><a id=\"skip\" class=\"op666\" href=\"#story\">Skip</a></sub></h3>\n \t</div>\n <div class=\"my-section-vf\n ert vision-vert vision-inner\">\n \t<div class=\"pure-u-1 text-left\">\n\t\t\t1. Get bitcoins to buy <a target=\"_blank\" href=\"https://cex.io/r/1/mikeumus/0/\">CEX</a> mining shares. I use & recommend <a href=\"https://coinbase.com/\">Coinbase</a>.<br/> \n\t\t\t2. Signup for <a target=\"_blank\" href=\"https://cex.io/r/1/mikeumus/0/\">CEX.io</a><br/>\n\t\t\t3. Send bitcoin from Coinbase to your <a target=\"_blank\" href=\"https://cex.io/r/1/mikeumus/0/\">CEX</a> account's bitcoin address. <br/>\n\t\t\t4. Buy GHS mining shares. <br/>\n\t\t\t</div><br/><br/>\n\n\t\t\t<div class=\"center yt-embed pure-u-1\">\n <iframe src=\"http://prezi.com/embed/djoew5myd_nb/?bgcolor=ffffff&lock_to_path=0&autoplay=0&autohide_ctrls=0&features=undefined&disabled_features=undefined\" width=\"550\" height=\"400\" frameBorder=\"0\"></iframe>\n\t\t\t<!-- <iframe width=\"560\" height=\"315\" src=\"//www.youtube-nocookie.com/embed/ilkcztqCU8o?rel=0\" frameborder=\"0\" allowfullscreen></iframe> --><br/>\n\t\t\t<sub>If you have <a target=\"_blank\" href=\"https://cex.io/r/1/mikeumus/0/\">CEX</a> questions tweet them to <a target=\"_blank\" href=\"https://twitter.com/bshares_co\">@bshares_co</a></sub> \n\t\t\t</div>\n\t\t\t<br/>\n </li>\n <li>\n <div id=\"story\" class=\"my-title-vert mission-vert\">\n <br/>\n <img class=\"mikeumus-pic\" src=\"https://googledrive.com/host/0BxIxK0gS2WsvTWNTZXFEZ05ueGc/mikeumus_2013_web.jpg\" alt=\"Mikeumus business 2013\"/>\n <h3>My Bitcoin Story</h3>\n <a class=\"no-decor\" href=\"javascript:void(0);\">Click</a>\n </div>\n <div class=\"my-section-vert mission-vert mission-inner\"><p class=\"text-left\">\n \t<strong>My Bitcoin Story</strong><br/>\n \t<span class=\"monospace\">\n \t\tWhen I first started with bitcoin it was confusing. I watched the video on bitcoin.org and from there linked to Coinbase.com. \"<strong><i>Was Coinbase part of Bitcoin</i>?</strong>\", \"<strong><i>Was Bitcoin a company</i>?</strong> If so this is a confusing user experience!\" \n \t\t<br/><br/>\n\n \t\tI wasn't quite sure and so I started listening to the bitcoin podcasts, <a target=\"_blank\" href=\"http://www.jupiterbroadcasting.com/show/planb/\">PlanB</a> and \"<a target=\"_blank\" href=\"http://letstalkbitcoin.com/\">Let's Talk Bitcoin</a>\". From this I learned much and was confident there was a investment opportunity in bitcoin. I've been an entrepreneur all my adult life and knew this was a great chance to buy some bitcoin since the price at the time had just popped down from 1k to 600 per bitcoin. I signed up proper with Coinbase this time and verified my bank. Which took a couple days. After that I bought $300 worth of bitcoin at 700/bitcoin. This transaction, since it had to go through my bank, took a week, but finally I had my bitcoin. <br/><br/>\n\n \t\tWhat could I do with it I thought? My relationship with <a target=\"_blank\" href=\"https://cex.io/r/1/mikeumus/0/\">CEX</a> was similar to Coinbase. It took me a while to warm up to it. What was a \"Cloud Mining Share\"? It read like a share that you owned of their bitcoin mining hardware that deposited returns in your account throughout the day. Genius! This is how I would store my bitcoins. I bought my first 7 GHS shares after transferring my bitcoin from Coinbase to my <a target=\"_blank\" href=\"https://cex.io/r/1/mikeumus/0/\">CEX</a> account and shortly after my mining shares came online on ghash.io. I was earning a return on the GHS shares I owned. <br/><br/>\n \t\t</span>\n\n \t\t<strong>How I Use Bitcoin</strong><br/>\n \t\t<span class=\"monospace\">\n \t\tSince then I've started accepting bitcoin as payment at my web design/development business, <a target=\"_blank\" href=\"http://massdistributionmedia.com/\">MDM</a> and I'm not alone. <a target=\"_blank\" href=\"http://www.tigerdirect.com/bitcoin/indexus.asp?SRCCODE=WEBBP1792&[email protected]&cm_mmc=email-_-Retro-_-WEBBP1792-_-tigeremail1792&utm_source=EML&utm_medium=main&utm_campaign=WEBBP1792&MobileOptOut=1\">TigerDirect</a> now accepts bitcoin. <a target=\"_blank\" href=\"http://www.cheapair.com/blog/travel-news/book-your-flights-on-cheapair-with-bitcoin-virtual-currency/\">CheapAir.com</a>, <a target=\"_blank\" href=\"http://www.virgin.com/richard-branson/bitcoins-in-space\">Virgin Galactic</a> and the biggest, <a href=\"http://www.overstock.com/bitcoin\">OverStock.com</a>. I've also introduced bitcoin to many of the startups I'm involved with like <a target=\"_blank\" href=\"http://www.solarsystemexpress.com/\">SolarSystemExpress.com</a> is now accepting bitcoin for their circuit product and <a target=\"_blank\" href=\"http://www.scoutfoto.com/\">ScoutFoto.com</a> will in the next couple months. Accepting bitcoin in your business is simple. I use Coinbase for this service as well. They charge 0% for their payment processing. No fees and no charge back. If you own a business, you need to check this out. Simply go here and learn more about accepting bitcoin via Coinbase both online & offline: <a target=\"_blank\" href=\"https://coinbase.com/merchants\">Coinbase.com/merchants</a> <br/><br/>\n \t\t</span>\n </p></div>\n </li>\n <br/>\n <li>\n <div class=\"my-title-vert job-vert\"><a class=\"no-decor\" href=\"javascript:void(0);\">\n \t<hr class=\"op666\"/>\n <h3>Testimonial</h3><a class=\"no-decor\" href=\"javascript:void(0);\">Click</a>\n <blockquote class=\"testi text-left\">\n \t\"I am an active investor in the stock market and am of the firm belief that money should always be put to work. I keep myself updated with...\n \t</blockquote>\n </div>\n <div class=\"my-section-vert job-vert job-inner\">\n <link href='http://fonts.googleapis.com/css?family=Nothing+You+Could+Do' rel='stylesheet' type='text/css'>\n <blockquote class=\"testi text-left\">\n \t new investment tools and am constantly on the lookout for new avenues to invest my money in. Never one to follow the herd, I always dismissed bitcoins as a passing fad not giving it much attention. The volatility only scared me away until the recent price stability. I decided to invest my money in bitcoins and started looking for videos and tutorials online. None of the online resources were helpful and the complexity of the cryptocurrency kept me away until I stumbled upon a Facebook ad of bshares.co. I instantly picked up the phone and spoke with Mike. He guided me through the entire process and quelled all my doubts and answered all my questions patiently. I was finally armed with the knowhow I needed and am now a successful bitcoins investor. Thanks Mike!\"\n\t\t\t\t<span class=\"right\">- <a target=\"_blank\" href=\"http://www.solarsystemexpress.com/about.html\">Kunal</a>, Maryland</span>\n </blockquote>\n </div>\n </li>\n </ul>\n</div>\n\n<br/><br/>\n</div>\n\t<span class=\"center\"><h1 class=\"logo\"><i>b</i><strong>SHARES</strong></h1></span>\n\t<div class=\"pure-u-3-5 text-left message\">\n\t<i class=\"bshare-gold\">b</i><strong class=\"bshares-green\">SHARES</strong> is focusing on educating the average person about bitcoin and investment opportunites in the bitcoin markets. We offer bitcoin consultation as one of our main services so if you have any questions like: \"<i><strong class=\"op666\">How do I get my first bitcoin</i>?</strong>\", \"<i><strong class=\"op666\">How to start accepting bitcoin as payment</i>?</strong>\" or \"<i><strong class=\"op666\">What are my investment options with bitcoin</i>?</strong>\", simply tweet to <a target=\"_blank\" href=\"https://twitter.com/bshares_co\">@bshares_co</a> or call +1-512-920-COIN <sup class=\"op666\">(2646)</sup>\n\t</div>\n\t<span class=\"b-icon-footer\"><!-- bitcoinsvg START --><svg id=\"bitcoinIcon3\" class=\"bitcoin-icon\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\" xml:space=\"preserve\"><path id=\"bitcoin-3-icon\" d=\"M303.676,288.54c0.009,21.928-35.308,21.322-56.823,21.322v-42.83C269.305,266.588,303.678,265.976,303.676,288.54z M293.368,219.691c-0.004-19.853-26.271-19.264-46.516-19.264v38.496C266.388,238.924,293.362,238.786,293.368,219.691z M462,256c0,113.771-92.229,206-206,206c-113.771,0-206-92.229-206-206c0-113.771,92.229-206,206-206C369.771,50,462,142.229,462,256z M325.791,246.124c21.38-15.314,30.066-69.421-39.068-76.551l-0.001-33.691h-28l0.002,32.704h-11.871v-32.704h-27.979l-0.01,32.704h-44.683l0.007,30.29l20.762-0.012c6.792,0.002,8.082,3.2,8.082,7.379v95.678c0,5.319-2.575,7.923-8.325,7.923h-15.673l-5.368,32.43h45.204l0.009,33.845h27.975v-33.845h11.871l-0.01,33.845h28.001v-33.954C371.416,336.352,366.889,260.333,325.791,246.124z\"/></svg><!-- bitcoinsvg END --></span>\n\t<span id=\"bitcoinFooter2\" class=\"b-icon-header absolute\"><!-- bitcoinsvg START --><svg id=\"bitcoinIcon2\" class=\"bitcoin-icon\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 512 512\" enable-background=\"new 0 0 512 512\" xml:space=\"preserve\"><path id=\"bitcoin-3-icon\" d=\"M303.676,288.54c0.009,21.928-35.308,21.322-56.823,21.322v-42.83C269.305,266.588,303.678,265.976,303.676,288.54z M293.368,219.691c-0.004-19.853-26.271-19.264-46.516-19.264v38.496C266.388,238.924,293.362,238.786,293.368,219.691z M462,256c0,113.771-92.229,206-206,206c-113.771,0-206-92.229-206-206c0-113.771,92.229-206,206-206C369.771,50,462,142.229,462,256z M325.791,246.124c21.38-15.314,30.066-69.421-39.068-76.551l-0.001-33.691h-28l0.002,32.704h-11.871v-32.704h-27.979l-0.01,32.704h-44.683l0.007,30.29l20.762-0.012c6.792,0.002,8.082,3.2,8.082,7.379v95.678c0,5.319-2.575,7.923-8.325,7.923h-15.673l-5.368,32.43h45.204l0.009,33.845h27.975v-33.845h11.871l-0.01,33.845h28.001v-33.954C371.416,336.352,366.889,260.333,325.791,246.124z\"/></svg><!-- bitcoinsvg END --></span>\n\t<br/>\n</div>",
"renderSingleExtensions": false,
"layout": "default",
"layoutRelativePath": "default.html.eco",
"meta": {
"layout": "default",
"title": "What is Bitcoin?"
}
},
{
"fullPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\src\\documents\\pages\\privacy.html",
"relativePath": "pages\\privacy.html",
"basename": "privacy",
"outBasename": "privacy",
"extension": "html",
"outExtension": "html",
"extensions": [
"html"
],
"filename": "privacy.html",
"fullDirPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\src\\documents\\pages",
"outPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\out\\pages\\privacy.html",
"outDirPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\out\\pages",
"outFilename": "privacy.html",
"relativeOutPath": "pages\\privacy.html",
"relativeDirPath": "pages",
"relativeOutDirPath": "pages",
"relativeBase": "pages\\privacy",
"relativeOutBase": "pages\\privacy",
"contentType": "text/html",
"outContentType": "text/html",
"ctime": "2014-01-16T09:50:25.000Z",
"mtime": "2014-01-27T07:01:01.729Z",
"rtime": "2014-01-27T07:01:03.003Z",
"wtime": "2014-01-27T07:01:03.263Z",
"exists": true,
"encoding": "utf8",
"source": "---\nlayout: 'default'\ntitle: 'privacy'\n---\n\n<center>\n<table style=\"width:720px\"><tr><td>\n<h2>Our Privacy Policy</h2>\n<p>(last update: Jan 2014)</p>\n<h3>Information we gather</h3>\n<p>The following information is gathered from our website visitors:<br />IP address</p>\n\n<h3>How we use the information we gather</h3>\n<p>We use the information to enhance your visitor experience.</p>\n\n<h3>The people that are given access to this information</h3>\n<p>Your personal information is accessible by</p>\n\n<h3>The security measures we have in place to protect your personal information</h3>\n<p>To safeguard your personal information, we</p>\n\n<h3>Our use of cookies</h3>\n<p>Our website makes use of cookies which are small digital files that are stored in your web browser that enable us to track your return visits to our website.</p>\n<p>Your browser settings may allow you to block these cookies, but we recommend you have them enabled to help us personalise your experience of our website.</p>\n<p>Additionally, 3rd party advertisers on our site may use cookies for tracking purposes.</p>\n<p>Google, as a third party vendor, uses cookies to serve ads.</p>\n<p>Google's use of the DART cookie enables it to serve ads to visitors based on their visit to sites they visit on the Internet.</p>\n<p>Website visitors may opt out of the use of the DART cookie by visiting the Google ad and content network privacy policy.</p>\n\n</td></tr></table>\n<a style=\"font-size:8pt;\" href=\"http://www.freeprivacypolicy.org\">FreePrivacyPolicy.org</a>\n</center>\n",
"content": "<center>\n<table style=\"width:720px\"><tr><td>\n<h2>Our Privacy Policy</h2>\n<p>(last update: Jan 2014)</p>\n<h3>Information we gather</h3>\n<p>The following information is gathered from our website visitors:<br />IP address</p>\n\n<h3>How we use the information we gather</h3>\n<p>We use the information to enhance your visitor experience.</p>\n\n<h3>The people that are given access to this information</h3>\n<p>Your personal information is accessible by</p>\n\n<h3>The security measures we have in place to protect your personal information</h3>\n<p>To safeguard your personal information, we</p>\n\n<h3>Our use of cookies</h3>\n<p>Our website makes use of cookies which are small digital files that are stored in your web browser that enable us to track your return visits to our website.</p>\n<p>Your browser settings may allow you to block these cookies, but we recommend you have them enabled to help us personalise your experience of our website.</p>\n<p>Additionally, 3rd party advertisers on our site may use cookies for tracking purposes.</p>\n<p>Google, as a third party vendor, uses cookies to serve ads.</p>\n<p>Google's use of the DART cookie enables it to serve ads to visitors based on their visit to sites they visit on the Internet.</p>\n<p>Website visitors may opt out of the use of the DART cookie by visiting the Google ad and content network privacy policy.</p>\n\n</td></tr></table>\n<a style=\"font-size:8pt;\" href=\"http://www.freeprivacypolicy.org\">FreePrivacyPolicy.org</a>\n</center>",
"tags": null,
"render": true,
"write": true,
"writeSource": false,
"dynamic": false,
"title": "privacy",
"name": "privacy.html",
"date": "2014-01-27T07:01:01.729Z",
"slug": "pages-privacy",
"url": "/pages/privacy",
"urls": [
"/pages/privacy.html",
"/pages/privacy",
"/pages/privacy/"
],
"ignored": false,
"standalone": false,
"referencesOthers": false,
"header": "layout: 'default'\ntitle: 'privacy'",
"parser": "yaml",
"body": "<center>\n<table style=\"width:720px\"><tr><td>\n<h2>Our Privacy Policy</h2>\n<p>(last update: Jan 2014)</p>\n<h3>Information we gather</h3>\n<p>The following information is gathered from our website visitors:<br />IP address</p>\n\n<h3>How we use the information we gather</h3>\n<p>We use the information to enhance your visitor experience.</p>\n\n<h3>The people that are given access to this information</h3>\n<p>Your personal information is accessible by</p>\n\n<h3>The security measures we have in place to protect your personal information</h3>\n<p>To safeguard your personal information, we</p>\n\n<h3>Our use of cookies</h3>\n<p>Our website makes use of cookies which are small digital files that are stored in your web browser that enable us to track your return visits to our website.</p>\n<p>Your browser settings may allow you to block these cookies, but we recommend you have them enabled to help us personalise your experience of our website.</p>\n<p>Additionally, 3rd party advertisers on our site may use cookies for tracking purposes.</p>\n<p>Google, as a third party vendor, uses cookies to serve ads.</p>\n<p>Google's use of the DART cookie enables it to serve ads to visitors based on their visit to sites they visit on the Internet.</p>\n<p>Website visitors may opt out of the use of the DART cookie by visiting the Google ad and content network privacy policy.</p>\n\n</td></tr></table>\n<a style=\"font-size:8pt;\" href=\"http://www.freeprivacypolicy.org\">FreePrivacyPolicy.org</a>\n</center>",
"rendered": true,
"contentRendered": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n\t<!-- Meta -->\n\t<meta charset=\"utf-8\" />\n\n\t<!-- Mobile viewport optimized: h5bp.com/viewport -->\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n\t<meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\" />\n\n\t<!-- Use the .htaccess and remove these lines to avoid edge case issues.\n\t More info: h5bp.com/i/378 -->\n\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\" />\n\n\t<!-- Our site title and description -->\n\t<title>privacy | bSHARES.co</title>\n\t<meta name=\"description\" content=\"Helping people learn about and invest in bitcoin.\" />\n\t<meta name=\"keywords\" content=\"bitcoin, CEX.io, bitcoin mining, cloud mining \" />\n\t<meta name=\"author\" content=\"Michael Duane Mooring\" />\n\n\t<!-- Output DocPad produced meta elements -->\n\t<meta name=\"generator\" content=\"DocPad v6.60.3\" />\n\n\t<link href='http://fonts.googleapis.com/css?family=Carrois+Gothic+SC' rel='stylesheet' type='text/css'>\n\t<!-- Icons -->\n <link rel=\"shortcut icon\" href=\"icons/favicon.ico\">\n <link rel=\"apple-touch-icon-precomposed\" sizes=\"144x144\" href=\"icons/apple-touch-icon-144-precomposed.png\">\n <link rel=\"apple-touch-icon-precomposed\" sizes=\"114x114\" href=\"icons/apple-touch-icon-114-precomposed.png\">\n <link rel=\"apple-touch-icon-precomposed\" sizes=\"72x72\" href=\"icons/apple-touch-icon-72-precomposed.png\">\n <link rel=\"apple-touch-icon-precomposed\" href=\"icons/apple-touch-icon-57-precomposed.png\">\n\n\t<!-- Shims: IE6-8 support of HTML5 elements -->\n\t<!--[if lt IE 9]>\n\t\t<script async src=\"http://html5shim.googlecode.com/svn/trunk/html5.js\"></script>\n\t<![endif]-->\n\n\t<!-- Styles -->\n\t<style >html.wait {\n\tcursor: wait !important;\n\topacity: 0;\n\ttransition: opacity 0.5s ease;\n}</style><link rel=\"stylesheet\" href=\"http://yui.yahooapis.com/pure/0.3.0/pure-min.css\" /><link rel=\"stylesheet\" href=\"/styles/style.css\" />\n\t\n</head>\n<body>\n\n<!-- Markup -->\n<div class=\"content pure-g-r\">\n\t<div class=\"header pure-u-1\">\n\t\t<a href=\"http://bshares.co/what-is-bitcoin/\">\n\t\t<h1 id=\"headerLogo\" class=\"logo\"><i>b</i><strong>SHARES</strong></h1>\n\t\t</a>\n\t\t\n\t<center>\n<table style=\"width:720px\"><tr><td>\n<h2>Our Privacy Policy</h2>\n<p>(last update: Jan 2014)</p>\n<h3>Information we gather</h3>\n<p>The following information is gathered from our website visitors:<br />IP address</p>\n\n<h3>How we use the information we gather</h3>\n<p>We use the information to enhance your visitor experience.</p>\n\n<h3>The people that are given access to this information</h3>\n<p>Your personal information is accessible by</p>\n\n<h3>The security measures we have in place to protect your personal information</h3>\n<p>To safeguard your personal information, we</p>\n\n<h3>Our use of cookies</h3>\n<p>Our website makes use of cookies which are small digital files that are stored in your web browser that enable us to track your return visits to our website.</p>\n<p>Your browser settings may allow you to block these cookies, but we recommend you have them enabled to help us personalise your experience of our website.</p>\n<p>Additionally, 3rd party advertisers on our site may use cookies for tracking purposes.</p>\n<p>Google, as a third party vendor, uses cookies to serve ads.</p>\n<p>Google's use of the DART cookie enables it to serve ads to visitors based on their visit to sites they visit on the Internet.</p>\n<p>Website visitors may opt out of the use of the DART cookie by visiting the Google ad and content network privacy policy.</p>\n\n</td></tr></table>\n<a style=\"font-size:8pt;\" href=\"http://www.freeprivacypolicy.org\">FreePrivacyPolicy.org</a>\n</center>\n\n\t\t</div>\n\t</div>\n\t<div class=\"footer pure-u-1\">\n\t\t<span class=\"right\">\n\t\t<script data-cfbadgetype=\"g\" data-cfbadgeskin=\"dkgray\" type=\"text/javascript\">\n\t\t//<![CDATA[\n\t\ttry{window.CloudFlare||function(){var a=window.document,b=a.createElement(\"script\"),a=a.getElementsByTagName(\"script\")[0];window.CloudFlare=[];b.type=\"text/javascript\";b.async=!0;b.src=\"//ajax.cloudflare.com/cdn-cgi/nexp/cloudflare.js\";a.parentNode.insertBefore(b,a)}(),CloudFlare.push(function(a){a([\"cloudflare/badge\"])})}catch(e$$5){try{console.error(\"CloudFlare badge code could not be loaded. \"+e$$5.message)}catch(e$$6){}};\n\t\t//]]>\n\t\t</script>\n\t\t</span>\n\t\t©2014 bSHARES.co <br/>\n\t\tupdated 2014-01-27T06:57:15.660Z - <a href=\"http://bshares.co/privacy/\">Privacy</a> - <a target=\"_blank\" href=\"https://github.com/MassDistributionMedia/bshares.docpad\">GitHub</a>\n\t</div>\n</div>\n\n\t<!-- Scripts -->\n\t<script >(function(){\n\t/* Did we just livereload? */\nvar log = !!(localStorage && console && console.log && true);\nif ( log && localStorage.getItem('/docpad-livereload/reloaded') === 'yes' ) {\n\tlocalStorage.removeItem('/docpad-livereload/reloaded');\n\tconsole.log('LiveReload completed at', new Date())\n}\n\n/* Listen for the regenerated event and perform a reload of the page when the event occurs */\nvar listen = function(){\n\tvar primus = new Primus('/docpad-livereload');\n\tprimus.on('data', function(data){\n\t\tif ( data && data.message ) {\n\t\t\tif ( data.message === 'generateBefore' ) {\n\t\t\t\tif ( log ) {\n\t\t\t\t\tconsole.log('LiveReload started at', new Date());\n\t\t\t\t}\n\t\t\t\tif ( typeof document.getElementsByTagName !== 'undefined' ) {\n\tdocument.getElementsByTagName('html')[0].className += ' wait';\n}\n\t\t\t}\n\t\t\telse if ( data.message === 'generateAfter' ) {\n\t\t\t\tif ( log ) {\n\t\t\t\t\tlocalStorage.setItem('/docpad-livereload/reloaded', 'yes');\n\t\t\t\t}\n\t\t\t\tdocument.location.reload();\n\t\t\t}\n\t\t}\n\t});\n};\n\t/* Inject socket into our page */\nvar inject = function(){\n\tvar t = document.createElement('script');\n\tt.type = 'text/javascript';\n\tt.async = 'async';\n\tt.src = '/primus/primus.js';\n\tt.onload = listen;\n\tvar s = document.getElementsByTagName('script')[0];\n\ts.parentNode.insertBefore(t, s);\n};\n\tif ( typeof Primus !== 'undefined' ) {\n\t\tlisten();\n\t} else {\n\t\tinject();\n\t}\n})();</script><script defer=\"defer\" src=\"http://yui.yahooapis.com/3.14.1/build/yui/yui-min.js\"></script><script defer=\"defer\" src=\"/scripts/script.js\"></script>\n</body>\n</html>\n",
"contentRenderedWithoutLayouts": "<center>\n<table style=\"width:720px\"><tr><td>\n<h2>Our Privacy Policy</h2>\n<p>(last update: Jan 2014)</p>\n<h3>Information we gather</h3>\n<p>The following information is gathered from our website visitors:<br />IP address</p>\n\n<h3>How we use the information we gather</h3>\n<p>We use the information to enhance your visitor experience.</p>\n\n<h3>The people that are given access to this information</h3>\n<p>Your personal information is accessible by</p>\n\n<h3>The security measures we have in place to protect your personal information</h3>\n<p>To safeguard your personal information, we</p>\n\n<h3>Our use of cookies</h3>\n<p>Our website makes use of cookies which are small digital files that are stored in your web browser that enable us to track your return visits to our website.</p>\n<p>Your browser settings may allow you to block these cookies, but we recommend you have them enabled to help us personalise your experience of our website.</p>\n<p>Additionally, 3rd party advertisers on our site may use cookies for tracking purposes.</p>\n<p>Google, as a third party vendor, uses cookies to serve ads.</p>\n<p>Google's use of the DART cookie enables it to serve ads to visitors based on their visit to sites they visit on the Internet.</p>\n<p>Website visitors may opt out of the use of the DART cookie by visiting the Google ad and content network privacy policy.</p>\n\n</td></tr></table>\n<a style=\"font-size:8pt;\" href=\"http://www.freeprivacypolicy.org\">FreePrivacyPolicy.org</a>\n</center>",
"renderSingleExtensions": false,
"layout": "default",
"layoutRelativePath": "default.html.eco",
"meta": {
"layout": "default",
"title": "privacy"
}
},
{
"fullPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\src\\documents\\styles\\style.css",
"relativePath": "styles\\style.css",
"basename": "style",
"outBasename": "style",
"extension": "css",
"outExtension": "css",
"extensions": [
"css"
],
"filename": "style.css",
"fullDirPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\src\\documents\\styles",
"outPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\out\\styles\\style.css",
"outDirPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\out\\styles",
"outFilename": "style.css",
"relativeOutPath": "styles\\style.css",
"relativeDirPath": "styles",
"relativeOutDirPath": "styles",
"relativeBase": "styles\\style",
"relativeOutBase": "styles\\style",
"contentType": "text/css",
"outContentType": "text/css",
"ctime": "2013-12-26T22:36:58.000Z",
"mtime": "2014-01-27T07:01:01.783Z",
"rtime": "2014-01-27T07:01:03.096Z",
"wtime": "2014-01-27T07:01:03.272Z",
"exists": true,
"encoding": "utf8",
"source": "body {\n color: #1E3E1F;\n margin: 0 auto;\n line-height: 1.7em;\n overflow-x:hidden;\n background: url(https://googledrive.com/host/0B9LVk4xbDIJTOUNoc3BzSF9idzg/bitcoin-stock-02.jpg) repeat-y center -101px;\n}\n.l-box {\n padding: 1em;\n}\n\n.main-cont{\n width:577px;\n}\n.b-icon-header{\n margin: 61px auto -71px 18px;\n display: block;\n text-align: center;\n}\n .b-icon-footer{\n margin: 33px auto -16px;\n display: block;\n text-align: center;\n }\n .bitcoin-icon{\n width: 113px;\n height: 113px;\n }\n .bitcoin-icon path{\n fill: #ABA049;\n }\n #bitcoinHeader2{\n margin: -52px auto 0 8px;\n width: 100%;\n }\n #bitcoinFooter2{\n margin: -108px auto 0 0px;\n width: 100%;\n }\n #bitcoinIcon2 path{\n fill: rgba(211, 194, 57, 0.91);\n }\n\na{\n color: #009197;\n text-decoration: none;\n}\n a h3{\n color: #9B850D;\n }\n\n#accordions li{\n list-style: none;\n}\n #accordions h3, #accordions li div a, .no-decor{\n text-decoration: none !important;\n }\n\n.header {\n margin: 0 0;\n}\n\n .header .pure-menu {\n padding: 0.5em;\n }\n\n .header .pure-menu li a:hover,\n .header .pure-menu li a:focus {\n background: none;\n border: none;\n color: #aaa;\n }\n .pure-menu .pure-menu-heading{\n text-transform: none;\n }\n\n.block{\n display: block;\n}\n\n.right{\n float: right;\n}\n .left{\n float: left;\n }\n .text-left{\n text-align: left;\n }\n .text-right{\n text-align: right;\n }\n .center{\n text-align: center;\n }\n .auto{\n margin: auto;\n }\n .absolute{\n position: absolute;\n }\n\n.testi{\n margin: 0;\n font-family: 'Nothing You Could Do', cursive;\n}\n\n.orange-bg{\n background: orange !important;\n}\n\nbody .primary-button {\n background: #02a6eb;\n color: #fff;\n}\n\n.splash {\n margin: 2em auto 0;\n padding: 3em 0.5em;\n background: #eee;\n}\n .splash .splash-head {\n font-size: 300%;\n margin: 0em 0;\n line-height: 1.2em;\n }\n .splash .splash-subhead {\n color: #999;\n font-weight: 300;\n line-height: 1.4em;\n }\n .splash .primary-button {\n font-size: 150%;\n }\n\n.content, div, .pure-u-1, .pure-u-1-2, p, span, h1{\n font-weight: 400; \n font-family: 'Carrois Gothic SC', sans-serif;\n}\n.content .content-subhead {\n color: #999;\n padding-bottom: 0.3em;\n text-transform: uppercase;\n margin: 0;\n border-bottom: 2px solid #eee;\n display: inline-block;\n}\n\n.content .content-ribbon {\n margin: 3em;\n border-bottom: 1px solid #eee;\n}\n\n.bshares-green{\n color: #13754D;\n}\n.monospace{\n font-family: monospace;\n}\n\n.what-menu{\n opacity: 0;\n position: fixed;\n top: 80px;\n left: -43px;\n padding: 5px 16px 2px;\n border: 1px solid #13754D;\n border-top: none;\n border-bottom-right-radius: 13px;\n background: rgba(255, 255, 255, 0.333);\n -webkit-transition: 1s;\n transition: 1s;\n}\n .what-menu:hover{\n -webkit-transition: 0s;\n transition: 0s;\n opacity: 1;\n background: rgba(255, 255, 255, 0.355);\n }\n .show-what-menu{\n opacity: 1 !important;\n }\n .show-what-menu:hover{\n opacity: 1 !important;\n }\n .what-menu li{\n list-style: none;\n padding: 3px 0;\n }\n .what-menu li:hover{\n opacity: 1;\n }\n .what-menu li a{\n font-weight: bold;\n color: #1E3E1F;\n }\n .what-menu li a:hover{\n color: #13754D;\n font-weight: bold;\n }\n\n#headerLogo{\n opacity: 0.444;\n width: 132px;\n border: 1px solid #13754D;\n padding: 22px 22px 22px 13px;\n margin: 0;\n border-bottom-right-radius: 13px;\n border-top: 8px solid #50CCD1;\n position: fixed;\n background: rgba(255, 255, 255, 0.333);\n}\n #headerLogo:hover{\n opacity: 0.888;\n }\n .logo strong{\n color: #13754D;\n }\n .logo i{\n color: #9B850D;\n font-family: ar;\n }\n\n.github-ribbon{\n position: fixed;\n top: 0;\n right: 0; \n border: 0;\n}\n\n.ribbon {\n background: #eee;\n text-align: center;\n padding: 2em;\n color: #999;\n}\n .ribbon h2 {\n display: inline;\n font-weight: normal;\n }\n\n.yt-embed{\n border: 3px solid #13754D;\n border-bottom-right-radius: 13px;\n border-bottom-left-radius: 13px;\n border-top: 8px solid #ABA049;\n background: url(https://googledrive.com/host/0BxIxK0gS2WsvcFRFUHZYQ2J0SnM/hexabump.png);\n}\n .yt-embed sub{\n color: #BABABA;\n padding: 5px 0 19px 0;\n display: block;\n }\n\n.yui3-accordion-vert .yui3-accordion-section{\n overflow: hidden !important;\n}\n\n#skip{\n color: #333 !important;\n}\n\n.message{\n margin: 0 auto;\n border: 1px solid #13754D;\n display: block;\n background: rgba(255, 255, 255, 0.64);\n border-bottom-right-radius: 13px;\n border-bottom-left-radius: 13px;\n padding: 33px;\n border-top: 8px solid #50CCD1;\n}\n\n.mikeumus-pic{\n border-radius: 186px;\n position: absolute;\n text-align: center;\n margin: 0 auto;\n height: 113px !important;\n z-index: -1;\n right: -47px;\n}\n\n.bitcoin-b{\n width: 39px;\n height: 39px;\n position: absolute;\n margin: -8px 0 0 -12px;\n}\n #bitcoin-icon{\n fill: #9B850D;\n }\n\n.bshare-gold{\n color: #9B850D;\n}\n .bitcoin-yt{\n margin: 0 0 0 4px;\n }\n\n.op666{\n opacity: 0.666;\n}\n\nsub .op666:hover{\n opacity: 0.888;\n}\n\n.testimonial{\n padding: 0 13px 33px;\n border: 2px dashed #9B850D;\n width: 95% !important;\n border-radius: 9px;\n}\n\n.footer {\n background: rgba(155, 133, 13, 0.76) /* url(https://googledrive.com/host/0B9LVk4xbDIJTOUNoc3BzSF9idzg/signup-icon-1.png) */;\n color: #e1e1e1;\n text-align: center;\n padding: 1em;\n font-size: 80%;\n}\n .footer a{\n color:#fff;\n }\n .cloudflare-badge{\n margin: 13px 0 0 -111px;\n position: absolute !important;\n }\n\n::-webkit-scrollbar{width:17px;background:#fff;}\n::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.2);}\n::-webkit-scrollbar-thumb{background:rgba(102,51,0,0.2);-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.2);}\n::-webkit-scrollbar-thumb:window-inactive{background:rgba(216,210,206,0.3);}",
"content": "body {\n color: #1E3E1F;\n margin: 0 auto;\n line-height: 1.7em;\n overflow-x:hidden;\n background: url(https://googledrive.com/host/0B9LVk4xbDIJTOUNoc3BzSF9idzg/bitcoin-stock-02.jpg) repeat-y center -101px;\n}\n.l-box {\n padding: 1em;\n}\n\n.main-cont{\n width:577px;\n}\n.b-icon-header{\n margin: 61px auto -71px 18px;\n display: block;\n text-align: center;\n}\n .b-icon-footer{\n margin: 33px auto -16px;\n display: block;\n text-align: center;\n }\n .bitcoin-icon{\n width: 113px;\n height: 113px;\n }\n .bitcoin-icon path{\n fill: #ABA049;\n }\n #bitcoinHeader2{\n margin: -52px auto 0 8px;\n width: 100%;\n }\n #bitcoinFooter2{\n margin: -108px auto 0 0px;\n width: 100%;\n }\n #bitcoinIcon2 path{\n fill: rgba(211, 194, 57, 0.91);\n }\n\na{\n color: #009197;\n text-decoration: none;\n}\n a h3{\n color: #9B850D;\n }\n\n#accordions li{\n list-style: none;\n}\n #accordions h3, #accordions li div a, .no-decor{\n text-decoration: none !important;\n }\n\n.header {\n margin: 0 0;\n}\n\n .header .pure-menu {\n padding: 0.5em;\n }\n\n .header .pure-menu li a:hover,\n .header .pure-menu li a:focus {\n background: none;\n border: none;\n color: #aaa;\n }\n .pure-menu .pure-menu-heading{\n text-transform: none;\n }\n\n.block{\n display: block;\n}\n\n.right{\n float: right;\n}\n .left{\n float: left;\n }\n .text-left{\n text-align: left;\n }\n .text-right{\n text-align: right;\n }\n .center{\n text-align: center;\n }\n .auto{\n margin: auto;\n }\n .absolute{\n position: absolute;\n }\n\n.testi{\n margin: 0;\n font-family: 'Nothing You Could Do', cursive;\n}\n\n.orange-bg{\n background: orange !important;\n}\n\nbody .primary-button {\n background: #02a6eb;\n color: #fff;\n}\n\n.splash {\n margin: 2em auto 0;\n padding: 3em 0.5em;\n background: #eee;\n}\n .splash .splash-head {\n font-size: 300%;\n margin: 0em 0;\n line-height: 1.2em;\n }\n .splash .splash-subhead {\n color: #999;\n font-weight: 300;\n line-height: 1.4em;\n }\n .splash .primary-button {\n font-size: 150%;\n }\n\n.content, div, .pure-u-1, .pure-u-1-2, p, span, h1{\n font-weight: 400; \n font-family: 'Carrois Gothic SC', sans-serif;\n}\n.content .content-subhead {\n color: #999;\n padding-bottom: 0.3em;\n text-transform: uppercase;\n margin: 0;\n border-bottom: 2px solid #eee;\n display: inline-block;\n}\n\n.content .content-ribbon {\n margin: 3em;\n border-bottom: 1px solid #eee;\n}\n\n.bshares-green{\n color: #13754D;\n}\n.monospace{\n font-family: monospace;\n}\n\n.what-menu{\n opacity: 0;\n position: fixed;\n top: 80px;\n left: -43px;\n padding: 5px 16px 2px;\n border: 1px solid #13754D;\n border-top: none;\n border-bottom-right-radius: 13px;\n background: rgba(255, 255, 255, 0.333);\n -webkit-transition: 1s;\n transition: 1s;\n}\n .what-menu:hover{\n -webkit-transition: 0s;\n transition: 0s;\n opacity: 1;\n background: rgba(255, 255, 255, 0.355);\n }\n .show-what-menu{\n opacity: 1 !important;\n }\n .show-what-menu:hover{\n opacity: 1 !important;\n }\n .what-menu li{\n list-style: none;\n padding: 3px 0;\n }\n .what-menu li:hover{\n opacity: 1;\n }\n .what-menu li a{\n font-weight: bold;\n color: #1E3E1F;\n }\n .what-menu li a:hover{\n color: #13754D;\n font-weight: bold;\n }\n\n#headerLogo{\n opacity: 0.444;\n width: 132px;\n border: 1px solid #13754D;\n padding: 22px 22px 22px 13px;\n margin: 0;\n border-bottom-right-radius: 13px;\n border-top: 8px solid #50CCD1;\n position: fixed;\n background: rgba(255, 255, 255, 0.333);\n}\n #headerLogo:hover{\n opacity: 0.888;\n }\n .logo strong{\n color: #13754D;\n }\n .logo i{\n color: #9B850D;\n font-family: ar;\n }\n\n.github-ribbon{\n position: fixed;\n top: 0;\n right: 0; \n border: 0;\n}\n\n.ribbon {\n background: #eee;\n text-align: center;\n padding: 2em;\n color: #999;\n}\n .ribbon h2 {\n display: inline;\n font-weight: normal;\n }\n\n.yt-embed{\n border: 3px solid #13754D;\n border-bottom-right-radius: 13px;\n border-bottom-left-radius: 13px;\n border-top: 8px solid #ABA049;\n background: url(https://googledrive.com/host/0BxIxK0gS2WsvcFRFUHZYQ2J0SnM/hexabump.png);\n}\n .yt-embed sub{\n color: #BABABA;\n padding: 5px 0 19px 0;\n display: block;\n }\n\n.yui3-accordion-vert .yui3-accordion-section{\n overflow: hidden !important;\n}\n\n#skip{\n color: #333 !important;\n}\n\n.message{\n margin: 0 auto;\n border: 1px solid #13754D;\n display: block;\n background: rgba(255, 255, 255, 0.64);\n border-bottom-right-radius: 13px;\n border-bottom-left-radius: 13px;\n padding: 33px;\n border-top: 8px solid #50CCD1;\n}\n\n.mikeumus-pic{\n border-radius: 186px;\n position: absolute;\n text-align: center;\n margin: 0 auto;\n height: 113px !important;\n z-index: -1;\n right: -47px;\n}\n\n.bitcoin-b{\n width: 39px;\n height: 39px;\n position: absolute;\n margin: -8px 0 0 -12px;\n}\n #bitcoin-icon{\n fill: #9B850D;\n }\n\n.bshare-gold{\n color: #9B850D;\n}\n .bitcoin-yt{\n margin: 0 0 0 4px;\n }\n\n.op666{\n opacity: 0.666;\n}\n\nsub .op666:hover{\n opacity: 0.888;\n}\n\n.testimonial{\n padding: 0 13px 33px;\n border: 2px dashed #9B850D;\n width: 95% !important;\n border-radius: 9px;\n}\n\n.footer {\n background: rgba(155, 133, 13, 0.76) /* url(https://googledrive.com/host/0B9LVk4xbDIJTOUNoc3BzSF9idzg/signup-icon-1.png) */;\n color: #e1e1e1;\n text-align: center;\n padding: 1em;\n font-size: 80%;\n}\n .footer a{\n color:#fff;\n }\n .cloudflare-badge{\n margin: 13px 0 0 -111px;\n position: absolute !important;\n }\n\n::-webkit-scrollbar{width:17px;background:#fff;}\n::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.2);}\n::-webkit-scrollbar-thumb{background:rgba(102,51,0,0.2);-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.2);}\n::-webkit-scrollbar-thumb:window-inactive{background:rgba(216,210,206,0.3);}",
"tags": null,
"render": true,
"write": true,
"writeSource": false,
"dynamic": false,
"title": null,
"name": "style.css",
"date": "2014-01-27T07:01:01.783Z",
"slug": "styles-style",
"url": "/styles/style.css",
"urls": [
"/styles/style.css"
],
"ignored": false,
"standalone": false,
"referencesOthers": true,
"header": null,
"parser": null,
"body": "body {\n color: #1E3E1F;\n margin: 0 auto;\n line-height: 1.7em;\n overflow-x:hidden;\n background: url(https://googledrive.com/host/0B9LVk4xbDIJTOUNoc3BzSF9idzg/bitcoin-stock-02.jpg) repeat-y center -101px;\n}\n.l-box {\n padding: 1em;\n}\n\n.main-cont{\n width:577px;\n}\n.b-icon-header{\n margin: 61px auto -71px 18px;\n display: block;\n text-align: center;\n}\n .b-icon-footer{\n margin: 33px auto -16px;\n display: block;\n text-align: center;\n }\n .bitcoin-icon{\n width: 113px;\n height: 113px;\n }\n .bitcoin-icon path{\n fill: #ABA049;\n }\n #bitcoinHeader2{\n margin: -52px auto 0 8px;\n width: 100%;\n }\n #bitcoinFooter2{\n margin: -108px auto 0 0px;\n width: 100%;\n }\n #bitcoinIcon2 path{\n fill: rgba(211, 194, 57, 0.91);\n }\n\na{\n color: #009197;\n text-decoration: none;\n}\n a h3{\n color: #9B850D;\n }\n\n#accordions li{\n list-style: none;\n}\n #accordions h3, #accordions li div a, .no-decor{\n text-decoration: none !important;\n }\n\n.header {\n margin: 0 0;\n}\n\n .header .pure-menu {\n padding: 0.5em;\n }\n\n .header .pure-menu li a:hover,\n .header .pure-menu li a:focus {\n background: none;\n border: none;\n color: #aaa;\n }\n .pure-menu .pure-menu-heading{\n text-transform: none;\n }\n\n.block{\n display: block;\n}\n\n.right{\n float: right;\n}\n .left{\n float: left;\n }\n .text-left{\n text-align: left;\n }\n .text-right{\n text-align: right;\n }\n .center{\n text-align: center;\n }\n .auto{\n margin: auto;\n }\n .absolute{\n position: absolute;\n }\n\n.testi{\n margin: 0;\n font-family: 'Nothing You Could Do', cursive;\n}\n\n.orange-bg{\n background: orange !important;\n}\n\nbody .primary-button {\n background: #02a6eb;\n color: #fff;\n}\n\n.splash {\n margin: 2em auto 0;\n padding: 3em 0.5em;\n background: #eee;\n}\n .splash .splash-head {\n font-size: 300%;\n margin: 0em 0;\n line-height: 1.2em;\n }\n .splash .splash-subhead {\n color: #999;\n font-weight: 300;\n line-height: 1.4em;\n }\n .splash .primary-button {\n font-size: 150%;\n }\n\n.content, div, .pure-u-1, .pure-u-1-2, p, span, h1{\n font-weight: 400; \n font-family: 'Carrois Gothic SC', sans-serif;\n}\n.content .content-subhead {\n color: #999;\n padding-bottom: 0.3em;\n text-transform: uppercase;\n margin: 0;\n border-bottom: 2px solid #eee;\n display: inline-block;\n}\n\n.content .content-ribbon {\n margin: 3em;\n border-bottom: 1px solid #eee;\n}\n\n.bshares-green{\n color: #13754D;\n}\n.monospace{\n font-family: monospace;\n}\n\n.what-menu{\n opacity: 0;\n position: fixed;\n top: 80px;\n left: -43px;\n padding: 5px 16px 2px;\n border: 1px solid #13754D;\n border-top: none;\n border-bottom-right-radius: 13px;\n background: rgba(255, 255, 255, 0.333);\n -webkit-transition: 1s;\n transition: 1s;\n}\n .what-menu:hover{\n -webkit-transition: 0s;\n transition: 0s;\n opacity: 1;\n background: rgba(255, 255, 255, 0.355);\n }\n .show-what-menu{\n opacity: 1 !important;\n }\n .show-what-menu:hover{\n opacity: 1 !important;\n }\n .what-menu li{\n list-style: none;\n padding: 3px 0;\n }\n .what-menu li:hover{\n opacity: 1;\n }\n .what-menu li a{\n font-weight: bold;\n color: #1E3E1F;\n }\n .what-menu li a:hover{\n color: #13754D;\n font-weight: bold;\n }\n\n#headerLogo{\n opacity: 0.444;\n width: 132px;\n border: 1px solid #13754D;\n padding: 22px 22px 22px 13px;\n margin: 0;\n border-bottom-right-radius: 13px;\n border-top: 8px solid #50CCD1;\n position: fixed;\n background: rgba(255, 255, 255, 0.333);\n}\n #headerLogo:hover{\n opacity: 0.888;\n }\n .logo strong{\n color: #13754D;\n }\n .logo i{\n color: #9B850D;\n font-family: ar;\n }\n\n.github-ribbon{\n position: fixed;\n top: 0;\n right: 0; \n border: 0;\n}\n\n.ribbon {\n background: #eee;\n text-align: center;\n padding: 2em;\n color: #999;\n}\n .ribbon h2 {\n display: inline;\n font-weight: normal;\n }\n\n.yt-embed{\n border: 3px solid #13754D;\n border-bottom-right-radius: 13px;\n border-bottom-left-radius: 13px;\n border-top: 8px solid #ABA049;\n background: url(https://googledrive.com/host/0BxIxK0gS2WsvcFRFUHZYQ2J0SnM/hexabump.png);\n}\n .yt-embed sub{\n color: #BABABA;\n padding: 5px 0 19px 0;\n display: block;\n }\n\n.yui3-accordion-vert .yui3-accordion-section{\n overflow: hidden !important;\n}\n\n#skip{\n color: #333 !important;\n}\n\n.message{\n margin: 0 auto;\n border: 1px solid #13754D;\n display: block;\n background: rgba(255, 255, 255, 0.64);\n border-bottom-right-radius: 13px;\n border-bottom-left-radius: 13px;\n padding: 33px;\n border-top: 8px solid #50CCD1;\n}\n\n.mikeumus-pic{\n border-radius: 186px;\n position: absolute;\n text-align: center;\n margin: 0 auto;\n height: 113px !important;\n z-index: -1;\n right: -47px;\n}\n\n.bitcoin-b{\n width: 39px;\n height: 39px;\n position: absolute;\n margin: -8px 0 0 -12px;\n}\n #bitcoin-icon{\n fill: #9B850D;\n }\n\n.bshare-gold{\n color: #9B850D;\n}\n .bitcoin-yt{\n margin: 0 0 0 4px;\n }\n\n.op666{\n opacity: 0.666;\n}\n\nsub .op666:hover{\n opacity: 0.888;\n}\n\n.testimonial{\n padding: 0 13px 33px;\n border: 2px dashed #9B850D;\n width: 95% !important;\n border-radius: 9px;\n}\n\n.footer {\n background: rgba(155, 133, 13, 0.76) /* url(https://googledrive.com/host/0B9LVk4xbDIJTOUNoc3BzSF9idzg/signup-icon-1.png) */;\n color: #e1e1e1;\n text-align: center;\n padding: 1em;\n font-size: 80%;\n}\n .footer a{\n color:#fff;\n }\n .cloudflare-badge{\n margin: 13px 0 0 -111px;\n position: absolute !important;\n }\n\n::-webkit-scrollbar{width:17px;background:#fff;}\n::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.2);}\n::-webkit-scrollbar-thumb{background:rgba(102,51,0,0.2);-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.2);}\n::-webkit-scrollbar-thumb:window-inactive{background:rgba(216,210,206,0.3);}",
"rendered": true,
"contentRendered": "body {\n color: #1E3E1F;\n margin: 0 auto;\n line-height: 1.7em;\n overflow-x:hidden;\n background: url(https://googledrive.com/host/0B9LVk4xbDIJTOUNoc3BzSF9idzg/bitcoin-stock-02.jpg) repeat-y center -101px;\n}\n.l-box {\n padding: 1em;\n}\n\n.main-cont{\n width:577px;\n}\n.b-icon-header{\n margin: 61px auto -71px 18px;\n display: block;\n text-align: center;\n}\n .b-icon-footer{\n margin: 33px auto -16px;\n display: block;\n text-align: center;\n }\n .bitcoin-icon{\n width: 113px;\n height: 113px;\n }\n .bitcoin-icon path{\n fill: #ABA049;\n }\n #bitcoinHeader2{\n margin: -52px auto 0 8px;\n width: 100%;\n }\n #bitcoinFooter2{\n margin: -108px auto 0 0px;\n width: 100%;\n }\n #bitcoinIcon2 path{\n fill: rgba(211, 194, 57, 0.91);\n }\n\na{\n color: #009197;\n text-decoration: none;\n}\n a h3{\n color: #9B850D;\n }\n\n#accordions li{\n list-style: none;\n}\n #accordions h3, #accordions li div a, .no-decor{\n text-decoration: none !important;\n }\n\n.header {\n margin: 0 0;\n}\n\n .header .pure-menu {\n padding: 0.5em;\n }\n\n .header .pure-menu li a:hover,\n .header .pure-menu li a:focus {\n background: none;\n border: none;\n color: #aaa;\n }\n .pure-menu .pure-menu-heading{\n text-transform: none;\n }\n\n.block{\n display: block;\n}\n\n.right{\n float: right;\n}\n .left{\n float: left;\n }\n .text-left{\n text-align: left;\n }\n .text-right{\n text-align: right;\n }\n .center{\n text-align: center;\n }\n .auto{\n margin: auto;\n }\n .absolute{\n position: absolute;\n }\n\n.testi{\n margin: 0;\n font-family: 'Nothing You Could Do', cursive;\n}\n\n.orange-bg{\n background: orange !important;\n}\n\nbody .primary-button {\n background: #02a6eb;\n color: #fff;\n}\n\n.splash {\n margin: 2em auto 0;\n padding: 3em 0.5em;\n background: #eee;\n}\n .splash .splash-head {\n font-size: 300%;\n margin: 0em 0;\n line-height: 1.2em;\n }\n .splash .splash-subhead {\n color: #999;\n font-weight: 300;\n line-height: 1.4em;\n }\n .splash .primary-button {\n font-size: 150%;\n }\n\n.content, div, .pure-u-1, .pure-u-1-2, p, span, h1{\n font-weight: 400; \n font-family: 'Carrois Gothic SC', sans-serif;\n}\n.content .content-subhead {\n color: #999;\n padding-bottom: 0.3em;\n text-transform: uppercase;\n margin: 0;\n border-bottom: 2px solid #eee;\n display: inline-block;\n}\n\n.content .content-ribbon {\n margin: 3em;\n border-bottom: 1px solid #eee;\n}\n\n.bshares-green{\n color: #13754D;\n}\n.monospace{\n font-family: monospace;\n}\n\n.what-menu{\n opacity: 0;\n position: fixed;\n top: 80px;\n left: -43px;\n padding: 5px 16px 2px;\n border: 1px solid #13754D;\n border-top: none;\n border-bottom-right-radius: 13px;\n background: rgba(255, 255, 255, 0.333);\n -webkit-transition: 1s;\n transition: 1s;\n}\n .what-menu:hover{\n -webkit-transition: 0s;\n transition: 0s;\n opacity: 1;\n background: rgba(255, 255, 255, 0.355);\n }\n .show-what-menu{\n opacity: 1 !important;\n }\n .show-what-menu:hover{\n opacity: 1 !important;\n }\n .what-menu li{\n list-style: none;\n padding: 3px 0;\n }\n .what-menu li:hover{\n opacity: 1;\n }\n .what-menu li a{\n font-weight: bold;\n color: #1E3E1F;\n }\n .what-menu li a:hover{\n color: #13754D;\n font-weight: bold;\n }\n\n#headerLogo{\n opacity: 0.444;\n width: 132px;\n border: 1px solid #13754D;\n padding: 22px 22px 22px 13px;\n margin: 0;\n border-bottom-right-radius: 13px;\n border-top: 8px solid #50CCD1;\n position: fixed;\n background: rgba(255, 255, 255, 0.333);\n}\n #headerLogo:hover{\n opacity: 0.888;\n }\n .logo strong{\n color: #13754D;\n }\n .logo i{\n color: #9B850D;\n font-family: ar;\n }\n\n.github-ribbon{\n position: fixed;\n top: 0;\n right: 0; \n border: 0;\n}\n\n.ribbon {\n background: #eee;\n text-align: center;\n padding: 2em;\n color: #999;\n}\n .ribbon h2 {\n display: inline;\n font-weight: normal;\n }\n\n.yt-embed{\n border: 3px solid #13754D;\n border-bottom-right-radius: 13px;\n border-bottom-left-radius: 13px;\n border-top: 8px solid #ABA049;\n background: url(https://googledrive.com/host/0BxIxK0gS2WsvcFRFUHZYQ2J0SnM/hexabump.png);\n}\n .yt-embed sub{\n color: #BABABA;\n padding: 5px 0 19px 0;\n display: block;\n }\n\n.yui3-accordion-vert .yui3-accordion-section{\n overflow: hidden !important;\n}\n\n#skip{\n color: #333 !important;\n}\n\n.message{\n margin: 0 auto;\n border: 1px solid #13754D;\n display: block;\n background: rgba(255, 255, 255, 0.64);\n border-bottom-right-radius: 13px;\n border-bottom-left-radius: 13px;\n padding: 33px;\n border-top: 8px solid #50CCD1;\n}\n\n.mikeumus-pic{\n border-radius: 186px;\n position: absolute;\n text-align: center;\n margin: 0 auto;\n height: 113px !important;\n z-index: -1;\n right: -47px;\n}\n\n.bitcoin-b{\n width: 39px;\n height: 39px;\n position: absolute;\n margin: -8px 0 0 -12px;\n}\n #bitcoin-icon{\n fill: #9B850D;\n }\n\n.bshare-gold{\n color: #9B850D;\n}\n .bitcoin-yt{\n margin: 0 0 0 4px;\n }\n\n.op666{\n opacity: 0.666;\n}\n\nsub .op666:hover{\n opacity: 0.888;\n}\n\n.testimonial{\n padding: 0 13px 33px;\n border: 2px dashed #9B850D;\n width: 95% !important;\n border-radius: 9px;\n}\n\n.footer {\n background: rgba(155, 133, 13, 0.76) /* url(https://googledrive.com/host/0B9LVk4xbDIJTOUNoc3BzSF9idzg/signup-icon-1.png) */;\n color: #e1e1e1;\n text-align: center;\n padding: 1em;\n font-size: 80%;\n}\n .footer a{\n color:#fff;\n }\n .cloudflare-badge{\n margin: 13px 0 0 -111px;\n position: absolute !important;\n }\n\n::-webkit-scrollbar{width:17px;background:#fff;}\n::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.2);}\n::-webkit-scrollbar-thumb{background:rgba(102,51,0,0.2);-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.2);}\n::-webkit-scrollbar-thumb:window-inactive{background:rgba(216,210,206,0.3);}",
"contentRenderedWithoutLayouts": "body {\n color: #1E3E1F;\n margin: 0 auto;\n line-height: 1.7em;\n overflow-x:hidden;\n background: url(https://googledrive.com/host/0B9LVk4xbDIJTOUNoc3BzSF9idzg/bitcoin-stock-02.jpg) repeat-y center -101px;\n}\n.l-box {\n padding: 1em;\n}\n\n.main-cont{\n width:577px;\n}\n.b-icon-header{\n margin: 61px auto -71px 18px;\n display: block;\n text-align: center;\n}\n .b-icon-footer{\n margin: 33px auto -16px;\n display: block;\n text-align: center;\n }\n .bitcoin-icon{\n width: 113px;\n height: 113px;\n }\n .bitcoin-icon path{\n fill: #ABA049;\n }\n #bitcoinHeader2{\n margin: -52px auto 0 8px;\n width: 100%;\n }\n #bitcoinFooter2{\n margin: -108px auto 0 0px;\n width: 100%;\n }\n #bitcoinIcon2 path{\n fill: rgba(211, 194, 57, 0.91);\n }\n\na{\n color: #009197;\n text-decoration: none;\n}\n a h3{\n color: #9B850D;\n }\n\n#accordions li{\n list-style: none;\n}\n #accordions h3, #accordions li div a, .no-decor{\n text-decoration: none !important;\n }\n\n.header {\n margin: 0 0;\n}\n\n .header .pure-menu {\n padding: 0.5em;\n }\n\n .header .pure-menu li a:hover,\n .header .pure-menu li a:focus {\n background: none;\n border: none;\n color: #aaa;\n }\n .pure-menu .pure-menu-heading{\n text-transform: none;\n }\n\n.block{\n display: block;\n}\n\n.right{\n float: right;\n}\n .left{\n float: left;\n }\n .text-left{\n text-align: left;\n }\n .text-right{\n text-align: right;\n }\n .center{\n text-align: center;\n }\n .auto{\n margin: auto;\n }\n .absolute{\n position: absolute;\n }\n\n.testi{\n margin: 0;\n font-family: 'Nothing You Could Do', cursive;\n}\n\n.orange-bg{\n background: orange !important;\n}\n\nbody .primary-button {\n background: #02a6eb;\n color: #fff;\n}\n\n.splash {\n margin: 2em auto 0;\n padding: 3em 0.5em;\n background: #eee;\n}\n .splash .splash-head {\n font-size: 300%;\n margin: 0em 0;\n line-height: 1.2em;\n }\n .splash .splash-subhead {\n color: #999;\n font-weight: 300;\n line-height: 1.4em;\n }\n .splash .primary-button {\n font-size: 150%;\n }\n\n.content, div, .pure-u-1, .pure-u-1-2, p, span, h1{\n font-weight: 400; \n font-family: 'Carrois Gothic SC', sans-serif;\n}\n.content .content-subhead {\n color: #999;\n padding-bottom: 0.3em;\n text-transform: uppercase;\n margin: 0;\n border-bottom: 2px solid #eee;\n display: inline-block;\n}\n\n.content .content-ribbon {\n margin: 3em;\n border-bottom: 1px solid #eee;\n}\n\n.bshares-green{\n color: #13754D;\n}\n.monospace{\n font-family: monospace;\n}\n\n.what-menu{\n opacity: 0;\n position: fixed;\n top: 80px;\n left: -43px;\n padding: 5px 16px 2px;\n border: 1px solid #13754D;\n border-top: none;\n border-bottom-right-radius: 13px;\n background: rgba(255, 255, 255, 0.333);\n -webkit-transition: 1s;\n transition: 1s;\n}\n .what-menu:hover{\n -webkit-transition: 0s;\n transition: 0s;\n opacity: 1;\n background: rgba(255, 255, 255, 0.355);\n }\n .show-what-menu{\n opacity: 1 !important;\n }\n .show-what-menu:hover{\n opacity: 1 !important;\n }\n .what-menu li{\n list-style: none;\n padding: 3px 0;\n }\n .what-menu li:hover{\n opacity: 1;\n }\n .what-menu li a{\n font-weight: bold;\n color: #1E3E1F;\n }\n .what-menu li a:hover{\n color: #13754D;\n font-weight: bold;\n }\n\n#headerLogo{\n opacity: 0.444;\n width: 132px;\n border: 1px solid #13754D;\n padding: 22px 22px 22px 13px;\n margin: 0;\n border-bottom-right-radius: 13px;\n border-top: 8px solid #50CCD1;\n position: fixed;\n background: rgba(255, 255, 255, 0.333);\n}\n #headerLogo:hover{\n opacity: 0.888;\n }\n .logo strong{\n color: #13754D;\n }\n .logo i{\n color: #9B850D;\n font-family: ar;\n }\n\n.github-ribbon{\n position: fixed;\n top: 0;\n right: 0; \n border: 0;\n}\n\n.ribbon {\n background: #eee;\n text-align: center;\n padding: 2em;\n color: #999;\n}\n .ribbon h2 {\n display: inline;\n font-weight: normal;\n }\n\n.yt-embed{\n border: 3px solid #13754D;\n border-bottom-right-radius: 13px;\n border-bottom-left-radius: 13px;\n border-top: 8px solid #ABA049;\n background: url(https://googledrive.com/host/0BxIxK0gS2WsvcFRFUHZYQ2J0SnM/hexabump.png);\n}\n .yt-embed sub{\n color: #BABABA;\n padding: 5px 0 19px 0;\n display: block;\n }\n\n.yui3-accordion-vert .yui3-accordion-section{\n overflow: hidden !important;\n}\n\n#skip{\n color: #333 !important;\n}\n\n.message{\n margin: 0 auto;\n border: 1px solid #13754D;\n display: block;\n background: rgba(255, 255, 255, 0.64);\n border-bottom-right-radius: 13px;\n border-bottom-left-radius: 13px;\n padding: 33px;\n border-top: 8px solid #50CCD1;\n}\n\n.mikeumus-pic{\n border-radius: 186px;\n position: absolute;\n text-align: center;\n margin: 0 auto;\n height: 113px !important;\n z-index: -1;\n right: -47px;\n}\n\n.bitcoin-b{\n width: 39px;\n height: 39px;\n position: absolute;\n margin: -8px 0 0 -12px;\n}\n #bitcoin-icon{\n fill: #9B850D;\n }\n\n.bshare-gold{\n color: #9B850D;\n}\n .bitcoin-yt{\n margin: 0 0 0 4px;\n }\n\n.op666{\n opacity: 0.666;\n}\n\nsub .op666:hover{\n opacity: 0.888;\n}\n\n.testimonial{\n padding: 0 13px 33px;\n border: 2px dashed #9B850D;\n width: 95% !important;\n border-radius: 9px;\n}\n\n.footer {\n background: rgba(155, 133, 13, 0.76) /* url(https://googledrive.com/host/0B9LVk4xbDIJTOUNoc3BzSF9idzg/signup-icon-1.png) */;\n color: #e1e1e1;\n text-align: center;\n padding: 1em;\n font-size: 80%;\n}\n .footer a{\n color:#fff;\n }\n .cloudflare-badge{\n margin: 13px 0 0 -111px;\n position: absolute !important;\n }\n\n::-webkit-scrollbar{width:17px;background:#fff;}\n::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.2);}\n::-webkit-scrollbar-thumb{background:rgba(102,51,0,0.2);-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.2);}\n::-webkit-scrollbar-thumb:window-inactive{background:rgba(216,210,206,0.3);}",
"renderSingleExtensions": false,
"meta": {}
},
{
"fullPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\src\\files\\CNAME",
"relativePath": "CNAME",
"basename": "CNAME",
"outBasename": "CNAME",
"extension": null,
"outExtension": null,
"extensions": [],
"filename": "CNAME",
"fullDirPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\src\\files",
"outPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\out\\CNAME",
"outDirPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\out",
"outFilename": "CNAME",
"relativeOutPath": "CNAME",
"relativeDirPath": ".",
"relativeOutDirPath": ".",
"relativeBase": "CNAME",
"relativeOutBase": "CNAME",
"contentType": "application/octet-stream",
"outContentType": "application/octet-stream",
"ctime": "2014-01-10T04:57:54.000Z",
"mtime": "2014-01-10T04:57:54.000Z",
"rtime": null,
"wtime": "2014-01-27T07:01:03.277Z",
"exists": true,
"encoding": "utf8",
"source": "bshares.co",
"content": "bshares.co",
"tags": null,
"render": false,
"write": true,
"writeSource": false,
"dynamic": false,
"title": null,
"name": "CNAME",
"date": "2014-01-10T04:57:54.000Z",
"slug": "CNAME",
"url": "/CNAME",
"urls": [
"/CNAME"
],
"ignored": false,
"standalone": false,
"meta": {}
},
{
"fullPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\src\\files\\crossdomain.xml",
"relativePath": "crossdomain.xml",
"basename": "crossdomain",
"outBasename": "crossdomain",
"extension": "xml",
"outExtension": "xml",
"extensions": [
"xml"
],
"filename": "crossdomain.xml",
"fullDirPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\src\\files",
"outPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\out\\crossdomain.xml",
"outDirPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\out",
"outFilename": "crossdomain.xml",
"relativeOutPath": "crossdomain.xml",
"relativeDirPath": ".",
"relativeOutDirPath": ".",
"relativeBase": "crossdomain",
"relativeOutBase": "crossdomain",
"contentType": "application/xml",
"outContentType": "application/xml",
"ctime": "2013-12-26T22:36:58.000Z",
"mtime": "2013-12-26T22:36:58.000Z",
"rtime": null,
"wtime": "2014-01-27T07:01:03.284Z",
"exists": true,
"encoding": "utf8",
"source": "<?xml version=\"1.0\"?>\r\n<!DOCTYPE cross-domain-policy SYSTEM \"http://www.adobe.com/xml/dtds/cross-domain-policy.dtd\">\r\n<cross-domain-policy>\r\n\r\n\r\n<!-- Read this: www.adobe.com/devnet/articles/crossdomain_policy_file_spec.html -->\r\n\r\n<!-- Most restrictive policy: -->\r\n\t<site-control permitted-cross-domain-policies=\"none\"/>\r\n\r\n\r\n\r\n<!-- Least restrictive policy: -->\r\n<!--\r\n\t<site-control permitted-cross-domain-policies=\"all\"/>\r\n\t<allow-access-from domain=\"*\" to-ports=\"*\" secure=\"false\"/>\r\n\t<allow-http-request-headers-from domain=\"*\" headers=\"*\" secure=\"false\"/>\r\n-->\r\n<!--\r\n If you host a crossdomain.xml file with allow-access-from domain=\"*\"\r\n and don’t understand all of the points described here, you probably\r\n have a nasty security vulnerability. ~ simon willison\r\n-->\r\n\r\n</cross-domain-policy>\r\n",
"content": "<?xml version=\"1.0\"?>\r\n<!DOCTYPE cross-domain-policy SYSTEM \"http://www.adobe.com/xml/dtds/cross-domain-policy.dtd\">\r\n<cross-domain-policy>\r\n\r\n\r\n<!-- Read this: www.adobe.com/devnet/articles/crossdomain_policy_file_spec.html -->\r\n\r\n<!-- Most restrictive policy: -->\r\n\t<site-control permitted-cross-domain-policies=\"none\"/>\r\n\r\n\r\n\r\n<!-- Least restrictive policy: -->\r\n<!--\r\n\t<site-control permitted-cross-domain-policies=\"all\"/>\r\n\t<allow-access-from domain=\"*\" to-ports=\"*\" secure=\"false\"/>\r\n\t<allow-http-request-headers-from domain=\"*\" headers=\"*\" secure=\"false\"/>\r\n-->\r\n<!--\r\n If you host a crossdomain.xml file with allow-access-from domain=\"*\"\r\n and don’t understand all of the points described here, you probably\r\n have a nasty security vulnerability. ~ simon willison\r\n-->\r\n\r\n</cross-domain-policy>\r\n",
"tags": null,
"render": false,
"write": true,
"writeSource": false,
"dynamic": false,
"title": null,
"name": "crossdomain.xml",
"date": "2013-12-26T22:36:58.000Z",
"slug": "crossdomain",
"url": "/crossdomain.xml",
"urls": [
"/crossdomain.xml"
],
"ignored": false,
"standalone": false,
"meta": {}
},
{
"fullPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\src\\files\\robots.txt",
"relativePath": "robots.txt",
"basename": "robots",
"outBasename": "robots",
"extension": "txt",
"outExtension": "txt",
"extensions": [
"txt"
],
"filename": "robots.txt",
"fullDirPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\src\\files",
"outPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\out\\robots.txt",
"outDirPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\out",
"outFilename": "robots.txt",
"relativeOutPath": "robots.txt",
"relativeDirPath": ".",
"relativeOutDirPath": ".",
"relativeBase": "robots",
"relativeOutBase": "robots",
"contentType": "text/plain",
"outContentType": "text/plain",
"ctime": "2013-12-26T22:36:58.000Z",
"mtime": "2013-12-26T22:36:58.000Z",
"rtime": null,
"wtime": "2014-01-27T07:01:03.291Z",
"exists": true,
"encoding": "utf8",
"source": "# www.robotstxt.org/\r\n# http://code.google.com/web/controlcrawlindex/\r\n\r\nUser-agent: *\r\n",
"content": "# www.robotstxt.org/\r\n# http://code.google.com/web/controlcrawlindex/\r\n\r\nUser-agent: *\r\n",
"tags": null,
"render": false,
"write": true,
"writeSource": false,
"dynamic": false,
"title": null,
"name": "robots.txt",
"date": "2013-12-26T22:36:58.000Z",
"slug": "robots",
"url": "/robots.txt",
"urls": [
"/robots.txt"
],
"ignored": false,
"standalone": false,
"meta": {}
},
{
"fullPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\src\\files\\humans.txt",
"relativePath": "humans.txt",
"basename": "humans",
"outBasename": "humans",
"extension": "txt",
"outExtension": "txt",
"extensions": [
"txt"
],
"filename": "humans.txt",
"fullDirPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\src\\files",
"outPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\out\\humans.txt",
"outDirPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\out",
"outFilename": "humans.txt",
"relativeOutPath": "humans.txt",
"relativeDirPath": ".",
"relativeOutDirPath": ".",
"relativeBase": "humans",
"relativeOutBase": "humans",
"contentType": "text/plain",
"outContentType": "text/plain",
"ctime": "2013-12-26T22:36:58.000Z",
"mtime": "2013-12-26T22:36:58.000Z",
"rtime": null,
"wtime": "2014-01-27T07:01:03.299Z",
"exists": true,
"encoding": "utf8",
"source": "/* the humans responsible & colophon */\r\n/* humanstxt.org */\r\n\r\n\r\n/* TEAM */\r\n <your title>: <your name>\r\n Site:\r\n Twitter:\r\n Location:\r\n\r\n/* THANKS */\r\n Names (& URL):\r\n\r\n/* SITE */\r\n Standards: HTML5, CSS3\r\n Components: Modernizr, jQuery\r\n Software:\r\n\r\n\r\n\r\n -o/-\r\n +oo//-\r\n :ooo+//:\r\n -ooooo///-\r\n /oooooo//:\r\n :ooooooo+//-\r\n -+oooooooo///-\r\n -://////////////+oooooooooo++////////////::\r\n :+ooooooooooooooooooooooooooooooooooooo+:::-\r\n -/+ooooooooooooooooooooooooooooooo+/::////:-\r\n -:+oooooooooooooooooooooooooooo/::///////:-\r\n --/+ooooooooooooooooooooo+::://////:-\r\n -:+ooooooooooooooooo+:://////:--\r\n /ooooooooooooooooo+//////:-\r\n -ooooooooooooooooooo////-\r\n /ooooooooo+oooooooooo//:\r\n :ooooooo+/::/+oooooooo+//-\r\n -oooooo/::///////+oooooo///-\r\n /ooo+::://////:---:/+oooo//:\r\n -o+/::///////:- -:/+o+//-\r\n :-:///////:- -:/://\r\n -////:- --//:\r\n -- -:\r\n",
"content": "/* the humans responsible & colophon */\r\n/* humanstxt.org */\r\n\r\n\r\n/* TEAM */\r\n <your title>: <your name>\r\n Site:\r\n Twitter:\r\n Location:\r\n\r\n/* THANKS */\r\n Names (& URL):\r\n\r\n/* SITE */\r\n Standards: HTML5, CSS3\r\n Components: Modernizr, jQuery\r\n Software:\r\n\r\n\r\n\r\n -o/-\r\n +oo//-\r\n :ooo+//:\r\n -ooooo///-\r\n /oooooo//:\r\n :ooooooo+//-\r\n -+oooooooo///-\r\n -://////////////+oooooooooo++////////////::\r\n :+ooooooooooooooooooooooooooooooooooooo+:::-\r\n -/+ooooooooooooooooooooooooooooooo+/::////:-\r\n -:+oooooooooooooooooooooooooooo/::///////:-\r\n --/+ooooooooooooooooooooo+::://////:-\r\n -:+ooooooooooooooooo+:://////:--\r\n /ooooooooooooooooo+//////:-\r\n -ooooooooooooooooooo////-\r\n /ooooooooo+oooooooooo//:\r\n :ooooooo+/::/+oooooooo+//-\r\n -oooooo/::///////+oooooo///-\r\n /ooo+::://////:---:/+oooo//:\r\n -o+/::///////:- -:/+o+//-\r\n :-:///////:- -:/://\r\n -////:- --//:\r\n -- -:\r\n",
"tags": null,
"render": false,
"write": true,
"writeSource": false,
"dynamic": false,
"title": null,
"name": "humans.txt",
"date": "2013-12-26T22:36:58.000Z",
"slug": "humans",
"url": "/humans.txt",
"urls": [
"/humans.txt"
],
"ignored": false,
"standalone": false,
"meta": {}
},
{
"fullPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\src\\files\\icons\\apple-touch-icon-114-precomposed.png",
"relativePath": "icons\\apple-touch-icon-114-precomposed.png",
"basename": "apple-touch-icon-114-precomposed",
"outBasename": "apple-touch-icon-114-precomposed",
"extension": "png",
"outExtension": "png",
"extensions": [
"png"
],
"filename": "apple-touch-icon-114-precomposed.png",
"fullDirPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\src\\files\\icons",
"outPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\out\\icons\\apple-touch-icon-114-precomposed.png",
"outDirPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\out\\icons",
"outFilename": "apple-touch-icon-114-precomposed.png",
"relativeOutPath": "icons\\apple-touch-icon-114-precomposed.png",
"relativeDirPath": "icons",
"relativeOutDirPath": "icons",
"relativeBase": "icons\\apple-touch-icon-114-precomposed",
"relativeOutBase": "icons\\apple-touch-icon-114-precomposed",
"contentType": "image/png",
"outContentType": "image/png",
"ctime": "2013-12-26T22:36:58.000Z",
"mtime": "2013-12-26T22:36:58.000Z",
"rtime": null,
"wtime": "2014-01-27T07:01:03.309Z",
"exists": true,
"encoding": "binary",
"source": "",
"content": "",
"tags": null,
"render": false,
"write": true,
"writeSource": false,
"dynamic": false,
"title": null,
"name": "apple-touch-icon-114-precomposed.png",
"date": "2013-12-26T22:36:58.000Z",
"slug": "icons-apple-touch-icon-114-precomposed",
"url": "/icons/apple-touch-icon-114-precomposed.png",
"urls": [
"/icons/apple-touch-icon-114-precomposed.png"
],
"ignored": false,
"standalone": false,
"meta": {}
},
{
"fullPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\src\\files\\icons\\apple-touch-icon-144-precomposed.png",
"relativePath": "icons\\apple-touch-icon-144-precomposed.png",
"basename": "apple-touch-icon-144-precomposed",
"outBasename": "apple-touch-icon-144-precomposed",
"extension": "png",
"outExtension": "png",
"extensions": [
"png"
],
"filename": "apple-touch-icon-144-precomposed.png",
"fullDirPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\src\\files\\icons",
"outPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\out\\icons\\apple-touch-icon-144-precomposed.png",
"outDirPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\out\\icons",
"outFilename": "apple-touch-icon-144-precomposed.png",
"relativeOutPath": "icons\\apple-touch-icon-144-precomposed.png",
"relativeDirPath": "icons",
"relativeOutDirPath": "icons",
"relativeBase": "icons\\apple-touch-icon-144-precomposed",
"relativeOutBase": "icons\\apple-touch-icon-144-precomposed",
"contentType": "image/png",
"outContentType": "image/png",
"ctime": "2013-12-26T22:36:58.000Z",
"mtime": "2013-12-26T22:36:58.000Z",
"rtime": null,
"wtime": "2014-01-27T07:01:03.318Z",
"exists": true,
"encoding": "binary",
"source": "",
"content": "",
"tags": null,
"render": false,
"write": true,
"writeSource": false,
"dynamic": false,
"title": null,
"name": "apple-touch-icon-144-precomposed.png",
"date": "2013-12-26T22:36:58.000Z",
"slug": "icons-apple-touch-icon-144-precomposed",
"url": "/icons/apple-touch-icon-144-precomposed.png",
"urls": [
"/icons/apple-touch-icon-144-precomposed.png"
],
"ignored": false,
"standalone": false,
"meta": {}
},
{
"fullPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\src\\files\\icons\\apple-touch-icon-57-precomposed.png",
"relativePath": "icons\\apple-touch-icon-57-precomposed.png",
"basename": "apple-touch-icon-57-precomposed",
"outBasename": "apple-touch-icon-57-precomposed",
"extension": "png",
"outExtension": "png",
"extensions": [
"png"
],
"filename": "apple-touch-icon-57-precomposed.png",
"fullDirPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\src\\files\\icons",
"outPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\out\\icons\\apple-touch-icon-57-precomposed.png",
"outDirPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\out\\icons",
"outFilename": "apple-touch-icon-57-precomposed.png",
"relativeOutPath": "icons\\apple-touch-icon-57-precomposed.png",
"relativeDirPath": "icons",
"relativeOutDirPath": "icons",
"relativeBase": "icons\\apple-touch-icon-57-precomposed",
"relativeOutBase": "icons\\apple-touch-icon-57-precomposed",
"contentType": "image/png",
"outContentType": "image/png",
"ctime": "2013-12-26T22:36:58.000Z",
"mtime": "2013-12-26T22:36:58.000Z",
"rtime": null,
"wtime": "2014-01-27T07:01:03.322Z",
"exists": true,
"encoding": "binary",
"source": "",
"content": "",
"tags": null,
"render": false,
"write": true,
"writeSource": false,
"dynamic": false,
"title": null,
"name": "apple-touch-icon-57-precomposed.png",
"date": "2013-12-26T22:36:58.000Z",
"slug": "icons-apple-touch-icon-57-precomposed",
"url": "/icons/apple-touch-icon-57-precomposed.png",
"urls": [
"/icons/apple-touch-icon-57-precomposed.png"
],
"ignored": false,
"standalone": false,
"meta": {}
},
{
"fullPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\src\\files\\icons\\apple-touch-icon-72-precomposed.png",
"relativePath": "icons\\apple-touch-icon-72-precomposed.png",
"basename": "apple-touch-icon-72-precomposed",
"outBasename": "apple-touch-icon-72-precomposed",
"extension": "png",
"outExtension": "png",
"extensions": [
"png"
],
"filename": "apple-touch-icon-72-precomposed.png",
"fullDirPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\src\\files\\icons",
"outPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\out\\icons\\apple-touch-icon-72-precomposed.png",
"outDirPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\out\\icons",
"outFilename": "apple-touch-icon-72-precomposed.png",
"relativeOutPath": "icons\\apple-touch-icon-72-precomposed.png",
"relativeDirPath": "icons",
"relativeOutDirPath": "icons",
"relativeBase": "icons\\apple-touch-icon-72-precomposed",
"relativeOutBase": "icons\\apple-touch-icon-72-precomposed",
"contentType": "image/png",
"outContentType": "image/png",
"ctime": "2013-12-26T22:36:58.000Z",
"mtime": "2013-12-26T22:36:58.000Z",
"rtime": null,
"wtime": "2014-01-27T07:01:03.326Z",
"exists": true,
"encoding": "binary",
"source": "",
"content": "",
"tags": null,
"render": false,
"write": true,
"writeSource": false,
"dynamic": false,
"title": null,
"name": "apple-touch-icon-72-precomposed.png",
"date": "2013-12-26T22:36:58.000Z",
"slug": "icons-apple-touch-icon-72-precomposed",
"url": "/icons/apple-touch-icon-72-precomposed.png",
"urls": [
"/icons/apple-touch-icon-72-precomposed.png"
],
"ignored": false,
"standalone": false,
"meta": {}
},
{
"fullPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\src\\files\\icons\\favicon.ico",
"relativePath": "icons\\favicon.ico",
"basename": "favicon",
"outBasename": "favicon",
"extension": "ico",
"outExtension": "ico",
"extensions": [
"ico"
],
"filename": "favicon.ico",
"fullDirPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\src\\files\\icons",
"outPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\out\\icons\\favicon.ico",
"outDirPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\out\\icons",
"outFilename": "favicon.ico",
"relativeOutPath": "icons\\favicon.ico",
"relativeDirPath": "icons",
"relativeOutDirPath": "icons",
"relativeBase": "icons\\favicon",
"relativeOutBase": "icons\\favicon",
"contentType": "image/x-icon",
"outContentType": "image/x-icon",
"ctime": "2013-12-26T22:36:58.000Z",
"mtime": "2013-12-26T22:36:58.000Z",
"rtime": null,
"wtime": "2014-01-27T07:01:03.330Z",
"exists": true,
"encoding": "binary",
"source": "",
"content": "",
"tags": null,
"render": false,
"write": true,
"writeSource": false,
"dynamic": false,
"title": null,
"name": "favicon.ico",
"date": "2013-12-26T22:36:58.000Z",
"slug": "icons-favicon",
"url": "/icons/favicon.ico",
"urls": [
"/icons/favicon.ico"
],
"ignored": false,
"standalone": false,
"meta": {}
},
{
"fullPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\src\\files\\scripts\\script.js",
"relativePath": "scripts\\script.js",
"basename": "script",
"outBasename": "script",
"extension": "js",
"outExtension": "js",
"extensions": [
"js"
],
"filename": "script.js",
"fullDirPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\src\\files\\scripts",
"outPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\out\\scripts\\script.js",
"outDirPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\out\\scripts",
"outFilename": "script.js",
"relativeOutPath": "scripts\\script.js",
"relativeDirPath": "scripts",
"relativeOutDirPath": "scripts",
"relativeBase": "scripts\\script",
"relativeOutBase": "scripts\\script",
"contentType": "application/javascript",
"outContentType": "application/javascript",
"ctime": "2014-01-23T18:43:53.000Z",
"mtime": "2014-01-24T20:26:21.000Z",
"rtime": null,
"wtime": "2014-01-27T07:01:03.335Z",
"exists": true,
"encoding": "utf8",
"source": "YUI({\r\n// filter: 'debug', combine: false,\r\n gallery: 'gallery-2013.06.26-23-09'\r\n}).use(\r\n 'gallery-accordion-horiz-vert',\r\n 'anim-base',\r\n 'node-focusmanager','node','event',\r\nfunction(Y)\r\n{ \r\n // mouseenter & leaves ->\r\n var whatmenu = Y.all('#whatmenu');\r\n\r\n // bshares header logo mouse\r\n Y.all('#headerLogo').on('mouseenter', function(){\r\n Y.all('.what-menu').setStyle('opacity', 1);\r\n Y.one('#headerLogo').setStyle('opacity', 0.888);\r\n });\r\n Y.all('#headerLogo').on('mouseleave', function(){\r\n document.documentElement.scrollTop < 292 ?\r\n whatmenu.setStyle('opacity',0)\r\n : whatmenu.setStyle('opacity',0.444);\r\n\r\n document.documentElement.scrollTop < 292 ?\r\n Y.one('#headerLogo').setStyle('opacity', 0.444)\r\n : Y.one('#headerLogo').setStyle('opacity', 0.888);\r\n // Y.one('#headerLogo').setStyle('opacity', 0.444);\r\n });\r\n //bshares menu mouse\r\n Y.all('.what-menu').on('mouseenter', function(){\r\n Y.one('.what-menu').setStyle('opacity', 1);\r\n Y.one('#headerLogo').setStyle('opacity', 1);\r\n });\r\n Y.all('.what-menu').on('mouseleave', function(){\r\n document.documentElement.scrollTop < 292 ?\r\n whatmenu.setStyle('opacity',0)\r\n : whatmenu.setStyle('opacity',0.444);\r\n\r\n document.documentElement.scrollTop < 292 ?\r\n Y.one('#headerLogo').setStyle('opacity', 0.444)\r\n : Y.one('#headerLogo').setStyle('opacity', 0.888);\r\n // Y.one('#headerLogo').setStyle('opacity', 0.444);\r\n });\r\n\r\n function scrolledPast(){\r\n Y.one('#headerLogo').setStyle('opacity',0.888);\r\n whatmenu.addClass('show-what-menu');\r\n }\r\n\r\n function scrolledTop(){\r\n Y.one('#headerLogo').setStyle('opacity',0.444);\r\n whatmenu.removeClass('show-what-menu'); \r\n }\r\n\r\n /*\r\n Y.one('.video-header').on({\r\n mouseover : function(){ if(document.body.scrollTop > 571) scrolledTop();},\r\n mouseout : function(){ if(document.body.scrollTop > 571) scrolledPast();}\r\n });\r\n */\r\n\r\n Y.on('scroll', function(){\r\n document.documentElement.scrollTop /* || document.body.scrollTop */ < 292 ?\r\n scrolledTop()\r\n : scrolledPast();\r\n });\r\n\r\n /*\r\n Y.on('domready', function()\r\n {\r\n \r\n function iconHover(hoverElm, icon1, icon2){\r\n Y.one(icon1).hide(); \r\n Y.one(hoverElm).on({\r\n mouseover : function(){\r\n Y.one(icon2).hide();\r\n Y.one(icon1).show(); \r\n },\r\n mouseout : function(){\r\n Y.one(icon2).show();\r\n Y.one(icon1).hide();\r\n }\r\n }); \r\n }\r\n\r\n iconHover('#footPin','#footPin15','#footPin16');\r\n iconHover('#footCall','#footPhone5','#footPhone');\r\n iconHover('#footMail','#footEmail8','#footEmail');\r\n iconHover('#twIcon','#footTwitter5','#footTwitter4');\r\n iconHover('#fbIcon','#footFacebook5','#footFacebook4');\r\n iconHover('#gpIcon','#footGplus5','#footGplus4');\r\n iconHover('#inIcon','#footLinkedin5','#footLinkedin4');\r\n \r\n });\r\n */\r\n\r\n\r\n // Mobile menu \r\n /*\r\n Y.one('select').on('change', function(){\r\n var selIndex = this.get(\"selectedIndex\");\r\n var attrOpts = this.get(\"options\");\r\n window.location = attrOpts.item(selIndex).get('value');\r\n });\r\n // http://yuilibrary.com/yui/docs/attribute/attribute-event.html\r\n */\r\n\r\n // accordion start\r\n function onTitleClicked(e, a)\r\n {\r\n var t = e.target;\r\n var i = a.findSection(e.target);\r\n if (i >= 0)\r\n {\r\n a.toggleSection(i);\r\n }\r\n }\r\n\r\n function updateFocusMgr()\r\n {\r\n var a = this;\r\n var keys = a.get('horizontal') ?\r\n { next: \"down:39\", previous: \"down:37\" } :\r\n { next: \"down:40\", previous: \"down:38\" };\r\n\r\n var node = a.get('contentBox');\r\n node.unplug(Y.Plugin.NodeFocusManager);\r\n node.plug(Y.Plugin.NodeFocusManager,\r\n {\r\n descendants: '.yui3-accordion-title a',\r\n keys: keys,\r\n circular: false,\r\n focusClass:\r\n {\r\n className: a.getClassName('title', 'focused'),\r\n fn: function (node)\r\n {\r\n return node.get('parentNode');\r\n }\r\n }\r\n });\r\n }\r\n\r\n var vm = new Y.Accordion(\r\n {\r\n srcNode: '#accordion-test-vert-markup-content',\r\n replaceTitleContainer: false,\r\n replaceSectionContainer: false,\r\n allowMultipleOpen: true\r\n });\r\n\r\n Y.on('domready', function()\r\n {\r\n vm.render('#accordion-test-vert-markup');\r\n Y.delegate('click', onTitleClicked, '#accordion-test-vert-markup', '.my-title-vert', null, vm);\r\n\r\n updateFocusMgr.call(vm);\r\n\r\n vm.on('insert', function()\r\n {\r\n Y.later(1, this, updateFocusMgr);\r\n });\r\n vm.on('remove', updateFocusMgr);\r\n\r\n Y.one('.vision-vert').ancestor().addClass('vision-title');\r\n Y.one('.vision-inner').ancestor().addClass('vision-title');\r\n Y.one('.mission-vert').ancestor().addClass('mission-title');\r\n Y.one('.mission-inner').ancestor().addClass('mission-title');\r\n Y.one('.job-vert').ancestor().addClass('job-title');\r\n Y.one('.job-inner').ancestor().addClass('job-title');\r\n // accordion end\r\n\r\n \r\n Y.one('#storyLink').on('click', function(){\r\n if(Y.one('.mission-title').hasClass('yui3-accordion-closed')){\r\n Y.one('.mission-vert').simulate('click');\r\n }\r\n });\r\n \r\n\r\n });\r\n});",
"content": "YUI({\r\n// filter: 'debug', combine: false,\r\n gallery: 'gallery-2013.06.26-23-09'\r\n}).use(\r\n 'gallery-accordion-horiz-vert',\r\n 'anim-base',\r\n 'node-focusmanager','node','event',\r\nfunction(Y)\r\n{ \r\n // mouseenter & leaves ->\r\n var whatmenu = Y.all('#whatmenu');\r\n\r\n // bshares header logo mouse\r\n Y.all('#headerLogo').on('mouseenter', function(){\r\n Y.all('.what-menu').setStyle('opacity', 1);\r\n Y.one('#headerLogo').setStyle('opacity', 0.888);\r\n });\r\n Y.all('#headerLogo').on('mouseleave', function(){\r\n document.documentElement.scrollTop < 292 ?\r\n whatmenu.setStyle('opacity',0)\r\n : whatmenu.setStyle('opacity',0.444);\r\n\r\n document.documentElement.scrollTop < 292 ?\r\n Y.one('#headerLogo').setStyle('opacity', 0.444)\r\n : Y.one('#headerLogo').setStyle('opacity', 0.888);\r\n // Y.one('#headerLogo').setStyle('opacity', 0.444);\r\n });\r\n //bshares menu mouse\r\n Y.all('.what-menu').on('mouseenter', function(){\r\n Y.one('.what-menu').setStyle('opacity', 1);\r\n Y.one('#headerLogo').setStyle('opacity', 1);\r\n });\r\n Y.all('.what-menu').on('mouseleave', function(){\r\n document.documentElement.scrollTop < 292 ?\r\n whatmenu.setStyle('opacity',0)\r\n : whatmenu.setStyle('opacity',0.444);\r\n\r\n document.documentElement.scrollTop < 292 ?\r\n Y.one('#headerLogo').setStyle('opacity', 0.444)\r\n : Y.one('#headerLogo').setStyle('opacity', 0.888);\r\n // Y.one('#headerLogo').setStyle('opacity', 0.444);\r\n });\r\n\r\n function scrolledPast(){\r\n Y.one('#headerLogo').setStyle('opacity',0.888);\r\n whatmenu.addClass('show-what-menu');\r\n }\r\n\r\n function scrolledTop(){\r\n Y.one('#headerLogo').setStyle('opacity',0.444);\r\n whatmenu.removeClass('show-what-menu'); \r\n }\r\n\r\n /*\r\n Y.one('.video-header').on({\r\n mouseover : function(){ if(document.body.scrollTop > 571) scrolledTop();},\r\n mouseout : function(){ if(document.body.scrollTop > 571) scrolledPast();}\r\n });\r\n */\r\n\r\n Y.on('scroll', function(){\r\n document.documentElement.scrollTop /* || document.body.scrollTop */ < 292 ?\r\n scrolledTop()\r\n : scrolledPast();\r\n });\r\n\r\n /*\r\n Y.on('domready', function()\r\n {\r\n \r\n function iconHover(hoverElm, icon1, icon2){\r\n Y.one(icon1).hide(); \r\n Y.one(hoverElm).on({\r\n mouseover : function(){\r\n Y.one(icon2).hide();\r\n Y.one(icon1).show(); \r\n },\r\n mouseout : function(){\r\n Y.one(icon2).show();\r\n Y.one(icon1).hide();\r\n }\r\n }); \r\n }\r\n\r\n iconHover('#footPin','#footPin15','#footPin16');\r\n iconHover('#footCall','#footPhone5','#footPhone');\r\n iconHover('#footMail','#footEmail8','#footEmail');\r\n iconHover('#twIcon','#footTwitter5','#footTwitter4');\r\n iconHover('#fbIcon','#footFacebook5','#footFacebook4');\r\n iconHover('#gpIcon','#footGplus5','#footGplus4');\r\n iconHover('#inIcon','#footLinkedin5','#footLinkedin4');\r\n \r\n });\r\n */\r\n\r\n\r\n // Mobile menu \r\n /*\r\n Y.one('select').on('change', function(){\r\n var selIndex = this.get(\"selectedIndex\");\r\n var attrOpts = this.get(\"options\");\r\n window.location = attrOpts.item(selIndex).get('value');\r\n });\r\n // http://yuilibrary.com/yui/docs/attribute/attribute-event.html\r\n */\r\n\r\n // accordion start\r\n function onTitleClicked(e, a)\r\n {\r\n var t = e.target;\r\n var i = a.findSection(e.target);\r\n if (i >= 0)\r\n {\r\n a.toggleSection(i);\r\n }\r\n }\r\n\r\n function updateFocusMgr()\r\n {\r\n var a = this;\r\n var keys = a.get('horizontal') ?\r\n { next: \"down:39\", previous: \"down:37\" } :\r\n { next: \"down:40\", previous: \"down:38\" };\r\n\r\n var node = a.get('contentBox');\r\n node.unplug(Y.Plugin.NodeFocusManager);\r\n node.plug(Y.Plugin.NodeFocusManager,\r\n {\r\n descendants: '.yui3-accordion-title a',\r\n keys: keys,\r\n circular: false,\r\n focusClass:\r\n {\r\n className: a.getClassName('title', 'focused'),\r\n fn: function (node)\r\n {\r\n return node.get('parentNode');\r\n }\r\n }\r\n });\r\n }\r\n\r\n var vm = new Y.Accordion(\r\n {\r\n srcNode: '#accordion-test-vert-markup-content',\r\n replaceTitleContainer: false,\r\n replaceSectionContainer: false,\r\n allowMultipleOpen: true\r\n });\r\n\r\n Y.on('domready', function()\r\n {\r\n vm.render('#accordion-test-vert-markup');\r\n Y.delegate('click', onTitleClicked, '#accordion-test-vert-markup', '.my-title-vert', null, vm);\r\n\r\n updateFocusMgr.call(vm);\r\n\r\n vm.on('insert', function()\r\n {\r\n Y.later(1, this, updateFocusMgr);\r\n });\r\n vm.on('remove', updateFocusMgr);\r\n\r\n Y.one('.vision-vert').ancestor().addClass('vision-title');\r\n Y.one('.vision-inner').ancestor().addClass('vision-title');\r\n Y.one('.mission-vert').ancestor().addClass('mission-title');\r\n Y.one('.mission-inner').ancestor().addClass('mission-title');\r\n Y.one('.job-vert').ancestor().addClass('job-title');\r\n Y.one('.job-inner').ancestor().addClass('job-title');\r\n // accordion end\r\n\r\n \r\n Y.one('#storyLink').on('click', function(){\r\n if(Y.one('.mission-title').hasClass('yui3-accordion-closed')){\r\n Y.one('.mission-vert').simulate('click');\r\n }\r\n });\r\n \r\n\r\n });\r\n});",
"tags": null,
"render": false,
"write": true,
"writeSource": false,
"dynamic": false,
"title": null,
"name": "script.js",
"date": "2014-01-24T20:26:21.000Z",
"slug": "scripts-script",
"url": "/scripts/script.js",
"urls": [
"/scripts/script.js"
],
"ignored": false,
"standalone": false,
"meta": {}
},
{
"fullPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\src\\layouts\\default.html.eco",
"relativePath": "default.html.eco",
"basename": "default",
"outBasename": "default",
"extension": "eco",
"outExtension": "html",
"extensions": [
"html",
"eco"
],
"filename": "default.html.eco",
"fullDirPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\src\\layouts",
"outPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\out\\default.html",
"outDirPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\out",
"outFilename": "default.html",
"relativeOutPath": "default.html",
"relativeDirPath": ".",
"relativeOutDirPath": ".",
"relativeBase": "default",
"relativeOutBase": "default",
"contentType": "application/octet-stream",
"outContentType": "text/html",
"ctime": "2013-12-26T22:36:58.000Z",
"mtime": "2014-01-27T07:01:02.338Z",
"rtime": "2014-01-27T07:01:03.164Z",
"wtime": null,
"exists": true,
"encoding": "utf8",
"source": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n\t<!-- Meta -->\n\t<meta charset=\"utf-8\" />\n\n\t<!-- Mobile viewport optimized: h5bp.com/viewport -->\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n\t<meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\" />\n\n\t<!-- Use the .htaccess and remove these lines to avoid edge case issues.\n\t More info: h5bp.com/i/378 -->\n\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\" />\n\n\t<!-- Our site title and description -->\n\t<title><%= @getPreparedTitle() %></title>\n\t<meta name=\"description\" content=\"<%= @getPreparedDescription() %>\" />\n\t<meta name=\"keywords\" content=\"<%= @getPreparedKeywords() %>\" />\n\t<meta name=\"author\" content=\"<%= @site.author or '' %>\" />\n\n\t<!-- Output DocPad produced meta elements -->\n\t<%- @getBlock('meta').toHTML() %>\n\n\t<link href='http://fonts.googleapis.com/css?family=Carrois+Gothic+SC' rel='stylesheet' type='text/css'>\n\t<!-- Icons -->\n <link rel=\"shortcut icon\" href=\"icons/favicon.ico\">\n <link rel=\"apple-touch-icon-precomposed\" sizes=\"144x144\" href=\"icons/apple-touch-icon-144-precomposed.png\">\n <link rel=\"apple-touch-icon-precomposed\" sizes=\"114x114\" href=\"icons/apple-touch-icon-114-precomposed.png\">\n <link rel=\"apple-touch-icon-precomposed\" sizes=\"72x72\" href=\"icons/apple-touch-icon-72-precomposed.png\">\n <link rel=\"apple-touch-icon-precomposed\" href=\"icons/apple-touch-icon-57-precomposed.png\">\n\n\t<!-- Shims: IE6-8 support of HTML5 elements -->\n\t<!--[if lt IE 9]>\n\t\t<script async src=\"http://html5shim.googlecode.com/svn/trunk/html5.js\"></script>\n\t<![endif]-->\n\n\t<!-- Styles -->\n\t<%- @getBlock('styles').add(@site.styles).toHTML() %>\n\t\n</head>\n<body>\n\n<!-- Markup -->\n<div class=\"content pure-g-r\">\n\t<div class=\"header pure-u-1\">\n\t\t<a href=\"http://bshares.co/what-is-bitcoin/\">\n\t\t<h1 id=\"headerLogo\" class=\"logo\"><i>b</i><strong>SHARES</strong></h1>\n\t\t</a>\n\t\t\n\t<%- @content %>\n\n\t\t</div>\n\t</div>\n\t<div class=\"footer pure-u-1\">\n\t\t<span class=\"right\">\n\t\t<script data-cfbadgetype=\"g\" data-cfbadgeskin=\"dkgray\" type=\"text/javascript\">\n\t\t//<![CDATA[\n\t\ttry{window.CloudFlare||function(){var a=window.document,b=a.createElement(\"script\"),a=a.getElementsByTagName(\"script\")[0];window.CloudFlare=[];b.type=\"text/javascript\";b.async=!0;b.src=\"//ajax.cloudflare.com/cdn-cgi/nexp/cloudflare.js\";a.parentNode.insertBefore(b,a)}(),CloudFlare.push(function(a){a([\"cloudflare/badge\"])})}catch(e$$5){try{console.error(\"CloudFlare badge code could not be loaded. \"+e$$5.message)}catch(e$$6){}};\n\t\t//]]>\n\t\t</script>\n\t\t</span>\n\t\t©<%- (new Date()).getFullYear() %> bSHARES.co <br/>\n\t\tupdated <%= @site.date.toISOString() %> - <a href=\"http://bshares.co/privacy/\">Privacy</a> - <a target=\"_blank\" href=\"https://github.com/MassDistributionMedia/bshares.docpad\">GitHub</a>\n\t</div>\n</div>\n\n\t<!-- Scripts -->\n\t<%- @getBlock('scripts').add(@site.scripts).toHTML() %>\n</body>\n</html>\n",
"content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n\t<!-- Meta -->\n\t<meta charset=\"utf-8\" />\n\n\t<!-- Mobile viewport optimized: h5bp.com/viewport -->\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n\t<meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\" />\n\n\t<!-- Use the .htaccess and remove these lines to avoid edge case issues.\n\t More info: h5bp.com/i/378 -->\n\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\" />\n\n\t<!-- Our site title and description -->\n\t<title><%= @getPreparedTitle() %></title>\n\t<meta name=\"description\" content=\"<%= @getPreparedDescription() %>\" />\n\t<meta name=\"keywords\" content=\"<%= @getPreparedKeywords() %>\" />\n\t<meta name=\"author\" content=\"<%= @site.author or '' %>\" />\n\n\t<!-- Output DocPad produced meta elements -->\n\t<%- @getBlock('meta').toHTML() %>\n\n\t<link href='http://fonts.googleapis.com/css?family=Carrois+Gothic+SC' rel='stylesheet' type='text/css'>\n\t<!-- Icons -->\n <link rel=\"shortcut icon\" href=\"icons/favicon.ico\">\n <link rel=\"apple-touch-icon-precomposed\" sizes=\"144x144\" href=\"icons/apple-touch-icon-144-precomposed.png\">\n <link rel=\"apple-touch-icon-precomposed\" sizes=\"114x114\" href=\"icons/apple-touch-icon-114-precomposed.png\">\n <link rel=\"apple-touch-icon-precomposed\" sizes=\"72x72\" href=\"icons/apple-touch-icon-72-precomposed.png\">\n <link rel=\"apple-touch-icon-precomposed\" href=\"icons/apple-touch-icon-57-precomposed.png\">\n\n\t<!-- Shims: IE6-8 support of HTML5 elements -->\n\t<!--[if lt IE 9]>\n\t\t<script async src=\"http://html5shim.googlecode.com/svn/trunk/html5.js\"></script>\n\t<![endif]-->\n\n\t<!-- Styles -->\n\t<%- @getBlock('styles').add(@site.styles).toHTML() %>\n\t\n</head>\n<body>\n\n<!-- Markup -->\n<div class=\"content pure-g-r\">\n\t<div class=\"header pure-u-1\">\n\t\t<a href=\"http://bshares.co/what-is-bitcoin/\">\n\t\t<h1 id=\"headerLogo\" class=\"logo\"><i>b</i><strong>SHARES</strong></h1>\n\t\t</a>\n\t\t\n\t<%- @content %>\n\n\t\t</div>\n\t</div>\n\t<div class=\"footer pure-u-1\">\n\t\t<span class=\"right\">\n\t\t<script data-cfbadgetype=\"g\" data-cfbadgeskin=\"dkgray\" type=\"text/javascript\">\n\t\t//<![CDATA[\n\t\ttry{window.CloudFlare||function(){var a=window.document,b=a.createElement(\"script\"),a=a.getElementsByTagName(\"script\")[0];window.CloudFlare=[];b.type=\"text/javascript\";b.async=!0;b.src=\"//ajax.cloudflare.com/cdn-cgi/nexp/cloudflare.js\";a.parentNode.insertBefore(b,a)}(),CloudFlare.push(function(a){a([\"cloudflare/badge\"])})}catch(e$$5){try{console.error(\"CloudFlare badge code could not be loaded. \"+e$$5.message)}catch(e$$6){}};\n\t\t//]]>\n\t\t</script>\n\t\t</span>\n\t\t©<%- (new Date()).getFullYear() %> bSHARES.co <br/>\n\t\tupdated <%= @site.date.toISOString() %> - <a href=\"http://bshares.co/privacy/\">Privacy</a> - <a target=\"_blank\" href=\"https://github.com/MassDistributionMedia/bshares.docpad\">GitHub</a>\n\t</div>\n</div>\n\n\t<!-- Scripts -->\n\t<%- @getBlock('scripts').add(@site.scripts).toHTML() %>\n</body>\n</html>\n",
"tags": null,
"render": false,
"write": false,
"writeSource": false,
"dynamic": false,
"title": null,
"name": "default.html",
"date": "2014-01-25T05:46:40.000Z",
"slug": "default",
"url": "/default.html",
"urls": [
"/default.html"
],
"ignored": false,
"standalone": false,
"referencesOthers": false,
"header": null,
"parser": null,
"body": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n\t<!-- Meta -->\n\t<meta charset=\"utf-8\" />\n\n\t<!-- Mobile viewport optimized: h5bp.com/viewport -->\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n\t<meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\" />\n\n\t<!-- Use the .htaccess and remove these lines to avoid edge case issues.\n\t More info: h5bp.com/i/378 -->\n\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\" />\n\n\t<!-- Our site title and description -->\n\t<title><%= @getPreparedTitle() %></title>\n\t<meta name=\"description\" content=\"<%= @getPreparedDescription() %>\" />\n\t<meta name=\"keywords\" content=\"<%= @getPreparedKeywords() %>\" />\n\t<meta name=\"author\" content=\"<%= @site.author or '' %>\" />\n\n\t<!-- Output DocPad produced meta elements -->\n\t<%- @getBlock('meta').toHTML() %>\n\n\t<link href='http://fonts.googleapis.com/css?family=Carrois+Gothic+SC' rel='stylesheet' type='text/css'>\n\t<!-- Icons -->\n <link rel=\"shortcut icon\" href=\"icons/favicon.ico\">\n <link rel=\"apple-touch-icon-precomposed\" sizes=\"144x144\" href=\"icons/apple-touch-icon-144-precomposed.png\">\n <link rel=\"apple-touch-icon-precomposed\" sizes=\"114x114\" href=\"icons/apple-touch-icon-114-precomposed.png\">\n <link rel=\"apple-touch-icon-precomposed\" sizes=\"72x72\" href=\"icons/apple-touch-icon-72-precomposed.png\">\n <link rel=\"apple-touch-icon-precomposed\" href=\"icons/apple-touch-icon-57-precomposed.png\">\n\n\t<!-- Shims: IE6-8 support of HTML5 elements -->\n\t<!--[if lt IE 9]>\n\t\t<script async src=\"http://html5shim.googlecode.com/svn/trunk/html5.js\"></script>\n\t<![endif]-->\n\n\t<!-- Styles -->\n\t<%- @getBlock('styles').add(@site.styles).toHTML() %>\n\t\n</head>\n<body>\n\n<!-- Markup -->\n<div class=\"content pure-g-r\">\n\t<div class=\"header pure-u-1\">\n\t\t<a href=\"http://bshares.co/what-is-bitcoin/\">\n\t\t<h1 id=\"headerLogo\" class=\"logo\"><i>b</i><strong>SHARES</strong></h1>\n\t\t</a>\n\t\t\n\t<%- @content %>\n\n\t\t</div>\n\t</div>\n\t<div class=\"footer pure-u-1\">\n\t\t<span class=\"right\">\n\t\t<script data-cfbadgetype=\"g\" data-cfbadgeskin=\"dkgray\" type=\"text/javascript\">\n\t\t//<![CDATA[\n\t\ttry{window.CloudFlare||function(){var a=window.document,b=a.createElement(\"script\"),a=a.getElementsByTagName(\"script\")[0];window.CloudFlare=[];b.type=\"text/javascript\";b.async=!0;b.src=\"//ajax.cloudflare.com/cdn-cgi/nexp/cloudflare.js\";a.parentNode.insertBefore(b,a)}(),CloudFlare.push(function(a){a([\"cloudflare/badge\"])})}catch(e$$5){try{console.error(\"CloudFlare badge code could not be loaded. \"+e$$5.message)}catch(e$$6){}};\n\t\t//]]>\n\t\t</script>\n\t\t</span>\n\t\t©<%- (new Date()).getFullYear() %> bSHARES.co <br/>\n\t\tupdated <%= @site.date.toISOString() %> - <a href=\"http://bshares.co/privacy/\">Privacy</a> - <a target=\"_blank\" href=\"https://github.com/MassDistributionMedia/bshares.docpad\">GitHub</a>\n\t</div>\n</div>\n\n\t<!-- Scripts -->\n\t<%- @getBlock('scripts').add(@site.scripts).toHTML() %>\n</body>\n</html>\n",
"rendered": false,
"contentRendered": null,
"contentRenderedWithoutLayouts": null,
"renderSingleExtensions": false,
"isLayout": true,
"meta": {}
},
{
"fullPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\src\\layouts\\page.html.eco",
"relativePath": "page.html.eco",
"basename": "page",
"outBasename": "page",
"extension": "eco",
"outExtension": "html",
"extensions": [
"html",
"eco"
],
"filename": "page.html.eco",
"fullDirPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\src\\layouts",
"outPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\out\\page.html",
"outDirPath": "c:\\Users\\Mikeumus\\Desktop\\MDM\\Projects\\MDM-Projects\\bshares.co\\Development\\Staging\\out",
"outFilename": "page.html",
"relativeOutPath": "page.html",
"relativeDirPath": ".",
"relativeOutDirPath": ".",
"relativeBase": "page",
"relativeOutBase": "page",
"contentType": "application/octet-stream",
"outContentType": "text/html",
"ctime": "2013-12-26T22:36:58.000Z",
"mtime": "2014-01-27T07:01:02.439Z",
"rtime": null,
"wtime": null,
"exists": true,
"encoding": "utf8",
"source": "---\nlayout: default\n---\n\n<div class=\"pure-u-1\">\n <article id=\"page\" class=\"page\">\n \t<h1><%= @document.title %></h1>\n \t<div class=\"page-content\"><%- @content %></div>\n </article>\n</div>\n",
"content": "<div class=\"pure-u-1\">\n <article id=\"page\" class=\"page\">\n \t<h1><%= @document.title %></h1>\n \t<div class=\"page-content\"><%- @content %></div>\n </article>\n</div>",
"tags": null,
"render": false,
"write": false,
"writeSource": false,
"dynamic": false,
"title": null,
"name": "page.html",
"date": "2013-12-26T22:36:58.000Z",
"slug": "page",
"url": "/page.html",
"urls": [
"/page.html"
],
"ignored": false,
"standalone": false,