Skip to content

Commit 462b782

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

File tree

3,917 files changed

+73983
-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.

3,917 files changed

+73983
-0
lines changed

.nojekyll

Whitespace-only changes.

404.html

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
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/[email protected]/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+
</head>
48+
49+
<body>
50+
<div class="container">
51+
<div class="overlay" id="tsparticles"></div>
52+
<div class="content">
53+
<div class="message">
54+
<p class="message-heading">Error 404</p>
55+
<p class="message-description">
56+
The page you are looking for was moved, removed, renamed or might never have existed.
57+
</p>
58+
</div>
59+
<div class="links">
60+
<a href="https://particles.js.org/"></a>
61+
</div>
62+
</div>
63+
<div class="social">
64+
<ul class="social-list">
65+
<li>
66+
<a href="https://github.com/matteobruni/tsparticles"><i class="fab fa-github"></i></a>
67+
</li>
68+
<li>
69+
<a href="https://codepen.io/matteobruni"><i class="fab fa-codepen"></i></a>
70+
</li>
71+
</ul>
72+
</div>
73+
</div>
74+
<script
75+
defer
76+
src="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/js/fontawesome.min.js"
77+
integrity="sha256-NP9NujdEzS5m4ZxvNqkcbxyHB0dTRy9hG13RwTVBGwo="
78+
crossorigin="anonymous"
79+
></script>
80+
<script
81+
async
82+
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1784552607103901"
83+
crossorigin="anonymous"
84+
></script>
85+
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/tsparticles.bundle.min.js"></script>
86+
<script defer src="/js/404.min.js"></script>
87+
</body>
88+
</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)