Skip to content

Commit

Permalink
updated particles content box
Browse files Browse the repository at this point in the history
  • Loading branch information
SCSUCSCIClub committed Feb 12, 2017
1 parent 78b6f5d commit 982ead7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions mainpage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,9 @@ <h3 class="section-subheading text-muted">What is the SCSU Computer Science Club
</p>
</div>
<div class="col-md-4">
<span class="fa-stack fa-4x">
<div id="particles"></div>
</span>

<p class="text-muted">
Participating in the CSCI club enables you to meet many people in the field and develop long term friendships. It is likely to help you open doors in the future.
Expand Down
5 changes: 2 additions & 3 deletions mainpage/static/mainpage/css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mainpage/static/mainpage/js/particles.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ document.addEventListener('DOMContentLoaded', function () {
proximity:100,
minRadiusPct:1,
maxRadiusPct:2.2,
density:2500,
density:1500,
parallax:false,
});
//var intro = document.getElementById('intro');
Expand Down

0 comments on commit 982ead7

Please sign in to comment.