-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.html
92 lines (75 loc) · 4.21 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; URL=http://jasonhannanto.com/">
<link rel="canonical" href="http://jasonhannanto.com/">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-117967289-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-117967289-1');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Jason Hannanto</title>
<!-- Bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- CSS link -->
<link rel="stylesheet" href="assets/css/main.css" type="text/css">
<!-- Favicon -->
<link rel="shortcut icon" type="image/png" href="assets/images/favicon.ico"/>
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Lato:300,700,900" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Work+Sans" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
</head>
<!--
/\ \/\ \ /\ _`\ /\ _`\
\ \ \ \ \\ \,\L\_\\ \ \/\_\
\ \ \ \ \\/_\__ \ \ \ \/_/_
\ \ \_\ \ /\ \L\ \\ \ \L\ \
\ \_____\\ `\____\\ \____/
\/_____/ \/_____/ \/___/
______
/\__ _\ __
\/_/\ \/ _ __ ___ /\_\ __ ___ ____
\ \ \ /\`'__\/ __`\\/\ \ /'__`\ /' _ `\ /',__\
\ \ \\ \ \//\ \L\ \\ \ \ /\ \L\.\_ /\ \/\ \ /\__, `\
\ \_\\ \_\\ \____/_\ \ \\ \__/.\_\\ \_\ \_\\/\____/
\/_/ \/_/ \/___//\ \_\ \\/__/\/_/ \/_/\/_/ \/___/
\ \____/
\/___/
-->
<body>
<div class = "wrapper">
<!-- Homepage Section -->
<section id = "homepage">
<div class="jumbotron">
<h1>Jason Hannanto</h1>
<p>Software Engineer</p>
<a target="_blank" href="https://medium.com/@JasonHannanto"><i class ="fa fa-medium fa-3x social-icons" id = "gitlab_icon"></i></a>
<a target="_blank" href="https://github.com/JasonHannanto"><i class ="fa fa-github fa-3x social-icons" id = "github_icon"></i></a>
<a target="_blank" href="https://www.linkedin.com/in/jasonhannanto/"><i class ="fa fa-linkedin fa-3x social-icons" id = "linkedin_icon"></i></a>
<a href=""><i class ="fa fa-envelope-o fa-3x social-icons" id = "email_icon"></i></a>
</div>
</section>
<section id="resumepage">
<div class = "container">
<embed class = "resume_view"src="assets/docs/resume.pdf" />
</div>
</section>
</div>
<script
src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous"></script>
<script src="assets/js/animatescroll.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
<!-- Latest compiled and minified JavaScript for Bootstrap -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="assets/js/main.js"></script>
</body>
</html>