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 8ed2aff commit 2b3951b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@
</header>

<!-- Banner Area -->
<div class="banner-area" id="home">
<p> <p> <div class="banner-area" id="home">
<div id="particles-js"></div>
<div class="welcome-text">
<div class="img-area">
Expand All @@ -357,18 +357,18 @@ <h3>Anand Jogawade</h3>
</span>
</a>
</div>
</div>
</div></p></p>

<!-- Particles.js Script -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/particles.min.js"></script>
<script>
particlesJS('particles-js', {
"particles": {
"number": {
"value": 50,
"value": 150,
"density": {
"enable": true,
"value_area": 700
"value_area": 800
}
},
"color": {
Expand All @@ -390,7 +390,7 @@ <h3>Anand Jogawade</h3>
}
},
"opacity": {
"value": 1.0,
"value": 0.5,
"random": false,
"anim": {
"enable": false,
Expand All @@ -400,7 +400,7 @@ <h3>Anand Jogawade</h3>
}
},
"size": {
"value": 4,
"value": 3,
"random": true,
"anim": {
"enable": false,
Expand Down

0 comments on commit 2b3951b

Please sign in to comment.