-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8ed2aff
commit 2b3951b
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"> | ||
|
@@ -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": { | ||
|
@@ -390,7 +390,7 @@ <h3>Anand Jogawade</h3> | |
} | ||
}, | ||
"opacity": { | ||
"value": 1.0, | ||
"value": 0.5, | ||
"random": false, | ||
"anim": { | ||
"enable": false, | ||
|
@@ -400,7 +400,7 @@ <h3>Anand Jogawade</h3> | |
} | ||
}, | ||
"size": { | ||
"value": 4, | ||
"value": 3, | ||
"random": true, | ||
"anim": { | ||
"enable": false, | ||
|