Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandJogawade authored Dec 3, 2024
1 parent ce2d803 commit 8ed2aff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -365,10 +365,10 @@ <h3>Anand Jogawade</h3>
particlesJS('particles-js', {
"particles": {
"number": {
"value": 80,
"value": 50,
"density": {
"enable": true,
"value_area": 800
"value_area": 700
}
},
"color": {
Expand All @@ -390,7 +390,7 @@ <h3>Anand Jogawade</h3>
}
},
"opacity": {
"value": 0.5,
"value": 1.0,
"random": false,
"anim": {
"enable": false,
Expand All @@ -400,7 +400,7 @@ <h3>Anand Jogawade</h3>
}
},
"size": {
"value": 3,
"value": 4,
"random": true,
"anim": {
"enable": false,
Expand Down

0 comments on commit 8ed2aff

Please sign in to comment.