Skip to content

Devang47/simple-portfolio-with-particlejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Lighthouse score: Alt Text

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.

Available default themes:

  • Dark theme

Dark theme

  • White theme

White theme

  • Blue theme

Blue theme

  • Green theme

Green theme

How to change themes

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.

Contributors:

Devang Saklani

Licence:

MIT