chore: fix md lint
Some checks failed
Rust CI / Security Audit (push) Has been cancelled
Rust CI / Check + Test + Lint (nightly) (push) Has been cancelled
Rust CI / Check + Test + Lint (stable) (push) Has been cancelled
Nickel Type Check / Nickel Type Checking (push) Has been cancelled

This commit is contained in:
Jesús Pérez 2026-01-11 23:19:08 +00:00
parent 959bfbcb3d
commit 32a4ba8ac6
Signed by: jesus
GPG Key ID: 9F243E355E0BC939
3 changed files with 23 additions and 17 deletions

View File

@ -25,7 +25,7 @@ This directory contains all visual branding assets for SecretumVault, including
## Naming Convention
Asset naming follows this pattern:
```
```text
secretumvault-[variant]-[style].svg
```

View File

@ -6,7 +6,10 @@
## Overview
SecretumVault is a post-quantum cryptographic secrets management system designed for modern cloud infrastructure. The brand identity reflects security, innovation, and technical sophistication through a cohesive visual system combining vault imagery with quantum-inspired elements. This guide covers logo systems, color palettes, typography, usage guidelines, and practical integration examples.
SecretumVault is a post-quantum cryptographic secrets management system designed for modern cloud
infrastructure. The brand identity reflects security, innovation, and technical sophistication through a
cohesive visual system combining vault imagery with quantum-inspired elements. This guide covers logo
systems, color palettes, typography, usage guidelines, and practical integration examples.
---
@ -409,7 +412,7 @@ The SecretumVault logo employs a quantum theme that reflects the post-quantum cr
All branding assets are located in the project:
```
```text
secretumvault/
├── assets/
│ ├── logos/
@ -433,7 +436,9 @@ secretumvault/
## Interactive Asset Gallery
An interactive gallery with dark/light mode toggle, copy-to-clipboard functionality, and detailed specifications is available in `assets/branding/index.html`. This gallery displays all logo variants, color palettes, typography samples, and scalability tests.
An interactive gallery with dark/light mode toggle, copy-to-clipboard functionality, and detailed
specifications is available in `assets/branding/index.html`. This gallery displays all logo variants,
color palettes, typography samples, and scalability tests.
To view the gallery:
1. Open `assets/branding/index.html` in a web browser
@ -447,7 +452,7 @@ To view the gallery:
| Version | Date | Changes |
| --------- | ------ | --------- |
| 1.0 | 2025-12-22 | Initial brand guidelines consolidating logo systems, color palettes, typography, usage guidelines, integration examples, and practical implementation guidance |
| 1.0 | 2025-12-22 | Initial brand guidelines with logo systems, color palettes, typography, and integration examples |
---
@ -456,7 +461,7 @@ To view the gallery:
For branding questions or asset requests, refer to:
- Interactive Asset Gallery: `assets/branding/index.html`
- Project Architecture: `docs/secretumvault-complete-architecture.md`
- Asset Gallery: Open in browser for dark/light mode toggles and copy-to-clipboard functionality
- Asset Gallery: Open in browser for dark/light mode toggles and copy functionality
---

1
web-kill.sh Executable file
View File

@ -0,0 +1 @@
ps aux | grep typedialog-web | grep -v grep | awk '{print $2}' | xargs kill 2>/dev/null; sleep 1; echo "Killed"