My own website where you can get to know me and see my recent works! This project was bootstrapped with Create React App.
If you want to see the website live click on this Link here
Website is hosted on Netify! Check it out by yourself. Link here
Link here Thanks Creatype for sharing such an awesome icon!
It is gonna have some more slight updates focusing with additional projects. If there are any bugs please do let me know, will fix them asap :).
For programming I had used React with few additional external components/extensions, such as:
- Styled Components
- emailjs
- Swiper
- swiper/react
- react-transition-group
- router-dom
- react-icons
- global style
and fonts:
- RobotoMono Regular
- Montserrat SemiBold
- Montserrat Bold
Entire website uses just a few hexcodes of colors to make a consistent theme. These are:
- --dark-bg: #262626;
- --gray-1: #BCB4B4;
- --deep-dark: #1E1E1E;
- --gray-2: #363636;
- --white : white;
- --black: black;