Skip to content

Commit 64d9585

Browse files
author
github-actions-bot
committed
build: gh pages updated
0 parents  commit 64d9585

File tree

5,625 files changed

+84423
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

5,625 files changed

+84423
-0
lines changed

.nojekyll

Whitespace-only changes.

404.html

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
<!doctype html>
2+
<html class="no-js" lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
<title>
6+
tsParticles | 404 Not Found | JavaScript Particles, Confetti and Fireworks animations for your website
7+
</title>
8+
<link rel="shortcut icon" href="https://particles.js.org/tsParticles-64.png" />
9+
<meta
10+
name="description"
11+
content="tsParticles - Easily create highly customizable particles, confetti and fireworks animations and use them as animated backgrounds for your website. Ready to use components available for React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Inferno."
12+
/>
13+
<meta name="author" content="Matteo Bruni" />
14+
<meta
15+
name="keywords"
16+
content="html css javascript typescript particles js ts jsx tsx canvas confetti fireworks animations react vue angular svelte libraries how to create add"
17+
/>
18+
<meta name="apple-mobile-web-app-capable" content="yes" />
19+
<meta
20+
name="viewport"
21+
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"
22+
/>
23+
24+
<meta name="twitter:card" content="summary_large_image" />
25+
<meta name="twitter:creator" content="@HollowMatt_ITA" />
26+
<meta name="twitter:image:src" content="https://particles.js.org/images/demo2.png" />
27+
28+
<meta
29+
property="og:title"
30+
content="tsParticles - JavaScript Particles, Confetti and Fireworks animations for your website"
31+
/>
32+
<meta property="og:site_name" content="tsParticles" />
33+
<meta property="og:url" content="https://particles.js.org/" />
34+
<meta
35+
property="og:description"
36+
content="Easily create highly customizable particles, confetti and fireworks animations and use them as animated backgrounds for your website. Ready to use components available for React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Inferno."
37+
/>
38+
<meta property="og:image" content="https://particles.js.org/images/demo2.png" />
39+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
40+
<link
41+
rel="stylesheet"
42+
href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.13.0/css/all.min.css"
43+
integrity="sha256-h20CPZ0QyXlBuAw7A+KluUYx/3pK+c7lYEpqLTlxjYQ="
44+
crossorigin="anonymous"
45+
/>
46+
<link rel="stylesheet" href="/css/404.min.css" />
47+
<!-- GDPR Consent Manager -->
48+
<script defer src="/js/consent-manager.js"></script>
49+
<script defer src="/js/cookie-banner.js"></script>
50+
</head>
51+
52+
<body>
53+
<div class="container">
54+
<div class="overlay" id="tsparticles"></div>
55+
<div class="content">
56+
<div class="message">
57+
<p class="message-heading">Error 404</p>
58+
<p class="message-description">
59+
The page you are looking for was moved, removed, renamed or might never have existed.
60+
</p>
61+
</div>
62+
<div class="links">
63+
<a href="https://particles.js.org/"></a>
64+
</div>
65+
</div>
66+
<div class="social">
67+
<ul class="social-list">
68+
<li>
69+
<a href="https://github.com/matteobruni/tsparticles"><i class="fab fa-github"></i></a>
70+
</li>
71+
<li>
72+
<a href="https://codepen.io/matteobruni"><i class="fab fa-codepen"></i></a>
73+
</li>
74+
</ul>
75+
</div>
76+
</div>
77+
<script
78+
defer
79+
src="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.13.0/js/fontawesome.min.js"
80+
integrity="sha256-NP9NujdEzS5m4ZxvNqkcbxyHB0dTRy9hG13RwTVBGwo="
81+
crossorigin="anonymous"
82+
></script>
83+
<script defer src="https://cdn.jsdelivr.net/npm/tsparticles@3.8.1/tsparticles.bundle.min.js"></script>
84+
<script defer src="/js/404.min.js"></script>
85+
</body>
86+
</html>

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
particles.js.org

ads.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
google.com, pub-1784552607103901, DIRECT, f08c47fec0942fa0
2+
carbonads.com, CEAI6KJL, particlesjsorg

