Particle-js version of Simple portfolio project
Hi everyone, my name is Devang Saklani. I'm a Front-end Developer from India and I've recently built a Simple portfolio website using React and GSAP. Everyone can use this website and modify it in which ever way they want (no attributions necessary).
Check it out live here: here Github repo: here
I've also added few default themes but You can also make and add your own theme by making a simple CSS Class like:
.unique_theme {
--bg: #0c0f0a;
--primary: #f8f8f8;
--secondary: #d1d1d1;
--highlight: #41ead4;
--card: #ffffff08;
--icon-bg: #9e6e6e1a;
--icon-bg-hover: #ffffff1c;
}
and then add this Class to <body>
tag in index.html
.
- Dark theme
- White theme
- Blue theme
- Green theme
To change themes go to index.html
file and change the class of body tag to the theme name like:
<body class="green">
or
<body class="dark">
I know many things in this website can be improved, So if you wanna contribute just open a pull request.
MIT