-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.html
96 lines (86 loc) · 3.65 KB
/
resume.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-112307082-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-112307082-1');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="shortcut icon" href="img/favicon.ico"/>
<title>Huaiwei Sun | Philosophia</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- carousel style -->
<link rel="stylesheet" href="css/carousel.css">
<!-- Main CSS -->
<link rel="stylesheet" href="css/styles.css">
<!-- Navigation Responsive CSS -->
<link rel="stylesheet" href="css/responsive.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
</head>
<body>
<!-- Page Content -->
<div class="container-fluid">
<!-- Navigation -->
<div id="header">
<div class="row">
<!-- navigation section -->
<div class="header-content clearfix col-lg-12">
<a class="logo" href="index.html"><img src="img/logo.png" alt="Huaiwei Sun"></a>
<nav class="navigation" role="navigation">
<ul class="primary-nav">
<li><a href="index.html">Projects</a></li>
<!-- <li><a href="profile.html">Profile</a></li> -->
<li><a href="#" style="color: #FF9C21;">Resume</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<a href="#" class="nav-toggle light-bg">Menu<span></span></a>
</div>
</div>
</div>
<div class="container">
<div class = "row">
<!-- carousel here -->
<div class="col-lg-12">
<img style="width: 100%" src="img/resume.png">
<div style="width: 100%; text-align: center; margin-bottom: 50px;"><a target="_blank" href="resources/resume.pdf" class = "a3">< <p style = "display:inline;"> Download PDF</p> ></a></div>
</div>
</div>
</div>
<!--End of Page Content -->
</div>
<!-- footer -->
<div class="footer">
<span class="signature-1">
<a href="https://www.linkedin.com/in/scottsun94/" target="_blank" style = "color: rgb(150,150,150);">© 2019 Huaiwei Sun</a>
|
</span>
<span class="signature-2">
Thanks to all the amazing libraries and inspirations
</span>
</div>
<!-- jQuery JavaScript-->
<script type="text/javascript" src="js/jquery-3.2.1.js" ></script>
<!-- Bootstrap required JavaScript -->
<script type="text/javascript" src="js/popper.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<!-- Carousel control JavaScript -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js'></script>
<!-- Responsive navigation control -->
<script src="js/jquery.fancybox.pack.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/main.js"></script>
<!-- Disable Hover on mobile -->
<script type="text/javascript" src="js/hover_fix_mobile.js"></script>
<!-- <script src="js/retina.min.js"></script> -->
<!-- <script src="js/modernizr.js"></script> -->
<!-- <script src="js/jquery-ui.js"></script> -->
</body>
</html>