<!-- tsParticles from https://particles.matteobruni.it/ -->
<!-- tsParticles container -->
<div id="tsparticles"></div>
<!-- https://github.com/matteobruni/tsparticles -->
<div class="github">
<a class="btn btn-link" href="https://github.com/matteobruni/tsparticles" title="Find more info on GitHub">
<img class="img-fluid" id="gh-mark" src="https://cdn.matteobruni.it/images/particles/GitHub-Mark-120px-plus.png" alt="">
<span id="gh-project">Made with tsParticles</span>
</a>
<div>
<a class="github-button" href="https://github.com/matteobruni/tsparticles" data-icon="octicon-star" data-show-count="true" aria-label="Star matteobruni/tsparticles on GitHub">Star</a>
<a class="github-button" href="https://github.com/matteobruni/tsparticles/fork" data-icon="octicon-repo-forked" data-show-count="true" aria-label="Fork matteobruni/tsparticles on GitHub">Fork</a>
<a class="github-button" href="https://github.com/matteobruni/tsparticles/releases/tag/tsparticles%401.17.9" data-icon="octicon-download" aria-label="Download matteobruni/tsparticles on GitHub">Download</a>
</div>
</div>
<script async="" defer="" src="https://buttons.github.io/buttons.js"></script>
/* ---- reset ---- */
body {
margin: 0;
font: normal 75% Arial, Helvetica, sans-serif;
}
canvas {
display: block;
vertical-align: bottom;
}
/* ---- tsparticles container ---- */
#tsparticles {
position: absolute;
width: 100%;
height: 100%;
background-color: #efefef;
background-image: url("");
background-repeat: no-repeat;
background-size: cover;
background-position: 50% 50%;
}
.github {
bottom: 10px;
right: 10px;
position: fixed;
border-radius: 10px;
background: #fff;
padding: 0 12px 6px 12px;
border: 1px solid #000;
}
.github a:hover,
.github a:link,
.github a:visited,
.github a:active {
color: #000;
text-decoration: none;
}
.github img {
height: 30px;
}
.github #gh-project {
font-size: 20px;
padding-left: 5px;
font-weight: bold;
vertical-align: bottom;
}
tsParticles.load("tsparticles", {
detectRetina: true,
fpsLimit: 60,
interactivity: {
detectsOn: "canvas",
events: {
onClick: {
enable: true,
mode: "push"
},
onDiv: {
elementId: "repulse-div",
enable: false,
mode: "repulse"
},
onHover: {
enable: true,
mode: "bubble",
parallax: {
enable: false,
force: 60,
smooth: 10
}
},
resize: true
},
modes: {
bubble: {
distance: 400,
duration: 2,
opacity: 1,
size: 40,
speed: 3
},
connect: {
distance: 80,
lineLinked: {
opacity: 0.5
},
radius: 60
},
grab: {
distance: 400,
lineLinked: {
opacity: 1
}
},
push: {
quantity: 4
},
remove: {
quantity: 2
},
repulse: {
distance: 200,
duration: 0.4
}
}
},
particles: {
color: {
value: "#ffffff"
},
lineLinked: {
blink: false,
color: "#000",
consent: false,
distance: 150,
enable: false,
opacity: 0,
width: 0
},
rotate: {
value: 0,
random: true,
direction: "clockwise",
animation: {
enable: true,
speed: 5,
sync: false
}
},
move: {
attract: {
enable: false,
rotateX: 600,
rotateY: 1200
},
bounce: false,
direction: "none",
enable: true,
outMode: "bounce",
random: false,
speed: 2,
straight: false
},
number: {
density: {
enable: true,
area: 800
},
limit: 0,
value: 80
},
opacity: {
animation: {
enable: false,
minimumValue: 0.1,
speed: 1,
sync: false
},
random: false,
value: 0.8
},
shape: {
character: {
fill: false,
font: "Verdana",
style: "",
value: "*",
weight: "400"
},
image: [
{
src: "https://particles.js.org/images/fruits/apple.png",
width: 32,
height: 32
},
{
src: "https://particles.js.org/images/fruits/avocado.png",
width: 32,
height: 32
},
{
src: "https://particles.js.org/images/fruits/banana.png",
width: 32,
height: 32
},
{
src: "https://particles.js.org/images/fruits/berries.png",
width: 32,
height: 32
},
{
src: "https://particles.js.org/images/fruits/cherry.png",
width: 32,
height: 32
},
{
src: "https://particles.js.org/images/fruits/grapes.png",
width: 32,
height: 32
},
{
src: "https://particles.js.org/images/fruits/lemon.png",
width: 32,
height: 32
},
{
src: "https://particles.js.org/images/fruits/orange.png",
width: 32,
height: 32
},
{
src: "https://particles.js.org/images/fruits/peach.png",
width: 32,
height: 32
},
{
src: "https://particles.js.org/images/fruits/pear.png",
width: 32,
height: 32
},
{
src: "https://particles.js.org/images/fruits/pepper.png",
width: 32,
height: 32
},
{
src: "https://particles.js.org/images/fruits/plum.png",
width: 32,
height: 32
},
{
src: "https://particles.js.org/images/fruits/star.png",
width: 32,
height: 32
},
{
src: "https://particles.js.org/images/fruits/strawberry.png",
width: 32,
height: 32
},
{
src: "https://particles.js.org/images/fruits/watermelon.png",
width: 32,
height: 32
},
{
src: "https://particles.js.org/images/fruits/watermelon_slice.png",
width: 32,
height: 32
}
],
polygon: {
nb_sides: 5
},
stroke: {
color: "#000000",
width: 0
},
type: "image"
},
size: {
animation: {
enable: false,
minimumValue: 0.1,
speed: 40,
sync: false
},
random: false,
value: 16
}
},
polygon: {
draw: {
enable: false,
lineColor: "#ffffff",
lineWidth: 0.5
},
move: {
radius: 10
},
scale: 1,
type: "none",
url: ""
}
});