-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (36 loc) · 1.14 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
<head>
<title>Rhys Williams</title>
<link href="https://fonts.googleapis.com/css?family=PT+Sans" rel="stylesheet">
<link rel=stylesheet href="assets/css/style.css">
<meta name="viewport" content="width=device-width,initial-scale=1">
</head>
<body>
<div id="left">
<h1>Rhys Williams</h1>
<h2>Software Engineer</h2>
<p>
digital enthusiast,
</br>music maniac.
</p>
<div id="buttonDiv">
<a href="https://github.com/rhyswilliamsza">
<button><i class="fa fa-github" aria-hidden="true"></i></button>
</a>
<a href="https://twitter.com/rhyswilliamsza">
<button><i class="fa fa-twitter" aria-hidden="true"></i></button>
</a>
</div>
</div>
<div id="particles-js"></div>
</body>
<footer>
<script src="assets/js/blinking.js"></script>
<script src="assets/js/particles.min.js"></script>
<script src="https://use.fontawesome.com/db7fc82604.js"></script>
<script>
particlesJS.load('particles-js', 'assets/js/particlesjs.json', function() {
console.log('callback - particles.js config loaded');
});
</script>
</footer>
</html>