diff --git a/templates/README.md b/templates/README.md new file mode 100644 index 000000000..85d80407c --- /dev/null +++ b/templates/README.md @@ -0,0 +1,68 @@ +# SolFoundry Social Media Templates + +**Bounty #829** | 150,000 FNDRY + +--- + +## 5 Template Designs + +### 1. Classic (经典款) +- Logo 上方居中 +- 主标题大字 +- 底部 bounty 信息卡片 + +### 2. Split (分栏款) +- 左侧: 品牌图形 +- 右侧: 内容区域 + +### 3. Bold (大胆款) +- 全幅背景渐变 +- 超大标题文字 + +### 4. Card (卡片款) +- 圆角边框 +- 居中内容块 + +### 5. Minimal (简约款) +- 侧边装饰线条 +- 简洁文字排版 + +--- + +## 规格 + +- **Feed**: 1080x1080 px +- **Twitter Card**: 1200x675 px +- **背景**: 深色 (#0F172A) +- **主色**: Emerald (#10B981) +- **强调**: Magenta (#EC4899) +- **文字**: 白色 (#FFFFFF) + +--- + +## 文件结构 + +``` +templates/ +├── README.md +├── classic/ +│ ├── 1080x1080.png +│ └── 1200x675.png +├── split/ +├── bold/ +├── card/ +└── minimal/ +``` + +--- + +## 使用方式 + +1. 用 Photoshop/Figma/Canva 打开源文件 +2. 修改文字内容 +3. 导出 PNG +4. 发推! + +--- + +**Wallet:** 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU \ No newline at end of file diff --git a/templates/bold/1080x1080.png b/templates/bold/1080x1080.png new file mode 100644 index 000000000..71e9d0649 Binary files /dev/null and b/templates/bold/1080x1080.png differ diff --git a/templates/bold/1200x675.png b/templates/bold/1200x675.png new file mode 100644 index 000000000..37a453354 Binary files /dev/null and b/templates/bold/1200x675.png differ diff --git a/templates/card/1080x1080.png b/templates/card/1080x1080.png new file mode 100644 index 000000000..d00dd4deb Binary files /dev/null and b/templates/card/1080x1080.png differ diff --git a/templates/card/1200x675.png b/templates/card/1200x675.png new file mode 100644 index 000000000..31c9f8a7f Binary files /dev/null and b/templates/card/1200x675.png differ diff --git a/templates/classic/1080x1080.png b/templates/classic/1080x1080.png new file mode 100644 index 000000000..ce3e5d087 Binary files /dev/null and b/templates/classic/1080x1080.png differ diff --git a/templates/classic/1200x675.png b/templates/classic/1200x675.png new file mode 100644 index 000000000..1cd06d5a5 Binary files /dev/null and b/templates/classic/1200x675.png differ diff --git a/templates/minimal/1080x1080.png b/templates/minimal/1080x1080.png new file mode 100644 index 000000000..c13df1086 Binary files /dev/null and b/templates/minimal/1080x1080.png differ diff --git a/templates/minimal/1200x675.png b/templates/minimal/1200x675.png new file mode 100644 index 000000000..138cda829 Binary files /dev/null and b/templates/minimal/1200x675.png differ diff --git a/templates/split/1080x1080.png b/templates/split/1080x1080.png new file mode 100644 index 000000000..3a06726e3 Binary files /dev/null and b/templates/split/1080x1080.png differ diff --git a/templates/split/1200x675.png b/templates/split/1200x675.png new file mode 100644 index 000000000..537f2416b Binary files /dev/null and b/templates/split/1200x675.png differ