-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
721 lines (712 loc) · 36.7 KB
/
Copy pathindex.html
File metadata and controls
721 lines (712 loc) · 36.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8"/>
<meta content="width=device-width,initial-scale=1" name="viewport"/>
<title>Who Hung the Veil Back Up? | Project Unveiled</title>
<meta content="Jesus tore the barrier open. Project Unveiled follows the evidence through faith, history, power, canon, and the open door—free to read and open to correction." name="description"/>
<meta content="Robert J. Hayes" name="author"/>
<meta content="index,follow,max-image-preview:large,max-snippet:-1,max-video-preview:-1" name="robots"/>
<link href="https://bobsome1.com/" rel="canonical"/>
<meta content="website" property="og:type"/>
<meta content="Project Unveiled" property="og:site_name"/>
<meta content="Who Hung the Veil Back Up? | Project Unveiled" property="og:title"/>
<meta content="Jesus tore the barrier open. Follow the evidence through faith, history, power, canon, and the open door." property="og:description"/>
<meta content="https://bobsome1.com/" property="og:url"/>
<meta content="https://bobsome1.com/images/project-unveiled.jpg" property="og:image"/>
<meta content="Project Unveiled symbolic artwork" property="og:image:alt"/>
<meta content="summary_large_image" name="twitter:card"/>
<meta content="Who Hung the Veil Back Up? | Project Unveiled" name="twitter:title"/>
<meta content="Jesus tore the barrier open. Follow the evidence through faith, history, power, canon, and the open door." name="twitter:description"/>
<meta content="https://bobsome1.com/images/project-unveiled.jpg" name="twitter:image"/>
<meta content="#050403" name="theme-color"/>
<link href="/sitemap.xml" rel="sitemap" type="application/xml"/>
<style>
:root{
--bg:#050403;
--bg2:#0b0906;
--panel:#11100d;
--panel2:#18130b;
--gold:#d7ad51;
--gold2:#f4d77c;
--cream:#fff3d7;
--text:#eee4cf;
--muted:#b9ad95;
--line:rgba(215,173,81,.34);
--shadow:0 24px 70px rgba(0,0,0,.42);
--max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
margin:0;
color:var(--text);
background:
radial-gradient(circle at 50% -15%,rgba(215,173,81,.20),transparent 34rem),
linear-gradient(180deg,#080604,var(--bg) 55%);
font-family:Arial,Helvetica,sans-serif;
line-height:1.65;
}
img{max-width:100%;display:block}
a{color:inherit}
button,input{font:inherit}
.skip-link{
position:fixed;left:1rem;top:-5rem;z-index:9999;
padding:.8rem 1rem;background:var(--gold2);color:#111;font-weight:800;
}
.skip-link:focus{top:1rem}
.announcement{
position:relative;z-index:1001;
padding:.72rem 1rem;
border-bottom:1px solid var(--line);
color:#16110a;background:linear-gradient(90deg,#b88934,var(--gold2),#b88934);
text-align:center;font-size:.78rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase;
}
.announcement a{text-decoration:none}
.site-header{
position:sticky;top:0;z-index:1000;
border-bottom:1px solid var(--line);
background:rgba(5,4,3,.94);
backdrop-filter:blur(14px);
}
.container{width:min(var(--max),calc(100% - 2rem));margin:auto}
.nav{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:1rem}
.brand{
text-decoration:none;font-family:Georgia,"Times New Roman",serif;
font-size:1.03rem;font-weight:900;letter-spacing:.11em;
}
.brand span{color:var(--gold2)}
.nav-links{display:flex;align-items:center;justify-content:flex-end;gap:.25rem;flex-wrap:wrap}
.nav-links a{
padding:.65rem .72rem;border-radius:4px;text-decoration:none;
color:var(--muted);font-size:.82rem;font-weight:800;
}
.nav-links a:hover,.nav-links a:focus-visible{color:var(--gold2);background:rgba(215,173,81,.09)}
.nav-links .nav-read{color:#16110a;background:var(--gold2)}
.nav-links .nav-read:hover,.nav-links .nav-read:focus-visible{color:#16110a;background:#ffe99e}
main{overflow:hidden}
.hero{padding:6rem 0 4.5rem}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.75fr);gap:4rem;align-items:center}
.kicker,.eyebrow{
color:var(--gold2);font-size:.75rem;font-weight:900;letter-spacing:.18em;text-transform:uppercase;
}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif}
h1{
max-width:900px;margin:.65rem 0 1.25rem;color:var(--cream);
font-size:clamp(3.2rem,8vw,6.8rem);line-height:.92;letter-spacing:-.045em;
}
h1 .gold,h2 .gold{color:var(--gold2)}
.hero-lead{max-width:760px;margin:0 0 1.6rem;color:#d8ccb4;font-size:clamp(1.05rem,2vw,1.26rem)}
.hero-trust{max-width:760px;margin:1rem 0 0;color:var(--muted);font-size:.83rem;font-weight:800;letter-spacing:.035em}
.hero-actions,.cta-actions{display:flex;gap:.8rem;flex-wrap:wrap}
.button{
display:inline-flex;align-items:center;justify-content:center;min-height:50px;
padding:.83rem 1.15rem;border:1px solid var(--gold);
border-radius:5px;color:#171108;background:linear-gradient(180deg,#f7db86,#c9973d);
text-decoration:none;font-size:.82rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase;
box-shadow:0 10px 26px rgba(215,173,81,.16);
}
.button:hover,.button:focus-visible{transform:translateY(-1px);filter:brightness(1.06)}
.button.secondary{color:var(--cream);background:rgba(215,173,81,.04);box-shadow:none}
.button.ghost{border-color:rgba(255,255,255,.18);color:var(--muted);background:transparent;box-shadow:none}
.hero-art{
position:relative;padding:12px;border:1px solid var(--line);background:#090704;box-shadow:var(--shadow);display:flex;align-items:center;justify-content:center;
}
.hero-art::before{
position:absolute;inset:12px;border:1px solid rgba(244,215,124,.28);content:"";pointer-events:none;
}
.hero-art img{width:100%;height:auto;max-height:760px;object-fit:contain;object-position:center;margin:auto;filter:contrast(1.06) saturate(.9)}
.art-note{margin:.7rem 0 0;color:#8f846f;font-size:.73rem;text-align:center}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:2.4rem;border:1px solid var(--line);background:var(--line)}
.stat{padding:1.25rem;background:rgba(9,7,4,.96)}
.stat strong{display:block;color:var(--gold2);font:900 2rem/1 Georgia,"Times New Roman",serif}
.stat span{display:block;margin-top:.45rem;color:var(--muted);font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
section{padding:5rem 0}
.section-dark{border-top:1px solid rgba(215,173,81,.12);border-bottom:1px solid rgba(215,173,81,.12);background:rgba(0,0,0,.19)}
.section-heading{max-width:820px;margin-bottom:2rem}
.section-heading h2{margin:.45rem 0 .75rem;color:var(--cream);font-size:clamp(2.1rem,5vw,4rem);line-height:1}
.section-heading p{margin:0;color:var(--muted);font-size:1.02rem}
.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.card{
position:relative;padding:1.45rem;border:1px solid var(--line);
background:linear-gradient(145deg,rgba(215,173,81,.07),transparent 48%),var(--panel);
box-shadow:0 16px 44px rgba(0,0,0,.22);
}
.card-number,.status{
color:var(--gold);font-size:.7rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase;
}
.card h3{margin:.55rem 0 .65rem;color:var(--cream);font-size:1.35rem;line-height:1.17}
.card p{margin:0;color:var(--muted);font-size:.94rem}
.card-link{display:block;margin-top:1rem;color:var(--gold2);font-size:.79rem;font-weight:900;text-decoration:none;text-transform:uppercase;letter-spacing:.06em}
.card-link::after{content:" →"}
.reader-system{
display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:1rem;
}
.reader-panel{
padding:2rem;border:1px solid var(--gold);background:
radial-gradient(circle at 90% 0,rgba(215,173,81,.20),transparent 22rem),var(--panel);
box-shadow:var(--shadow);
}
.reader-panel h2{margin:.45rem 0 .8rem;color:var(--cream);font-size:clamp(2rem,4vw,3.3rem);line-height:1.02}
.reader-panel p{color:var(--muted)}
.feature-list{display:grid;gap:.75rem}
.feature{
padding:1rem;border-left:3px solid var(--gold);background:rgba(215,173,81,.05)
}
.feature strong{display:block;color:var(--cream)}
.feature span{color:var(--muted);font-size:.9rem}
.quote{
margin:0;padding:2rem;border:1px solid var(--line);background:var(--panel);
color:var(--cream);font:700 clamp(1.4rem,3vw,2.2rem)/1.35 Georgia,"Times New Roman",serif;
}
.quote cite{display:block;margin-top:1rem;color:var(--gold);font:800 .78rem/1 Arial,sans-serif;letter-spacing:.1em;text-transform:uppercase}
.cta{
padding:3rem;border:1px solid var(--gold);background:
radial-gradient(circle at 10% 20%,rgba(215,173,81,.18),transparent 22rem),
linear-gradient(135deg,#171109,#090704);
box-shadow:var(--shadow);
}
.cta h2{margin:.4rem 0 .8rem;color:var(--cream);font-size:clamp(2.1rem,5vw,4rem);line-height:1}
.cta p{max-width:780px;color:var(--muted)}
.chapter-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.chapter-card{
display:grid;grid-template-columns:54px 1fr;gap:1rem;padding:1.25rem;
border:1px solid var(--line);background:var(--panel);text-decoration:none;
}
.chapter-card:hover,.chapter-card:focus-visible{border-color:var(--gold2);background:#17130d}
.chapter-num{
display:grid;width:50px;height:50px;place-items:center;border:1px solid var(--gold);
border-radius:50%;color:var(--gold2);font:900 1rem Georgia,"Times New Roman",serif;
}
.chapter-card h3{margin:0 0 .42rem;color:var(--cream);font-size:1.16rem;line-height:1.2}
.chapter-card p{margin:0;color:var(--muted);font-size:.88rem}
.chapter-card .read-label{display:block;margin-top:.75rem;color:var(--gold2);font-size:.7rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.back-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.back-card{
display:block;padding:1.25rem;border:1px solid var(--line);background:var(--panel);text-decoration:none
}
.back-card:hover,.back-card:focus-visible{border-color:var(--gold2)}
.back-card h3{margin:.4rem 0;color:var(--cream);font-size:1.2rem}
.back-card p{margin:0;color:var(--muted);font-size:.88rem}
.search-wrap{
display:flex;gap:.75rem;align-items:center;margin:1.4rem 0 2rem;padding:1rem;
border:1px solid var(--line);background:var(--panel)
}
.search-wrap label{color:var(--gold2);font-size:.72rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.search-wrap input{
width:100%;padding:.85rem 1rem;border:1px solid rgba(255,255,255,.15);
border-radius:4px;color:var(--cream);background:#080604;outline:none
}
.search-wrap input:focus{border-color:var(--gold)}
.edition{
margin-top:2rem;padding:1.25rem;border-left:4px solid var(--gold);
background:rgba(215,173,81,.06);color:#d9ceb8
}
.edition strong{color:var(--cream)}
footer{padding:3rem 0;border-top:1px solid var(--line);color:#8f846f;background:#030302}
.footer-grid{display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:end}
.footer-title{color:var(--cream);font:900 1.2rem Georgia,"Times New Roman",serif}
.footer-links{display:flex;gap:.8rem;flex-wrap:wrap}
.footer-links a{color:var(--muted);font-size:.82rem}
.floating-read{
position:fixed;right:1rem;bottom:1rem;z-index:999;
display:inline-flex;align-items:center;gap:.55rem;padding:.8rem 1rem;
border:1px solid #f3d47d;border-radius:999px;
color:#171108;background:linear-gradient(180deg,#ffe69a,#c9973d);
box-shadow:0 16px 44px rgba(0,0,0,.45);
text-decoration:none;font-size:.72rem;font-weight:900;letter-spacing:.07em;text-transform:uppercase
}
.floating-read::before{content:"▶";font-size:.68rem}
@media(max-width:900px){
.hero{padding-top:4rem}
.hero-grid,.reader-system{grid-template-columns:1fr}
.hero-art{max-width:620px}
.stats{grid-template-columns:repeat(2,1fr)}
.grid,.back-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:680px){
.announcement{font-size:.66rem}
.nav{align-items:flex-start;padding:.75rem 0}
.nav-links{justify-content:flex-start}
.nav-links a{padding:.5rem .45rem;font-size:.72rem}
h1{font-size:clamp(3rem,17vw,5rem)}
.hero{padding:3.7rem 0 3rem}
section{padding:3.8rem 0}
.grid,.back-grid,.chapter-grid{grid-template-columns:1fr}
.stats{grid-template-columns:1fr 1fr}
.reader-panel,.cta{padding:1.45rem}
.footer-grid{grid-template-columns:1fr}
.floating-read{right:.65rem;bottom:.65rem}
}
@media(prefers-reduced-motion:reduce){
html{scroll-behavior:auto}
*,*::before,*::after{transition:none!important}
}
.timeline-button{
color:#171108;
background:linear-gradient(135deg,#fff0aa,#d7ad51 58%,#9a6d25);
box-shadow:0 10px 34px rgba(215,173,81,.26),inset 0 1px 0 rgba(255,255,255,.36);
}
.timeline-feature{
position:relative;
overflow:hidden;
border-top:1px solid var(--line);
border-bottom:1px solid var(--line);
background:
radial-gradient(circle at 78% 35%,rgba(215,173,81,.18),transparent 29rem),
linear-gradient(135deg,#080604,#151007 56%,#050403);
}
.timeline-feature::before{
position:absolute;inset:0;pointer-events:none;content:"";
background:repeating-linear-gradient(90deg,transparent 0,transparent 89px,rgba(215,173,81,.035) 90px);
}
.timeline-grid{
position:relative;
display:grid;
grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);
gap:4rem;
align-items:center;
}
.timeline-copy h2{
margin:.45rem 0 .9rem;
color:var(--cream);
font-size:clamp(2.5rem,6vw,5.25rem);
line-height:.96;
}
.timeline-copy>p{margin:0 0 1.4rem;color:var(--muted);font-size:1.04rem}
.timeline-list{display:grid;gap:.65rem;margin:1.4rem 0 1.6rem}
.timeline-list div{
display:grid;grid-template-columns:48px 1fr;align-items:center;gap:.8rem;
padding:.78rem .9rem;border-left:3px solid var(--gold);background:rgba(215,173,81,.055)
}
.timeline-list strong{
display:grid;width:42px;height:42px;place-items:center;border:1px solid var(--gold);
border-radius:50%;color:var(--gold2);font:900 .92rem Georgia,"Times New Roman",serif
}
.timeline-list span{color:var(--cream);font-size:.9rem;font-weight:800}
.timeline-preview{
position:relative;display:block;padding:1rem;border:1px solid var(--gold);
background:#050403;box-shadow:var(--shadow);text-decoration:none
}
.timeline-preview img{width:100%;aspect-ratio:16/10;object-fit:cover}
.timeline-preview span{
position:absolute;right:1.1rem;bottom:1.1rem;left:1.1rem;padding:.75rem .85rem;
border:1px solid rgba(215,173,81,.42);color:var(--cream);background:rgba(5,4,3,.86);
text-align:center;font-size:.66rem;font-weight:900;letter-spacing:.12em;backdrop-filter:blur(10px)
}
#book-system .grid{grid-template-columns:repeat(4,minmax(0,1fr))}
@media(max-width:1050px){
#book-system .grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:900px){
.timeline-grid{grid-template-columns:1fr}
.timeline-preview{max-width:680px}
}
@media(max-width:680px){
#book-system .grid{grid-template-columns:1fr}
}
@media(max-width:680px){
.hero-art img{max-height:none}
}
</style>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "WebSite",
"@id": "https://bobsome1.com/#website",
"url": "https://bobsome1.com/",
"name": "Project Unveiled",
"publisher": {
"@id": "https://bobsome1.com/#robert-j-hayes"
},
"inLanguage": "en-US",
"dateModified": "2026-07-20"
},
{
"@type": "Person",
"@id": "https://bobsome1.com/#robert-j-hayes",
"name": "Robert J. Hayes",
"url": "https://bobsome1.com/book/read/about-author.html"
},
{
"@type": "Book",
"@id": "https://bobsome1.com/book/#project-unveiled",
"name": "Project Unveiled",
"alternateName": "Project Unveiled: Tear the Veil. Seek the Truth. Return to the One.",
"author": {
"@id": "https://bobsome1.com/#robert-j-hayes"
},
"url": "https://bobsome1.com/book/read/",
"inLanguage": "en-US",
"bookFormat": "https://schema.org/EBook",
"isAccessibleForFree": true,
"datePublished": "2026",
"dateModified": "2026-07-20",
"description": "A truth-centered investigation of faith, history, inherited tradition, institutional power, evidence, and the difference between the Kingdom and the costume.",
"hasPart": [
{
"@type": "Chapter",
"position": 1,
"name": "Truth Is Not Afraid of Questions",
"url": "https://bobsome1.com/book/read/chapter-01.html"
},
{
"@type": "Chapter",
"position": 2,
"name": "The Way Before the Machine",
"url": "https://bobsome1.com/book/read/chapter-02.html"
},
{
"@type": "Chapter",
"position": 3,
"name": "When Rome Put Its Hand on the Cross",
"url": "https://bobsome1.com/book/read/chapter-03.html"
},
{
"@type": "Chapter",
"position": 4,
"name": "The Approved Shelf",
"url": "https://bobsome1.com/book/read/chapter-04.html"
},
{
"@type": "Chapter",
"position": 5,
"name": "Who Hung the Veil Back Up?",
"url": "https://bobsome1.com/book/read/chapter-05.html"
},
{
"@type": "Chapter",
"position": 6,
"name": "Having Eyes to See",
"url": "https://bobsome1.com/book/read/chapter-06.html"
},
{
"@type": "Chapter",
"position": 7,
"name": "The Traditions of Men",
"url": "https://bobsome1.com/book/read/chapter-07.html"
},
{
"@type": "Chapter",
"position": 8,
"name": "Sons and Daughters of the Light, Come Alive and Align with the One",
"url": "https://bobsome1.com/book/read/chapter-08.html"
},
{
"@type": "Chapter",
"position": 9,
"name": "The Prayer Was Never the Gate",
"url": "https://bobsome1.com/book/read/chapter-09.html"
},
{
"@type": "Chapter",
"position": 10,
"name": "Rightly Divide the Truth",
"url": "https://bobsome1.com/book/read/chapter-10.html"
},
{
"@type": "Chapter",
"position": 11,
"name": "Voices Beyond the Shelf",
"url": "https://bobsome1.com/book/read/chapter-11.html"
},
{
"@type": "Chapter",
"position": 12,
"name": "The Body Was Meant to Be Alive",
"url": "https://bobsome1.com/book/read/chapter-12.html"
},
{
"@type": "Chapter",
"position": 13,
"name": "Tear the Veil",
"url": "https://bobsome1.com/book/read/chapter-13.html"
},
{
"@type": "CreativeWork",
"name": "Project Unveiled Interactive Historical Timeline",
"url": "https://bobsome1.com/book/timeline.html",
"description": "An interactive visual timeline connecting ten historical milestones from the first-century Way through the 1945 Nag Hammadi discovery."
}
]
},
{
"@type": "CreativeWork",
"@id": "https://bobsome1.com/book/timeline.html#timeline",
"name": "Project Unveiled Interactive Historical Timeline",
"url": "https://bobsome1.com/book/timeline.html",
"author": {
"@id": "https://bobsome1.com/#robert-j-hayes"
},
"isPartOf": {
"@id": "https://bobsome1.com/book/#project-unveiled"
},
"inLanguage": "en-US",
"dateModified": "2026-07-20",
"description": "A ten-event interactive historical timeline with original generated cinematic reconstructions and connected research references."
}
]
}
</script>
<!-- PROJECT-UNVEILED-STRUCTURED-DATA-START -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "WebSite",
"@id": "https://bobsome1.com/#website",
"url": "https://bobsome1.com/",
"name": "Bobsome1.com",
"description": "Read Project Unveiled free online: 13 chapters, historical appendices, a Scripture index, works consulted, research standards, and public corrections.",
"inLanguage": "en-US",
"publisher": {
"@id": "https://bobsome1.com/#organization"
}
},
{
"@type": "Organization",
"@id": "https://bobsome1.com/#organization",
"name": "Bobsome1.com",
"url": "https://bobsome1.com/"
}
]
}
</script>
<!-- PROJECT-UNVEILED-STRUCTURED-DATA-END -->
<style id="project-unveiled-traffic-layer-styles">
/* PROJECT-UNVEILED-TRAFFIC-DONATION-LAYER */
.pu-support-footer{max-width:1100px;margin:18px auto 0;padding:14px 18px;border-top:1px solid rgba(215,173,81,.4);display:flex;gap:12px;justify-content:center;align-items:center;flex-wrap:wrap;font-family:Arial,sans-serif;font-size:14px}.pu-support-footer a{color:#f3d47d;text-decoration:underline;text-underline-offset:3px}.pu-support-footer span{color:#8d7b55}.pu-final-support-cta,.pu-reader-support-cta{max-width:980px;margin:34px auto;padding:26px;border:1px solid #d7ad51;background:linear-gradient(135deg,#15110b,#080706);color:#f4ead2;text-align:center;box-shadow:0 18px 55px rgba(0,0,0,.35)}.pu-final-support-cta h2,.pu-reader-support-cta h2{margin:.2rem 0 .7rem;color:#f3d47d;font-family:Georgia,"Times New Roman",serif}.pu-final-support-cta p,.pu-reader-support-cta p{max-width:760px;margin:.6rem auto}.pu-conversion-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:18px}.pu-conversion-actions a{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border:1px solid #d7ad51;background:#d7ad51;color:#090806!important;font-weight:800;text-decoration:none!important}.pu-conversion-actions a.secondary{background:transparent;color:#f3d47d!important}.pu-support-legal{font-size:13px;color:#bdb49f}.pu-support-float{position:fixed;right:15px;bottom:76px;z-index:9998;padding:10px 14px;border:1px solid #d7ad51;border-radius:999px;background:rgba(8,7,6,.95);color:#f3d47d!important;text-decoration:none!important;font:700 13px Arial,sans-serif;box-shadow:0 8px 28px rgba(0,0,0,.5)}@media(max-width:650px){.pu-final-support-cta,.pu-reader-support-cta{margin:24px 14px;padding:21px 16px}.pu-support-float{right:10px;bottom:68px;padding:9px 12px}}
</style>
</head>
<body>
<a class="skip-link" href="#main-content">Skip to main content</a>
<div class="announcement">
<a href="/book/read/chapter-01.html">Truth is not afraid of questions · Free to read · Sources visible · Corrections public</a>
</div>
<header class="site-header">
<div class="container nav">
<a class="brand" href="/"><span>PROJECT</span> UNVEILED</a>
<nav class="nav-links" aria-label="Primary navigation"><a href="/">Home</a><a href="/book/read/">Reader</a><a href="/book/">Book</a><a href="/book/timeline.html">Timeline</a><a href="/book/research.html">Research</a><a href="/book/updates.html">Updates</a><a href="/unveiled/">7-Day Journey</a><a href="/book/read/support-right-hand.html">Support</a></nav>
</div>
</header>
<main id="main-content">
<section class="hero">
<div class="container hero-grid">
<div>
<div class="kicker">For the believer who has felt the question—but feared asking it</div>
<h1>Who Hung the <span class="gold">Veil Back Up?</span></h1>
<p class="hero-lead">
Jesus tore the barrier open. So why do fear, performance, and inherited certainty
still keep people standing outside? Project Unveiled follows the evidence—and ends at an open door.
</p>
<div class="hero-actions">
<a class="button" href="/book/read/chapter-01.html#start-reading">Begin the 7-Minute Investigation</a>
<a class="button secondary" href="/book/research.html">Show Me the Evidence</a>
<a class="button timeline-button" href="/book/timeline.html">Experience the Timeline</a>
</div>
<p class="hero-trust">Free to read. Sources visible. Corrections public. Jesus is not being removed—He is the measure.</p>
<div aria-label="Project Unveiled reader statistics" class="stats">
<div class="stat"><strong>13</strong><span>Complete Chapters</span></div>
<div class="stat"><strong>5</strong><span>Research Appendices</span></div>
<div class="stat"><strong>22</strong><span>Works Consulted</span></div>
<div class="stat"><strong>Free</strong><span>Public Edition</span></div>
</div>
</div>
<div>
<div class="hero-art">
<img alt="Project Unveiled artwork symbolizing the tearing of the veil and the pursuit of truth" decoding="async" fetchpriority="high" height="1500" src="/images/project-unveiled.jpg" width="1200"/>
</div>
<p class="art-note">Project Unveiled symbolic artwork by Robert J. Hayes</p>
</div>
</div>
</section>
<section class="section-dark">
<div class="container reader-system">
<div class="reader-panel">
<div class="eyebrow">The Complete Reader System Is Live</div>
<h2>Not a landing page. <span class="gold">A complete public book.</span></h2>
<p>
Visitors can move directly from Chapter One through Chapter Thirteen, continue into the
ministry and author pages, inspect five appendices, review the Scripture index, and open
the works consulted. Every major page is linked directly for people and search engines.
</p>
<div class="hero-actions">
<a class="button" href="/book/read/">View the Full Table of Contents</a>
<a class="button secondary" href="/book/read/appendix-e.html">Review the Sources</a>
</div>
</div>
<div class="feature-list">
<div class="feature"><strong>Complete chapter chain</strong><span>Thirteen chapters with previous and next navigation.</span></div>
<div class="feature"><strong>Interactive historical timeline</strong><span>Ten visual milestones connect the first-century Way, Rome, Nicaea, canon history, and Nag Hammadi.</span></div>
<div class="feature"><strong>Reference accountability</strong><span>Scripture index, noncanonical text references, and works consulted.</span></div>
<div class="feature"><strong>Public correction path</strong><span>Readers can submit evidence, stronger sources, and factual corrections.</span></div>
</div>
</div>
</section>
<section class="timeline-feature" id="timeline">
<div class="container timeline-grid">
<div class="timeline-copy">
<div class="eyebrow">Interactive Historical Experience</div>
<h2>History Moves. <span class="gold">Step Through It.</span></h2>
<p>
Explore ten visual milestones from the first-century Way through Roman persecution,
the Edict of Milan, Nicaea, the destruction of Arius's writings, Athanasius's
Thirty-Ninth Festal Letter, state-backed Nicene orthodoxy, and the 1945 Nag Hammadi discovery.
</p>
<div aria-label="Timeline features" class="timeline-list">
<div><strong>10</strong><span>Interactive historical events</span></div>
<div><strong>10</strong><span>Original generated cinematic scenes</span></div>
<div><strong>1</strong><span>Connected source and appendix system</span></div>
</div>
<div class="hero-actions">
<a class="button" href="/book/timeline.html">Enter the Interactive Timeline</a>
<a class="button secondary" href="/book/read/appendix-c.html">Read Appendix C</a>
</div>
</div>
<a aria-label="Open the Project Unveiled interactive historical timeline" class="timeline-preview" href="/book/timeline.html">
<img alt="Generated cinematic reconstruction of bishops gathered at the Council of Nicaea" decoding="async" height="900" loading="lazy" src="/book/images/timeline/timeline-06-council-of-nicea.webp" width="1600"/>
<span>HISTORY MOVES · TEN VISUAL MILESTONES</span>
</a>
</div>
</section>
<section class="section-dark" id="question-files">
<div class="container">
<div class="section-heading">
<div class="eyebrow">Start With the Question People Actually Ask</div>
<h2>Open the <span class="gold">Evidence Files.</span></h2>
<p>Short, searchable investigations separate the surviving record from interpretation and open questions—then connect you to the full book.</p>
</div>
<div class="grid">
<article class="card"><div class="status">Question File 01</div><h3>What Did Nicaea Actually Decide?</h3><p>The creed, Arius, Easter, discipline, imperial power—and the Bible claim the council record does not support.</p><a class="card-link" href="/questions/what-did-nicaea-decide.html">Open the Nicaea File</a></article>
<article class="card"><div class="status">Question File 02</div><h3>Who Decided Which Books Belong in the Bible?</h3><p>Follow the shelf through circulation, disputed books, Athanasius, regional councils, and differing traditions.</p><a class="card-link" href="/questions/who-decided-bible-canon.html">Open the Canon File</a></article>
<article class="card"><div class="status">Evidence Desks</div><h3>Read the Claim Labels Inside the Book</h3><p>Chapters Three, Four, and Eleven now identify documented record, Project interpretation, disputed inference, and open questions.</p><a class="card-link" href="/book/read/chapter-03.html#chapter-three-evidence-title">Enter the Evidence Desk</a></article>
</div>
</div>
</section>
<section id="mission">
<div class="container">
<div class="section-heading">
<div class="eyebrow">Mission Statement</div>
<h2>Truth Is Not Afraid <span class="gold">of Questions.</span></h2>
<p>
Bobsome1.com exists to pursue truth without fear, test claims honestly, separate fact
from speculation, and help tear the veil between inherited assumptions and what can
actually be supported.
</p>
</div>
<div class="grid">
<article class="card"><div class="card-number">01</div><h3>Ask, Seek and Knock</h3><p>Honest inquiry is not rebellion. Questions can expose error and strengthen what survives examination.</p></article>
<article class="card"><div class="card-number">02</div><h3>Test the Shelf</h3><p>A canon, institution, tradition, approved text, or hidden text is not automatically identical to God.</p></article>
<article class="card"><div class="card-number">03</div><h3>Judge the Fruit</h3><p>Love, mercy, justice, humility, freedom, and faithfulness matter more than wealth, platform, or performance.</p></article>
</div>
</div>
</section>
<section class="section-dark" id="standards">
<div class="container">
<div class="section-heading">
<div class="eyebrow">Research Standards</div>
<h2>Evidence Before <span class="gold">Certainty.</span></h2>
<p>The credibility of Project Unveiled depends on making the line between evidence, interpretation, belief, inference, and speculation visible.</p>
</div>
<div class="grid">
<article class="card"><div class="status">Facts</div><h3>Documented as Facts</h3><p>Historical claims are tied to identifiable sources and presented in context.</p></article>
<article class="card"><div class="status">Interpretation</div><h3>Labeled Clearly</h3><p>Theological positions and reasonable inferences are not presented as unquestionable proof.</p></article>
<article class="card"><div class="status">Uncertainty</div><h3>Admitted Openly</h3><p>Disputed, unknown, probable, possible, and unsupported remain valid conclusions.</p></article>
<article class="card"><div class="status">Sources</div><h3>Primary Material First</h3><p>Ancient texts, official records, manuscripts, and identifiable historical documents receive priority.</p></article>
<article class="card"><div class="status">Disagreement</div><h3>Major Positions Represented</h3><p>Qualified disagreement belongs on the page rather than being quietly removed.</p></article>
<article class="card"><div class="status">Corrections</div><h3>Errors Corrected Openly</h3><p>Meaningful revisions should be identified rather than hidden or defended.</p></article>
</div>
</div>
</section>
<section id="book-system">
<div class="container">
<div class="section-heading">
<div class="eyebrow">Everything in One Public System</div>
<h2>Read the Message. <span class="gold">Check the Record.</span></h2>
<p>The book, research support, references, ministry statement, author information, and correction process are all directly connected.</p>
</div>
<div class="grid">
<article class="card"><div class="status">Book</div><h3>Thirteen Complete Chapters</h3><p>Start at the opening question and continue through the final call to tear the veil.</p><a class="card-link" href="/book/read/chapter-01.html">Begin Chapter One</a></article>
<article class="card"><div class="status">Appendices</div><h3>Historical and Textual Support</h3><p>Review the approved shelf, texts beyond it, the timeline, reference index, and bibliography.</p><a class="card-link" href="/book/read/appendix-a.html">Open Appendix A</a></article>
<article class="card"><div class="status">Timeline</div><h3>History Moves</h3><p>Step through ten interactive historical moments with original generated cinematic scenes.</p><a class="card-link" href="/book/timeline.html">Enter the Timeline</a></article>
<article class="card"><div class="status">Reader</div><h3>Complete Table of Contents</h3><p>Every chapter and back-matter page is visible on one searchable reader index.</p><a class="card-link" href="/book/read/">Open Reader Home</a></article>
</div>
</div>
</section>
<section class="section-dark" id="support">
<div class="container reader-system">
<blockquote class="quote">
“Fear thou not; for I am with thee… I will uphold thee with the right hand of my righteousness.”
<cite>Isaiah 41:10, KJV</cite>
</blockquote>
<div class="reader-panel">
<div class="eyebrow">Support Right Hand Ministry</div>
<h2>Truth in print. <span class="gold">Love in action.</span></h2>
<p>Support may help with printing, distribution, research, education, technology, continued writing, outreach, and practical service.</p>
<div class="hero-actions">
<a class="button" href="https://paypal.me/Bobsome1975" rel="noopener noreferrer" target="_blank" data-pu-event="paypal_click">Support Through PayPal</a>
<a class="button secondary" href="/book/read/support-right-hand.html">Read the Ministry Statement</a>
</div>
<p class="edition">Personal support gifts are not represented as tax-deductible charitable donations unless formal tax-exempt status is established.</p>
</div>
</div>
</section>
<section>
<div class="container cta">
<div class="eyebrow">Questions, Sources and Corrections</div>
<h2>Bring the <span class="gold">evidence.</span></h2>
<p>Contact Robert J. Hayes regarding historical sources, factual corrections, publishing, ministry support, or collaboration.</p>
<div class="cta-actions">
<a class="button" href="/book/research.html#submit-correction">Submit Evidence or a Correction</a>
<a class="button secondary" href="/book/research.html">Review the Research Standards</a>
</div>
</div>
</section>
<section id="pu-signup" aria-labelledby="pu-signup-title" data-version="7.3.1">
<h2 id="pu-signup-title">Begin the 7-Day Unveiled Journey</h2>
<p>One truth, one Scripture, and one honest question each day for seven days—free.</p>
<div class="pu-signup-promise">We do not sell, rent, or trade your personal information. Ever.</div>
<form id="pu-signup-form" novalidate>
<div class="pu-signup-grid">
<div class="pu-signup-field"><label for="pu-first-name">First name</label><input id="pu-first-name" name="first_name" maxlength="80" autocomplete="given-name" required></div>
<div class="pu-signup-field"><label for="pu-email">Email address</label><input id="pu-email" name="email" type="email" maxlength="190" autocomplete="email" required></div>
<button class="pu-signup-button" type="submit">Send Me Day One</button>
</div>
<label class="pu-signup-consent"><input type="checkbox" name="consent" value="yes" required><span>I agree to receive the 7-Day Unveiled Journey and occasional Project Unveiled emails. I can unsubscribe at any time.</span></label>
<div class="pu-signup-hp" aria-hidden="true"><label>Website<input name="website" tabindex="-1" autocomplete="off"></label></div>
<input type="hidden" name="journey" value="7-day-unveiled">
<input type="hidden" name="consent_version" value="2026-07-v2">
<p class="pu-signup-small">We collect your first name, email address, signup time, source page, campaign tags, and privacy-safe abuse-prevention hashes. Read the <a href="/privacy.html">Privacy Policy</a>.</p>
<div class="pu-signup-status" role="status" aria-live="polite"></div>
</form>
</section>
</main>
<footer>
<div class="container footer-grid">
<div>
<div class="footer-title">Project Unveiled by Robert J. Hayes</div>
<div>Truth, evidence, honest questions, and the courage to seek.</div>
<div>© 2026 Bobsome1.com</div>
</div>
<nav aria-label="Footer navigation" class="footer-links">
<a href="/book/read/">Complete Reader</a>
<a href="/book/read/chapter-01.html">Chapter One</a>
<a href="/book/timeline.html">Timeline</a>
<a href="/book/read/appendix-e.html">Works Consulted</a>
<a href="/book/research.html#submit-correction">Corrections</a>
</nav>
</div>
<div class="pu-support-footer" aria-label="Project support and privacy links"><a href="/book/read/support-right-hand.html" data-pu-event="support_page_click">Support the Work</a><span aria-hidden="true">◆</span><a href="/privacy.html">Privacy</a></div>
</footer>
<a class="floating-read" href="/book/read/">Read the Complete Book</a>
<script id="project-unveiled-traffic-tracker" src="/project-unveiled-analytics/tracker.js?v=2" defer></script>
<a class="pu-support-float" href="/book/read/support-right-hand.html" data-pu-event="support_page_click" aria-label="Support Project Unveiled and Right Hand Ministry">Support the Work</a>
<!-- PU_READER_SIGNUP_START -->
<link rel="stylesheet" href="/book/signup-widget.css?v=731">
<script src="/book/signup-widget.js?v=8" defer></script>
<!-- PU_READER_SIGNUP_END -->
</body>
</html>