-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
77 lines (74 loc) · 3.03 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Banditpong.Com</title>
<link rel="icon" href="favicon.ico" type="image/x-ico" />
<link href="https://fonts.googleapis.com/css?family=Reem+Kufi%7CRoboto:300" rel="stylesheet">
<link href="https://use.fontawesome.com/releases/v5.0.8/css/all.css" rel="stylesheet">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/styles.css">
<!-- <link rel="stylesheet" href="css/themes/indigo-white.css"> -->
<!-- <link rel="stylesheet" href="css/themes/green-white.css"> -->
<!-- <link rel="stylesheet" href="css/themes/red-white.css"> -->
<!-- <link rel="stylesheet" href="css/themes/grey-white.css"> -->
<!-- <link rel="stylesheet" href="css/themes/white-indigo.css"> -->
<!-- <link rel="stylesheet" href="css/themes/white-blue.css"> -->
<!-- <link rel="stylesheet" href="css/themes/white-grey.css"> -->
<!-- <link rel="stylesheet" href="css/themes/white-red.css"> -->
<!-- <link rel="stylesheet" href="css/themes/yellow-black.css"> -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-102161158-1"></script>
<!-- <script src="particles.min.js"></script> -->
<script src="script.js"></script>
<!--
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-102161158-1');
window.onload = function() {Particles.init
({
selector: '.background',
sizeVariations: 3,
speed: 1,
color: "#FFAA00",
connectParticles: true
});
};
</script>-->
</head>
<body>
<div id="container">
<div id="front"><main>
<div class="intro">Hello, I'm Banditpong.</div>
<div class="rotator-wrapper">I'm a(n)
<span class="rotator">
<span>Application Developer</span>
<span>Embedded Engineer</span>
<span>Software Developer</span>
<span>Test Engineer</span>
<span>Web Engineer</span>
</span>
</div>
<!-- Find your icons from here - https://fontawesome.com/icons?d=gallery&s=brands -->
<div class="icons-social">
<a target="_blank" href="https://blog.banditpong.com"><i class="fab fa-blogger"></i></a>
<a target="_blank" href="https://github.com/banditpong"><i class="fab fa-github"></i></a>
<!-- <a target="_blank" href="#"><i class="fab fa-youtube"></i></a> -->
<!-- <a target="_blank" href="#"><i class="fab fa-facebook-f"></i></a> -->
<!-- <a target="_blank" href="#"><i class="fab fa-twitter"></i></a> -->
<!-- <a target="_blank" href="#"><i class="fab fa-gitlab"></i></a> -->
<!-- <a target="_blank" href="#"><i class="fab fa-linkedin-in"></i></a> -->
</div>
</main>
<footer>
<span>https://Banditpong.com</span><span class="footerR"></span>
</footer>
</div>
<div id="back"><canvas id="canvas">Canvas not supported.</canvas></div>
</div>
</body>
</html>