2015-01-03 22:23:27 +00:00
|
|
|
<meta charset=utf-8>
|
|
|
|
<html>
|
|
|
|
<head>
|
2017-10-21 01:38:55 +00:00
|
|
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
2017-09-30 12:41:19 +00:00
|
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-33267683-1"></script>
|
2015-01-05 04:43:45 +00:00
|
|
|
<script>
|
2017-09-30 12:41:19 +00:00
|
|
|
window.dataLayer = window.dataLayer || [];
|
2017-10-21 01:38:55 +00:00
|
|
|
function gtag(){dataLayer.push(arguments);}
|
2017-09-30 12:41:19 +00:00
|
|
|
gtag('js', new Date());
|
2017-10-21 01:38:55 +00:00
|
|
|
|
2017-09-30 12:41:19 +00:00
|
|
|
gtag('config', 'UA-33267683-1');
|
2017-09-30 13:40:59 +00:00
|
|
|
|
|
|
|
var trackLink = function(label,url) {
|
|
|
|
gtag('event', 'click', {
|
|
|
|
'event_category': 'link',
|
|
|
|
'event_label': label,
|
|
|
|
'event_action': url,
|
|
|
|
'transport_type': 'beacon',
|
|
|
|
'event_callback': function(){document.location = url;}
|
|
|
|
});
|
|
|
|
}
|
2015-01-05 04:43:45 +00:00
|
|
|
</script>
|
2017-10-21 01:38:55 +00:00
|
|
|
|
|
|
|
<title> Justin Hsu </title>
|
|
|
|
<link rel="stylesheet" type="text/css" href="css/style.css">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<link href='https://fonts.googleapis.com/css?family=Roboto:500,300,300italic'
|
|
|
|
rel='stylesheet' type='text/css'>
|
|
|
|
<link href='https://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet'
|
|
|
|
type='text/css'>
|
|
|
|
|
2015-01-03 22:23:27 +00:00
|
|
|
</head>
|
2015-01-05 04:43:45 +00:00
|
|
|
|
2015-01-03 22:23:27 +00:00
|
|
|
<body>
|
|
|
|
|
2015-01-05 04:43:45 +00:00
|
|
|
<div class="container" id="flexed">
|
2015-01-03 22:23:27 +00:00
|
|
|
<div class="header">
|
|
|
|
<h1> Justin Hsu </h1>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
$body$
|
|
|
|
|
2015-01-05 04:43:45 +00:00
|
|
|
</div>
|
|
|
|
<footer>
|
|
|
|
<small>
|
|
|
|
$footer$
|
|
|
|
</small>
|
|
|
|
</footer>
|
2015-01-03 22:23:27 +00:00
|
|
|
</body>
|
|
|
|
</html>
|