206 lines
5.4 KiB
HTML
206 lines
5.4 KiB
HTML
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta charset="UTF-8">
|
|
<meta name="robots" content="noindex,nofollow" /> <title>ClayTheGamer</title>
|
|
<link rel="stylesheet" href="style.css">
|
|
<link rel="icon" href="assets/CTG.png" type="image/x-icon" />
|
|
<!-- Matomo -->
|
|
<script>
|
|
var _paq = window._paq = window._paq || [];
|
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
|
_paq.push(['trackPageView']);
|
|
_paq.push(['enableLinkTracking']);
|
|
(function() {
|
|
var u="//analytics.claygarth.com/";
|
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
|
_paq.push(['setSiteId', '5']);
|
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
|
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
|
})();
|
|
</script>
|
|
<!-- End Matomo Code -->
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<div class="container">
|
|
<div class="content">
|
|
<div id="particles-js"></div>
|
|
|
|
<img id="userPhoto" src="img/CTG.png" alt="User Photo">
|
|
|
|
<h1><a href="https://claythegamer.tk/" id="userName" rel="noopener">Clay The Gamer</a></h1>
|
|
<div id="links">
|
|
|
|
<a class="link" href="#" title="Clay#12324" target="_blank">BattleNet</a>
|
|
|
|
<a class="link bitcoin" href="bitcoin://bc1qk32vvmcrd5ptqa7tp3km8my20ceh9sxkxm53vh" target="_blank">Bitcoin</a>
|
|
|
|
<a class="link" href="https://claytonia.net/" target="_blank">Claytonia</a>
|
|
|
|
<a class="link" href="https://discord.gg/WUMAAMK" title="Clarth" target="_blank">Discord</a>
|
|
|
|
<a class="link" href="https://streamlabs.com/claythegamer#/" target="_blank">Donate</a>
|
|
|
|
<a class="link" href="https://minecraft-statistic.net/en/player/ClayGarth.html" target="_blank">Minecraft</a>
|
|
|
|
<a class="link" href="https://steamcommunity.com/id/Clarth3/" target="_blank">Steam Profile</a>
|
|
|
|
<a class="link" href="https://s.team/chat/MUJ866L1" target="_blank">Steam Chat</a>
|
|
|
|
<a class="link" href="https://claytonia.net/teamspeak" target="_blank">Teamspeak</a>
|
|
|
|
<a class="link" href="ts3server://voice.claytonia.net" target="_blank"><img src="https://userb.tsviewer.com/3_t-i/FA%2BsSd0OCSsRYCZHuQu6cOGT8KA%3D.png"></a>
|
|
|
|
<a class="link" href="https://www.twitch.tv/claygarth" target="_blank">Twitch</a>
|
|
|
|
<a class="link" href="http://live.xbox.com/Profile?Gamertag=clay8977" target="_blank">Xbox</a>
|
|
|
|
<a class="link" href="https://www.youtube.com/channel/UCpPx2QG9UIvwrmzQmkflfcw" target="_blank">YouTube</a>
|
|
|
|
|
|
|
|
<a class="link" href="#" target="_blank">#</a>
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<footer>
|
|
Do you know where your towel is?
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<img src="https://wiki.claygarth.com/lib/exe/fetch.php?media=wiki:octoline.png">
|
|
|
|
</footer>
|
|
</div>
|
|
</div>
|
|
<!-- <script src=" https://cdn.jsdelivr.net/npm/particles.js@2.0.0/particles.min.js"></script>-->
|
|
<script src="particles.js"></script>
|
|
<script>
|
|
particlesJS('particles-js', {
|
|
particles: {
|
|
number: {
|
|
value: 80,
|
|
density: {
|
|
enable: true,
|
|
value_area: 800
|
|
}
|
|
},
|
|
color: {
|
|
value: '#142e7f'
|
|
},
|
|
shape: {
|
|
type: 'circle',
|
|
stroke: {
|
|
width: 0,
|
|
color: '#000000'
|
|
},
|
|
polygon: {
|
|
nb_sides: 5
|
|
},
|
|
image: {
|
|
src: 'path/to/your/image.png',
|
|
width: 100,
|
|
height: 100
|
|
}
|
|
},
|
|
opacity: {
|
|
value: 0.5,
|
|
random: false,
|
|
anim: {
|
|
enable: false,
|
|
speed: 1,
|
|
opacity_min: 0.1,
|
|
sync: false
|
|
}
|
|
},
|
|
size: {
|
|
value: 3,
|
|
random: true,
|
|
anim: {
|
|
enable: false,
|
|
speed: 40,
|
|
size_min: 0.1,
|
|
sync: false
|
|
}
|
|
},
|
|
line_linked: {
|
|
enable: true,
|
|
distance: 150,
|
|
color: '#182dcf',
|
|
opacity: 0.4,
|
|
width: 1
|
|
},
|
|
move: {
|
|
enable: true,
|
|
speed: 2,
|
|
direction: 'none',
|
|
random: false,
|
|
straight: false,
|
|
out_mode: 'out',
|
|
bounce: true,
|
|
attract: {
|
|
enable: true,
|
|
rotateX: 600,
|
|
rotateY: 1200
|
|
}
|
|
}
|
|
},
|
|
interactivity: {
|
|
detect_on: 'window',
|
|
events: {
|
|
onhover: {
|
|
enable: true,
|
|
mode: 'repulse'
|
|
},
|
|
onclick: {
|
|
enable: true,
|
|
mode: 'push'
|
|
},
|
|
resize: true
|
|
},
|
|
modes: {
|
|
grab: {
|
|
distance: 140,
|
|
line_linked: {
|
|
opacity: 1
|
|
}
|
|
},
|
|
bubble: {
|
|
distance: 400,
|
|
size: 40,
|
|
duration: 2,
|
|
opacity: 8,
|
|
speed: 3
|
|
},
|
|
repulse: {
|
|
distance: 200,
|
|
duration: 0.4
|
|
},
|
|
push: {
|
|
particles_nb: 4
|
|
},
|
|
remove: {
|
|
particles_nb: 2
|
|
}
|
|
}
|
|
},
|
|
retina_detect: true
|
|
});
|
|
</script>
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|
|
|