-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·420 lines (391 loc) · 18.9 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
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
<!DOCTYPE html>
<html lang="en">
<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>Portofolio</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/custom.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Nixie+One' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900" rel="stylesheet">
</head>
<body>
<div class="loader">
<div>
<img src="images/icons/preloader.gif" />
</div>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-sm-5 left-wrapper">
<div class="event-banner-wrapper">
<h2>
Januar Akbar F. {YAYAN}
<span>
<a href="https://github.com/KeboBudu" target="_blank"> <img src="images/icons/github.png" height="35px" width="35px" /> </a>
<a href="https://www.linkedin.com/in/januar-akbar-f-01503a146/" target="_blank"> <img src="images/icons/linkdin.png" height="35px" width="35px" /> </a>
<a href="https://www.facebook.com/januarakbarfidaryansyah" target="_blank"> <img src="images/icons/facebook.png" height="35px" width="35px" /> </a>
<a href="mailto:januarfarukh@gmail"> <img src="images/icons/email.png" height="35px" width="35px" /> </a>
</span>
</h2>
<!-- <p>created by <a href="http://www.pixpalette.com" target="_blank">pixpalette</a></p> -->
</div>
</div>
<div class="col-sm-7 right-wrapper">
<div class="event-ticket-wrapper">
<div class="event-tab">
<!-- Nav tabs -->
<ul class="nav nav-tabs" role="tablist">
<li role="presentation" class="active"><a href="#about_me" aria-controls="about_me" role="tab" data-toggle="tab">About Me</a></li>
<li role="presentation"><a href="#projects" aria-controls="projects" role="tab" data-toggle="tab">Projects</a></li>
<li role="presentation"><a href="#skill" aria-controls="skill" role="tab" data-toggle="tab">Skills</a></li>
</ul>
<!-- Tab panes -->
<div class="tab-content">
<div role="tabpanel" class="tab-pane fade in active" id="about_me">
<h4>Hi...</h4>
<h4>
My full name is Januar Akbar Fidaryansyah, my nickname is Januar or Yayan.
I am interested in matters relating to the tech world since high school.
I started developing desktop apps since 2014 and started developing web-based applications in 2015.
I'm a new person in the programming world,
but I'm the type of person who wants to keep going and growing,
so I keep learning to improve and honing my code skills and my logic to develope an Apps.
</h4>
<h4>
I am currently working on one of Indonesia's leading retail companies as IT Support.
In addition to my routine work, I worked on several desktop, Web and mobile application projects.
And right now I'm starting a software house that I named Cyber ART.
</h4>
<h4>
For more details about some projects that I have done and some programing skill that
I know can be seen in the section projects and skills.
</h4>
<br />
<h4>
<img src="images/icons/email.png" height="35px" width="35px" /> <b> : [email protected] </b> <br/>
<img src="images/icons/WA.png" height="35px" width="35px" /> <b> : 081915888281 </b> <br/>
<img src="images/icons/HP.png" height="35px" width="35px" /> <b> : 081915888281 </b>
</h4>
</div>
<div role="tabpanel" class="tab-pane fade" id="projects">
<div class="row">
<div class="col-md-12">
<div class="ticketBox">
<div class="row">
<div class="col-xs-12">
<div class="ticket-name">
SMS Gateway Auto Reply
<span>
<b>Tags : </b> <i>Web Apps, PHP, Gammu, Mysql </i> <br>
<b>Place : </b> <i>KUA Taliwang - KSB</i>
</span>
</div>
</div>
<div class="col-xs-6 ticket-description">
<p>
<strong>Description:</strong>
<br>This system is used to receive SMS and reply automatically according to specified keywords,
and send SMS broadcast to the community as needed.
</p>
</div>
<div class="col-xs-6 projects-image">
<img src="images/no_image.jpg" />
</div>
</div>
</div>
</div>
<div class="col-md-12">
<div class="ticketBox">
<div class="row">
<div class="col-xs-12">
<div class="ticket-name">
Indeks Kepuasan Masyarakat
<span>
<b>Tags : </b> <i>Desktop, KIOSK, Delphi </i> <br>
<b>Place : </b> <i>Lombok Tengah Police Departements</i>
</span>
</div>
</div>
<div class="col-xs-6 ticket-description">
<p>
<strong>Description:</strong>
<br>This system runs on a computer with a touchscreen display.
This system will gather inputs from the public about service quality of Traffic Police Departement of Lombok Tengah.
</p>
</div>
<div class="col-xs-6 projects-image">
<img src="images/no_image.jpg" />
</div>
</div>
</div>
</div>
<div class="col-md-12">
<div class="ticketBox">
<div class="row">
<div class="col-xs-12">
<div class="ticket-name">
Fingerprint Recording System
<span>
<b>Tags : </b> <i>Desktop, Delphi, Fingerprint </i> <br>
<b>Place : </b> <i>Lombok Tengah Police Departements</i>
</span>
</div>
</div>
<div class="col-xs-6 ticket-description">
<p>
<strong>Description:</strong>
<br>this system is used to record the people fingerprint patterns,
and members of the police departements for the purposes of fingerprint identification and time attendance system.
</p>
</div>
<div class="col-xs-6 projects-image">
<img src="images/no_image.jpg" />
</div>
</div>
</div>
</div>
<div class="col-md-12">
<div class="ticketBox">
<div class="row">
<div class="col-xs-12">
<div class="ticket-name">
Lombok Tengah Police Departement Website
<span>
<b>Tags : </b> <i>Website</i> <br>
<b>Place : </b> <i>Lombok Tengah Police Departements</i>
</span>
</div>
</div>
<div class="col-xs-6 ticket-description">
<p>
<strong>Description:</strong>
<br>Official Website of Lombok Tengah Police Departement.
http://www.tribratanewspolresloteng.com
</p>
</div>
<div class="col-xs-6 projects-image">
<img src="images/projects/P_4.jpg" />
</div>
</div>
</div>
</div>
<div class="col-md-12">
<div class="ticketBox">
<div class="row">
<div class="col-xs-12">
<div class="ticket-name">
Internal Management System
<span>
<b>Tags : </b> <i>Web Apps</i> <br>
<b>Place : </b> <i>Lombok Tengah Police Departements</i>
</span>
</div>
</div>
<div class="col-xs-6 ticket-description">
<p>
<strong>Description:</strong>
<br>Internal System Information of Lombok Tengah Police Departemen.
Several function to monotirong Police Activity, several function to processign statistic data, Etc...
</p>
</div>
<div class="col-xs-6 projects-image">
<img src="images/projects/P_5.jpg" />
</div>
</div>
</div>
</div>
<div class="col-md-12">
<div class="ticketBox">
<div class="row">
<div class="col-xs-12">
<div class="ticket-name">
Internal Sistem Information Alfamart Branch Lombok
<span>
<b>Tags : </b> <i>Web Apps</i> <br>
<b>Place : </b> <i>Alfamart Branch Lombok</i>
</span>
</div>
</div>
<div class="col-xs-6 ticket-description">
<p>
<strong>Description:</strong>
<br>Internal System Information for PT. Sumber Alfaria Trijaya, Tbk (Alfamart).
There are many functions in this system that are tailored to the needs of the management
and business process changes. This system continues to be developed as needed
</p>
</div>
<div class="col-xs-6 projects-image">
<img src="images/projects/P_6.jpg" />
</div>
</div>
</div>
</div>
<div class="col-md-12">
<div class="ticketBox">
<div class="row">
<div class="col-xs-12">
<div class="ticket-name">
Store Supporting System Alfamart Branch Lombok
<span>
<b>Tags : </b> <i>Desktop, Delphi</i> <br>
<b>Place : </b> <i>Alfamart Branch Lombok</i>
</span>
</div>
</div>
<div class="col-xs-6 ticket-description">
<p>
<strong>Description:</strong>
<br>this is a desktop application that serves to help shop crew in carrying out its duties
in the store in accordance with company provisions.
This application is only for support at Alfamart Branch Lombok store
</p>
</div>
<div class="col-xs-6 projects-image">
<img src="images/projects/P_7.jpg" />
</div>
</div>
</div>
</div>
<div class="col-md-12">
<div class="ticketBox">
<div class="row">
<div class="col-xs-12">
<div class="ticket-name">
SASAK
<span>
<b>Tags : </b> <i>Android, Intel XDK</i> <br>
<b>Place : </b> <i>Lombok Tengah Police Departements</i>
</span>
</div>
</div>
<div class="col-xs-6 ticket-description">
<p>
<strong>Description:</strong>
<br>Sistem Aplikasi Sambungan Aktif Kepolisian (SASAK) is a mobile application
to facilitate people get services from Lombok Tengah Police.
This app is still in continuous stages of continuous improvement.
<a href="https://play.google.com/store/apps/details?id=lombok.tengah" target="_blank"> Click Her For Detail </a>
</p>
</div>
<div class="col-xs-6 projects-image">
<img src="images/projects/P_8.jpg" />
</div>
</div>
</div>
</div>
<div class="col-md-12">
<div class="ticketBox">
<div class="row">
<div class="col-xs-12">
<div class="ticket-name">
E-BHABIN
<span>
<b>Tags : </b> <i>Android, Intel XDK</i> <br>
<b>Place : </b> <i>Lombok Tengah Police Departements</i>
</span>
</div>
</div>
<div class="col-xs-6 ticket-description">
<p>
<strong>Description:</strong>
<br>This Mobile Apps for help Bhabinkamtibmas Lombok Tengah Police Departemen
to send report from anywhere and anytime where he/she doing job
<a href="https://play.google.com/store/apps/details?id=ebhabin.sasak" target="_blank"> Click Her For Detail </a>
</p>
</div>
<div class="col-xs-6 projects-image">
<img src="images/projects/P_9.jpg" />
</div>
</div>
</div>
</div>
<div class="col-md-12">
<div class="ticketBox">
<div class="row">
<div class="col-xs-12">
<div class="ticket-name">
Monitoring E-BHABIN
<span>
<b>Tags : </b> <i>Android, Intel XDK</i> <br>
<b>Place : </b> <i>Lombok Tengah Police Departements</i>
</span>
</div>
</div>
<div class="col-xs-6 ticket-description">
<p>
<strong>Description:</strong>
<br>This Mobile Apps for monitoring report from members of Police Departemen Lombok Tengah
<a href="https://play.google.com/store/apps/details?id=ebhabin.monitoring" target="_blank"> Click Her For Detail </a>
</p>
</div>
<div class="col-xs-6 projects-image">
<img src="images/projects/P_10.jpg" />
</div>
</div>
</div>
</div>
</div>
</div>
<div role="tabpanel" class="tab-pane fade" id="skill">
<br /> <br /><center> <img src="images/maintenance.png" height="300px" width="500px" /> </center>
</div>
</div>
</div>
<div class="cart">
</div>
</div>
</div>
</div>
</div>
<!-- Modal -->
<div class="modal right fade" id="ticket-details" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
<div class="modal-dialog" role="document">
<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" id="myModalLabel">Share your contact Details</h4>
</div>-->
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<img src="images/icons/cancel.png">
</button>
<h4 class="modal-title">Your Tickets</h4>
</div>
<div class="modal-body">
<div class="cart-information">
<div class="ticket-type"></div>
<ul>
<li>Tickets: <span class="ticket-count"></span></li>
<li>Price: <span class="ticket-amount"></span></li>
<hr>
<li>Total: <span class="total-amount"></span></li>
</ul>
</div>
<div class="contactForm">
<h3>Share your contact Details</h3>
<form>
<div class="form-group">
<input type="text" class="form-control" placeholder="Enter your name">
</div>
<div class="form-group">
<input type="text" class="form-control" placeholder="Enter your Email ID">
</div>
<div class="form-group">
<input type="text" class="form-control" placeholder="Enter your Mobile No.">
</div>
<a type="submit" class="btn">Proceed to Payment</a>
</form>
</div>
</div>
</div>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<script src="js/allscript.js"></script>
</body>
</html>