-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
107 lines (96 loc) · 4.93 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>tsengsation</title>
<meta name="description" content="A little corner of the internet devoted to Jonathan Tseng">
<meta name="author" content="Jonathan Tseng">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link href='http://fonts.googleapis.com/css?family=Raleway:400,300,600' rel='stylesheet' type='text/css'>
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/custom.css">
<!-- Favicon
––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/png" href="images/favicon.png" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script type="text/javascript" src="js/index.js"></script>
<script type="text/javascript" src="js/paper-full.min.js"></script>
<!-- <script type="text/paperscript" src="js/space.js" canvas="spaceCanvas"></script> -->
</head>
<body>
<!-- Canvas for Paper.js
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<!-- <canvas id="spaceCanvas" resize="true" keepAlive="false"></canvas> -->
<!-- Primary Page Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="section intro">
<div class="container">
<div class="row">
<div class="twelve columns" style="margin-top: 10%">
<h1 class="intro-heading" id="hello">hello,</h1>
<h1 class="intro-heading" id="welcome-message">welcome to my roost.</h1>
<div id="welcome">
<h1 class="intro-heading">call me jt.</h1>
<h5 class="intro-description" id="info" />
</div>
</div>
</div>
</div>
</div>
<div class="section contacts" id="references" style="margin-top: 10%">
<div class="container">
<div class="row" >
<div class="three columns contact">
<a href="http://github.com/Tsengsation" target="_blank">
<img class="u-max-full-width" src="images/github.png">
</a>
</div>
<div class="three columns contact">
<a href="http://www.linkedin.com/in/tsengsation" target="_blank">
<img class="u-max-full-width" src="images/linkedin.png">
</a>
</div>
<div class="three columns contact">
<a href="resume.pdf" target="_blank">
<img class="u-max-full-width" src="images/resume.png">
</a>
</div>
<div class="three columns contact">
<a href="mailto:jonathanttseng@gmail.com">
<img class="u-max-full-width" src="images/mail.png">
</a>
</div>
<!-- <div class="two columns contact" id="invert">
<img class="u-max-full-width" src="images/invert.png">
</div> -->
</div>
</div>
</div>
<div class="section credits" id="credits">
<div class="container">
<div class="twelve columns">
<p>Made using <a href="http://www.getskeleton.com" target="_blank">Skeleton</a>. Animated with <a href="http://paperjs.org/" target="_blank">Paper.js</a> Icons courtesy of <a href="http://handdrawngoods.com/" target="_blank">Hand-Drawn Goods</a>. Hosted on <a href="http://github.com/Tsengsation/Tsengsation" target="_blank">GitHub</a>. Last updated January 7, 2014</p>
</div>
</div>
</div>
<!-- End Document
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-57944995-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>