Created
June 3, 2018 16:51
-
-
Save samdenty/6e66fd25bf422259f7c48b37e5e390ed to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE HTML> | |
<html> | |
<head> | |
<title>Baddeveloper</title> | |
<meta charset="utf-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1" /> | |
<link rel="stylesheet" href="./assets/css/main.css" /> | |
<noscript><link rel="stylesheet" href="./assets/css/noscript.css" /></noscript> | |
<script src="./assets/js/particles.js"></script> | |
<link rel="icon" type="image/jpeg" href="./images/favicon.jpg" /> | |
</head> | |
<body class="is-loading" id="particles-js"> | |
<canvas class="particles-js-canvas-el" style="width: 100%; height: 100%;"></canvas> | |
<div id="wrapper"> | |
<section id="main"> | |
<header> | |
<span id="particles-js" class="avatar"><img src="./images/avatar.jpg" alt="" width="40%" /></span> | |
<h1>Baddeveloper</h1> | |
<p>Full stack Java developer</p> | |
</header> | |
<footer> | |
<ul class="icons"> | |
<li><a href="https://baddeveloper.xyz/downloads" class="fa-download">Downloads</a></li> | |
<li><a href="https://www.snapchat.com/add/stijnieee" class="fa-snapchat">Snapchat</a></li> | |
<li><a href="https://www.instagram.com/stimons__/" class="fa-instagram">Instagram</a></li> | |
<li><a href="mailto:admin@baddeveloper.xyz" class="fa-envelope">Mail</a></li> | |
<li><a href="https://git.baddeveloper.xyz" class="fa-bitbucket">Bitbucket</a></li> | |
<li><a href="https://github.com/StijnSimons" class="fa-github">Github</a></li> | |
</ul> | |
</footer> | |
</section> | |
<footer id="footer"> | |
<ul class="copyright"> | |
<li>© Baddeveloper</li><li>2018</li> | |
</ul> | |
</footer> | |
</div> | |
<script> | |
if ('addEventListener' in window) { | |
window.addEventListener('load', function() { document.body.className = document.body.className.replace(/\bis-loading\b/, ''); }); | |
document.body.className += (navigator.userAgent.match(/(MSIE|rv:11\.0)/) ? ' is-ie' : ''); | |
} | |
</script> | |
<script> | |
particlesJS.load('particles-js', './assets/particles.json', function () { | |
console.log('Particles loaded successfully.'); | |
}); | |
</script> | |
<script src="https://unpkg.com/@widgetbot/crate@^3" async> | |
const crate = new Crate({ | |
server: '452873518070366219', | |
channel: '452874358054977567' | |
}) | |
crate.notify('Test notification') | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment