Skip to content

Commit

Permalink
Fully remove particles (#17)
Browse files Browse the repository at this point in the history
# Reason for Change
The floaty particles that make up the background of the Ruby Central
ghost theme are not universally appreciated. This change fully removes
the particles.

## Description of Change
This is very similar to the changes proposed in
#15.

The only difference between the two changes is that this also removes
the 'hideParticles' Javascript that I added on #16.
  • Loading branch information
codyjamesbrooks authored Oct 16, 2023
1 parent 716a425 commit ce8d6b1
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 32 deletions.
Binary file removed assets/particles/bolt.48cc427e.png
Binary file not shown.
Binary file removed assets/particles/circle.516d0062.png
Binary file not shown.
Binary file removed assets/particles/cross.36a4f529.png
Binary file not shown.
Binary file removed assets/particles/gem.b79a3ee9.png
Binary file not shown.
15 changes: 0 additions & 15 deletions assets/particles/hadron.d57b1908.js

This file was deleted.

14 changes: 0 additions & 14 deletions assets/particles/hideParticles.js

This file was deleted.

Binary file removed assets/particles/squiggle.b04d753a.png
Binary file not shown.
3 changes: 0 additions & 3 deletions default.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@
section.addEventListener("click", handleClick);
});
</script>
<div id="particles" style="position: fixed; top: 0; z-index: -10"></div>
<script src="{{ asset "particles/hadron.d57b1908.js"}}"></script>
<script src="{{ asset "particles/hideParticles.js" }}"></script>
{{!-- Outputs important scripts - should always be included before closing body tag --}}
{{ghost_foot}}
</body>
Expand Down

0 comments on commit ce8d6b1

Please sign in to comment.