Skip to content

Commit a27d2b4

Browse files
committed
Add icons and switch docs to public/icon.ico
Add new icon assets (icon.ico, icon.png, icon.svg) under docs/public and update docs/index.html to reference public/icon.ico for the favicon, logo, and hero image. The SVG provides a stylized 'S' monogram with gradients and a drop shadow; switching to an .ico improves cross-browser/favicon compatibility and centralizes static assets under docs/public.
1 parent 44a8b17 commit a27d2b4

4 files changed

Lines changed: 40 additions & 3 deletions

File tree

docs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
<link rel="preconnect" href="https://fonts.googleapis.com">
99
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1010
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono&display=swap" rel="stylesheet">
11-
<link rel="icon" type="image/svg+xml" href="icon.svg">
11+
<link rel="icon" type="image/svg+xml" href="public/icon.ico">
1212
</head>
1313
<body>
1414
<nav class="navbar">
1515
<div class="container navbar-inner">
1616
<div class="logo">
17-
<img src="icon.svg" alt="SQLite Studio Logo" class="logo-img">
17+
<img src="public/icon.ico" alt="SQLite Studio Logo" class="logo-img">
1818
<span class="logo-text">SQLite Studio</span>
1919
</div>
2020
<div class="nav-links">
@@ -28,7 +28,7 @@
2828
<header class="hero">
2929
<div class="hero-glow"></div>
3030
<div class="container hero-inner">
31-
<img src="icon.svg" alt="SQLite Studio" class="hero-icon">
31+
<img src="public/icon.ico" alt="SQLite Studio" class="hero-icon">
3232
<h1 class="hero-title">Manage SQLite with <span class="text-gradient">Precision</span>.</h1>
3333
<p class="hero-subtitle">A professional desktop application for managing and modeling SQLite databases, developed for developers by Michikaitsu.</p>
3434
<div class="hero-actions">

docs/public/icon.ico

18.5 KB
Binary file not shown.

docs/public/icon.png

40.2 KB
Loading

docs/public/icon.svg

Lines changed: 37 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)