-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
315 lines (302 loc) · 13.6 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
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
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Amaranth&display=swap" rel="stylesheet">
<!--Include Animate CSS-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css">
<!--Include Font Awesome-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.min.css">
<!--Include Materialize CSS-->
<link type="text/css" rel="stylesheet" href="./css/materialize.min.css">
<link type="text/css" rel="stylesheet" href="./css/index.css">
<title>Mike Huang | Web Developer</title>
</head>
<body>
<!--Header Section-->
<header id="home" class="navbar-fixed">
<!--Banner Slider-->
<div class="slider fullscreen">
<ul class="slides">
<li>
<img src="./img/cover/banner.jpg" alt="Background image of Mike">
<div class="caption left-align grey-text text-lighten-5">
<h3>Looking For<br>Web Developer?</h3>
<h5>Check out my portfolio</h5>
</div>
</li>
<li>
<img src="./img/cover/banner2.jpg" alt="Background image of Mike">
<div class="caption center-align grey-text text-lighten-4">
<h3>Love Adventure</h3>
<h5>Embrace Challenges</h5>
</div>
</li>
</ul>
</div>
<!--Navbar-->
<nav>
<div class="container">
<a href="index.html" class="brand-logo">
<img src="./img/logo/logo.png" alt="Mike's logo" class="responsive-img">
</a>
<a href="#" class="right sidenav-trigger show-on-medium-and-up" data-target="side-nav">
<i class="material-icons">menu</i>
</a>
</div>
</nav>
<!--Instruction Arrow-->
<a href="#about" id="arrow" class="animated bounce infinite slow"></a>
</header>
<!--Side Nav-->
<ul class="sidenav grey lighten-1" id="side-nav">
<li id="side-nav-logo">
<img src="./img/logo/logo.png" alt="Mike's logo">
</li>
<li><a class="sidenav-close grey-text text-darken-3 waves-effect" href="#home">Home</a></li>
<li><a class="sidenav-close grey-text text-darken-3 waves-effect" href="#about">About</a></li>
<li><a class="sidenav-close grey-text text-darken-3 waves-effect" href="#skill">Skills</a></li>
<li><a class="sidenav-close grey-text text-darken-3 waves-effect" href="#project">Project</a></li>
<li><a class="sidenav-close grey-text text-darken-3 waves-effect" href="#more-info">More Info</a></li>
<li><a class="sidenav-close grey-text text-darken-3 waves-effect" href="#contact">Contact</a></li>
<li>
<div class="divider"></div>
</li>
<li><a class="subheader">Learn More About Me</a></li>
<div id="side-nav-icons-container">
<h5><a href="https://medium.com/麥克的半路出家筆記" class="grey-text text-darken-3" target="_blank"><i
class="fab fa-medium-m"></i></a>
</h5>
<h5><a href="https://github.com/smallpaes" class="grey-text text-darken-3" target="_blank"><i
class="fab fa-github"></i></a>
</h5>
<h5><a href="https://www.linkedin.com/in/mike-huang-mikank/" class="grey-text text-darken-3" target="_blank"><i
class="fab fa-linkedin"></i></a></h5>
</div>
</ul>
<!--About Me Section-->
<section class="section grey lighten-5 section-about grey-text text-darken-2 scrollspy" id="about">
<div class="container center">
<h3>About Mike</h3>
<h6 class="grey-text text-darken-1">
A passionate front-end web developer who cares about users' needs and has been well trained with full-stack knowledge and skills.
</h6>
<div class="row center">
<!--Blog Post Be Placed Here-->
</div>
</div>
</section>
<!--Skills-->
<section class="section-skills parallax-container scrollspy" id="skill">
<div class="overlay">
<div class="carousel carousel-slider center">
<!--Front-End-->
<div class="carousel-item white-text valign-wrapper" href="#frontEnd!" id="front-end-carousel-item">
<div class="container">
<h3>Front-End Skills</h3>
<div class="row">
<div class="carousel-logo col s2 z-depth-5 tooltip">
<img src="./img/skills/Vue.png" alt="Vue.js Logo" class="responsive-img">
<span class="tooltip-text">Vue.js</span>
</div>
<div class="carousel-logo col s2 tooltip">
<img src="./img/skills/JavaScript.png" alt="JavaScript Logo" class="responsive-img">
<span class="tooltip-text">JavaScript</span>
</div>
<div class="carousel-logo col s2 tooltip">
<img src="./img/skills/Sass.png" alt="Sass Logo" class="responsive-img">
<span class="tooltip-text">Sass/SCSS</span>
</div>
<div class="carousel-logo col s2 tooltip">
<img src="./img/skills/Bootstrap.png" alt="Bootstrap Logo" class="responsive-img">
<span class="tooltip-text">Bootstrap</span>
</div>
<div class="carousel-logo col s2 tooltip">
<img src="./img/skills/Materialize.png" alt="Materialize Logo" class="responsive-img">
<span class="tooltip-text">Materialize</span>
</div>
</div>
</div>
</div>
<!--Back-End-->
<div class="carousel-item white-text valign-wrapper" href="#backEnd!">
<div class="container">
<h3>Back-End Skills</h3>
<div class="row">
<div class="carousel-logo col s2 tooltip">
<img src="./img/skills/NodeJS.png" alt="NodeJS Logo" class="responsive-img">
<span class="tooltip-text">NodeJS</span>
</div>
<div class="carousel-logo col s2 tooltip">
<img src="./img/skills/Express.png" alt="Express Logo" class="responsive-img">
<span class="tooltip-text">Express</span>
</div>
<div class="carousel-logo col s2 tooltip">
<img src="./img/skills/MongoDB.png" alt="MongoDB Logo" class="responsive-img">
<span class="tooltip-text">MongoDB</span>
</div>
<div class="carousel-logo col s2 tooltip">
<img src="./img/skills/MySQL.png" alt="MySQL Logo" class="responsive-img">
<span class="tooltip-text">MySQL</span>
</div>
</div>
</div>
</div>
<!--Other Skills ans Tools-->
<div class="carousel-item white-text valign-wrapper" href="#others!">
<div class="container">
<h3>Tools & Others</h3>
<div class="row">
<div class="carousel-logo col s2 tooltip">
<img src="./img/skills/GitHub.png" alt="GitHub Logo" class="responsive-img">
<span class="tooltip-text">GitHub</span>
</div>
<div class="carousel-logo col s2 tooltip">
<img src="./img/skills/Git.png" alt="Git Logo" class="responsive-img">
<span class="tooltip-text">Git</span>
</div>
<div class="carousel-logo col s2 tooltip">
<img src="./img/skills/Heroku.png" alt="Heroku Logo" class="responsive-img">
<span class="tooltip-text">Heroku</span>
</div>
<div class="carousel-logo col s2 tooltip">
<img src="./img/skills/Chrome.png" alt="Chrome Logo" class="responsive-img">
<span class="tooltip-text">Chrome Extension</span>
</div>
</div>
</div>
</div>
</div>
<div class="parallax">
<img src="./img/parallax/san-francisco-city-view.jpeg" alt="City view of San Francisco">
</div>
</div>
</section>
<!--Project Display Section-->
<section class="section grey lighten-5 section-project grey-text text-darken-2 scrollspy" id="project">
<div class="container">
<h3 class="center">Recent Project</h3>
<h6 class="grey-text text-darken-1 center">
Watch a full list of projects at once on my <span class="light-blue-text text-accent-4"><a
href="https://github.com/smallpaes?tab=repositories" target="_blank" id="github-repo-link">GitHub</a></span>
</h6>
<div class="row">
<!--Projects be displayed here-->
</div>
</div>
</section>
<!--Learn More Section-->
<section class="section section-learn-more parallax-container scrollspy" id="more-info">
<div class="parallax">
<img src="./img/parallax/countryside.jpeg" alt="County side view">
<div class="overlay"></div>
</div>
<div id="learn-more-content">
<div class="container">
<div class="row center white-text">
<h3>Discover More</h3>
<div class="col s8 offset-s2 learn-more-link">
<a href="https://github.com/smallpaes?tab=repositories"
class="btn waves-effect waves-light light-blue accent-4" target="_blank">
<i class="fab fa-github left"></i>GitHub
</a>
<a href="https://medium.com/麥克的半路出家筆記" class="btn waves-effect waves-light orange darken-4" target="_blank">
<i class="fab fa-medium left"></i>Medium
</a>
</div>
</div>
</div>
</div>
</section>
<!--Contact Section-->
<section class="section experience grey lighten-5 section-contact grey-text text-darken-2 scrollspy" id="contact">
<div class="container center">
<h3>Get In Touch</h3>
<h6>Kindly fill in the form and let us get a chance to learn more about each other</h6>
<div class="row">
<form class="col s12 xl10 offset-xl1" action="https://getform.io/f/f5781ce8-a6f2-406d-bde3-57b1b50da340"
method="POST">
<div class="row">
<div class="input-field col s12 m6">
<i class="material-icons prefix">account_circle</i>
<input type="text" class="validate" id="name" required>
<label for="name">Name</label>
<span class="helper-text" data-error="Kindly provide your name"></span>
</div>
<div class="input-field col s12 m6">
<i class="material-icons prefix">email</i>
<input type="email" name="email" class="validate" id="email" required>
<label for="email">Email</label>
<span class="helper-text" data-error="Kindly provide your email"></span>
</div>
</div>
<div class="row">
<div class="input-field col s12">
<i class="material-icons prefix">message</i>
<textarea name="message" id="message" class="materialize-textarea validate" required></textarea>
<label for="message">Leave a message</label>
<span class="helper-text" data-error="Kindly leave a message"></span>
</div>
</div>
<div class="row center">
<button class="btn waves-effect waves-light blue-grey" type="submit" name="action">Send
<i class="material-icons right">send</i>
</button>
</div>
</form>
</div>
</div>
</section>
<!--Footer-->
<footer class="page-footer grey lighten-1">
<div class="container">
<div class="row">
<div class="col s12">
<div id="footer-logo">
<img src="./img/logo/logo.png" alt="Logo of Mike">
</div>
<p class="grey-text text-darken-3">Learn more about Mike</p>
<div id="footer-links">
<a href="https://github.com/smallpaes" target="_blank" class="grey-text text-lighten-3"><i
class="fab fa-github fa-2x"></i></a>
<a href="https://medium.com/麥克的半路出家筆記" target="_blank" class="grey-text text-lighten-3"><i
class="fab fa-medium fa-2x"></i></a>
<a href="https://www.linkedin.com/in/mike-huang-mikank/" target="_blank" class="grey-text text-lighten-3"><i
class="fab fa-linkedin fa-2x"></i></a>
</div>
</div>
</div>
</div>
<div class="footer-copyright center">
<div class="container">
Mike's Portfolio © 2019 Copyright
</div>
</div>
</footer>
<!--Floating Action Button-->
<div class="fixed-action-btn toolbar">
<a
class="btn-floating btn-large blue-grey darken-1 hide-on-med-and-up waves-effect waves-light scale-transition scale-out">
<i class="material-icons">account_circle</i>
</a>
<ul>
<li><a href="https://github.com/smallpaes" class="btn-floating" target="_blank"><i
class="fab fa-github fa-2x"></i></a></li>
<li><a href="https://medium.com/麥克的半路出家筆記" class="btn-floating" target="_blank"><i class="fab fa-medium"></i></a>
</li>
<li><a href="https://www.linkedin.com/in/mike-huang-mikank/" class="btn-floating" target="_blank"><i
class="fab fa-linkedin"></i></a></li>
<li><a href="https://www.facebook.com/lovesmallpaes" class="btn-floating" target="_blank"><i
class="fab fa-facebook"></i></a></li>
</ul>
</div>
<script type="text/javascript" src="./js/jquery-3.4.1.min.js"></script>
<script type="text/javascript" src="./js/materialize.min.js"></script>
<script type="text/javascript" src="./js/materialize-init.js"></script>
<script type="text/javascript" src="./js/index.js"></script>
</body>
</html>