audio/explosion0.mp3

47.8 KB
Binary file not shown.

audio/explosion1.mp3

34.3 KB
Binary file not shown.

audio/explosion2.mp3

57.6 KB
Binary file not shown.

audio/nyancat-loop.mp3

423 KB
Binary file not shown.

configs/404.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"fullScreen": {
3+
"zIndex": -1
4+
},
5+
"particles": {
6+
"number": {
7+
"value": 50
8+
},
9+
"color": {
10+
"value": ["#3998D0", "#2EB6AF", "#A9BD33", "#FEC73B", "#F89930", "#F45623", "#D62E32", "#EB586E", "#9952CF"]
11+
},
12+
"shape": {
13+
"type": "circle"
14+
},
15+
"opacity": {
16+
"value": {
17+
"min": 0.4,
18+
"max": 0.8
19+
}
20+
},
21+
"size": {
22+
"value": {
23+
"min": 200,
24+
"max": 400
25+
},
26+
"animation": {
27+
"enable": true,
28+
"speed": 100,
29+
"sync": false
30+
}
31+
},
32+
"move": {
33+
"enable": true,
34+
"speed": 10,
35+
"direction": "top",
36+
"outMode": "out"
37+
}
38+
},
39+
"background": {
40+
"color": "#ffffff"
41+
}
42+
}

configs/amongUs.json

Lines changed: 124 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,124 @@
1+
{
2+
"fullScreen": {
3+
"zIndex": -1
4+
},
5+
"particles": {
6+
"groups": {
7+
"z5000": {
8+
"number": {
9+
"value": 70
10+
},
11+
"zIndex": {
12+
"value": 50
13+
}
14+
},
15+
"z7500": {
16+
"number": {
17+
"value": 30
18+
},
19+
"zIndex": {
20+
"value": 75
21+
}
22+
},
23+
"z2500": {
24+
"number": {
25+
"value": 50
26+
},
27+
"zIndex": {
28+
"value": 25
29+
}
30+
},
31+
"z1000": {
32+
"number": {
33+
"value": 40
34+
},
35+
"zIndex": {
36+
"value": 10
37+
}
38+
}
39+
},
40+
"number": {
41+
"value": 200
42+
},
43+
"color": {
44+
"value": "#fff"
45+
},
46+
"shape": {
47+
"type": "circle"
48+
},
49+
"opacity": {
50+
"value": 1
51+
},
52+
"size": {
53+
"value": 3
54+
},
55+
"move": {
56+
"angle": {
57+
"value": 10,
58+
"offset": 0
59+
},
60+
"enable": true,
61+
"speed": 5,
62+
"direction": "right",
63+
"outModes": "out"
64+
},
65+
"zIndex": {
66+
"value": 5,
67+
"opacityRate": 0.5
68+
}
69+
},
70+
"background": {
71+
"color": "#000000"
72+
},
73+
"emitters": {
74+
"position": {
75+
"y": 55,
76+
"x": -5
77+
},
78+
"rate": {
79+
"delay": 7,
80+
"quantity": 1
81+
},
82+
"size": {
83+
"width": 0,
84+
"height": 0
85+
},
86+
"particles": {
87+
"shape": {
88+
"type": "images",
89+
"options": {
90+
"images": {
91+
"src": "https://particles.js.org/images/cyan_amongus.png",
92+
"width": 500,
93+
"height": 634
94+
}
95+
}
96+
},
97+
"size": {
98+
"value": 40
99+
},
100+
"move": {
101+
"speed": 10,
102+
"outModes": {
103+
"default": "none",
104+
"right": "destroy"
105+
},
106+
"straight": true
107+
},
108+
"zIndex": {
109+
"value": 0
110+
},
111+
"rotate": {
112+
"value": {
113+
"min": 0,
114+
"max": 360
115+
},
116+
"animation": {
117+
"enable": true,
118+
"speed": 10,
119+
"sync": true
120+
}
121+
}
122+
}
123+
}
124+
}

0 commit comments

Comments
 (0)