-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (48 loc) · 1.89 KB
/
Copy pathindex.html
File metadata and controls
53 lines (48 loc) · 1.89 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-D8R1YQ745Q"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-D8R1YQ745Q');
</script>
<meta charset="UTF-8">
<title>Thurinus Works</title>
<link rel="stylesheet" href="style/style.css">
</head>
<body>
<div id="container">
<h1>Thurinus Works</h1>
<p>Sorry it's a little austere at the moment.</p>
<h3>Where to find me</h3>
<ul>
<li><a href="https://www.linkedin.com/in/jaylim/" target="_blank">LinkedIn</a></li>
<li><a href="https://www.deviantart.com/thurinus" target="_blank">DeviantArt</a></li>
<li><a href="https://thurinusworks.tumblr.com/" target="_blank">Tumblr</a></li>
</ul>
<h3>Some stuff I've worked on</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=com.zynga.words3&hl=en_US" target="_blank">Words with Friends 2</a></li>
<li><a href="https://scenery.video/" target="_blank">Scenery - online video editor</a></li>
<li><a href="https://lackadaisy.com" target="_blank">Lackadaisy Website</a></li>
<li><a href="https://www.littledaisycafe.com/" target="_blank">The Little Daisy (Lackadaisy Film Blog)</a></li>
</ul>
</div>
<div id="footer">
<!-- Thurinus Works © 2021 Jay Lim -->
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-39351046-1']);
_gaq.push(['_trackPageview']);
(function () {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>