-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
737 lines (667 loc) · 45.7 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
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>Story Of ASEAN</title>
<link rel="icon" type="image/x-icon" href="assets/img/favicon.ico" />
<!-- AGENCY - BOOTSTRAP SET UP FOR THIS TEMPLATE -->
<!-- ###################################################-->
<!-- Font Awesome icons (free version)-->
<script src="https://use.fontawesome.com/releases/v5.12.1/js/all.js" crossorigin="anonymous"></script>
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700" rel="stylesheet" type="text/css" />
<!-- Core theme CSS (includes Bootstrap)-->
<!-- Bootstrap CSS -->
<link href="css/styles.css" rel="stylesheet" />
<!-- ###################################################-->
<!-- Leaflet Map -->
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.6.0/dist/leaflet.css"
integrity="sha512-xwE/Az9zrjBIphAcBb3F6JVqxf46+CDLwfLMHloNu6KEQCAWi6HcDUbeOfBIptF7tcCzusKFjFw2yuvEpDL9wQ=="
crossorigin=""/>
<script src="https://unpkg.com/leaflet@1.6.0/dist/leaflet.js"
integrity="sha512-gZwIG9x3wUXg2hdXF6+rVkLF/0Vi9U8D2Ntg4Ga5I5BZpVkVxlJWbSQtXPSiUTtC0TjtGOmxa1AJPuV0CPthew=="
crossorigin=""></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<!-- D3.js to read csv -->
<!-- <script src="https://d3js.org/d3.v5.min.js"></script> -->
<script src="https://d3js.org/d3.v4.min.js"></script>
<!-- Chart.JS CDN -->
<script src="https://cdn.jsdelivr.net/npm/chart.js@2.9.3/dist/Chart.min.js"></script>
<script src="https://www.chartjs.org/samples/latest/utils.js"></script>
<script src="https://cdn.jsdelivr.net/npm/chartjs-plugin-colorschemes"></script>
<!-- JG's CSS -->
<link href="css/styles2.css" rel="stylesheet" />
</head>
<body id="page-top">
<!-- Navigation-->
<nav class="navbar navbar-expand-lg navbar-dark fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">ASEAN</a>
</a><button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">Menu<i class="fas fa-bars ml-1"></i></button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav text-uppercase ml-auto">
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#mission">Mission</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#timeline">Timeline</a></li>
<!-- NEED TO CREATE THESE SECTIONS -->
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#mapsection">Map</a></li>
<!-- original -->
<!-- <li class="nav-item dropdown"><a class="nav-link js-scroll-trigger" href="#dashboards">DashBoards</a></li> -->
<!-- -->
<li class="nav-item dropdown"><a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">DashBoards</a>
<div class="dropdown-menu bg-dark " aria-labelledby="navbarDropdown">
<a class="bg-dark dropdown-item nav-link js-scroll-trigger" href="#hbar_chart_section">2018 Economic Indicators</a>
<a class="bg-dark dropdown-item nav-link js-scroll-trigger" href="#line_chart_section">Trends Over Time (2000 - 2018)</a>
<!-- <a class="dropdown-item" href="plot2-2.html">Tweets vs Average Retweets</a>
<a class="dropdown-item" href="plot3-3.html">Tweets vs Total Reviews</a>
<a class="dropdown-item" href="plot4-4.html">Tweets vs Ratings</a> -->
</li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#portfolio">Insights</a></li>
<!-- <li class="nav-item"><a class="nav-link js-scroll-trigger" href="#about">About</a></li> -->
<!-- <li class="nav-item"><a class="nav-link js-scroll-trigger" href="#contact">Contact</a></li> -->
</ul>
</div>
</div>
</nav>
<!-- Masthead-->
<header class="masthead">
<div class="container">
<div class="masthead-heading text-uppercase">WELCOME EVERYONE!</div>
<a class="btn btn-primary btn-xl text-uppercase js-scroll-trigger" href="#mission">Start</a>
</div>
</header>
<!-- mission-->
<section class="page-section" id="mission">
<div class="container">
<div class="text-center">
<h2 class="section-heading text-uppercase">ASSOCATION OF SOUTHEAST ASIAN NATIONS</h2>
<br>
<!-- <h3 class="section-subheading text-muted">Lorem ipsum dolor sit amet consectetur.</h3> -->
</div>
<div class="row text-center">
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fas fa-circle fa-stack-2x text-primary"></i>
<i class="fas fa-globe fa-stack-1x fa-inverse"></i></span>
<h4 class="my-3">Economic Growth</h4>
<p class="text-muted">Accelerate the economic growth, social progress and cultural development in the region through joint endeavours and partnership in order to strengthen the foundation for a prosperous and peaceful community, and raising of the living standards of their peoples.</p>
</div>
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fas fa-circle fa-stack-2x text-primary"></i>
<i class="fas fa-peace fa-stack-1x fa-inverse"></i></span>
<h4 class="my-3">Regional Peace</h4>
<p class="text-muted">Promote regional peace and stability through abiding respect for justice and the rule of law in the relationship among countries of the region and adherence to the principles of the United Nations Charter.</p>
</div>
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fas fa-circle fa-stack-2x text-primary"></i>
<i class="fas fa-hands fa-stack-1x fa-inverse"></i></span>
<h4 class="my-3">Collaboration</h4>
<p class="text-muted">Actively collaborate on matters of common interest in: trade, economic, social, cultural, technical, scientific, transportation, communications, and administrative fields.</p>
</div>
</div>
</div>
</section>
<!-- Timeline-->
<section class="page-section text-white" id="timeline">
<div class="container">
<div class="text-center">
<h2 class="section-heading text-uppercase">Timeline</h2>
<br>
<!-- <h3 class="section-subheading text-muted">Lorem ipsum dolor sit amet consectetur.</h3> -->
</div>
<ul class="timeline text-white">
<li>
<div class="timeline-image"><img class="rounded-circle img-fluid" src="assets/img/about/1.jpg" alt="" /></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>August 8, 1967 in Bangkok, Thailand</h4>
<!-- <h4 class="subheading"> ASEAN is born</h4> -->
<!-- <h4>Bangkok, Thailand</h4> -->
</div>
<div class="timeline-body"><p class="text-white">Ratification of the ASEAN Declaration (Bangkok Declaration) by the Founding Countries: Indonesia, Malaysia, Philippines, Singapore and Thailand.</p></div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image"><img class="rounded-circle img-fluid" src="assets/img/about/2.jpg" alt="" /></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>January 7, 1984</h4>
<!-- <h4 class="subheading">Brunei Darussalam become the sixth member.</h4> -->
</div>
<div class="timeline-body"><p class="text-white">Brunei Darussalam become the sixth member.</p></div>
</div>
</li>
<li>
<div class="timeline-image"><img class="rounded-circle img-fluid" src="assets/img/about/3.jpg" alt="" /></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>July 28, 1995</h4>
<!-- <h4 class="subheading">Transition to Full Service</h4> -->
</div>
<div class="timeline-body"><p class="text-white">Vietnam joins as the seventh member.</p></div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image"><img class="rounded-circle img-fluid" src="assets/img/about/4.jpg" alt="" /></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>July 23, 1997</h4>
<!-- <h4 class="subheading">Phase Two Expansion</h4> -->
</div>
<div class="timeline-body"><p class="text-white">Both Lao PDR and Myanmar join neighboring countries, and become the eigth and ninth members, respectively.</p></div>
</div>
</li>
<li>
<div class="timeline-image">
<img class="rounded-circle img-fluid" src="assets/img/about/5.jpg" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>April 30, 1999</h4>
</div>
<div class="timeline-body">
<p class="text-white">Cambodia agrees to become the tenth member.</p>
</div>
</div>
</li>
</ul>
</div>
</section>
<!-- MAP SECTION -->
<section class="page-section text-center" id="mapsection">
<div class="container text-center">
<h2 class="section-heading text-uppercase">Map</h2>
</div>
<div id=mapOuterBox>
<div id="mapid"></div>
</div>
</section>
<!-- //////////////////////////////////////////////////////////////////////////////////////////////////////////// -->
<!-- DASHBOARD SECTION -->
<section class="page-section" id="hbar_chart_section">
<div class="container">
<div class="text-center">
<h2 id=dashboard_title class="section-heading text-uppercase">DASHBOARDS</h2>
<!-- <h6 class="section-subheading text-muted"><i>Source: World Bank (data.worldbank.org/topic/economy-and-growth)</i></h6> -->
</div>
<div class="text-center">
<p><h5>ASEAN Member 2018 Totals</h5></p>
<!-- QuerySelector in JS and create a list of econ indicator names and create this dynamically in JS using DOM -->
<p><h6>Select an Economic Indicator Below:</h6></p>
<select id ="hBarIndicator_Selector" class="text center" width= 50% onchange="selectFilterbyHbar(this.value)">
<!-- <option value="0">Avg. Death Rate, Crude (per 1K persons, Rounded)</option>
<option value="1">Avg. Fertility Rate, Total (Births per woman, Rounded)</option>
<option value='2'>Avg. Time Required To Start a Business (Days)</option>
<option value="3">Foreign Direct Investment, Net (BoP, Curr. US$)</option>
<option value="4">Gross Domestic Product (GDP) (Curr. US$)</option>
<option value="5">High-technology Exports (Curr. US$)</option>
<option value="6">International Tourism, Number of Arrivals</option>
<option value="7">Land Area (Sq. Km.)</option>
<option value="8">Listed Domestic Companies, Total</option>
<option value="9">Market Capitalization of Listed Domestic Companies (Curr. US$)</option>
<option value="10">Population, Total</option>
<option value="11">Trademark Applications, Total</option> -->
</select>
</div>
<canvas id="chart1_Hbar" class="bg-dark" width="1600" height="900"></canvas>
</section>
<section class="page-section bg-light" id="line_chart_section">
<div class="container">
<!-- <div class="text-center">
<h2 id=dashboard_title class="section-heading text-uppercase">DASHBOARDS</h2>
<h3 class="section-subheading text-muted">Source: World Bank (data.worldbank.org/topic/economy-and-growth)</h3>
</div> -->
<div class="text-center">
<!-- QuerySelector in JS and create a list of econ indicator names and create this dynamically in JS using DOM -->
<!-- <p><h5>ASEAN Member Vs. Selected Allies</h5></p> -->
<p><h5>ASEAN Economic Trends Vs. Selected Allies (2000 - 2018)</h5></p>
<p><h6>Select an Economic Indicator Below:</h6></p>
<select id ="lineCtxIndicator_Selector" class="text center" onchange="selectFilterbyLineCtx(this.value)"></select>
</div>
<canvas id="chart2_line" class="text-center " width="1600" height="900"></canvas>
</div>
<!--
<div class="lineChartArea">
<div id="chart2_line"></div>
</div> -->
</section>
<!-- INSIGHTS / former Portfolio Grid-->
<!-- #############################################-->
<section class="page-section" id="portfolio">
<div class="container">
<div class="text-center">
<h2 class="section-heading text-uppercase">Insights</h2>
<br>
<!-- <h3 class="section-subheading text-muted">Lorem ipsum dolor sit amet consectetur.</h3> -->
</div>
<div class="row">
<!-- ///////////////////////LOOK AT INSIGHT RESIZE HERE -->
<div class="col-lg-4 col-sm-6 mb-4">
<div class="portfolio-item">
<a class="portfolio-link" data-toggle="modal" href="#portfolioModal1"
><div class="portfolio-hover">
<div class="portfolio-hover-content"><i class="fas fa-plus fa-3x"></i></div>
</div>
<img class="img-fluid" src="assets/img/portfolio/01-thumbnail.jpg" alt=""
/></a>
<div class="portfolio-caption">
<div class="portfolio-caption-heading">Five Tiger Cubs</div>
<!-- <div class="portfolio-caption-subheading text-muted">Of South East Asia</div> -->
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 mb-4">
<div class="portfolio-item">
<a class="portfolio-link" data-toggle="modal" href="#portfolioModal2"
><div class="portfolio-hover">
<div class="portfolio-hover-content"><i class="fas fa-plus fa-3x"></i></div>
</div>
<img class="img-fluid" src="assets/img/portfolio/02-thumbnail.jpg" alt=""
/></a>
<div class="portfolio-caption">
<div class="portfolio-caption-heading">Indonesia</div>
<!-- <div class="portfolio-caption-subheading text-muted">Worlds Largest Island Country</div> -->
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 mb-4">
<div class="portfolio-item">
<a class="portfolio-link" data-toggle="modal" href="#portfolioModal3"
><div class="portfolio-hover">
<div class="portfolio-hover-content"><i class="fas fa-plus fa-3x"></i></div>
</div>
<img class="img-fluid" src="assets/img/portfolio/03-thumbnail.jpg" alt=""
/></a>
<div class="portfolio-caption">
<div class="portfolio-caption-heading">Malaysia</div>
<!-- <div class="portfolio-caption-subheading text-muted">Identity</div> -->
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 mb-4 mb-lg-0">
<div class="portfolio-item">
<a class="portfolio-link" data-toggle="modal" href="#portfolioModal4"
><div class="portfolio-hover">
<div class="portfolio-hover-content"><i class="fas fa-plus fa-3x"></i></div>
</div>
<img class="img-fluid" src="assets/img/portfolio/04-thumbnail (3).jpg" alt=""
/></a>
<div class="portfolio-caption">
<div class="portfolio-caption-heading">Philippines</div>
<!-- <div class="portfolio-caption-subheading text-muted">Branding</div> -->
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 mb-4 mb-sm-0">
<div class="portfolio-item">
<a class="portfolio-link" data-toggle="modal" href="#portfolioModal5"
><div class="portfolio-hover">
<div class="portfolio-hover-content"><i class="fas fa-plus fa-3x"></i></div>
</div>
<img class="img-fluid" src="assets/img/portfolio/05-thumbnail.jpg" alt=""
/></a>
<div class="portfolio-caption">
<div class="portfolio-caption-heading">Thailand</div>
<!-- <div class="portfolio-caption-subheading text-muted">Website Design</div> -->
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="portfolio-item">
<a class="portfolio-link" data-toggle="modal" href="#portfolioModal6"
><div class="portfolio-hover">
<div class="portfolio-hover-content"><i class="fas fa-plus fa-3x"></i></div>
</div>
<img class="img-fluid" src="assets/img/portfolio/06-thumbnail.jpg" alt=""
/></a>
<div class="portfolio-caption">
<div class="portfolio-caption-heading">Vietnam</div>
<!-- <div class="portfolio-caption-subheading text-muted">Photography</div> -->
</div>
</div>
</div>
</div>
</div>
</section>
<!-- #############################################-->
<!-- ABOUT THE CREATOR / FORMERLY TEAM-->
<!-- #############################################-->
<!-- <section class="page-section" id="about">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h3 class="section-heading text-uppercase">ABOUT THE CREATOR</h3>
<h3 class="section-subheading text-muted">Make an impact that matters</h3>
</div>
</div>
<div class="row">
<div class="col-sm-4" style="margin-left: 33%">
<div class="team-member">
<img class="mx-auto rounded-circle" src="assets/img/team/2.jpg" alt="" />
<h4>Johnny Giang</h4>
<p class="text-muted">Developer</p>
<ul class="list-inline social-buttons"> -->
<!-- <li class="list-inline-item">
<a href="#">
<i class="fab fa-twitter"></i>
</a>
</li> -->
<!-- <li class="list-inline-item">
<a href="https://www.linkedin.com/in/johnesongiang/">
<i class="fab fa-linkedin-in"></i>
</a>
</li> -->
<!-- <li class="list-inline-item">
<a href="#">
<i class="fab fa-facebook-f"></i>
</a>
</li> -->
</ul>
</div>
</div>
<!-- <div class="container">
<div class="text-center">
<h2 class="section-heading text-uppercase">About the creator</h2>
<h3 class="section-subheading text-muted">Lorem ipsum dolor sit amet consectetur.</h3>
<h3 class="section-subheading text-muted">Make an impact that matters.</h3>
</div>
<div class="row">
<div class="col-lg-4">
<div class="team-member">
<img class="mx-auto rounded-circle" src="assets/img/team/1.jpg" alt="" />
<h4>Kay Garland</h4>
<p class="text-muted">Lead Designer</p>
<a class="btn btn-dark btn-social mx-2" href="#!"><i class="fab fa-twitter"></i></a><a class="btn btn-dark btn-social mx-2" href="#!"><i class="fab fa-facebook-f"></i></a><a class="btn btn-dark btn-social mx-2" href="#!"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
<div class="col-lg-4">
<div class="team-member">
<img class="mx-auto rounded-circle" src="assets/img/team/2.jpg" alt="" />
<h4>Larry Parker</h4>
<p class="text-muted">Lead Marketer</p>
<a class="btn btn-dark btn-social mx-2" href="#!"><i class="fab fa-twitter"></i></a><a class="btn btn-dark btn-social mx-2" href="#!"><i class="fab fa-facebook-f"></i></a><a class="btn btn-dark btn-social mx-2" href="#!"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
<div class="col-lg-4">
<div class="team-member">
<img class="mx-auto rounded-circle" src="assets/img/team/3.jpg" alt="" />
<h4>Diana Petersen</h4>
<p class="text-muted">Lead Developer</p>
<a class="btn btn-dark btn-social mx-2" href="#!"><i class="fab fa-twitter"></i></a><a class="btn btn-dark btn-social mx-2" href="#!"><i class="fab fa-facebook-f"></i></a><a class="btn btn-dark btn-social mx-2" href="#!"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-8 mx-auto text-center"><p class="large text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aut eaque, laboriosam veritatis, quos non quis ad perspiciatis, totam corporis ea, alias ut unde.</p></div>
</div>
</div> -->
<!-- </section> -->
<!-- Clients-->
<!-- <section class="py-5">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-6 my-3">
<a href="#!"><img class="img-fluid d-block mx-auto" src="assets/img/logos/envato.jpg" alt="" /></a>
</div>
<div class="col-md-3 col-sm-6 my-3">
<a href="#!"><img class="img-fluid d-block mx-auto" src="assets/img/logos/designmodo.jpg" alt="" /></a>
</div>
<div class="col-md-3 col-sm-6 my-3">
<a href="#!"><img class="img-fluid d-block mx-auto" src="assets/img/logos/themeforest.jpg" alt="" /></a>
</div>
<div class="col-md-3 col-sm-6 my-3">
<a href="#!"><img class="img-fluid d-block mx-auto" src="assets/img/logos/creative-market.jpg" alt="" /></a>
</div>
</div>
</div>
</section> -->
<!-- Contact-->
<!-- <section class="page-section" id="contact">
<div class="container">
<div class="text-center">
<h2 class="section-heading text-uppercase">Contact Us</h2>
<h3 class="section-subheading text-muted">Lorem ipsum dolor sit amet consectetur.</h3>
</div>
<form id="contactForm" name="sentMessage" novalidate="novalidate">
<div class="row align-items-stretch mb-5">
<div class="col-md-6">
<div class="form-group">
<input class="form-control" id="name" type="text" placeholder="Your Name *" required="required" data-validation-required-message="Please enter your name." />
<p class="help-block text-danger"></p>
</div>
<div class="form-group">
<input class="form-control" id="email" type="email" placeholder="Your Email *" required="required" data-validation-required-message="Please enter your email address." />
<p class="help-block text-danger"></p>
</div>
<div class="form-group mb-md-0">
<input class="form-control" id="phone" type="tel" placeholder="Your Phone *" required="required" data-validation-required-message="Please enter your phone number." />
<p class="help-block text-danger"></p>
</div>
</div>
<div class="col-md-6">
<div class="form-group form-group-textarea mb-md-0">
<textarea class="form-control" id="message" placeholder="Your Message *" required="required" data-validation-required-message="Please enter a message."></textarea>
<p class="help-block text-danger"></p>
</div>
</div>
</div>
<div class="text-center">
<div id="success"></div>
<button class="btn btn-primary btn-xl text-uppercase" id="sendMessageButton" type="submit">Send Message</button>
</div>
</form>
</div>
</section> -->
<!-- Footer-->
<footer class="page-footer bg-dark font-small pt-4">
<div class="footer-copyright text-center py-3" style="color: white"><gl-emoji title="copyright sign" data-name="copyright" data-unicode-version="1.1" >©</gl-emoji> 2020 Copyright:
<a title="Designed By Johneson Giang" href="#" target="_blank"> Johneson Giang</a>
</div>
</footer>
<!-- <footer class="footer py-4">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-4 text-lg-left">Copyright © Johneson Giang 2020</div>
<div class="col-lg-4 my-3 my-lg-0">
<a class="btn btn-dark btn-social mx-2" href="#!">
<i class="fab fa-twitter"></i></a><a class="btn btn-dark btn-social mx-2" href="#!">
<i class="fab fa-facebook-f"></i></a><a class="btn btn-dark btn-social mx-2" href="#!">
<i class="fab fa-linkedin-in"></i></a>
</div>
<div class="col-lg-4 text-lg-right"><a class="mr-3" href="#!">Privacy Policy</a><a href="#!">Terms of Use</a></div>
</div>
</div>
</footer> -->
<!-- Portfolio Modals--><!-- Modal 1-->
<div class="portfolio-modal modal fade" id="portfolioModal1" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal"><img src="assets/img/close-icon.svg" /></div>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="modal-body">
<!-- Project Details Go Here-->
<h2 class="text-uppercase">The Tiger Cubs of Southeast Asia</h2>
<p class="item-intro text-muted">Indonesia | Malaysia | Philippines | Thailand | Vietnam</p>
<img class="img-fluid d-block mx-auto" src="assets/img/portfolio/01-full.jpg" alt="" />
<p>These developing economies are following the export-driven economic model that enabled the Four Asian Tigers (Hong Kong, Singapore, South Korea, and Taiwan) to become highly developed industrial economies. Therefore, these aspiring Tiger countries are referred to as “cubs.”</p>
<!-- <ul class="list-inline">
<li>Date: January 2020</li>
<li>Client: Threads</li>
<li>Category: Illustration</li>
</ul> -->
<button class="btn btn-primary" data-dismiss="modal" type="button"><i class="fas fa-times mr-1"></i>Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal 2-->
<div class="portfolio-modal modal fade" id="portfolioModal2" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal"><img src="assets/img/close-icon.svg" /></div>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="modal-body">
<!-- Project Details Go Here-->
<h2 class="text-uppercase">Indonesia</h2>
<p class="item-intro text-muted">The world’s largest island country. An emerging market economy currently ranked 16th highest nominal GDP in the world.</p>
<img class="img-fluid d-block mx-auto" src="assets/img/portfolio/02-full.jpg" alt="" />
<p>Historically, the Indonesian economy was heavily dependent on agriculture. However, the current economy is more diversified. Estimates suggest Indonesia’s GDP (PPP) is $3.481 trillion and GDP per capita is $4,116. The country is the largest economy in Southeast Asia in terms of GDP.</p>
<!-- <ul class="list-inline">
<li>Date: January 2020</li>
<li>Client: Explore</li>
<li>Category: Graphic Design</li>
</ul> -->
<button class="btn btn-primary" data-dismiss="modal" type="button"><i class="fas fa-times mr-1"></i>Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal 3-->
<div class="portfolio-modal modal fade" id="portfolioModal3" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal"><img src="assets/img/close-icon.svg" /></div>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="modal-body">
<!-- Project Details Go Here-->
<h2 class="text-uppercase">Malaysia</h2>
<p class="item-intro text-muted">The third most prosperous Southeast Asian nation.</p>
<img class="img-fluid d-block mx-auto" src="assets/img/portfolio/03-full.jpg" alt="" />
<p>Malaysia's economy is market-oriented, relatively open state-oriented, and diversified. Malaysia is the world’s second biggest palm oil products exporter. Liquefied natural gas, petroleum, machinery, vehicles, wood and wood products, chemicals are other top export products. Their main export partners are Singapore, China, Japan, USA, and Thailand.</p>
<!-- <ul class="list-inline">
<li>Date: January 2020</li>
<li>Client: Finish</li>
<li>Category: Identity</li>
</ul> -->
<button class="btn btn-primary" data-dismiss="modal" type="button"><i class="fas fa-times mr-1"></i>Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal 4-->
<div class="portfolio-modal modal fade" id="portfolioModal4" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal"><img src="assets/img/close-icon.svg" /></div>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="modal-body">
<!-- Project Details Go Here-->
<h2 class="text-uppercase">Philippines</h2>
<p class="item-intro text-muted">Ranked as thirty-fourth largest economy in terms of nominal GDP, and sixth richest Southeast Asian economy in GDP per capita.</p>
<img class="img-fluid d-block mx-auto" src="assets/img/portfolio/04-full.jpg" alt="" />
<p>The economy of the Philippines is in a transitional phase, moving from a high reliance on agriculture to a service-sector and manufacturing based economy. The GDP (PPP) of the Philippines was $0.961 trillion in 2017, and and the GDP per capita is estimated at $3,429. Wide income disparities exist between the country's various socioeconomic classes. Growth disparities between the different regions of Philippines are also a reality. Electronics assembly, food manufacturing, chemicals, fishing, petroleum, business process outsourcing are some of the biggest industries in the Philippines. Semiconductors, electronic equipment, garments, coconut oil, transport equipment are some the top exports to the nation. Japan, USA, European Union, China, and Hong Kong are the top five export partners of the Philippines.</p>
<!-- <ul class="list-inline">
<li>Date: January 2020</li>
<li>Client: Lines</li>
<li>Category: Branding</li>
</ul> -->
<button class="btn btn-primary" data-dismiss="modal" type="button"><i class="fas fa-times mr-1"></i>Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal 5-->
<div class="portfolio-modal modal fade" id="portfolioModal5" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal"><img src="assets/img/close-icon.svg" /></div>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="modal-body">
<!-- Project Details Go Here-->
<h2 class="text-uppercase">Thailand</h2>
<p class="item-intro text-muted">South East Asia's Top Ranked Travel Destination. A highly export-oriented economy, as two-thirds of the country's GDP is derived from exports and tourism. </p>
<img class="img-fluid d-block mx-auto" src="assets/img/portfolio/05-full.jpg" alt="" />
<p>The hotel and restaurant sector is the biggest contributor (24.9%) to Thailand's GDP. The next biggest sectors are trade and logistics, which account for 13.4% of GDP, followed by agriculture (8.4%). In terms of GDP, Thailand ranks as the second largest of Southeast Asia’s economies. The country has achieved a dramatic decrease in poverty levels between 1988 and 2011. Automobiles, financial services, tourism, electrical equipment, and cement are some of the biggest industries in Thailand, while machinery, electronics, chemicals, automobiles and parts, textiles, and furniture are the country's top exports. China, USA, Japan, Malaysia, and Australia are Thailand's five top export partners.</p>
<!-- <ul class="list-inline">
<li>Date: January 2020</li>
<li>Client: Southwest</li>
<li>Category: Website Design</li>
</ul> -->
<button class="btn btn-primary" data-dismiss="modal" type="button"><i class="fas fa-times mr-1"></i>Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal 6-->
<div class="portfolio-modal modal fade" id="portfolioModal6" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal"><img src="assets/img/close-icon.svg" /></div>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="modal-body">
<!-- Project Details Go Here-->
<h2 class="text-uppercase">Vietnam</h2>
<p class="item-intro text-muted"> Fourth most visted South East Asian country for tourism. Predicted as potentially one of the fastest-growing economies in the world.</p>
<img class="img-fluid d-block mx-auto" src="assets/img/portfolio/06-full.jpg" alt="" />
<p>Vietnam has the world’s 47th biggest economy in terms of nominal GDP. An economy that relies heavily on foreign investment for growth as Foreigh Direct Investments have been pouring into the country. Although the country had a highly centralized planned economy prior to the mid-1980s, it has now shifted to a mixed economy.The country had a GDP (PPP) of $704.507 billion in 2017, and its GDP per capita was $2,459.The following sectors are significant contributors to Vietnam's GDP: services (44%), industrial (39%), and agricultural (17%). Agro-based industries are the biggest industries in the country, and rice, coffee, clothes, crude oil, and electronics are Vietnam's top exports. China, South Korea, Japan, and Taiwan are the biggest markets for Vietnam’s exports.</p>
<!-- <ul class="list-inline">
<li>Date: January 2020</li>
<li>Client: Window</li>
<li>Category: Photography</li>
</ul> -->
<button class="btn btn-primary" data-dismiss="modal" type="button"><i class="fas fa-times mr-1"></i>Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Bootstrap core JS-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>
<!-- Third party plugin JS-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"></script>
<!-- Contact form JS-->
<script src="assets/mail/jqBootstrapValidation.js"></script>
<script src="assets/mail/contact_me.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
<!-- Chart Logic -->
<script type="text/javascript" defer src="js/hbar_chartjs_logic_1.js"></script>
<script type="text/javascript" defer src="js/hbar_chartjs_logic_1b.js"></script>
<script type="text/javascript" defer src="js/line_chartjs_logic_2a.js"></script>
<script type="text/javascript" defer src="js/line_chartjs_logic_2c.js"></script>
<script type="text/javascript" defer src="js/line_chartjs_logic_2d.js"></script>
<!-- ASEAN Geo.json scripts total: 2 items-->
<script type="text/javascript" src="js/geojson/aseanCountries.js"></script>
<script type="text/javascript" src="js/geojson/aseanCountriesSummary.js"></script>
<!-- MapBox API Key -->
<script type="text/javascript" src="js/config.js"></script>
<!-- <script src="js/maplogic.js"></script> -->
<script defer src="js/geojson/mlogic.js"></script>
</body>
</html>