-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
529 lines (238 loc) · 10.2 KB
/
contact.html
File metadata and controls
529 lines (238 loc) · 10.2 KB
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
<!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>Le Ngoc Tram Webpage</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<!-- Custom fonts for this template -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Kaushan+Script' 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'>
<!-- Custom styles for this template -->
<link href="css/agency.css" rel="stylesheet">
<style>
#button {
display: inline-block;
background-color: #005aab;
width: 50px;
height: 50px;
text-align: center;
border-radius: 4px;
position: fixed;
bottom: 30px;
right: 30px;
transition: background-color .3s,
opacity .5s, visibility .5s;
opacity: 0;
visibility: hidden;
z-index: 1000;
}
#button::after {
content: "\f077";
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
font-size: 2em;
line-height: 50px;
color: #fff;
}
#button:hover {
cursor: pointer;
background-color: #333;
}
#button:active {
background-color: #555;
}
#button.show {
opacity: 1;
visibility: visible;
}
/* Styles for the content section */
.content {
width: 77%;
margin: 50px auto;
font-family: 'Merriweather', serif;
font-size: 17px;
color: #6c767a;
line-height: 1.9;
}
@media (min-width: 500px) {
.content {
width: 43%;
}
#button {
margin: 30px;
}
}
.content h1 {
margin-bottom: -10px;
color: #03a9f4;
line-height: 1.5;
}
.ml-auto, .mx-auto {
margin-left: unset!important;
}
.content h3 {
font-style: italic;
color: #96a2a7;
}
</style>
</head>
<body id="page-top">
<!-- Header -->
<br>
<div class="contai">
<p align="center" style="color:darkgreen; font-size: 150%"><rm>Le Ngoc Tram's Homepage</em></p>
<!-- <div class="contai">
<img src="img/science-valley.jpg" width="100%" height="50%">
</div> -->
<div class="contai">
<nav class="navbar navbar-expand-lg navbar-dark" id="mainNav" >
<div class="contai" >
<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"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav text-uppercase ml-auto">
<li class="nav-item"><strong><a class="nav-link js-scroll-trigger" href="overview.html">Overview</a></strong></li>
<li class="nav-item"><strong><a class="nav-link js-scroll-trigger" href="CV.html">CV</a></strong></li>
<li class="nav-item"><strong><a class="nav-link js-scroll-trigger" href="publications.html">Publications</a></strong></li>
<li class="nav-item"><strong><a class="nav-link js-scroll-trigger" href="contact.html">Contact</a></strong></li>
</ul>
</div>
</div>
</nav>
</div>
<div class="container abs">
<br>
<h4>Email:</h4>
<p style="color:#005aab"><strong><em>For questions regarding the scientific contexts, please contact:</em></strong></p>
<p>
<strong>Le Ngoc Tram: </strong>Email: <a href="mailto:nle@mpifr-bonn.mpg.de" target="_blank">nle@mpifr-bonn.mpg.de</a></p>
</p>
<p><br>
</p>
<!-- <div align="center"><br>
<h4>CONTACT US</h4>
<p>International Centre for Interdisciplinary Science and Education <br>
Ghenh Rang, Quy Nhon city, Binh Dinh province, Vietnam</p>
<p>Tel: +84 (0)2563 646 609</p>
<p>Fax: +84 (0)2563 54 0079</p>
<p>Email: <a href="mailto:#">contact@icisequynhon.com</a></p>
<div class="col-md-4">
<ul class="list-inline social-buttons">
<li class="list-inline-item">
<a href="https://twitter.com/ICISEconference" target="_blank">
<i class="fab fa-twitter"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.facebook.com/ICISE/" target="_blank">
<i class="fab fa-facebook-f"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.youtube.com/user/ICISEVN" target="_blank">
<i class="fab fa-youtube-square"></i>
</a>
</li>
</ul>
</div>
</div> -->
<!--
<section class="bg-light page-section" id="Committee" style="padding: 50px 0;">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">Committee</h2><br>
</div>
</div>
<div class="row">
<div class="col-lg-12" style="text-align: center;font-size: 18px;line-height: 36px;">
<div align="center">Will be available later
</div>
</div>
</div>
</div>
</section> -->
<!--icse -->
<!-- <section class=" page-section" id="icise" style="padding: 50px 0;">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">ICISE</h2><br>
</div>
</div>
<div class="row">
<div class="col-lg-6" style="text-align: justify;font-size: 18px;line-height: 36px;">
The conference will be organized at the ICISE conference center by Rencontres du Vietnam, a scientific non-profit organization. The ICISE conference center is located at a beautiful beach in Vietnam, thus allowing participants also to enjoy the nature, culture while having rich scientific discussion. Information can be found here: <br> http://www.vietnamconferencecenter.com.<br>
The ICISE conference center has been founded in 2013, together with the International Centre for Interdisciplinary Science and Education, in the city of Quy Nhon (Central Vietnam) by Rencontres du Vietnam with the ambitious objective to focus on developing science and education, helping young Asian students and scientists to meet with the international science community, bringing the opportunity to accelerate their knowledge by attending lectures and sharing ideas with overseas high-level counterparts. <br>
</div>
<div class="col-lg-6"><br>
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d15504.200374370785!2d109.2158453!3d13.7154159!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xa611240b6af1b53f!2sInternational%20Center%20for%20Interdisciplinary%20Science%20and%20Education%20Quy%20Nhon!5e0!3m2!1svi!2s!4v1586749614826!5m2!1svi!2s" width="100%" height="550" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>
</div>
</div>
</div>
</section> -->
<!--end icse-->
<!-- Portfolio Grid -->
<!--
<!-- Contact -->
<!-- Footer -->
<a id="button"></a>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Contact form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
<!-- Custom scripts for this template -->
<script src="js/agency.min.js"></script>
</body>
<script>
// Thiết lập thời gian đích mà ta sẽ đếm
var countDownDate = new Date("Jul 5, 2020 15:37:25").getTime();
// cập nhập thời gian sau mỗi 1 giây
var x = setInterval(function() {
// Lấy thời gian hiện tại
var now = new Date().getTime();
// Lấy số thời gian chênh lệch
var distance = countDownDate - now;
// Tính toán số ngày, giờ, phút, giây từ thời gian chênh lệch
var days = Math.floor(distance / (1000 * 60 * 60 * 24));
var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
var seconds = Math.floor((distance % (1000 * 60)) / 1000);
// HIển thị chuỗi thời gian trong thẻ p
document.getElementById("demo").innerHTML = days + " Day " + hours + " hours "
+ minutes + " minutes " + seconds + " seconds ";
// Nếu thời gian kết thúc, hiển thị chuỗi thông báo
if (distance < 0) {
clearInterval(x);
document.getElementById("demo").innerHTML = "The End!";
}
}, 1000);
var btn = $('#button');
$(window).scroll(function() {
if ($(window).scrollTop() > 300) {
btn.addClass('show');
} else {
btn.removeClass('show');
}
});
btn.on('click', function(e) {
e.preventDefault();
$('html, body').animate({scrollTop:0}, '300');
});
</script>
</html>