|
25 | 25 |
|
26 | 26 | <hr> |
27 | 27 |
|
28 | | -- [❓How do I create a card?](#how-do-i-create-a-card) |
29 | | -- [🔨 Query parameters](#-query-parameters) |
| 28 | +## 🖼️ Demo Website |
| 29 | +With this site, you can customize your card. |
| 30 | +[https://github-readme-tech-stack.vercel.app](https://github-readme-tech-stack.vercel.app) |
| 31 | + |
| 32 | +<img src="./screenshots/demo-site.png" alt=""> |
| 33 | + |
| 34 | +> **Warning** |
| 35 | +> If the site doesn't load and displays a full white screen, try it in incognito mode. |
| 36 | +
|
| 37 | +<hr> |
| 38 | + |
| 39 | +- [🖼️ Demo Website](#️-demo-website) |
| 40 | +- [🔧 Query parameters](#-query-parameters) |
30 | 41 | - [🪁 Themes](#-themes) |
31 | 42 | - [📚 Adding a new theme](#-adding-a-new-theme) |
32 | 43 | - [🧠 Tips](#-tips) |
|
39 | 50 |
|
40 | 51 | <hr> |
41 | 52 |
|
42 | | -## ❓How do I create a card? |
43 | | -Use [this](https://github-readme-tech-stack.vercel.app) website to customize a card for yourself. It's pretty straightforward. |
44 | | - |
45 | | -> **Note** |
46 | | -> These cards use [shields.io](https://shields.io/) badges under the hood. |
47 | | -
|
48 | | -> **Warning** |
49 | | -> If the site doesn't load and displays a full white screen, try it in incognito mode. |
50 | | -
|
51 | | -<hr> |
52 | | - |
53 | | -## 🔨 Query parameters |
54 | | -We suggest not editing the query parameters manually, use [our website](https://github-readme-tech-stack.vercel.app) instead. |
55 | | - |
| 53 | +## 🔧 Query parameters |
56 | 54 | | Parameter | Example | Default value | Description| |
57 | 55 | |---------- |---------|---------------|------------| |
58 | 56 | | **title** | `?title=My%20Custom%20Title` | My Tech Stack | The title of the card. %20 can be used as a space. | |
@@ -159,33 +157,6 @@ Here are the themes spread in a table. The card title is the name of the theme. |
159 | 157 | </td> |
160 | 158 | </tr> |
161 | 159 |
|
162 | | - <tr> |
163 | | - <td> |
164 | | - <img src="https://github-readme-tech-stack.vercel.app/api/cards?theme=hacker&title=hacker&lineCount=1&line1=node.js,node.js,auto;typescript,typescript,auto;express,express.js,auto"> |
165 | | - </td> |
166 | | - <td> |
167 | | - <img src="https://github-readme-tech-stack.vercel.app/api/cards?theme=android&title=android&lineCount=1&line1=node.js,node.js,auto;typescript,typescript,auto;express,express.js,auto"> |
168 | | - </td> |
169 | | - </tr> |
170 | | - |
171 | | - <tr> |
172 | | - <td> |
173 | | - <img src="https://github-readme-tech-stack.vercel.app/api/cards?theme=windows&title=windows&lineCount=1&line1=node.js,node.js,auto;typescript,typescript,auto;express,express.js,auto"> |
174 | | - </td> |
175 | | - <td> |
176 | | - <img src="https://github-readme-tech-stack.vercel.app/api/cards?theme=java&title=java&lineCount=1&line1=node.js,node.js,auto;typescript,typescript,auto;express,express.js,auto"> |
177 | | - </td> |
178 | | - </tr> |
179 | | - |
180 | | - <tr> |
181 | | - <td> |
182 | | - <img src="https://github-readme-tech-stack.vercel.app/api/cards?theme=halloween&title=halloween&lineCount=1&line1=node.js,node.js,auto;typescript,typescript,auto;express,express.js,auto"> |
183 | | - </td> |
184 | | - <td> |
185 | | - <img src="https://github-readme-tech-stack.vercel.app/api/cards?theme=christmas&title=christmas&lineCount=1&line1=node.js,node.js,auto;typescript,typescript,auto;express,express.js,auto"> |
186 | | - </td> |
187 | | - </tr> |
188 | | - |
189 | 160 | <tr> |
190 | 161 | <td> |
191 | 162 | <img src="https://github-readme-tech-stack.vercel.app/api/cards?theme=catppuccin_latte&title=catppuccin_latte&lineCount=1&line1=node.js,node.js,auto;typescript,typescript,auto;express,express.js,auto"> |
|
0 commit comments