-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
76 lines (57 loc) · 3.07 KB
/
index.html
File metadata and controls
76 lines (57 loc) · 3.07 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE tml>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Welcome to Jun Chen's website!">
<meta name="author" content="Jun Chen">
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16" />
<!-- <link id="favicon" rel="icon" href="favicon.ico"> -->
<!-- <link id="favicon" rel="icon" type="image/png" href="jc.png" />
<link id="favicon" rel="icon" type="image/png" href="jc-32.png" /> -->
<title>Jun Chen</title>
<!-- Boostrap -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/d720c6445a.js"></script>
<!-- Custom styles for this template -->
<link href="style.css" rel="stylesheet">
</head>
<body class="text-center">
<div class="container-fluid d-flex h-100 p-3 mx-auto flex-column">
<nav class="navbar navbar-expand-sm navbar-light bg-none">
<button class="navbar-toggler" data-toggle="collapse" data-target="#navbarMenu">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarMenu">
<ul class="navbar-nav ml-auto">
</ul>
</div>
</nav>
<main role="main" class="inner cover">
<img src="jun.jpg" class=" img-fluid mx-auto d-block rounded-circle" alt="Responsive image">
<h1 class="cover-heading">Jun Chen</h1>
<p class="lead">Developer & Explorer</p>
<h1>
<a href="www.linkedin.com/in/junchen12" style="color:black;"><i class="fab fa-linkedin icons"></i></a>
<a href="https://github.com/jchen706" style="color:black;"><i class="fab fa-github-square icons"></i></a>
<a href="mailto:jchen706@gatech.edu" style="color:black;"><i class="fas fa-envelope-square icons"></i></a>
<h1>
<p class="lead">
<a class="btn btn-light btn-outline-dark" href="cv.pdf">CV</a>
</p>
</main>
<footer class="mastfoot mt-auto mr-auto">
<div class="inner">
<p>© Jun Chen</p>
</div>
</footer>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
</body>
</html>