-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (50 loc) · 2.42 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
---
layout: page
---
<body>
<div class="wrapper">
<header class="page-header">
<h1 class="header-name">About me</h1>
{% include icon-links.html %}
</header>
<div class="executive-summary no-print" itemprop="description">
<p align="center">
My name is Anh-Duc Nguyen (in Vietnamese, Nguyễn Anh Đức). I'm a PhD candidate in image processing/computer
vision. Currently I'm living in Seoul, Korea. I was born in Hanoi, Vietnam. For those of you who haven't heard
about my country, we have this...
</p>
<div class="container">
<div class="columns spacing">
<div class="column half">
<a href="https://en.wikipedia.org/wiki/H%E1%BA%A1_Long_Bay">
<img src="/images/halongbay.jpg" width="400" alt="Bread">
</a>
</div>
<div class="column half">
<h3><a href="https://en.wikipedia.org/wiki/H%E1%BA%A1_Long_Bay">Ha Long bay (Vịnh Hạ Long)</a></h3>
<p>A UNESCO World Heritage. The name literally means "descending dragon".</p>
</div>
</div>
<p align="center">and this...</p>
<div class="columns spacing">
<div class="column half">
<h3><a href="https://en.wikipedia.org/wiki/Pho">Beef noodle (Phở bò)</a></h3>
<p>One of the best noodles in Vietnam. Made of rice noodle, broth, and obviously, beef.</p>
</div>
<div class="column half">
<a href="https://en.wikipedia.org/wiki/Pho">
<img src="/images/pho.jpg" width="400" alt="cupcake">
</a>
</div>
</div>
</div>
<p align="center">and many other awesome stuffs.</p>
<p align="center">
Be sure to checkout some stuffs I put here to get to know me.
If you want to contact me for a possible co-work, or simply just to know more about Vietnam,
feel free to drop me a message.
</p>
<p align="center">CHEERS!</p>
</div>
</div>
</body>