Abid Ali Awan Codex commited on
Commit ·
54ef709
1
Parent(s): ed9b3cc
Add hero section explaining what NoticeCheck does
Browse filesUses existing CSS classes (hero, trust-note, shield) for consistent
styling. Shows the tagline, description, and trust note.
Co-authored-by: Codex <codex@openai.com>
- static/index.html +15 -0
static/index.html
CHANGED
|
@@ -41,6 +41,21 @@
|
|
| 41 |
</header>
|
| 42 |
|
| 43 |
<main>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
<section class="workspace" aria-labelledby="checkerTitle">
|
| 45 |
<div class="section-heading">
|
| 46 |
<div>
|
|
|
|
| 41 |
</header>
|
| 42 |
|
| 43 |
<main>
|
| 44 |
+
<section class="hero">
|
| 45 |
+
<div>
|
| 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="trust-note">
|
| 51 |
+
<span class="shield">!</span>
|
| 52 |
+
<div>
|
| 53 |
+
<strong data-i18n="trustTitle">Evidence, not verification</strong>
|
| 54 |
+
<p data-i18n="trustText">Get a plain-language risk assessment, visible warning signs, and safer next actions. Always confirm independently.</p>
|
| 55 |
+
</div>
|
| 56 |
+
</div>
|
| 57 |
+
</section>
|
| 58 |
+
|
| 59 |
<section class="workspace" aria-labelledby="checkerTitle">
|
| 60 |
<div class="section-heading">
|
| 61 |
<div>
|