forked from tsparticles/404-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
176 lines (170 loc) · 5.6 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<!doctype html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-1752YPLP7H"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-1752YPLP7H");
</script>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="description" content="" />
<meta name="author" content="Matteo Bruni" />
<title>tsParticles 404 Templates</title>
<!-- Bootstrap core CSS -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2"
crossorigin="anonymous"
/>
<link rel="icon" type="image/x-icon" href="./images/tsParticles-64.png" />
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.mynav li:hover {
text-decoration: underline;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
</style>
<!-- Custom styles for this template -->
<link href="css/main.css" rel="stylesheet" />
</head>
<body>
<main role="main">
<section class="jumbotron text-center">
<div>
<div class="container">
<h1>tsParticles 404 Templates</h1>
<p class="lead text-muted">
Some
<a href="https://github.com/matteobruni/tsparticles"
>tsParticles</a
>
examples in 404 template pages
</p>
</div>
<div class="github-link-container pt-5">
<a
href="https://github.com/matteobruni/tsparticles"
class="github-link"
><span class="github-text font-weight-bold">Github</span>
<svg
class="redirect-svg"
x="0px"
y="0px"
viewBox="0 0 100 100"
width="15"
height="15"
>
<path
fill="currentColor"
d="
M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,
0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z
"
></path>
<polygon
fill="currentColor"
points="
45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,
14.9 62.8,22.9 71.5,22.9
"
></polygon></svg
></a>
</div>
</div>
</section>
<div class="py-5 bg-light">
<div class="container">
<div class="row" id="pages"></div>
</div>
</div>
<div class="container">
<footer class="py-3 my-4">
<p class="text-center text-muted">Connect Us On:</p>
<ul class="nav justify-content-center border-bottom pb-3 mb-3 mynav">
<li class="nav-item">
<a
href="https://github.com/matteobruni/tsparticles"
class="nav-link px-2 text-muted"
target="_blank"
>Github</a
>
</li>
<li class="nav-item">
<a
href="https://www.reddit.com/r/tsParticles/"
class="nav-link px-2 text-muted"
target="_blank"
>Reddit</a
>
</li>
<li class="nav-item">
<a
href="https://t.me/tsparticles"
class="nav-link px-2 text-muted"
target="_blank"
>Telegram</a
>
</li>
<li class="nav-item">
<a
href="https://tsparticles.slack.com/join/shared_invite/enQtOTcxNTQxNjQ4NzkxLWE2MTZhZWExMWRmOWI5MTMxNjczOGE1Yjk0MjViYjdkYTUzODM3OTc5MGQ5MjFlODc4MzE0N2Q1OWQxZDc1YzI#/shared-invite/email"
class="nav-link px-2 text-muted"
target="_blank"
>Slack</a
>
</li>
<li class="nav-item">
<a
href="https://discord.com/invite/hACwv45Hme"
class="nav-link px-2 text-muted"
target="_blank"
>Discord</a
>
</li>
</ul>
<p class="text-center text-muted">tsParticles © 2022</p>
</footer>
</div>
</main>
<script
src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-w1Q4orYjBQndcko6MimVbzY0tgp4pWB4lZ7lr30WKz0vr/aWKhXdBNmNb5D92v7s"
crossorigin="anonymous"
></script>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>