File tree 2 files changed +20
-2
lines changed
2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Ketty
2
2
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 )
3
5
Portfolio website inspired by Telefunken Ketty.
4
6
7
+ _ See [ Ketty v1] ( https://github.com/iafthab/ketty.v1 ) for older version._
8
+
5
9
## Tech Stack
6
10
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.
8
23
9
24
## Feedback
10
25
@@ -13,3 +28,7 @@ If you have any feedback, please reach out [here](mailto:
[email protected]
13
28
## Contributing
14
29
15
30
Contributions are always welcome!
31
+
32
+ ## Related
33
+
34
+ [ Ketty v1] ( https://github.com/iafthab/ketty.v1.git )
Original file line number Diff line number Diff line change @@ -2,6 +2,5 @@ export default {
2
2
plugins : {
3
3
tailwindcss : { } ,
4
4
autoprefixer : { } ,
5
- ...( process . env . NODE_ENV === "production" ? { cssnano : { } } : { } ) ,
6
5
} ,
7
6
} ;
You can’t perform that action at this time.
0 commit comments