-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (51 loc) · 2 KB
/
index.html
File metadata and controls
52 lines (51 loc) · 2 KB
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
<!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">
<title>Tom Allsop - Software Engineer</title>
<link rel="stylesheet" href="css/main.css">
<script src="https://kit.fontawesome.com/b67771faaa.js" crossorigin="anonymous"></script>
</head>
<body>
<section class="hero is-fullheight">
<!-- Hero content: will be in the middle -->
<div class="hero-body">
<div class="container">
<div class="columns">
<div class="column is-half">
<h1 class="title is-1">
Hi, I'm Tom Allsop
</h1>
<p class="is-size-5 has-text-weight-semibold">
A Software Engineer based in Cambridge focusing on Machine Learning.
</p>
<p class="is-size-5">
I currently work in <a href="https://www.arm.com">Arm</a>'s Machine Learning group.
</p>
<br />
<span class="icon is-large">
<a href="https://www.linkedin.com/in/tom-allsop-25ba2b10a//">
<i class="fab fa-linkedin fa-3x"></i>
</a>
</span>
<span class="icon is-large">
<a href="https://github.com/tom-arm">
<i class="fab fa-github fa-3x"></i>
</a>
</span>
<span class="icon is-large">
<a href="mailto:t.w.allsop@outlook.com">
<i class="fas fa-envelope fa-3x"></i>
</a>
</span>
</div>
<div class="column">
</div>
</div>
</div>
</div>
</section>
</body>
</html>