-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
179 lines (117 loc) · 5.79 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
<!doctype html>
<head>
<!-- Meta -->
<meta charset="utf-8">
<title>
Home - Khanh Hoang
</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="yes" name="apple-mobile-web-app-capable">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://ogp.me/ns/fb#">
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.kkhanhhoang.com/index.html">
<meta property="og:title" content="Home - Khanh Hoang">
<meta property="og:description" content="Hi, welcome to my website.
I'm a senior Computer Engineering student studying at Cal Poly currently looking for a Software Engineering position. I have an interest in embedded, networks, security development.
">
<meta property="og:image" content="/uploads/profilekhanh.png" />
<!-- RSS -->
<link rel="alternate" type="application/rss+xml" title="Khanh Hoang - Hi, welcome to my website.
I'm a senior Computer Engineering student studying at Cal Poly currently looking for a Software Engineering position. I have an interest in embedded, networks, security development.
" href="https://www.kkhanhhoang.com/feed.xml">
<link rel="alternate" type="application/atom+xml" title="Khanh Hoang - Hi, welcome to my website.
I'm a senior Computer Engineering student studying at Cal Poly currently looking for a Software Engineering position. I have an interest in embedded, networks, security development.
" href="https://www.kkhanhhoang.com/atom.xml">
<!-- Favicons -->
<link rel="icon" href="https://www.kkhanhhoang.com/img/favicon.png">
<!-- Fonts -->
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,400italic,700|Merriweather:400,300,300italic,400italic,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css">
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" type="text/css" rel="stylesheet">
<!-- Styles -->
<link rel="stylesheet" href="/css/animate.min.css">
<link rel="stylesheet" href="/css/style.css">
</head>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-5EKTESEZK0"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-5EKTESEZK0');
</script>
<body class="">
<div class="main container" id="top">
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">Khanh Hoang</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="/">Home</a>
</li>
<li>
<a href="/resume">Resume</a>
</li>
<li>
<a href="/projects">Projects</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="hero-container">
<div class="hero-content">
<img class="profile center-block" src="/uploads/profilekhanh.png" alt="Picture of Khanh"/>
<h1 class="text-center">Khanh Hoang</h1>
<p class="text-center">
Hi, welcome to my website.<br />
I'm a senior Computer Engineering student studying at Cal Poly currently looking for a Software Engineering position. I have an interest in embedded, networks, security development.<br />
</p>
<div class="hero-buttons">
<a href="https://github.com/kkhanhh"><button class="btn btn-default btn-lg"><i class="fa-brands fa-github fa-lg"></i>Github</button></a>
<a href="https://www.linkedin.com/in/khanh-hoang-352b10117"><button class="btn btn-default btn-lg"><i class="fa-brands fa-linkedin fa-lg"></i>LinkedIn</button></a>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="site-footer">
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-2 col-md-offset-1">
<p class="text-muted text-left"><a href="https://github.com/jamigibbs/phantom">Theme used is Phantom</a></p>
</div>
<div class="col-xs-12 col-md-2 col-md-offset-2">
<p class="text-muted text-center "><a href="https://www.kkhanhhoang.com">© 2022 Khanh Hoang</a></p>
</div>
<div class="col-xs-12 col-md-2 col-md-offset-2">
<a class="section-jump" href="#top">
<i class="fa fa-angle-up fa-3x"></i>
</a>
</div>
</div>
</div>
</footer>
</div><!-- .main.container -->
<!-- JavaScript -->
<script src="https://www.kkhanhhoang.com/js/wow.min.js"></script>
<script src="https://www.kkhanhhoang.com/js/app.js"></script>
</body>
</html>