-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
112 lines (95 loc) · 3.66 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
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
105
106
107
108
109
110
111
112
<!doctype html>
<html>
<head>
<link rel="stylesheet" href="/static/styles.css">
<link rel="stylesheet" href="/static/pygments.css">
<link rel="shortcut icon" type="image/png" href="/static/jack-brookes-circle.png" />
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Homepage of Jack Brookes" />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@jackbrookes" />
<meta name="twitter:creator" content="@jackbrookes" />
<meta name="twitter:title" content="Index — Jack Brookes" />
<meta name="twitter:description" content="Homepage of Jack Brookes" />
<meta name="twitter:image" content="https://jbrookes.com/static/jbrookes-screenshot.png" />
<meta charset="UTF-8">
<title>Index — Jack Brookes</title>
</head>
<body>
<div id="container">
<div id="sidebar">
<nav>
<a class="header" href="/">Jack Brookes</a>
<ul id="links">
<li>
<a href="/">Index</a>
</li>
<li>
<a href="/my-work">My work</a>
</li>
<li>
<a href="https://twitter.com/jackbrookes">Twitter</a>
</li>
<li>
<a href="https://github.com/jackbrookes">GitHub</a>
</li>
<li>
<a href="/contact">Contact</a>
</li>
</ul>
</nav>
</div>
<div id="content">
<p><img src="/static/jack-brookes-circle.png"/></p>
<h1 id="hi">Hi</h1>
<p>I'm Jack, a Software Engineer and holder of a PhD in cognitive science. Some of my interests:</p>
<ul>
<li>Software architecture, design patterns, and best practices</li>
<li>Building real-time 3D software for non-gaming applications</li>
<li>Development of interactive software, developer tools & packages in Unity</li>
<li>The study of human cognition, learning, & action</li>
<li>Data processing, modelling, visualisation, and analysis</li>
</ul>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Person",
"name": "Jack Brookes",
"givenName": "Jack",
"familyName": "Brookes",
"url": "http://jbrookes.com",
"jobTitle": "Senior Software Engineer",
"alumniOf": "University of Leeds",
"gender": "male",
"image": "/static/jack-brookes-circle.png",
"sameAs": [
"https://twitter.com/jackbrookes",
"https://x.com/jackbrookes",
"https://www.linkedin.com/in/jack-brookes-74a404114/",
"https://github.com/jackbrookes",
"https://stackoverflow.com/users/5024009/jack-brookes"
]
}
</script>
<div id="footer">Jack Brookes ©2024</div>
</div>
</div>
<!-- Default Statcounter code for jbrookes.com http://jbrookes.com -->
<script type="text/javascript">
var sc_project = 12132297;
var sc_invisible = 1;
var sc_security = "9e8bf11f";
var sc_https = 1;
var sc_remove_link = 1;
</script>
<script type="text/javascript" src="https://www.statcounter.com/counter/counter.js" async></script>
<noscript>
<div class="statcounter">
<img class="statcounter" src="https://c.statcounter.com/12132297/0/9e8bf11f/1/" alt="Web Analytics">
</div>
</noscript>
<!-- End of Statcounter Code -->
</body>
</html>