-
Notifications
You must be signed in to change notification settings - Fork 0
docs: 🛡️ brand consistency, live site link, responsive presentation #33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -346,6 +346,39 @@ | |
| margin-top: 20px; | ||
| } | ||
|
|
||
| /* hero + closing shield mark (replaces logo.png, consistent 🛡️ brand) */ | ||
| .hero-mark { | ||
| font-size: 96px; | ||
| line-height: 1; | ||
| margin-bottom: 18px; | ||
| filter: drop-shadow(0 10px 30px rgba(37, 99, 235, 0.35)); | ||
| animation: slideUp 0.8s ease-out 0.05s both; | ||
| } | ||
| .hero-title { | ||
| font-size: 5rem; | ||
| font-weight: 800; | ||
| letter-spacing: -0.03em; | ||
| margin: 0 0 14px; | ||
| background: linear-gradient(90deg, #2563EB, #7c3aed); | ||
| -webkit-background-clip: text; | ||
| background-clip: text; | ||
| -webkit-text-fill-color: transparent; | ||
| animation: slideUp 0.8s ease-out 0.1s both; | ||
| } | ||
| .hero-tag { | ||
| font-size: 1.5rem; | ||
| color: #444; | ||
| max-width: 640px; | ||
| margin: 0 auto; | ||
| animation: fadeIn 0.8s ease-out 0.3s both; | ||
| } | ||
| .close-mark { | ||
| font-size: 54px; | ||
| line-height: 1; | ||
| margin-bottom: 10px; | ||
| filter: drop-shadow(0 8px 20px rgba(37, 99, 235, 0.3)); | ||
| } | ||
|
|
||
| /* ── 1024px ───────────────────────────────── */ | ||
| @media (max-width: 1024px) { | ||
| .diagram { font-size: 0.9rem; padding: 20px; } | ||
|
|
@@ -360,6 +393,10 @@ | |
| h2 { font-size: 1.8rem; } | ||
| p { font-size: 1.1rem; } | ||
|
|
||
| .hero-mark { font-size: 72px; margin-bottom: 12px; } | ||
| .hero-title { font-size: 3.2rem; } | ||
| .hero-tag { font-size: 1.15rem; } | ||
|
|
||
| .split-screen { grid-template-columns: 1fr; gap: 12px; } | ||
|
|
||
| .slide { | ||
|
|
@@ -389,15 +426,11 @@ | |
| } | ||
| .slide-content { max-width: 100%; padding: 4px 0; margin-top: 0; } | ||
|
|
||
| /* Hero logo */ | ||
| img[src*="logo.png"] { | ||
| max-width: 240px !important; | ||
| max-height: 120px !important; | ||
| height: auto !important; | ||
| width: auto !important; | ||
| margin: 0 0 16px 0 !important; | ||
| object-fit: contain !important; | ||
| } | ||
| /* Hero shield mark */ | ||
| .hero-mark { font-size: 58px; margin-bottom: 10px; } | ||
| .hero-title { font-size: 2.4rem; } | ||
| .hero-tag { font-size: 0.95rem; } | ||
| .close-mark { font-size: 40px; } | ||
|
|
||
| img[src*="avatars.githubusercontent.com"] { | ||
| width: 55px !important; | ||
|
|
@@ -458,6 +491,21 @@ | |
| #slide8 .demo-output { max-height: 100px; font-size: 0.55rem; padding: 6px; margin: 4px 0; } | ||
| #slide8 .slide8-footer { display: none; } /* footer hidden on phones — panels say it all */ | ||
| } | ||
|
|
||
| /* ── landscape phones / short viewports ───── */ | ||
| @media (max-height: 520px) and (orientation: landscape) { | ||
| .slide { padding: 14px 26px; justify-content: center; } | ||
| .slide-content { padding: 4px 0; } | ||
| .hero-mark { font-size: 46px; margin-bottom: 6px; } | ||
| .hero-title { font-size: 2.2rem; margin-bottom: 6px; } | ||
| .hero-tag { font-size: 0.9rem; } | ||
| h1 { font-size: 2rem; margin-bottom: 12px; } | ||
| h2 { font-size: 1.5rem; margin-bottom: 12px; } | ||
| p { font-size: 0.9rem; margin: 6px 0; } | ||
| .badge { margin-bottom: 6px; } | ||
| .diagram, .code-block { margin: 10px 0; } | ||
| .controls { padding: 8px 16px; } | ||
| } | ||
| </style> | ||
| </head> | ||
| <body> | ||
|
|
@@ -493,8 +541,9 @@ | |
| <!-- SLIDE 1: HERO --> | ||
| <div class="slide active"> | ||
| <div class="slide-content"> | ||
| <img src="assets/logo.png" alt="Blindfold Logo" | ||
| style="height: 180px; margin-bottom: 30px; object-fit: contain;" /> | ||
| <div class="hero-mark">🛡️</div> | ||
| <h1 class="hero-title">Blindfold</h1> | ||
| <p class="hero-tag">Your AI agent can't leak the API key it never had.</p> | ||
|
|
||
| <div style="margin-top: 24px;"> | ||
| <div class="badge">Built on Terminal 3</div> | ||
|
|
@@ -878,8 +927,8 @@ <h2>What's Actually Protected</h2> | |
| <!-- SLIDE 12: CLOSING --> | ||
| <div class="slide"> | ||
| <div class="slide-content"> | ||
| <img src="assets/logo.png" alt="Blindfold Logo" | ||
| style="height: 90px; margin-bottom: 16px; object-fit: contain;" /> | ||
| <div class="close-mark">🛡️</div> | ||
| <h2 style="font-size: 2rem; margin-bottom: 10px;">Blindfold</h2> | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 2. Inline h2 breaks scaling In docs/index.html slide 12, the closing title uses an inline font-size: 2rem, so the existing responsive media-query rules that downsize h2 on phones/landscape won’t apply to this element. This makes the closing title ignore the intended responsive typography (inconsistent sizing vs other slides on small screens). Agent Prompt
|
||
|
|
||
| <p style="font-size: 1.3rem; color: #555; margin: 12px 0 16px; line-height: 1.5;"> | ||
| <em>The only durable fix is that the key is never in the agent's context.</em> | ||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1. Missing explain.md log entry
📘 Rule violation§ ComplianceAgent Prompt
ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools