Skip to content

Commit 01568c4

Browse files
authored
Merge pull request #24 from codegen-sh/codegen-cg-19009-improve-styles-ii
2 parents 960b488 + 02446d2 commit 01568c4

File tree

1 file changed

+28
-31
lines changed

1 file changed

+28
-31
lines changed

docs/index.html

Lines changed: 28 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@
6868
}
6969

7070
.critical-alert {
71-
background: linear-gradient(135deg, #d32f2f, #b71c1c);
71+
background: linear-gradient(135deg, #2d4a5a, #1e3a4a);
7272
padding: 30px;
7373
border-radius: 15px;
7474
margin: 30px 0;
75-
border-left: 8px solid #ff5722;
76-
box-shadow: 0 5px 20px rgba(211, 47, 47, 0.3);
75+
border-left: 8px solid #4ecdc4;
76+
box-shadow: 0 5px 20px rgba(78, 205, 196, 0.2);
7777
}
7878

7979
.critical-alert h3 {
@@ -94,12 +94,26 @@
9494
}
9595

9696
.critical-alert li::before {
97-
content: "🚨";
97+
content: "🔍";
9898
position: absolute;
9999
left: 0;
100100
top: 0;
101101
}
102102

103+
.view-more-link {
104+
color: #4ecdc4;
105+
text-decoration: none;
106+
font-size: 0.9rem;
107+
margin-left: 10px;
108+
opacity: 0.8;
109+
transition: opacity 0.3s ease;
110+
}
111+
112+
.view-more-link:hover {
113+
opacity: 1;
114+
text-decoration: underline;
115+
}
116+
103117
.evidence-grid {
104118
display: grid;
105119
grid-template-columns: 1fr;
@@ -502,35 +516,18 @@ <h2>Jeffrey Epstein Prison Video Analysis</h2>
502516
<div class="critical-alert">
503517
<h3>🎯 What our analysis reveals</h3>
504518
<ul>
505-
<li><strong>Professional editing software was used:</strong> The video was processed through Adobe Media Encoder 2024.0</li>
506-
<li><strong>Content was spliced together:</strong> Evidence shows multiple source files were combined</li>
507-
<li><strong>We found the exact edit point:</strong> 39 seconds of content was replaced at the 6h 36m mark</li>
508-
<li><strong>The original footage was altered:</strong> This breaks the chain of custody for evidence</li>
509-
<li><strong>The labeling is misleading:</strong> Despite being called "raw," this video underwent extensive editing</li>
519+
<li><strong>Professional editing software was used:</strong> The video was processed through Adobe Media Encoder 2024.0 <a href="#adobe-evidence" class="view-more-link">• view more</a></li>
520+
<li><strong>Content was spliced together:</strong> Evidence shows multiple source files were combined <a href="#splice-evidence" class="view-more-link">• view more</a></li>
521+
<li><strong>We found the exact edit point:</strong> 39 seconds of content was replaced at the 6h 36m mark <a href="#edit-point-evidence" class="view-more-link">• view more</a></li>
522+
<li><strong>The original footage was altered:</strong> This breaks the chain of custody for evidence <a href="#custody-evidence" class="view-more-link">• view more</a></li>
523+
<li><strong>The labeling is misleading:</strong> Despite being called "raw," this video underwent extensive editing <a href="#adobe-evidence" class="view-more-link">• view more</a></li>
510524
</ul>
511525
</div>
512526

513-
<div class="stats-grid">
514-
<div class="stat-card">
515-
<span class="stat-number">19.5</span>
516-
<div class="stat-label">GB Video File</div>
517-
</div>
518-
<div class="stat-card">
519-
<span class="stat-number">10.9</span>
520-
<div class="stat-label">Hours Duration</div>
521-
</div>
522-
<div class="stat-card">
523-
<span class="stat-number">6:36</span>
524-
<div class="stat-label">Splice Location</div>
525-
</div>
526-
<div class="stat-card">
527-
<span class="stat-number">5.0%</span>
528-
<div class="stat-label">Frame Size Change</div>
529-
</div>
530-
</div>
527+
531528

532529
<div class="evidence-grid">
533-
<div class="evidence-card">
530+
<div class="evidence-card" id="adobe-evidence">
534531
<h3>🔍 First, we can determine that the video was edited by professional editing software</h3>
535532
<p>The video's metadata contains unmistakable digital fingerprints from Adobe Media Encoder 2024.0, proving this "raw surveillance footage" was actually processed through professional video editing software:</p>
536533

@@ -554,7 +551,7 @@ <h4>📋 Here's what we found in the metadata</h4>
554551
</div>
555552
</div>
556553

557-
<div class="evidence-card">
554+
<div class="evidence-card" id="splice-evidence">
558555
<h3>⏰ Next, we can pinpoint exactly where the video was spliced</h3>
559556
<p>Adobe's editing software left behind precise timing data that allows us to calculate the exact moment where content was removed from the original footage:</p>
560557

@@ -578,7 +575,7 @@ <h4>🧮 How we decoded the timing data</h4>
578575
</div>
579576
</div>
580577

581-
<div class="evidence-card">
578+
<div class="evidence-card" id="edit-point-evidence">
582579
<h3>🎬 Finally, we can see visual proof of the editing in the video frames themselves</h3>
583580
<p>When we examine the individual frames around the calculated splice point, we find a telltale compression discontinuity that confirms our analysis:</p>
584581
<div class="command-block">
@@ -811,7 +808,7 @@ <h3>🚀 Run Your Own Analysis</h3>
811808
<a href="https://github.com/codegen-sh/forensic-analysis/archive/main.zip" class="cta-button">⬇️ Download Tools</a>
812809
</div>
813810

814-
<div class="evidence-card">
811+
<div class="evidence-card" id="custody-evidence">
815812
<h3>⚖️ Legal and Ethical Implications</h3>
816813
<p>This computational analysis reveals several concerning issues:</p>
817814
<ul style="margin-left: 20px; margin-top: 15px;">

0 commit comments

Comments
 (0)