-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
271 lines (260 loc) · 9 KB
/
index.html
File metadata and controls
271 lines (260 loc) · 9 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
<!DOCTYPE html>
<html>
<head>
<title>Welcome to Thong Le's Portfolio</title>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, user-scalable=no"
/>
<meta name="keywords" content="Portfolio, Resume, Projects" />
<meta
name="description"
content="A senior Computer Science student with experience in front and back-end development, and software engineering process. Possesses problem-solving ability and committed to working in teams in the development of applications to meet business objectives and requirements. "
/>
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<h1><a href="index.html">Portfolio</a></h1>
<nav class="links">
<ul>
<li>
<a href="https://www.linkedin.com/in/thongbale/" target="_blank"
>LinkedIn</a
>
</li>
<li>
<a href="https://github.com/bathong188" target="_blank">GitHub</a>
</li>
<li>
<a
href="https://1drv.ms/w/s!AjSfmLLpbwplgqF8FdsXGhUWCaj9dA?e=8lbEds"
target="_blank"
>Resume</a
>
</li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>
<!-- Main -->
<div id="main">
<!-- Post -->
<article class="post">
<header>
<div class="title">
<h2><a href="project-1\pig-game.html">Pig Dice Game</a></h2>
<p>Project</p>
</div>
</header>
<a href="project-1\pig-game.html" class="image featured"
><img src="images/dice.jpg" alt="dice"
/></a>
<p>
A simple dice game where players take as many turns to roll a dice
to get a combined score of 100. If a player rolls a 1, they will
lose all points gained in that turn. This project was developed
using JavaScript's event handlers and document object model
manipulation.
</p>
<footer>
<ul class="actions">
<li>
<a href="project-1\pig-game.html" class="button large"
>Check it out</a
>
</li>
</ul>
</footer>
</article>
<!-- Post -->
<article class="post">
<header>
<div class="title">
<h2>
<a href="project-2\guess-my-number.html">Guess My Number</a>
</h2>
<p>Project</p>
</div>
</header>
<a href="project-2\guess-my-number.html" class="image featured"
><img src="images/ran-number.jpg" alt="lottery random number"
/></a>
<p>
The name tells it all. Guess the secret number before you run out of
points! This project demonstrates the use of programming logic and
document object model to make a simple game.
</p>
<footer>
<ul class="actions">
<li>
<a href="project-2\guess-my-number.html" class="button large"
>Check it out</a
>
</li>
</ul>
</footer>
</article>
<!-- Post -->
<article class="post">
<header>
<div class="title">
<h2><a href="#">More projects coming</a></h2>
<p></p>
</div>
</header>
<a href="#" class="image featured"
><img src="images/in-development.jpg" alt="programming laptop"
/></a>
<p>New projects will be added here. Thank you for stopping by.</p>
<footer>
<ul class="actions">
<li>
<a href="#" class="button large">Wait</a>
</li>
</ul>
</footer>
</article>
</div>
<!-- Sidebar -->
<section id="sidebar">
<!-- Intro -->
<section id="intro">
<a href="#about-me" class="logo"
><img src="images/profile-pic.jpg" alt="profile self portrait"
/></a>
<header>
<h2>My name is Thong Le</h2>
<p>Welcome to my portfolio</p>
</header>
</section>
<!-- About -->
<section class="blurb" id="about-me">
<h2>About Me</h2>
<p>
I'm a Senior Computer Science student at San Diego State University.
I have experience in front-end and back-end development creating
online tools for the
<a href="https://vietslp.sdsu.edu/" target="_blank">VietSLP Lab</a>
website. Passionate about software engineering and security.
Pursuing
<a
href="https://courses.codepath.org/snippets/cybersecurity_university/syllabus"
target="_blank"
>CodePath Cybersecurity</a
>
certificate in Spring 2021 to become a better Web Developer.
</p>
</section>
<!-- Mini Posts -->
<section>
<div class="mini-posts">
<!-- Mini Post -->
<article class="mini-post">
<header>
<h3>
<a
href="https://www.linkedin.com/in/thongbale/"
target="_blank"
>LinkedIn</a
>
</h3>
<time class="published" datetime="2015-10-19">_____</time>
<a
href="https://www.linkedin.com/in/thongbale/"
target="_blank"
class="author"
><img src="images/icons8-linkedin.svg" alt="linkedin icon"
/></a>
</header>
</article>
<!-- Mini Post -->
<article class="mini-post">
<header>
<h3>
<a href="https://github.com/bathong188" target="_blank"
>GitHub</a
>
</h3>
<time class="published" datetime="2015-10-18">_____</time>
<a
href="https://github.com/bathong188"
target="_blank"
class="author"
><img src="images/icons8-github.svg" alt="github icon"
/></a>
</header>
</article>
<!-- Mini Post -->
<article class="mini-post">
<header>
<h3>
<a
href="https://1drv.ms/w/s!AjSfmLLpbwplgqF8FdsXGhUWCaj9dA?e=8lbEds"
target="_blank"
>Resume</a
>
</h3>
<time class="published" datetime="2015-10-17">_____</time>
<a
href="https://1drv.ms/w/s!AjSfmLLpbwplgqF8FdsXGhUWCaj9dA?e=8lbEds"
target="_blank"
class="author"
><img
src="images/icons8-resume.png"
alt="resume document icon"
/></a>
</header>
</article>
</div>
</section>
<!-- Contact -->
<section class="blurb" id="contact">
<h2>Contact</h2>
<p>
E-mail: lebathong188@gmail.com <br />
Phone: 858-717-6108
</p>
</section>
<!-- Footer -->
<section id="footer">
<ul class="icons">
<li>
<a
href="https://www.linkedin.com/in/thongbale/"
target="_blank"
class="icon brands fa-linkedin"
><span class="label">LinkedIn</span></a
>
</li>
<li>
<a
href="https://github.com/bathong188"
target="_blank"
class="icon brands fa-github"
><span class="label">GitHub</span></a
>
</li>
<li>
<a
href="mailto:lebathong188@gmail.com"
class="icon solid fa-envelope"
><span class="label">Email</span></a
>
</li>
</ul>
</section>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>