forked from jchen706/junchen.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
299 lines (251 loc) · 16.6 KB
/
index.html
File metadata and controls
299 lines (251 loc) · 16.6 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
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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Just Figured Out My Life!">
<meta name="author" content="Jun Chen">
<title> Jun Chen </title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="style1.css">
<link href="https://fonts.googleapis.com/css?family=Aguafina+Script" rel="stylesheet">
<script src="script1.js"></script>
</head>
<body>
<nav class="navbar navbar-default">
<div class="container-fluid nav-style">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<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="#" style="color:white;">Welcome</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li class="active"><a href="#" style="color:white;">Home<span class="sr-only">(current)</span></a></li>
<li><a href="project.html">Portfolio</a></li>
<li><a href="resume10.pdf">Résumé</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="https://linkedin.com/in/junchen12
">Linkedin</a></li>
<li><a href="https://github.com/jchen706">Github</a></li>
<li><a href="mailto:jchen706@gatech.edu">Email</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<div class="container-fluid h-100 main">
<div id = "name">
<button type="button" class="btn btn-info btn-lg" style="background-color:transparent" data-toggle="modal" id = "modalbtn" data-target="#myModal"> <h1 class="display-1" style="color:white;">Jun Chen</h1></button>
<!-- Modal -->
<div class="modal fade" id="myModal" tabindex="-1" role="dialog">
<div class="modal-dialog modal-lg ">
<!-- Modal content-->
<div class="modal-content">
<!-- <div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h1 class="modal-title">Profile</h1>
</div> -->
<div class="modal-body">
<div class="row">
<div class="col-md-3" id ="intro-pic">
<img src="jun.jpg" class="img-fluid border border-warning rounded shadow-lg p-3 mb-5" alt="Responsive image">
<h3>Jun Chen</h3>
<h4>Developer</h4>
<h5>Seeking Software Enginnering Internship for Summer of 2019</h5>
</div>
<div class="col-md-8">
<h1 class="intro-h">Hello, I'm Jun!</h1>
<p class="intro-p">I'm an undergraduate student studying Computer Science at Georgia Tech. In my spare time, I like experimenting with web and software development. I am training myself to become a full-stack developer. I am very interested in various financial markets from digital currency to Wall Street.</p>
<p class="intro-p">One day, I hope to travel to every single country in the world. Currently, I have traveled to 25 states and 3 countries.</p>
<hr></hr>
<h3>Skills</h3>
<div class="row">
<div class="col-lg-4 " id = "starsList">
<ul class="no-bullets">
<li>
<span class="ability-title">HTML</span>
<span class="ability-score">
<span class="glyphicon glyphicon-star filled"></span>
<span class="glyphicon glyphicon-star filled"></span>
<span class="glyphicon glyphicon-star filled"></span>
<span class="glyphicon glyphicon-star filled"></span>
<span class="glyphicon glyphicon-star unfilled"></span>
</span>
</li>
<li>
<span class="ability-title">CSS</span>
<span class="ability-score">
<span class="glyphicon glyphicon-star filled"></span>
<span class="glyphicon glyphicon-star filled"></span>
<span class="glyphicon glyphicon-star filled"></span>
<span class="glyphicon glyphicon-star filled"></span>
<span class="glyphicon glyphicon-star unfilled"></span>
</span>
</li>
<li>
<span class="ability-title">Java</span>
<span class="ability-score">
<span class="glyphicon glyphicon-star filled"></span>
<span class="glyphicon glyphicon-star filled"></span>
<span class="glyphicon glyphicon-star filled"></span>
<span class="glyphicon glyphicon-star filled"></span>
<span class="glyphicon glyphicon-star unfilled"></span>
</span>
</li>
<li>
<span class="ability-title">Python</span>
<span class="ability-score">
<span class="glyphicon glyphicon-star filled"></span>
<span class="glyphicon glyphicon-star filled"></span>
<span class="glyphicon glyphicon-star filled"></span>
<span class="glyphicon
glyphicon-star half"></span>
<span class="glyphicon glyphicon-star unfilled"></span>
</span>
</li>
<li>
<span class="ability-title">JavaScript</span>
<span class="ability-score">
<span class="glyphicon glyphicon-star filled"></span>
<span class="glyphicon glyphicon-star filled"></span>
<span class="glyphicon glyphicon-star filled"></span>
<span class="glyphicon glyphicon-star unfilled"></span>
<span class="glyphicon glyphicon-star unfilled"></span>
</span>
</li>
</ul>
</div>
<div class="col-lg-4" id="starsList">
<ul class="no-bullets">
<li>
<span class="ability-title">Andriod</span>
<span class="ability-score">
<span class="glyphicon glyphicon-star filled"></span>
<span class="glyphicon glyphicon-star filled"></span>
<span class="glyphicon glyphicon-star filled"></span>
<span class="glyphicon glyphicon-star unfilled"></span>
<span class="glyphicon glyphicon-star unfilled"></span>
</span>
</li>
<li>
<span class="ability-title">Bootstrap</span>
<span class="ability-score">
<span class="glyphicon glyphicon-star filled"></span>
<span class="glyphicon glyphicon-star filled"></span>
<span class="glyphicon glyphicon-star filled"></span>
<span class="glyphicon glyphicon-star unfilled"></span>
<span class="glyphicon glyphicon-star unfilled"></span>
</span>
</li>
<li>
<span class="ability-title">C</span>
<span class="ability-score">
<span class="glyphicon glyphicon-star filled"></span>
<span class="glyphicon glyphicon-star filled"></span>
<span class="glyphicon glyphicon-star unfilled"></span>
<span class="glyphicon glyphicon-star unfilled"></span>
<span class="glyphicon glyphicon-star unfilled
"></span>
</span>
</li>
<li>
<span class="ability-title">SQL</span>
<span class="ability-score">
<span class="glyphicon glyphicon-star filled"></span>
<span class="glyphicon glyphicon-star filled"></span>
<span class="glyphicon glyphicon-star unfilled"></span>
<span class="glyphicon glyphicon-star unfilled"></span>
<span class="glyphicon glyphicon-star unfilled
"></span>
</span>
</li>
</ul>
</div>
</div>
<hr></hr>
<h3>Languages</h3>
<div class="row">
<div class="col-md-4" id = "starsList">
<ul class="no-bullets">
<li>
<span class="ability-title">English</span>
<span class="ability-score">
<span class="glyphicon glyphicon-star filled"></span>
<span class="glyphicon glyphicon-star filled"></span>
<span class="glyphicon glyphicon-star filled"></span>
<span class="glyphicon glyphicon-star filled"></span>
<span class="glyphicon glyphicon-star three-qua"></span>
</span>
</li>
<li>
<span class="ability-title">Mandarin</span>
<span class="ability-score">
<span class="glyphicon glyphicon-star filled"></span>
<span class="glyphicon glyphicon-star filled"></span>
<span class="glyphicon glyphicon-star filled"></span>
<span class="glyphicon glyphicon-star half"></span>
<span class="glyphicon glyphicon-star unfilled"></span>
</span>
</li>
<li>
<span class="ability-title">Japanese</span>
<span class="ability-score">
<span class="glyphicon glyphicon-star filled"></span>
<span class="glyphicon glyphicon-star filled"></span>
<span class="glyphicon glyphicon-star filled"></span>
<span class="glyphicon
glyphicon-star unfilled"></span>
<span class="glyphicon glyphicon-star unfilled"></span>
</span>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="page-footer font-small">
<div class="date" style="color:white;"><p id="date" style="color:white;"></p></div>
<script class="text/javaScript">
function update(){
var currentDate = new Date();
document.getElementById("date").innerHTML = currentDate.toLocaleString();
setTimeout(update, 400);
}
update();
</script>
</footer>
<script>
function change() {
document.getElementById("name").innerHTML = "Good Morning";
}
</script>
<script>
$(document).ready(function(){
$("#myBtn").click(function(){
$("#myModal").modal();
});
});
</script>
</body>
</html>