Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<p align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="assets/branding/logo-dark.svg">
<source media="(prefers-color-scheme: light)" srcset="assets/branding/logo-light.svg">
<img alt="TextForge logo" src="assets/branding/logo-light.svg" width="360">
<source media="(prefers-color-scheme: dark)" srcset="Assets/branding/logo-dark.svg">
<source media="(prefers-color-scheme: light)" srcset="Assets/branding/logo-light.svg">
<img alt="TextForge logo" src="Assets/branding/logo-light.svg" width="360">
</picture>
</p>

Expand Down Expand Up @@ -93,7 +93,7 @@ TextForge enforces a one-directional dependency: client interfaces depend on the

```
TextForge/
├── assets/
├── Assets/
│ ├── branding/ # SVG logos (logo-dark.svg, logo-light.svg), icon.png
│ └── icons/ # Multi-res app-icon.ico, .icns, favicon.ico
├── src/
Expand Down
47 changes: 0 additions & 47 deletions docs/assets/branding/file.py

This file was deleted.

19 changes: 0 additions & 19 deletions docs/assets/branding/icon-dark.svg

This file was deleted.

22 changes: 0 additions & 22 deletions docs/assets/branding/icon-square.svg

This file was deleted.

19 changes: 0 additions & 19 deletions docs/assets/branding/icon-window.svg

This file was deleted.

Binary file removed docs/assets/branding/icon.png
Binary file not shown.
19 changes: 0 additions & 19 deletions docs/assets/branding/icon.svg

This file was deleted.

24 changes: 0 additions & 24 deletions docs/assets/branding/logo-dark.svg

This file was deleted.

24 changes: 0 additions & 24 deletions docs/assets/branding/logo-light.svg

This file was deleted.

Binary file removed docs/assets/icons/app-icon.icns
Binary file not shown.
Binary file removed docs/assets/icons/app-icon.ico
Binary file not shown.
Binary file removed docs/assets/icons/favicon.ico
Binary file not shown.
Binary file removed docs/assets/icons/icon-192.png
Binary file not shown.
Binary file removed docs/assets/icons/icon-512.png
Binary file not shown.
Binary file removed docs/assets/preview/banner.png
Binary file not shown.
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>TextForge — Modular Document Engine</title>
<link rel="icon" type="image/x-icon" href="./assets/icons/favicon.ico" />
<link rel="icon" type="image/x-icon" href="../Assets/icons/favicon.ico" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap" rel="stylesheet">
Expand Down Expand Up @@ -290,7 +290,7 @@
<div class="container">
<nav>
<a href="#" class="brand">
<img src="./assets/branding/icon-dark.svg" alt="TextForge Icon" class="brand-logo" />
<img src="../Assets/branding/icon-dark.svg" alt="TextForge Icon" class="brand-logo" />
<span>TextForge</span>
</a>
<ul class="nav-links">
Expand All @@ -307,7 +307,7 @@
<main>
<!-- Hero Section -->
<section class="hero container">
<img src="./assets/branding/icon-square.svg" alt="TextForge" class="hero-icon" />
<img src="../Assets/branding/icon-square.svg" alt="TextForge" class="hero-icon" />
<br/>
<div class="badge">Next-Gen Document Engineering</div>
<h1>Build structured documents.<br><span>Render anywhere with confidence.</span></h1>
Expand Down
47 changes: 0 additions & 47 deletions src/TextForge.Desktop/Assets/branding/file.py

This file was deleted.

19 changes: 0 additions & 19 deletions src/TextForge.Desktop/Assets/branding/icon-dark.svg

This file was deleted.

22 changes: 0 additions & 22 deletions src/TextForge.Desktop/Assets/branding/icon-square.svg

This file was deleted.

19 changes: 0 additions & 19 deletions src/TextForge.Desktop/Assets/branding/icon-window.svg

This file was deleted.

Binary file removed src/TextForge.Desktop/Assets/branding/icon.png
Binary file not shown.
19 changes: 0 additions & 19 deletions src/TextForge.Desktop/Assets/branding/icon.svg

This file was deleted.

24 changes: 0 additions & 24 deletions src/TextForge.Desktop/Assets/branding/logo-dark.svg

This file was deleted.

Loading
Loading