Skip to content

Commit fe8d770

Browse files
committed
updating README.md
1 parent 9fd9f26 commit fe8d770

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

README.md

+20-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,25 @@
11
# Ketty
22

3+
[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)
4+
![Logo](https://repository-images.githubusercontent.com/744161730/31401996-e1d0-4221-86da-20fe8d293c80)
35
Portfolio website inspired by Telefunken Ketty.
46

7+
_See [Ketty v1](https://github.com/iafthab/ketty.v1) for older version._
8+
59
## Tech Stack
610

7-
TailwindCSS, TypeScript
11+
TailwindCSS, TypeScript, Vite
12+
13+
## Color Reference
14+
15+
| Color | Hex |
16+
| --------- | ---------------------------------------------------------------- |
17+
| Primary | ![#f54703](https://via.placeholder.com/10/f54703?text=+) #f54703 |
18+
| Secondary | ![#fdfbfd](https://via.placeholder.com/10/fdfbfd?text=+) #fdfbfd |
19+
| Accent | ![#ffc30b](https://via.placeholder.com/10/ffc30b?text=+) #ffc30b |
20+
| Accent #2 | ![#06b6d4](https://via.placeholder.com/10/06b6d4?text=+) #06b6d4 |
21+
22+
Yes, it is bright. May God have mercy on your eyes.
823

924
## Feedback
1025

@@ -13,3 +28,7 @@ If you have any feedback, please reach out [here](mailto:[email protected]
1328
## Contributing
1429

1530
Contributions are always welcome!
31+
32+
## Related
33+
34+
[Ketty v1](https://github.com/iafthab/ketty.v1.git)

postcss.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ export default {
22
plugins: {
33
tailwindcss: {},
44
autoprefixer: {},
5-
...(process.env.NODE_ENV === "production" ? { cssnano: {} } : {}),
65
},
76
};

0 commit comments

Comments
 (0)