-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
225 lines (206 loc) · 9.84 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
<!doctype html>
<!--suppress JSUnresolvedReference -->
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="media/logoBody.png" type="image/png">
<title>TIEN LE</title>
<meta name="author" content="Tien Dung Le">
<!-- Fonts -->
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Chivo Mono">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Yellowtail">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/styling.css">
<!--suppress JSUnresolvedLibraryURL -->
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css"/>
</head>
<body>
<div class="container-fluid custom-footer" data-aos="fade-down">
<nav class="navbar navbar-expand-lg navbar-dark container">
<a href="index.html" class="navbar-brand">
<img src="media/logoBody.png" alt="Logo" style="height: 50px; width: 50px;">
</a>
<button class="navbar-toggler collapsed d-flex d-lg-none flex-column justify-content-around"
type="button"
data-bs-toggle="collapse"
data-bs-target="#toggleMobileMenu"
aria-controls="toggleMobileMenu"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="toggler-icon top-bar"></span>
<span class="toggler-icon middle-bar"></span>
<span class="toggler-icon bottom-bar"></span>
</button>
<div class="collapse navbar-collapse" id="toggleMobileMenu">
<ul class="navbar-nav ms-auto text-end">
<li>
<a class="nav-link" href="index.html">HOME</a>
</li>
<li>
<a class="nav-link" href="projects.html">PROJECTS</a>
</li>
<li>
<a class="nav-link" href="academic.html">ACADEMIC</a>
</li>
<li>
<a class="nav-link" href="#contact">CONTACT</a>
</li>
<li>
<a class="nav-link" href="testing.html">ADMIN</a>
</li>
</ul>
</div>
</nav>
</div>
<div class="container-fluid custom-body">
<div id="home" class="container-fluid text-center flex-column d-flex justify-content-center align-items-center"
style="height: 100vh;">
<h1 style="font-family: 'Yellowtail', cursive; font-size: 20vw;" data-aos="fade-up">Tien Le</h1>
<p class="display-6" data-aos="fade-up">I'M A ROBOTIC TEACHER, A SOFTWARE DEVELOPER, AND A COMPUTER SCIENCE STUDENT</p>
<div class="arrow-wrapper justify-content-center">
<a href="#experience" class="arrow text-light text-decoration-none display-6">↓</a>
</div>
</div>
<div id="experience" class="container flex-md-column" style=" padding-top: 100px">
<div class="container-fluid text-center display-5" data-aos="fade-up">
<p>PROFESSIONAL EXPERIENCE</p>
</div>
<div>
<div class="container-fluid text-start custom-background-class" data-aos="fade-up">
<div class="m-4">
<p>OCT 2021-AUG 2022</p>
<p>SOFTWARE ENGINEERING INTERN // GENERAL MOTOR FINANCIAL</p>
</div>
<div class="m-4">
<ul>
<li>
Mode by GM Financial - Auto Finance application.
</li>
<li>
Razor Finance - Secured Banking application | Hackathon Award Winners
</li>
</ul>
</div>
</div>
<div class="container-fluid text-start custom-background-class" data-aos="fade-up">
<div class="m-4">
<p>AUG 2023-FEB 2024</p>
<p>ROBOTIC TEACHER // MAGIKID</p>
</div>
<div class="m-4">
<ul>
<li>
Developed and delivered engaging robotics curriculum for YOUNG MINDS.
</li>
<li>
Mentored students in building and programming robots using VEX robotics PLATFORM
</li>
<li>
Managed teams and created a positive learning environment that facilitated student success.
</li>
</ul>
</div>
</div>
</div>
</div>
<div id="project" class="container flex-md-column" style="height: auto; margin-top:50px;">
<div class="container-fluid text-center display-5" data-aos="fade-up">
<p>SOFTWARE DEVELOPMENT</p>
</div>
<div id="software" class="d-flex flex-wrap">
<div class="container-fluid text-start custom-background" data-aos="fade-up">
<p>TIENL.DEV PORTFOLIO</p>
<p>HTML | CSS | BOOTSTRAP | JAVASCRIPT | NETWORK PROTOCOLS AND PRACTICES | GITHUB | GIT</p>
</div>
<div class="container-fluid text-start custom-background" data-aos="fade-up">
<p>REMY US SHOP // ONLINE RETAIL STORE</p>
<p>C# | TYPESCRIPT | XML | HTML | CSS | GIT | GITHUB | AGILE</p>
</div>
<div class="container-fluid text-start custom-background" data-aos="fade-up">
<p>INVENTO // INVENTORY MANAGEMENT SYSTEM</p>
<p>JAVA | JSON | GIT | GITHUB</p>
</div>
<div class="container-fluid text-start custom-background" data-aos="fade-up">
<p>TD LIRBARY // LIBRARY MANAGEMENT SYSTEM</p>
<p>JAVA | JSON | GIT | GITHUB</p>
</div>
<div class="container-fluid text-start custom-background" data-aos="fade-up">
<p>TD POS // MOBILE POINT OF SALE SYSTEM FOR IOS & ANDROID</p>
<p>JAVA | JAVA SWING | JSON | MONGODB | REACT | REACT NATIVE | GIT | GITHUB</p>
</div>
</div>
<div class="container-fluid text-center display-5" style="margin-top: 50px" data-aos="fade-up">
<p>HARDWARE DEVELOPEMENT</p>
</div>
<div id="raspberry" class="d-flex flex-wrap">
<div class="container-fluid text-start custom-background" data-aos="fade-up">
<p>SECURITY MOTION-DETECTED DOORBELL</p>
<p>Raspberry Pi 4B | C | GDB/GNU Debugger</p>
</div>
<div class="container-fluid text-start custom-background" data-aos="fade-up">
<p>ULTRASONIC RANGE FINDER</p>
<p>Raspberry Pi 4B | C | GDB/GNU Debugger</p>
</div>
<div class="container-fluid text-start custom-background" data-aos="fade-up">
<p>WIRELESS LOCAL AREA NETWORK CHAT INTERFACE</p>
<p>Raspberry Pi 4B | C | GDB/GNU Debugger</p>
</div>
</div>
</div>
<div class="align-items-center d-flex justify-content-center flex-column text-center" style="height: 50vh;">
<figure data-aos="fade-right">
<blockquote class="blockquote">
<p>"WHEN I DIE, I WANT TO REMEMBER THE LIFE I LIVED NOT THE MONEY I MADE."</p>
</blockquote>
<figcaption class="blockquote-footer">
<cite title="Source Title">AVICII</cite>
</figcaption>
</figure>
</div>
</div>
<section data-aos="fade-up">
<div id="feature" class="container-fluid custom-feature">
<p class="display-3">AS FEATURED ON:</p><br>
<a href="https://www.gmfinancial.com/en-us/company/newsroom/stem_practicum.html" target="_blank"
class="text-light display-3 text-decoration-none custom-contact-link">General Motor Financial</a>
<a href="https://www.aisd.net/district-news/college-night-gives-students-a-jump-on-their-higher-education-plans/"
target="_blank" class="text-light display-3 text-decoration-none custom-contact-link">Arlington ISD</a>
<a href="https://magikidlab.com/HighlandPark/instructor?instructor=11053329"
target="_blank" class="text-light display-3 text-decoration-none custom-contact-link">Magikid Robotic Lab</a>
</div>
<div class="container-fluid custom-footer">
<div id="contact" class="container d-flex flex-wrap justify-content-between align-items-center custom-contact">
<p class="display-1">LET'S CONNECT!</p>
<ul class="list-unstyled">
<li class=" display-5">
<a href="https://www.linkedin.com/in/tiendungdle/"
class="text-decoration-none text-light custom-contact-link"
target="_blank">LINKEDIN</a>
</li>
<li class=" display-5">
<a href="https://github.com/flannelboy" class=" text-decoration-none text-light custom-contact-link"
target="_blank">GITHUB</a>
</li>
<li class=" display-5">
<a href="mailto:[email protected]" class=" text-decoration-none text-light custom-contact-link"
target="_blank">[email protected]</a>
</li>
</ul>
</div>
<footer class="text-center py-3">
<div>
<p>© 2023 TIEN LE. ALL RIGHTS RESERVED</p>
</div>
</footer>
</div>
</section>
<script src="js/bootstrap.js"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>