Abid Ali Awan Codex commited on
Commit ·
277295b
1
Parent(s): fb8ab7d
Replace feature list with hero image
Browse filesRemove feature bullets, add hero.png on the right column.
Co-authored-by: Codex <codex@openai.com>
- static/index.html +3 -5
- static/styles.css +6 -12
static/index.html
CHANGED
|
@@ -46,11 +46,9 @@
|
|
| 46 |
<p class="eyebrow" data-i18n="heroEyebrow">Pause. Inspect. Decide.</p>
|
| 47 |
<h1><span data-i18n="heroTitle">Look twice before you</span> <span data-i18n="heroSafe">trust it.</span></h1>
|
| 48 |
<p class="hero-text" data-i18n="heroText">NoticeCheck reviews suspicious messages and screenshots for pressure tactics, unsafe requests, and scam warning signs.</p>
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
<li><span class="feature-icon">✓</span> <span data-i18n="featureSteps">Safer next steps to take</span></li>
|
| 53 |
-
</ul>
|
| 54 |
</div>
|
| 55 |
</section>
|
| 56 |
|
|
|
|
| 46 |
<p class="eyebrow" data-i18n="heroEyebrow">Pause. Inspect. Decide.</p>
|
| 47 |
<h1><span data-i18n="heroTitle">Look twice before you</span> <span data-i18n="heroSafe">trust it.</span></h1>
|
| 48 |
<p class="hero-text" data-i18n="heroText">NoticeCheck reviews suspicious messages and screenshots for pressure tactics, unsafe requests, and scam warning signs.</p>
|
| 49 |
+
</div>
|
| 50 |
+
<div class="hero-art">
|
| 51 |
+
<img src="/static/hero.png" alt="NoticeCheck preview" class="hero-image">
|
|
|
|
|
|
|
| 52 |
</div>
|
| 53 |
</section>
|
| 54 |
|
static/styles.css
CHANGED
|
@@ -96,18 +96,12 @@ h1 > span:last-child { color: #fda4af; }
|
|
| 96 |
.trust-note p { margin: 0; color: #d9d7f5; font-size: 14px; line-height: 1.55; }
|
| 97 |
.trust-note strong, .trust-note p span { display: block; }
|
| 98 |
.trust-note strong { margin-bottom: 3px; color: #fff; font-size: 15px; }
|
| 99 |
-
.hero-
|
| 100 |
-
|
| 101 |
-
|
| 102 |
-
|
| 103 |
-
|
| 104 |
-
|
| 105 |
-
font-size: 16px; color: #e4e2ff;
|
| 106 |
-
}
|
| 107 |
-
.feature-icon {
|
| 108 |
-
width: 32px; height: 32px; display: grid; place-items: center;
|
| 109 |
-
border-radius: 10px; background: rgba(251,113,133,.18); color: #fda4af;
|
| 110 |
-
font-weight: 900; font-size: 16px; flex-shrink: 0;
|
| 111 |
}
|
| 112 |
.shield {
|
| 113 |
width: 36px; height: 36px; border-radius: 11px; display: grid; place-items: center;
|
|
|
|
| 96 |
.trust-note p { margin: 0; color: #d9d7f5; font-size: 14px; line-height: 1.55; }
|
| 97 |
.trust-note strong, .trust-note p span { display: block; }
|
| 98 |
.trust-note strong { margin-bottom: 3px; color: #fff; font-size: 15px; }
|
| 99 |
+
.hero-art {
|
| 100 |
+
display: flex; align-items: center; justify-content: center;
|
| 101 |
+
}
|
| 102 |
+
.hero-image {
|
| 103 |
+
max-width: 100%; height: auto; border-radius: 16px;
|
| 104 |
+
box-shadow: 0 25px 60px rgba(0,0,0,.3);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 105 |
}
|
| 106 |
.shield {
|
| 107 |
width: 36px; height: 36px; border-radius: 11px; display: grid; place-items: center;
|