Skip to content

Commit 49a1417

Browse files
committed
client(Inputs): modified the input components and gave them a new look
1 parent e31b0be commit 49a1417

18 files changed

+97
-113
lines changed

README.md

Lines changed: 14 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,19 @@
2525

2626
<hr>
2727

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)
3041
- [🪁 Themes](#-themes)
3142
- [📚 Adding a new theme](#-adding-a-new-theme)
3243
- [🧠 Tips](#-tips)
@@ -39,20 +50,7 @@
3950

4051
<hr>
4152

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
5654
| Parameter | Example | Default value | Description|
5755
|---------- |---------|---------------|------------|
5856
| **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.
159157
</td>
160158
</tr>
161159

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-
189160
<tr>
190161
<td>
191162
<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">

client/build/asset-manifest.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/build/index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/build/static/css/main.454e330b.css

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/build/static/css/main.454e330b.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/build/static/css/main.f9eed45e.css

Lines changed: 0 additions & 4 deletions
This file was deleted.

client/build/static/css/main.f9eed45e.css.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

client/build/static/js/main.2447a062.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

client/build/static/js/main.3ecaabb1.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)