-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (43 loc) · 1.92 KB
/
index.html
File metadata and controls
45 lines (43 loc) · 1.92 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Ocean Cheung</title>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-86171763-2', 'auto');
ga('send', 'pageview');
</script>
<link rel="stylesheet" href="style/style.css">
<link rel="shortcut icon" type="image/png" href="res/wave.png"/>
<link href="https://fonts.googleapis.com/css?family=Cutive+Mono" rel="stylesheet">
</head>
<body>
<div id = "title-block">
<pre>
____ _____ _
/ __ \ / ____|| |
| | | | ___ ___ __ _ _ __ | | | |__ ___ _ _ _ __ __ _
| | | | / __|/ _ \ / _` || '_ \ | | | '_ \ / _ \| | | || '_ \ / _` |
| |__| || (__| __/| (_| || | | | | |____ | | | || __/| |_| || | | || (_| |
\____/ \___|\___| \__,_||_| |_| \_____||_| |_| \___| \__,_||_| |_| \__, |
__/ |
|___/
</pre>
</div>
<div id = "links-block">
<h4>
Fourth-Year Software Engineering Student at McMaster University
<br><br><br>
<a href="https://github.com/lolpuddle">GitHub: https://github.com/lolpuddle</a>
<br><br><br>
<a href="https://www.linkedin.com/in/oceancheung">LinkedIn: https://www.linkedin.com/in/oceancheung</a>
<br><br><br>
<a href="mailto:oocean.cheung@gmail.com">Contact: oocean.cheung@gmail.com</a>
</h4>
</div>
</body>
</html>