-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (52 loc) · 1.93 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Joseph Dobson</title>
<link rel="preload" href="fonts/VCR_OSD_MONO.ttf" as="font" type="font/woff" crossorigin>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<h1 id="title">JOSEPH DOBSON</h1>
<!--TILES-->
<div class="wrapper">
<div id="Profile" style="background-image: url('photos/Profile.jpeg');"> </div>
<div id="Bio">
<h3> Hello there! </h3>
<p>I'm a third year mathematics student at Durham University with interests in
Quantum Computing, and Probability.</p>
<p>When I'm not studying you'll find me bouldering and learning languages!</p>
</div>
<div id="CV">
<button class="button button1" onclick=" window.open('files/JosephDobsonCV.pdf')"> CV</button>
</div>
<div id="GITHUB">
<button class="button button2" onclick=" window.open('https://github.com/josephldobson')"> GITHUB</button>
</div>
<div id="LINKEDIN">
<button class="button button3" onclick=" window.open('https://www.linkedin.com/in/joseph-dobson-/')"> LINKEDIN</button>
</div>
<div id="Contact">
<button class="button button4" onclick=" window.open('mailto:[email protected]')"> EMAIL</button>
</div>
<div id="tutoring">
<h3 id="foo1"> TUTORING </h3>
<p>
I offer Mathematics tutoring at all levels for £30 an hour, get in contact above!
</p>
</div>
<div id="Graphic">
<canvas id="graphic-1"></canvas>
</div>
<div id="Project-1"></div>
<div id="Project-2">
<a class = 'blocklink' href="https://josephdobson.me/linedrawer/"></a>
<h3>LINEDRAWER</h3>
</div>
<div id="Project-3">Project</div>
</div>
</body>
<script src="js/graphic.js"></script>
</html>