-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathabout.html
More file actions
147 lines (146 loc) · 5.31 KB
/
about.html
File metadata and controls
147 lines (146 loc) · 5.31 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
---
layout: default
title: "About Me"
description: "information about me"
---
<article class="article-panel about-detail">
<div class="row">
<figure class="personal-avatar">
<img src="/files/about/ava.jpeg" alt="avatar">
</figure>
<div class="personal-detail">
<h3 class="header-title">TruongTX - Tony Tran</h3>
<p class="subtitle">Software Engineer</p>
<ul class="detail-list">
<li><b>Full Name</b> Tran Xuan Truong</li>
<li><b>Nick Name</b> Tony Tran</li>
<li><b>DoB</b> Apr 17 1992</li>
<li><b>Nationality</b> Vietnamese</li>
<li><b>Other Names</b> truongtx; tmtxt</li>
</ul>
<a href="https://github.com/tmtxt/" class="btn btn-primary" target="_blank"><i class="fa fa-github-square"></i>
Github</a>
<a href="https://www.linkedin.com/in/tmtxt/" class="btn btn-primary" target="_blank"><i
class="fa fa-linkedin-square"></i> Linkedin</a>
<a href="https://www.facebook.com/mr.truong.tx" class="btn btn-primary" target="_blank"><i
class="fa fa-facebook-square"></i> Facebook</a>
</div>
</div>
</article> <!-- article end -->
<article class="article-panel about-detail">
<div class="about-section">
<h4 class="title">Summary</h4>
<p>A full-stack (backend-focus) software engineer who lives in the command line world</p>
<p>To make it easier for people to call me, especially since my name can be challenging for non-Vietnamese speakers
to pronounce, I often go by <strong>Tony Tran</strong>.</p>
</div> <!-- about-section end -->
</article> <!-- article summary end -->
<article class="article-panel about-detail">
<div class="about-section">
<h4 class="title">Education</h4>
<section class="exp-section">
<figure><a href="https://www.rmit.edu.vn/" target="blank"><img src="/files/about/rmit.png" alt=" test"></a>
</figure>
<article>
<p>
<strong>RMIT University</strong> - Vietnam<br>
Bachelor's degree<br />
Information Technology<br />
2012 - 2014
</p>
</article>
</section> <!-- section end -->
<section class="exp-section">
<figure><a href="https://www.aptechvietnam.com.vn/" target="blank"><img src="/files/about/aptech.png"
alt="test"></a></figure>
<article>
<p>
<strong>Aprotrain Aptech</strong> - Vietnam<br>
Higher Diploma<br />
Information Technology<br />
2008 - 2011
</p>
</article>
</section> <!-- section end -->
<section class="exp-section">
<figure><a href="http://thptlequydon-dd.edu.vn/" target="blank"><img src="/files/about/lqd.jpg" alt=" test"></a>
</figure>
<article>
<p>
<strong>Lê Quý Đôn - Đống Đa</strong> - Vietnam<br>
High School<br />
2007 - 2010
</p>
</article>
</section> <!-- section end -->
</div> <!-- about-section end -->
</article> <!-- article education end -->
<article class="article-panel about-detail">
<div class="about-section">
<h4 class="title">Experiences</h4>
<section class="exp-section">
<figure><a href="https://www.wisetechglobal.com/" target="blank"><img src="/files/about/wisetechglobal.png"></a>
</figure>
<article>
<p>
<strong>Wisetech Global</strong> - Australia<br>
Senior Software Engineer<br>
11/2024 - Now
</p>
</article>
</section> <!-- section end -->
<section class="exp-section">
<figure><a href="https://skutopia.com/" target="blank"><img src="/files/about/skutopia.png"></a>
</figure>
<article>
<p>
<strong>SKUtopia</strong> - Australia<br>
Senior Software Engineer<br>
03/2022 - 09/2024
</p>
</article>
</section> <!-- section end -->
<section class="exp-section">
<figure><a href="https://fmgsuite.com/" target="blank"><img src="/files/about/fmg.png"></a></figure>
<article>
<p>
<strong>FMG Suite</strong> - Vietnam<br>
Senior Software Engineer<br>
08/2017 - 03/2022
</p>
</article>
</section> <!-- section end -->
<section class="exp-section">
<figure><a href="https://www.agencyrevolution.com/" target="blank"><img src="/files/about/ar.png"></a></figure>
<article>
<p>
<strong>Agency Revolution</strong> - Vietnam<br>
Senior Software Engineer<br>
03/2016 - 08/2017
</p>
</article>
</section> <!-- section end -->
<section class="exp-section">
<figure><a href="https://www.lazada.vn/" target="blank"><img src="/files/about/lazada.png"></a>
</figure>
<article>
<p>
<strong>Lazada</strong> - Vietnam<br>
Backend Web Developer<br>
08/2015 - 02/2016
</p>
</article>
</section> <!-- section end -->
<section class="exp-section">
<figure><a href="https://www.cogini.com/" target="blank"><img src="/files/about/cogini.png"></a>
</figure>
<article>
<p>
<strong>Cogini</strong> - Vietnam<br>
Web Developer<br>
06/2014 - 07/2015
</p>
</article>
</section> <!-- section end -->
</div> <!-- about-section end -->
</article> <!-- article Experiences end -->