From d17564a9f26759a6ab93021c15ba1ed4b112939c Mon Sep 17 00:00:00 2001 From: Luong NGUYEN Date: Sat, 8 Nov 2025 00:41:46 +0100 Subject: [PATCH] Add custom SVG logo to Claude How To project MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Created a professional SVG logo for the project featuring: - Modern gradient design with code brackets symbol - Book/guide icon representing learning and documentation - "Claude How To" branding with subtitle - Decorative elements and professional color scheme Added logo to all major documentation files: - README.md - INDEX.md - QUICK_REFERENCE.md - claude_concepts_guide.md The logo provides consistent branding across the project and improves visual appeal on GitHub and other markdown viewers. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- INDEX.md | 2 ++ QUICK_REFERENCE.md | 2 ++ README.md | 2 +- claude-howto-logo.svg | 72 ++++++++++++++++++++++++++++++++++++++++ claude_concepts_guide.md | 2 ++ 5 files changed, 79 insertions(+), 1 deletion(-) create mode 100644 claude-howto-logo.svg diff --git a/INDEX.md b/INDEX.md index 3459e4e..2dc2d91 100644 --- a/INDEX.md +++ b/INDEX.md @@ -1,3 +1,5 @@ +![Claude How To](claude-howto-logo.svg) + # Claude Code Examples - Complete Index This document provides a complete index of all example files organized by feature type. diff --git a/QUICK_REFERENCE.md b/QUICK_REFERENCE.md index 04f5eb4..c74ad7d 100644 --- a/QUICK_REFERENCE.md +++ b/QUICK_REFERENCE.md @@ -1,3 +1,5 @@ +![Claude How To](claude-howto-logo.svg) + # Claude Code Examples - Quick Reference Card ## 🚀 Installation Quick Commands diff --git a/README.md b/README.md index 07c84e2..c82dd63 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Claude Logo +![Claude How To](claude-howto-logo.svg) # Claude How To diff --git a/claude-howto-logo.svg b/claude-howto-logo.svg new file mode 100644 index 0000000..9070f6b --- /dev/null +++ b/claude-howto-logo.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + </> + + + + + + + + + + + Claude How To + + + + + Complete Guide to Claude Code Features + + + + + + + + + + + diff --git a/claude_concepts_guide.md b/claude_concepts_guide.md index 7babc0f..0a5583c 100644 --- a/claude_concepts_guide.md +++ b/claude_concepts_guide.md @@ -1,3 +1,5 @@ +![Claude How To](claude-howto-logo.svg) + # Complete Guide to Claude Concepts A comprehensive reference guide covering Slash Commands, Subagents, Memory, MCP Protocol, and Agent Skills with tables, diagrams, and practical examples.