-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
88 lines (62 loc) · 3.22 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
<!--
____ _ ____ _
/ ___| ___ _ __ __| | ___ _ __ / ___| |__ ___ _ __ __ _
| | _ / _ \| '__/ _` |/ _ \| '_ \ | | | '_ \ / _ \ '_ \ / _` |
| |_| | (_) | | | (_| | (_) | | | | | |___| | | | __/ | | | (_| |
\____|\___/|_| \__,_|\___/|_| |_| \____|_| |_|\___|_| |_|\__, |
|___/
You can read the source, or you can just get a copy ;) -- https://github.com/gordosan/gordon.cheng.com-v2.0
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="gordon cheng" content>
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://www.gordon-cheng.com/" />
<meta name="description" content="This is the official website of Gordon 'Gordo' Cheng - Web Developer|Designer">
<meta name="author" content="Gordon Cheng">
<link rel="icon" href="assets/myicon.png">
<title>Gordon Cheng</title>
<link href="css/site.css" rel="stylesheet" type="text/css">
<script src="http://code.jquery.com/jquery-2.1.3.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/less.js/2.5.1/less.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<script src="js/myscripts.js" type="text/javascript"></script>
</head>
<body>
<a href="#menu" id="toggle"><span></span></a>
<div id="menu" class="floating">
<a href="#contact" class="action-button shadow animate white">Contact</a>
<a href="#about" class="action-button shadow animate white">About</a>
</div>
<div id="headline">Gordon Cheng</div>
<div class="content">
<a name="about"></a>
<p>Hello!
<br/>
<br/>I'm a web developer & designer residing in Markham, Ontario.
<br/>
<br/> When I'm not working or studying, I'm probably looking for photo opportunities or writing some web experiments:
<br/>
<div class="icons floating">
<a href="https://500px.com/gordosann" target="_blank"><img src="assets/500.png" width="100" height="100" /></a>
<a href="http://codepen.io/gordosan/" target="_blank"><img src="assets/codepen.png" width="100" height="100" /></a>
</div>
<br/>
</p>
<a name="contact"></a>
<p>Feel free to get in contact with me if you would like to know more:</p>
<div class="icons floating">
<a href="http://ca.linkedin.com/in/chengg5/en" target="_blank"><img src="assets/ln.png" width="100" height="100" /></a>
<a href="mailto:[email protected]"><img src="assets/email.png" width="100" height="100" /></a>
</div>
<div class="mastfoot">
<script type="text/javascript">footer();</script>
</div>
</div>
</body>
<script src="js/myscripts.js" type="text/javascript"></script>
</html>