Skip to content
/ simple-portfolio Public template

A Simple but minimal portfolio template using React and GSAP.

License

Notifications You must be signed in to change notification settings

Devang47/simple-portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple but minimal Portfolio Website

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 (Feedbacks will be appreciated) Github repo: here

Update:

Particle JS is also now integrated in a clone of this project 🤩 and it is looking really good: Check it out live here: here

Github repo: here Partile js integrated

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