frontend: added Experience, Interests, and projects section
This commit is contained in:
10
frontend/src/constants.tsx
Normal file
10
frontend/src/constants.tsx
Normal file
@ -0,0 +1,10 @@
|
||||
export const COLORS = {
|
||||
PRIMARY: 'text-blue-900',
|
||||
DARK_PRIMARY: 'dark:text-amber-50',
|
||||
TEXT: 'text-gray-700',
|
||||
DARK_TEXT: 'dark:text-gray-300',
|
||||
BORDER: 'border-blue-900',
|
||||
DARK_BORDER: 'border-blue-900',
|
||||
}
|
||||
|
||||
export const EMAIL = 'taqitahmid@gmail.com'
|
||||
Reference in New Issue
Block a user