Skip to content

Commit 6727150

Browse files
committed
✨ Add Professional Logo & Avatar Placeholders
🎨 New SVG Assets: - Modern logo with 'M' brand mark and gradient - Professional avatar placeholder with person silhouette - Favicon in multiple sizes (32px, 192px, 512px) - PWA-ready icons for manifest.json 🔧 Implementation: - Created scalable SVG assets in /assets/images/ and /assets/icons/ - Updated logo references in navbar to use new SVG logo - Fixed broken image links with proper placeholders - Added favicon and manifest references to forms page - Created accessible forms.html page in root directory 🚀 Features: - Responsive SVG graphics that scale perfectly - Modern gradient design with brand colors (#6366f1 to #8b5cf6) - Professional avatar placeholder eliminates broken images - PWA-ready with proper manifest icons - Consistent branding across all pages 📱 Accessibility: - Proper alt text for all images - High contrast placeholders - Scalable vector graphics for crisp display on all devices
1 parent 1716059 commit 6727150

8 files changed

Lines changed: 593 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 15 additions & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 23 additions & 0 deletions
Loading

src-modern/assets/images/logo.svg

Lines changed: 25 additions & 0 deletions
Loading

src-modern/forms.html

Lines changed: 524 additions & 0 deletions
Large diffs are not rendered by default.

src-modern/templates/pages/forms.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Advanced Forms - Bootstrap Admin Template</title>
7+
<link rel="icon" type="image/svg+xml" href="/assets/icons/favicon.svg">
8+
<link rel="icon" type="image/png" href="/assets/icons/favicon.png">
9+
<link rel="manifest" href="/manifest.json">
710
<link rel="stylesheet" href="/styles/scss/main.scss">
811
<style>
912
.demo-section {

0 commit comments

Comments
 (0)