-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
260 lines (242 loc) · 10 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- regular mandatory stuff -->
<meta charset="UTF-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- regular mandatory stuff -->
<!-- meta info -->
<meta property="og:title" name="title" content="Mingchao Zhang"/>
<meta property="og:image" name="image" content="image/orange_fox.png"/>
<meta property="or:url" name="url" content="https://mingchao-zhang.github.io/"/>
<meta property="or:description" name="description" content="Mingchao Zhang's personal website"/>
<!-- meta info -->
<title>Mingchao Zhang</title>
<!-- css + favicon -->
<link rel="stylesheet" href="style/main.css">
<link rel="stylesheet" href="style/about.css">
<link rel="stylesheet" href="style/project.css">
<link href="image/orange_fox.png" rel="icon" type="image/x-icon"/>
<!-- css + favicon -->
<!--font awesome -->
<script defer src="https://use.fontawesome.com/releases/v5.7.2/js/all.js" integrity="sha384-0pzryjIRos8mFBWMzSSZApWtPl/5++eIfzYmTgBBmXYdhvxPc+XcFEk+zJwDgWbP" crossorigin="anonymous"></script>
<!--font awesome -->
</head>
<body>
<!-- header -->
<header class="header" id="home">
<!-- nav bar-->
<nav>
<ul>
<li><a href="#home" class="nav_anchor_link fade">Home</a></li>
<li><a href="#about" class="nav_anchor_link fade">About</a></li>
<!-- <li><a href="#nature" class="nav_anchor_link fade">Nature</a></li> -->
<li><a href="#project" class="nav_anchor_link fade">Project</a></li>
<li><a href="#footer" class="nav_anchor_link fade">Contact</a></li>
</ul>
<div class="progress_bar_container">
<div id="progress_bar">
</div>
</div>
</nav>
<!-- end of nav bar-->
<!-- banner -->
<div class="banner">
<h1 class="banner_text">
Hi, I'm Mingchao
</h1>
<div class="banner_icons">
<a href="https://www.facebook.com/profile.php?id=100009491484668" class="banner_icon_item">
<i class="fab fa-facebook fa-fw"></i>
</a>
<a href="https://github.com/mingchao-zhang" class="banner_icon_item">
<i class="fab fa-github fa-fw"></i>
</a>
<a href="mailto:zmcmarkzhang@gmail.com" class="banner_icon_item">
<i class="far fa-envelope"></i>
</a>
<a href="https://www.linkedin.com/in/mingchaoz/" class="banner_icon_item">
<i class="fab fa-linkedin-in fa-fw"></i>
</a>
</div>
<div class="resume_container">
<h2><a href="files/Mingchao_Zhang_Resume.pdf" target="_blank">RESUME</a></h2>
</div>
</div>
<!-- end of banner-->
<!-- video -->
<div class="video_container" >
<video class="video_item" autoplay muted loop>
<source src="video/timelapse.ogv" type="video/ogv">
<source src="video/timelapse.webm" type="video/webm">
<source src="video/timelapse.mp4" type="video/mp4">
Bad Brower.
</video>
</div>
<!-- end of video -->
</header>
<!-- end of header-->
<!-- about -->
<section id="about">
<div class="section_title">
<div class="section_title_text">
<h1> — About — </h1>
</div>
<div class="profile_pic_and_introduction">
<div class="profile_pic">
<img src="image/climbing.png">
</div>
<div class="pic_intro_dummy">
</div>
<div class="introduction">
<br>
<br>
<br>
<br>
Hi. I graduated from UIUC with a degree in Math and Computer Science. I'm interested in Computer Networks, Computer Systems and Machine Learning, and I'm constantly seeking ways to solve problems that make a significant social impact.
<br>
<br>
I study a lot, but when I'm not, I do rock climbing :)
</div>
</div>
</div>
</section>
<!-- end of about -->
<!-- nature -->
<!-- <section id="nature">
<div class="section_title">
<div class="section_title_text">
<h1>— Blog (Under Construction) —</h1>
</div>
</div>
<div class="nature_container">
<div class="arrow" id="nature_arrow_left">
<i class="fas fa-arrow-left"></i>
</div>
<div class="nature_front_content">
<div class="nature_front_title"></div>
<div class="nature_front_image fade" id="nature_front_image1">
<img src="image/nature/spring.jpg">
</div>
<div class="nature_front_image fade" id="nature_front_image2">
<img src="image/nature/summer.jpg">
</div>
<div class="nature_front_image fade" id="nature_front_image3">
<img src="image/nature/fall.jpg">
</div>
<div class="nature_front_image fade" id="nature_front_image4">
<img src="image/nature/winter.jpg">
</div>
</div>
<div class="arrow" id="nature_arrow_right">
<i class="fas fa-arrow-right"></i>
</div>
</div>
</section> -->
<!-- end of nature -->
<!-- projects -->
<section id="project" >
<!-- section title -->
<div class="section_title">
<div class="section_title_text">
<h1>— Project —</h1>
</div>
</div>
<!-- end of section title -->
<div class="project_container">
<div class="project_item" class="modal_pic_item">
<a href="https://github.com/mingchao-zhang/Hourglass" target="_blank"><img src="image/project/hourglass.jpg" alt="project"></a>
<div class="project_item_text">
<a href="https://github.com/mingchao-zhang/Hourglass" target="_blank"><p>Hourglass</p></a>
</div>
</div>
<div class="project_item" class="modal_pic_item">
<a href="https://github.com/mingchao-zhang/Show-Me-the-Carb-Fax" target="_blank"><img src="image/project/food.jpg" alt="project"></a>
<div class="project_item_text">
<a href="https://github.com/mingchao-zhang/Show-Me-the-Carb-Fax" target="_blank"><p>Show Me the Carb Fax</p></a>
</div>
</div>
<div class="project_item" class="modal_pic_item">
<a href="https://mingchao-zhang.gitlab.io/best_movie/" target="_blank"><img src="image/project/movie.jpg" alt="project"></a>
<div class="project_item_text">
<a href="https://mingchao-zhang.gitlab.io/best_movie/" target="_blank"><p>Best Movie!</p></a>
</div>
</div>
<div class="project_item" class="modal_pic_item">
<a href="./"><img src="image/project/personal_website.jpg" alt="project"></a>
<div class="project_item_text">
<a href="./"><p>Personal Website</p></a>
</div>
</div>
<div class="project_item" class="modal_pic_item">
<a href="https://github.com/mingchao-zhang/ip-tcp-tonkatsu-enchiladas" alt="orange_fox" target="_blank"><img src="image/project/network.jpg" alt="project"></a>
<div class="project_item_text">
<a href="https://github.com/mingchao-zhang/ip-tcp-tonkatsu-enchiladas" alt="project" target="_blank"><p>Virtual IP TCP</p></a>
</div>
</div>
<div class="project_item" class="modal_pic_item">
<a href="image/orange_fox.png" alt="orange_fox" target="_blank"><img src="image/project/chess.jpg" alt="project"></a>
<div class="project_item_text">
<a href="image/orange_fox.png" alt="orange_fox" target="_blank"><p>Chinese Chess (in progress)</p></a>
</div>
</div>
</div>
<!-- Could be useful in the future -->
<!-- <div class="modal">
<div class="modal_content">
<div class="modal_header">
<div class="modal_button">
<i class="fas fa-window-close"></i>
</div>
</div>
<div class="modal_image_container"></div>
</div>
</div> -->
</section>
<!-- end of project -->
<!-- footer -->
<section id="footer">
<div class="section_title">
<div class="section_title_text">
<h1>— Contact —</h1>
</div>
</div>
<div class="banner_icons">
<a href="https://www.facebook.com/profile.php?id=100009491484668" class="banner_icon_item">
<i class="fab fa-facebook fa-fw"></i>
</a>
<a href="https://github.com/mingchao-zhang" class="banner_icon_item">
<i class="fab fa-github fa-fw"></i>
</a>
<a href="mailto:zmcmarkzhang@gmail.com" class="banner_icon_item">
<i class="far fa-envelope"></i>
</a>
<a href="https://www.linkedin.com/in/mingchaoz/" class="banner_icon_item">
<i class="fab fa-linkedin-in fa-fw"></i>
</a>
</div>
</section>
<!-- end of footer -->
<!-- my main javascript-->
<script src="js/main.js"></script>
</body>
</html>
<!-- Source:
* Tutorial on video: Coding Addict on Youtube
* background video: https://videos.pexels.com/videos/beautiful-timelapse-of-the-night-sky-with-reflections-in-a-lake-857251
* fontawesome: https://fontawesome.com/how-to-use/on-the-web/setup/hosting-font-awesome-yourself
* color: https://coolors.co/
* loading-icon: https://loading.io/
* video converter (.mp4 to .webm and .ogv): https://converterpoint.com/
* google-font: https://fonts.google.com/specimen/Noto+Sans
https://fonts.googleapis.com/css?family=Lato
* project pictures: https://pixabay.com/photos/abstract-futuristic-lights-dream-1838151/
* orange fox: Mingchao Zhang
-->
<!-- TODO:
* Make the scroll bar hidable in the home page
* Add traffic tracker
* Make the website look good on phones
* Add animation to the home page. For example: https://codepen.io/jonitrythall/pen/bivaG
-->