-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·150 lines (139 loc) · 7.42 KB
/
Copy pathindex.html
File metadata and controls
executable file
·150 lines (139 loc) · 7.42 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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Chaolei Hua - Undergraduate at UCSD</title>
<link href="css/style.css" rel="stylesheet" type="text/css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="css/bootstrap.min.css" rel="stylesheet">
<script src="js/jquery-3.1.1.min.js"></script>
<script src="js/3d.js"></script>
</head>
<body>
<div class="header">
<div class="header_resize">
<div class="logo"><h1><a href="index.html">SUPER<span>THUNDER</span></a><small>By Chaolei Hua at UCSD</small></h1></div>
<div class="clr"></div>
<div class="clr"></div>
</div>
</div>
<nav class="navbar navbar-default navbar-inverse" role="nabigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#demo-navbar" 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="#">Home</a>
</div>
<div class="collapse navbar-collapse" id="demo-navbar">
<ul class="nav navbar-nav">
<li><a href="#" data-toggle="modal" data-target="#about">About</a></li>
<li><a href="http://superthunder.me//doc/Hua,Chaolei_Resume.pdf">Resume</a></li>
</ul>
</div>
</div>
</nav>
<!-- 轮播图 -->
<div class="banner-wrap">
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-generic" data-slide-to="1"></li>
<li data-target="#carousel-example-generic" data-slide-to="2"></li>
<li data-target="#carousel-example-generic" data-slide-to="3"></li>
<li data-target="#carousel-example-generic" data-slide-to="4"></li>
<li data-target="#carousel-example-generic" data-slide-to="5"></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="images/1.JPG" alt="chrome">
<div class="carousel-caption">
<p><a href=""><button class="btn btn-lg btn-link" type="button">Hover Over Me</button></a></p>
</div>
</div>
<div class="item">
<img src="images/IMG_0063.JPG" alt="chrome">
<div class="carousel-caption">
<p><a href=""><button class="btn btn-lg btn-link" type="button" style="color:black;">Hover Over Me</button></a></p>
</div>
</div>
<div class="item">
<img src="images/2.JPG" alt="chrome">
<div class="carousel-caption">
<p><a href=""><button class="btn btn-lg btn-link" type="button">Hover Over Me</button></a></p>
</div>
</div>
<div class="item">
<img src="images/3.JPG" alt="chrome">
<div class="carousel-caption">
<p><a href=""><button class="btn btn-lg btn-link" type="button">Hover Over Me</button></a></p>
</div>
</div>
<div class="item">
<img src="images/4.JPG" alt="chrome">
<div class="carousel-caption">
<p><a href=""><button class="btn btn-lg btn-link" type="button">Hover Over Me</button></a></p>
</div>
</div>
<div class="item">
<img src="images/5.JPG" alt="chrome">
<div class="carousel-caption">
<p><a href=""><button class="btn btn-lg btn-link" type="button">Hover Over Me</button></a></p>
</div>
</div>
</div>
<!-- Controls -->
<a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<div class = "footer">
<p>Copyright © 2018 superthunder.me</p>
</div>
<!-- 弹出框 -->
<div class="modal fade" id="about">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title">About</h4>
</div>
<div class="modal-body">
<h1>Chaolei Hua</h1>
<h2>Student Developer & Photographer & Thunder (QwQ)</h2>
<h4>Thanks for visiting my personal website. My name is Chaolei Hua. Superthunder is actually the English translation of my Chinese first name. Right now, I am an undergraduate at University of California, San Diego, majoring in Math and Computer Science. I also minor in Management Science. My skills and interests vary from ios & web development, photograph, 3D rendering and stock trading. </h4>
<h4>Seeking summer internship and research opportunity to apply what I learn into real world scenario in my junior year. Feel free to contact me if you have any interest, question, and suggestion!</h4>
<a href="https://github.com/erichua03"><i class="fa fa-github" style="font-size:36px;color:#00c6ff;"></i></a>
<a href="https://www.facebook.com/eric.hua.927"><i class="fa fa-facebook-official" style="font-size:36px;color:#00c6ff;"></i></a>
<a href="mailto:c8hua@ucsd.edu"> <i class="fa fa-envelope" style="font-size:36px;color:#00c6ff;"></i></a>
<a href="https://www.linkedin.com/in/chaolei-hua-430844149/"><i class="fa fa-linkedin-square" style="font-size:36px;color:#00c6ff;"></i></a>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<script src="http://libs.baidu.com/jquery/1.11.1/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script>
$(document).ready(function(){
$("#demo-navbar .dropdown-menu a").click(function(){
var href = $(this).attr("href");
$("#tab-list a[href='" + href +"']").tab("show");
});
});
</script>
</body>
</html>