-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
220 lines (200 loc) · 8.54 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
<!DOCTYPE html>
<!--[if lt IE 7 ]> <html class="ie ie6 no-js" lang="en"> <![endif]-->
<!--[if IE 7 ]> <html class="ie ie7 no-js" lang="en"> <![endif]-->
<!--[if IE 8 ]> <html class="ie ie8 no-js" lang="en"> <![endif]-->
<!--[if IE 9 ]> <html class="ie ie9 no-js" lang="en"> <![endif]-->
<!--[if gt IE 9]><!-->
<html class="no-js" lang="en">
<!--<![endif]-->
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<!-- Metas Page details-->
<title>Home - Kevin Ma Yuchen</title>
<meta name="description" content="OnePage Resume Portfolio">
<meta name="author" content="">
<!-- Mobile Specific Metas-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--main style-->
<link rel="stylesheet" type="text/css" media="screen" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" media="screen" href="css/main.css">
<!--google font style-->
<link href="http://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<!--font-family: 'Metrophobic', serif;-->
<link href="http://fonts.googleapis.com/css?family=Crimson+Text:400,600,400italic,600italic" rel="stylesheet"
type="text/css">
<!--font-family: 'Open Sans', sans-serif;-->
<!-- font icon css style-->
<link rel="stylesheet" href="css/font-awesome.min.css">
</head>
<body onLoad="load()" onUnload="GUnload()">
<!-- Preloader -->
<div id="preloader">
<div id="status"></div>
</div>
<!--wrapper start-->
<div class="wrapper noGap" id="wrapper">
<!--Header start -->
<header>
<!--menu start-->
<div class="menu">
<a href="#" class="nav-icon" id="nav-show"><i class="fa fa-bars"></i></a>
<div class="navbar-wrapper">
<div class="container">
<div class="navwrapper">
<div class="navbar navbar-inverse navbar-static-top">
<div class="container">
<!--<div class="logo">logo</div> -->
<div class="navArea"><a href="#" class="closeMenu"><i class="fa fa-times"></i></a>
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span>
</button>
<!-- <a class="navbar-brand" href="#">Menu</a> -->
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="menuItem active"><a href="#wrapper">Home</a></li>
<li class="menuItem"><a href="#aboutus">About Me</a></li>
<li class="menuItem"><a href="#skillset">Skills</a></li>
<li class="menuItem"><a href="#experience">Experience</a></li>
<li class="menuItem"><a href="#education">Education</a></li>
<li class="menuItem"><a href="#ourwork">Portfolio</a></li>
<li class="menuItem"><a href="#contact">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- End Navbar -->
</div>
</div>
</div>
<!--menu end-->
<!--banner start-->
<div class="banner row" id="banner">
<div class="bannerText">
<h1>I'm Kevin Ma</h1>
<h3>PhD student at National University of Singapore</h3>
</div>
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 noPadd" style="height:100%">
<!--background slide show start-->
<!-- <div style="filter:brightness(60%)">
<img src="images/header-image/image.jpg" alt="image"> </div> -->
<!--background slide show end-->
</div>
</div>
<!--banner end-->
</header>
<!--Header end -->
<!--about us start-->
<section class="aboutus" id="aboutus">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="heading">
<h2>About me</h2>
<h3>A brief introduction about myself</h3>
</div>
</div>
</div>
<div class="row">
<div class=" col-lg-4 col-md-4 col-sm-4 col-xs-12 pull-right media"><img src="images/kevin.jpg" alt=""
style="height:360px"></div>
<div class=" col-lg-7 col-md-7 col-sm-7 col-xs-12 pull-left media">
<h5>Kevin Ma Yuchen</h5>
<h4>PhD student at National University of Singapore</h4>
<!-- <p>I am Kevin, currently an undergraduate student pursuing a Bachelor of Engineering in Engineering Product
Development (EPD) at Singapore University of Technology and Design (SUTD). I have great interest in
Robotics. I am also the Secretary of SUTD Organisation of Autonomous Robotics (SOAR). I enjoy doing random
projects both for fun and for learning skills. I play the guitar in my free time. Football is also a hobby
of mine. As a fast learner, I am highly motivated and efficient in learning something new. </p> -->
<!-- <p><a role="button" href="Resume-Kevin Ma.pdf" target="_blank" class="btn btn-primary btn-lg">Download
Printable Resume</a></p> -->
</div>
</div>
</div>
</section>
<!--about us end-->
<!--contact start-->
<section class="contact" id="contact">
<div class="container">
<div class="heading">
<h2>Get In Touch</h2>
<h3>Here are links to my digital accounts</h3>
</div>
<div>
<h4>E-Mail</h4>
<ul>
<li><a href="mailto:[email protected]" style="color:darkblue">[email protected]</a>
</li>
</ul>
<h4>Social Media</h4>
<ul>
<li><a href="https://www.linkedin.com/in/kevin-ma-yuchen/" style="color:darkblue"
target="_blank">https://www.linkedin.com/in/kevin-ma-yuchen-308543179/</a></li>
</ul>
<h4>Others</h4>
<ul>
<li><a href="https://github.com/Kevinskwk" style="color:darkblue"
target="_blank">https://github.com/Kevinskwk</a></li>
</ul>
</div>
</div>
</section>
<!--contact end-->
</div>
<!--wrapper end-->
<!--modernizr js-->
<script type="text/javascript" src="js/modernizr.custom.26633.js"></script>
<!--jquary min js-->
<script type="text/javascript" src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<!--for placeholder jquery-->
<script type="text/javascript" src="js/jquery.placeholder.js"></script>
<!--for header jquery-->
<script type="text/javascript" src="js/stickUp.js"></script>
<script src="js/jquery.superslides.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript">
jQuery(function ($) {
$(document).ready(function () {
//enabling stickUp on the '.navbar-wrapper' class
$('.navbar-wrapper').stickUp({
parts: {
0: 'banner',
1: 'aboutus',
2: 'skillset',
3: 'experience',
4: 'education',
5: 'ourwork',
6: 'contact'
},
itemClass: 'menuItem',
itemHover: 'active',
topMargin: 'auto'
});
});
});
</script>
<script>
$('#banner').superslides({
animation: 'fade',
play: 5000
});
</script>
<!--for portfolio jquery-->
<script src="js/jquery.isotope.js" type="text/javascript"></script>
<link type="text/css" rel="stylesheet" id="theme" href="css/jquery-ui-1.8.16.custom.css">
<link type="text/css" rel="stylesheet" href="css/lightbox.min.css">
<script type="text/javascript" src="js/jquery.ui.widget.min.js"></script>
<script type="text/javascript" src="js/jquery.ui.rlightbox.js"></script>
<!--contact form js-->
<script type="text/javascript" src="js/jquery.contact.js"></script>
<script src="js/jquery.easing.js"></script>
<script src="js/jquery.mousewheel.js"></script>
<script defer src="js/slideroption.js"></script>
<!--for theme custom jquery-->
<script src="js/custom.js"></script>
</body>
</html>