-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (43 loc) · 2.86 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
<!DOCTYPE html>
<html lang="en">
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Home | Oliver Beardsall</title>
<meta name="description" content="Computer Science Student, 3D printing enthusiast and makes some Discord bots. Also helps to run UTCR.LIVE View some of the projects I have worked on here.">
<meta name="viewport" content="width=420">
<meta name="author" content="Oliver Beardsall">
<link rel="shortcut icon" href="assets/me.png" type="image/vnd.microsoft.icon">
<link rel="stylesheet" type="text/css" href="css/base.css">
<link rel="image_src" href="img/default.jpg">
<meta property="fb:admins" content="222302431">
<style>.row, .container { border: 0px !important; }</style>
<script src="https://kit.fontawesome.com/c12a0f35ae.js" crossorigin="anonymous"></script>
</head>
<body style="background-color:#000000;">
<div class="container">
<div class="row h">
<div class="col-xs-12">
<h1 id="typed"></h1>
<p>Computer Science Student, 3D printing enthusiast and makes some Discord bots. <br>Also helps to run <a href="https://utcr.live/">UTCR.LIVE</a> View some of the projects I have worked on <a href="projects.html">here</a>.</p>
<div id="social" class="row">
<a href="https://github.com/Bubcool1" class="iconLink"><i class="fab fa-github fa-2x" style="margin-right:1%;margin-top:0.5%;margin-left:1%"></i><span class="assist">Oliver on GitHub</span></i></a>
<a href="https://twitter.com/Oli_Beardsall" class="iconLink"><i class="fab fa-twitter fa-2x" style="margin-right:1%;margin-top:0.5%;margin-left:1%"></i><span class="assist">Oliver on Twitter</span></i></a>
<a href="mailto:[email protected]" class="iconLink"><i class="fas fa-envelope fa-2x" style="margin-right:1%;margin-top:0.5%;margin-left:1%"></i><span class="assist">Contact Oliver</span></i></a>
<a href="https://uk.linkedin.com/in/oliver-beardsall" class="iconLink"><i class="fab fa-linkedin fa-2x" style="margin-right:1%;margin-top:0.5%;margin-left:1%"></i><span class="assist">Oliver on Linkedin</span></i></a>
<a href="assets/CV.pdf" class="iconLink"><i class="fas fa-file-alt fa-2x" style="margin-right:1%;margin-top:0.5%;margin-left:1%"></i><span class="assist">Oliver's CV</span></i></a>
</div>
</div>
</div>
</div>
<script src="js/typeit.min.js"> </script>
<script>
instance = new TypeIt('#typed',{
strings: ['Oliver Beardsall'],
speed: 150,
breakLines: false,
autoStart: false,
cursor: false
})
</script>
</body>
</html>