Skip to content

Commit 9215f6f

Browse files
iYassrclaude
andcommitted
Replace emoji icons with professional SVG icons on landing page
- OS download buttons: Apple, Windows, Linux logo SVGs - Feature cards: Lock, Wifi-off, Target, Document, Layers, Image SVGs 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent bfdc47c commit 9215f6f

File tree

1 file changed

+47
-6
lines changed

1 file changed

+47
-6
lines changed

docs/index.html

Lines changed: 47 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -570,32 +570,73 @@ <h2 class="section-title">Why maskr?</h2>
570570
<p class="section-subtitle">Privacy-first document sanitization for the modern world</p>
571571
<div class="features-grid">
572572
<div class="feature-card">
573-
<div class="feature-icon">🔒</div>
573+
<div class="feature-icon">
574+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
575+
<rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect>
576+
<path d="M7 11V7a5 5 0 0 1 10 0v4"></path>
577+
</svg>
578+
</div>
574579
<h3>100% Local Processing</h3>
575580
<p>All analysis happens on your device. No data ever leaves your machine, no cloud services involved.</p>
576581
</div>
577582
<div class="feature-card">
578-
<div class="feature-icon">🌐</div>
583+
<div class="feature-icon">
584+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
585+
<line x1="1" y1="1" x2="23" y2="23"></line>
586+
<path d="M16.72 11.06A10.94 10.94 0 0 1 19 12.55"></path>
587+
<path d="M5 12.55a10.94 10.94 0 0 1 5.17-2.39"></path>
588+
<path d="M10.71 5.05A16 16 0 0 1 22.58 9"></path>
589+
<path d="M1.42 9a15.91 15.91 0 0 1 4.7-2.88"></path>
590+
<path d="M8.53 16.11a6 6 0 0 1 6.95 0"></path>
591+
<line x1="12" y1="20" x2="12.01" y2="20"></line>
592+
</svg>
593+
</div>
579594
<h3>No Internet Required</h3>
580595
<p>Works completely offline. Perfect for air-gapped environments and sensitive data handling.</p>
581596
</div>
582597
<div class="feature-card">
583-
<div class="feature-icon">🎯</div>
598+
<div class="feature-icon">
599+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
600+
<circle cx="12" cy="12" r="10"></circle>
601+
<circle cx="12" cy="12" r="6"></circle>
602+
<circle cx="12" cy="12" r="2"></circle>
603+
</svg>
604+
</div>
584605
<h3>30+ Entity Types</h3>
585606
<p>Names (English & Arabic), emails, phones, SSNs, credit cards, Mada, IBANs, Saudi IDs, Iqama, DOB, MAC addresses, API keys, and more.</p>
586607
</div>
587608
<div class="feature-card">
588-
<div class="feature-icon">📄</div>
609+
<div class="feature-icon">
610+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
611+
<path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path>
612+
<polyline points="14 2 14 8 20 8"></polyline>
613+
<line x1="16" y1="13" x2="8" y2="13"></line>
614+
<line x1="16" y1="17" x2="8" y2="17"></line>
615+
<polyline points="10 9 9 9 8 9"></polyline>
616+
</svg>
617+
</div>
589618
<h3>Multiple Formats</h3>
590619
<p>Supports PDF, DOCX, XLSX, TXT, MD, CSV, HTML, and images with OCR.</p>
591620
</div>
592621
<div class="feature-card">
593-
<div class="feature-icon">🎨</div>
622+
<div class="feature-icon">
623+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
624+
<polygon points="12 2 2 7 12 12 22 7 12 2"></polygon>
625+
<polyline points="2 17 12 22 22 17"></polyline>
626+
<polyline points="2 12 12 17 22 12"></polyline>
627+
</svg>
628+
</div>
594629
<h3>Custom Keywords</h3>
595630
<p>Add your own names and keywords for project-specific detection with 100% confidence.</p>
596631
</div>
597632
<div class="feature-card">
598-
<div class="feature-icon">🖼️</div>
633+
<div class="feature-icon">
634+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
635+
<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect>
636+
<circle cx="8.5" cy="8.5" r="1.5"></circle>
637+
<polyline points="21 15 16 10 5 21"></polyline>
638+
</svg>
639+
</div>
599640
<h3>Logo Detection</h3>
600641
<p>Detect and remove company logos from DOCX files using perceptual hashing.</p>
601642
</div>

0 commit comments

Comments
 (0)