-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
104 lines (89 loc) · 4.26 KB
/
contact.html
File metadata and controls
104 lines (89 loc) · 4.26 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
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Harry Scott-Trimble</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Rubik" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Righteous" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Rubik:700" rel="stylesheet">
<link rel="icon" href="https://www.harrytrimble.co.uk/images/favicon.png">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="jumbotron" id="header">
<div class="container-fluid">
<div class="row">
<div class="col-md-1"></div>
<div class="col-md-6 col-lg-6 col-md-offset-2 col-lg-offset-2">
<div style="float: left;">
<h2 id="h1-big">
<span id="link-to-homepage">
<a href="/">
Harry Scott-Trimble
</a>
</span>
</h2>
</div>
<div class="header-links">
<p>
<a style="padding-right: 10px;" href="https://www.harrytrimble.co.uk#work"><span class="me-on-internet">Work</span></a>
<a style="padding-right: 10px;" href="https://www.harrytrimble.co.uk/cv"><span class="me-on-internet">CV</span></a>
<a style="padding-right: 10px;" href="https://www.harrytrimble.co.uk/words"><span class="me-on-internet">Writing</span></a>
<span style="padding-right: 10px;">Contact</span>
</div>
</div>
</div>
</div>
</div>
<div class="jumbotron">
<div class="container-fluid">
<div class="row">
<div class="col-md-1"></div>
<div class="col-md-8 col-lg-8 col-md-offset-2 col-lg-offset-2">
<p>How to contact me</p>
<br>
</div>
</div>
<div class="row">
<div class="col-md-1"></div>
<div class="col-md-6 col -lg-6 col-md-offset-2 col-lg-offset-2">
<p>Follow me on <a href="https://twitter.com/HarryTrimble" target="_blank"><span class="me-on-internet">Twitter</span></a>
<p>Connect on <a href="https://uk.linkedin.com/pub/harry-trimble/38/b3a/b23" target="_blank"><span class="me-on-internet">LinkedIn</span></a></p>
<p>Follow me on <a href="https://github.com/HarryTrimble?tab=repositories" target="_blank"><span class="me-on-internet">GitHub</span></a></p>
<p>Send me an <a href="mailto:harryroberttrimble@gmail.com" target="_blank"><span class="me-on-internet">email</span></a></p>
</div>
</div>
</div>
</div>
<!--
<div class="jumbotron">
<div class="container-fluid">
<div class="row">
<div class="col-md-1"></div>
<div class="col-md-9">
<p><a href="things"><span class="me-on-internet">Things</span></a> I've worked on</p>
<p><a href="words"><span class="me-on-internet">Words</span></a> I've written</p>
<p><a href="books"><span class="me-on-internet">Books</span></a> I like</p>
<p><a href="podcasts"><span class="me-on-internet">Podcasts</span></a> I listen to</p>
<p>Other places <a href="https://twitter.com/HarryTrimble" target="_blank"><span class="me-on-internet">Twitter</span></a>, <a href="https://uk.linkedin.com/pub/harry-trimble/38/b3a/b23" target="_blank"><span class="me-on-internet">LinkedIn</span></a>, <a href="https://github.com/HarryTrimble?tab=repositories" target="_blank"><span class="me-on-internet">GitHub</span></a></p>
</div>
</div>
</div>
</div>
-->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>