-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
266 lines (262 loc) · 13.5 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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Jonathan's Portfolio</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Portfolio webpage of Jonathan" />
<meta name="author" content="Jonathan" />
<!--Social Media icons-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="icon" href="images/logo.png">
<link href="https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat|Open+Sans|Raleway&display=swap" rel="stylesheet">
<!-- Animate.css -->
<link rel="stylesheet" href="css/animate.css">
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.css">
<!-- Theme style -->
<link rel="stylesheet" href="css/style.css">
<!-- Modernizr JS -->
<script src="js/modernizr-2.6.2.min.js"></script>
</head>
<body>
<canvas id="canvas"></canvas>
<div id="colorlib-page">
<div class="container-wrap">
<a href="#" class="js-colorlib-nav-toggle colorlib-nav-toggle" data-toggle="collapse" data-target="#navbar"
aria-expanded="false" aria-controls="navbar"><i></i></a>
<!----Side bar--->
<aside id="colorlib-aside" role="complementary" class="border js-fullheight">
<div class="text-center">
<div class="author-img" style="background-image: url(images/me.jpg);">
</div>
<h1 id="colorlib-logo"><a href="https://github.com/zerowu49">Jonathan</a>
</h1>
</div>
<nav id="colorlib-main-menu" role="navigation" class="navbar" style="padding-top: 2em">
<div id="navbar" class="collapse">
<ul>
<li><a href="#" data-nav-section="about">About</a></li>
<li><a href="#" data-nav-section="projects">Projects</a>
</li>
<li><a href="#" data-nav-section="experience">Work
Experience</a></li>
<li><a href="#" data-nav-section="education">Education</a></li>
<li><a href="#" data-nav-section="contact">Contact</a>
</li>
</ul>
</div>
</nav>
</aside>
<!----- main page--------->
<div id="colorlib-main">
<!---------------About me---------------------->
<section class="colorlib-about" data-section="about">
<div class="colorlib-narrow-content">
<div class="row animate-box" data-animate-effect="fadeInLeft">
<div class="about-desc">
<h1> <span>Jonathan</span>
</h1>
<p>Hi, Internet User 👋. Welcome to my portfolio.<br>
I'm a software engineer focused on mobile developer
especially Flutter and Ionic. I also
capable for frontend role specialized in
Angular and React applications that work across
all platforms and browsers.
</p>
</div>
</div>
</div>
</section>
<!--------------Projects---------------->
<section class="colorlib-skills" data-section="projects">
<div class="colorlib-narrow-content">
<div class="row row-bottom-padded-sm animate-box fadeInLeft animated"
data-animate-effect="fadeInLeft">
<div class="about-desc">
<h1>Projects</h1>
</div>
</div>
<ul id="accordion" class="accordion animate-box" data-animate-effect="fadeInRight">
<li>
<div class="link">
<p style="margin-bottom: 0px">Cross Platform Project</p>
<i class="fa fa-chevron-down"></i>
</div>
<ul id="cross-platform-projects" class="submenu">
<li>
<strong>Moneyplan</strong> <span>December 2021</span><br>
Financial Tracker App which saves and tracks your expenses and income.
Built using React and Ionic to works in Website and Mobile App
<br />
Github: <a
href="https://github.com/Moneyplan88/moneyplan">https://github.com/Moneyplan88/moneyplan</a>
</li>
</ul>
</li>
<li>
<div class="link">
<p style="margin-bottom: 0px">Web Project
</p>
<i class="fa fa-chevron-down"></i>
</div>
<ul id="web-projects" class="submenu">
<li>
<strong>Football Score</strong> <span>March 2020</span><br>
Football Score Information Website which display data from API and
preserve it in website with Progressive Web App support using Workbox
so it could be easily installed in mobile apps without installing.
<br />
Website: <a
href="https://push-notification-2011f.web.app/">https://push-notification-2011f.web.app/</a>
</li>
</ul>
</li>
</ul>
</div>
</section>
<!---------------Work Experience----------->
<section class="colorlib-experience" data-section="experience">
<div class="colorlib-narrow-content">
<div class="row row-bottom-padded-sm animate-box fadeInLeft animated"
data-animate-effect="fadeInLeft">
<div class="about-desc">
<h1>Work <span style="color: #f9bf3f">Experience</span>
</h1>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="timeline-centered">
<article class="timeline-entry animate-box" data-animate-effect="fadeInLeft">
<div class="timeline-entry-inner">
<div class="timeline-icon color-1">
<i class="fa fa-code"></i>
</div>
<div class="timeline-label">
<h2><a href="#">Lingotalk</a>
</h2>
<!-- Lead -->
<strong>Mobile
Project Manager</strong> <span>June 2021 - February 2022</span><br>
<ul>
<li>Maintains mobile application to run smoothly on the user side</li>
<li>Managed up to 9 mobile engineer members to align with OKR goals</li>
<li>Make sure engineers' work run properly and make it to production ready
</li>
<li>Ensures a healthy work environment with priotizing work life balance</li>
</ul>
<!-- Mobile Engineer -->
<strong>Mobile
Engineer</strong> <span>Feb 2021 - June 2021</span><br>
<ul>
<li>Implementing State Management to control data using Flutter Framework</li>
<li>Integrating dozens of features into single branch</li>
<li>Push app to Production in
<a href="https://play.google.com/store/apps/details?id=co.lingotalk">Play
Store</a>
and <a href="https://apps.apple.com/id/app/lingotalk/id1565945440">App
Store</a>
</li>
</ul>
</div>
</div>
</article>
<article class="timeline-entry animate-box" data-animate-effect="fadeInLeft">
<div class="timeline-entry-inner">
<div class="timeline-icon color-1">
<i class="fa fa-code"></i>
</div>
<div class="timeline-label">
<h2><a href="#">Multimedia Nusantara University</a>
</h2>
<strong>Laboratorium Assistant</strong><span>July 2020 - Dec
2020</span><br>
Assist students for System Programming Course about C Programming in Linux
</div>
</div>
</article>
<article class="timeline-entry begin animate-box" data-animate-effect="fadeInBottom">
<div class="timeline-entry-inner">
<div class="timeline-icon color-2">
</div>
</div>
</article>
</div>
</div>
</div>
</div>
</section>
<!---------------Education----------->
<section class="colorlib-education" data-section="education">
<div class="colorlib-narrow-content">
<div class="row row-bottom-padded-sm animate-box fadeInLeft animated"
data-animate-effect="fadeInLeft">
<div class="about-desc">
<h1>Education</h1>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="timeline-centered">
<article class="timeline-entry animate-box" data-animate-effect="fadeInLeft">
<div class="timeline-entry-inner">
<div class="timeline-icon color-1">
<i class="fa fa-code"></i>
</div>
<div class="timeline-label">
<h2>Bachelors in Computer Science</h2>
<p><strong>Multimedia Nusantara University</strong><br>
Majored in Security with GPA 3.9.
</p>
</div>
</div>
</article>
</div>
</div>
</div>
</div>
</section>
<!---------------Contact---------->
<section class="colorlib-contact" data-section="contact">
<div class="colorlib-narrow-content">
<div class="row row-bottom-padded-sm animate-box" data-animate-effect="fadeInLeft">
<div class="about-desc">
<h1>Contact</h1>
</div>
<p>On the off chance that you might want to
connect with me, be it for some business or
innovation, or to simply say hello, don't
hesitate to send me an email at <strong><a
href="mailto: [email protected]">[email protected]</a></strong>
</p>
</div>
<div id="externalLinks" class="row">
</div>
</div>
</section>
</div>
</div>
</div>
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- jQuery Easing -->
<script src="js/jquery.easing.1.3.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- Waypoints -->
<script src="js/jquery.waypoints.min.js"></script>
<!-- Flexslider -->
<script src="js/jquery.flexslider-min.js"></script>
<!-- Counters -->
<script src="js/jquery.countTo.js"></script>
<!-- MAIN JS -->
<script src="js/main.js"></script>
<!--canvas js--->
<script src="js/canvas.js"></script>
</body>
</html>