-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (53 loc) · 2.19 KB
/
Copy pathindex.html
File metadata and controls
61 lines (53 loc) · 2.19 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
54
55
56
57
58
59
60
61
<!doctype html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Stanley Tan</title>
<META NAME="Description" CONTENT="Stanley Tan's personal page">
<META NAME="KEYWORDS" CONTENT="Stanley,,stnly,Software engineering,se,computer science,kayaking,security,cybersecurity,penetration testing,simple software,minimalism,linux">
<meta http-equiv="pragma" content="no-cache" />
<meta name="robots" content="all" />
<meta name="MSSmartTagsPreventParsing" content="true" />
<meta http-equiv="imagetoolbar" content="false" />
<link rel="stylesheet" href="in/style.css" />
<style type="text/css">
body {
padding-top: 60px;
padding-bottom: 40px;
padding-left: 12%;
}
.sidebar-nav {
padding: 9px 0;
}
</style>
<link href="css/bootstrap.css" rel="stylesheet">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-27918665-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>
</head>
<body>
<div id="main">
<p>
I am currently a Software Engineering undergraduate.
Served 2 years in the Army.
</p>
<p>
I recommend simple, useful software that can do one thing, and do it well.
My current projects can be found on <a href="https://github.com/stnly">github</a>, and I share thoughts on my <a href="http://stnly.com/blog">blog</a>. You can also check out my setup <a href="/setup.html">here</a>.
</p>
<p>
If I'm not at the computer, you can find me taking photos or kayaking, or sometimes just reading a book with a cup of tea.</p>
<p>Contact <a href="http://stnly.com/contact/" onclick="this.href='mai' + 'lto:stanley' + '@' + 'stnly.' + 'com';return false;">stanley <!--asdf >@2j.com -->{at} <!-- >@gmail.com -->stnly <!-- >@hotmail.com -->{dot} <!-- >@ss.com -->com</a>. </p>
</div>
<div id="small">
<a href="http://stnly.com">Stanley Tan</a>
</div>
</body>
</html>