-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
196 lines (165 loc) · 7.59 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Thanh Nam Tran</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="favicon.ico">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai+Looped&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Fjalla+One&family=Montserrat:wght@800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<header>
<div class="header-outer">
<nav class="navMenu">
<ul class="but">
<a href="#container">About</a>
<a href="#tet">Experience</a>
<a href="#bm">Skills</a>
</ul>
</nav>
</div>
<section class="p-menu1">
<nav id="navbar" class="navigation" role="navigation">
<input id="toggle1" type="checkbox" />
<label class="hamburger1" for="toggle1">
<div class="top"></div>
<div class="meat"></div>
<div class="bottom"></div>
</label>
<nav class="menu1">
<a class="link1" href="#container">About</a>
<a class="link1" href="#exp-header">Experience</a>
<a class="link1" href="#skills">Skills</a>
</nav>
</nav>
</section>
</header>
<body>
<div class="body-outer">
<div class="introduction">
<div class="intro-outer">
<div id="container">
<div id="text"></div>
<div id="cursor"></div>
</div>
</div>
</div>
<div class="about-header">
<h2 class="about-h">About Me</h2>
</div>
<div class="about">
<h2 class="name">My name is Nam Tran</h2>
<p id="tet">"You are the product of your environment". As an International Student from Vietnam and the first generation in my family to pursue a Bachelor in higher education, I have always valued my abroad study as a life-changing experience. Ever since I started college in 2016, Computer Science has gradually become my subject of interest. Through academic courses, and online resources, I have been able to further enhance my independent, collaborative work and study in the field. I have learned to admire those who master the craftsmanship of creating, designing, and implementing websites or applications. Hopefully, in the near future, I shall, too, become one of them.</p>
</div>
<hr id="bm">
<div id="exp-header">
<h2 class="exp-h">Experience & Education</h2>
</div>
<div class="experience-outter">
<div class="intern-outer">
<img class="mediacy-logo" src="images/mediacy-logo.jpg" alt="Media Cybernetics Logo" style=width="180px" ; height="180px">
<div class="intern-description">
<h2 class="role">Media Cybernetics, Inc</h2>
<p class="desc">Engineering Intern <br>
May 2021 - Present
</p>
</div>
</div>
<div class="uni-outer">
<img class="UMBC-logo" src="images/umbc-logo.png" alt="UMBC Logo" style=width="180px" ; height="180px">
<div class="uni-description">
<h2 class="role">University of Maryland <br> Baltimore County</h2>
<p class="desc">B.S in Computer Science <br> August 2019 - Present
</p>
</div>
</div>
<div class="college-outer">
<img class="mc-logo" src="images/mc-logo.jpeg" alt="Montgomery College Logo" style=width="180px" ; height="180px">
<div class="college-description">
<h2 class="role">Montgomery College</h2>
<p class="desc">A.A in Computer Science <br> August 2016 - May 2019
</p>
</div>
</div>
</div>
<div id="skills">
<div class="skill-header">
<h2 class="skill-h">Skills & Projects</h2>
</div>
<div class="skill-outer">
<div class="subjects-1">
<div class="title" onclick="f()">Programing Language<span class="fa fa-angle-down"></span>
<div class="arrow-1"></div>
</div>
<div class="dropdown-1">
<p class="">C++, C, C#, Python, Java<i class="fa fa-code"></i></p>
<a href="https://github.com/ttran293/Adjacency-Lists"><p>Project: Adjency Lists<i class="fa fa-github-square"></i></p></a>
<a href="https://github.com/ttran293/Skew-Heap-Priority-Queue"><p>Project: Skew Heap Priority Queue<i class="fa fa-github-square"></i></p></a>
</div>
</div>
<div class="subjects-2">
<div class="title" onclick="f2()">Web Development & Database<span class="fa fa-angle-down"></span>
<div class="arrow-2"></div>
</div>
<div class="dropdown-2">
<p class="">MySQL, HTML, CSS, JScript<i class="fa fa-code"></i></p>
<a href="https://github.com/ttran293/my-website"><p>Project: My Website<i class="fa fa-github-square"></i></p></a>
<a href="https://github.com/ttran293/pluto-realty-dbms"><p>Project: Pluto Realty Database<i class="fa fa-github-square"></i></p></a>
</div>
</div>
<div class="subjects-3">
<div class="title" onclick="f3()">Web Frameworks<span class="fa fa-angle-down"></span>
<div class="arrow-3"></div>
</div>
<div class="dropdown-3">
<p class="">Boostrap, NodeJS, ReactJS<i class="fa fa-code"></i></p>
<p>Project: (WIP)<i class="fa fa-file-code-o"></i></p>
</div>
</div>
<div class="subjects-4">
<div class="title" onclick="f4()">Assembly Language<span class="fa fa-angle-down"></span>
<div class="arrow-4"></div>
</div>
<div class="dropdown-4">
<p class="">X86-64 Assembly<i class="fa fa-code"></i></p>
<a href="https://github.com/ttran293/tictactoe-nasmx86-64"><p>Project: Tic Tac Toe<i class="fa fa-github-square"></i></p></a>
</div>
</div>
<div class="subjects-5">
<div class="title" onclick="f5()">Agile Project Management Tool<span class="fa fa-angle-down"></span>
<div class="arrow-5"></div>
</div>
<div class="dropdown-5">
<p class="">Jira, Confluence, Zephyr Testing<i class="fas fa-wrench"></i></p>
<a href="https://www.mediacy.com/company/news/508-image-pro-now-supports-all-jenoptik-gryphax-cameras"><p>Project: Capture Interfaces<i class="fa fa-camera"></i></p></a>
</div>
</div>
<div class="subjects-6">
<div class="title" onclick="f6()">Video Editing<span class="fa fa-angle-down"></span>
<div class="arrow-6"></div>
</div>
<div class="dropdown-6">
<p class="">Davinci Resolve, Adobe Premiere<i class="fas fa-film"></i></p>
<p>Project: Personal Channel (WIP)<i class="fab fa-youtube"></i></p>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="hello-effect.js"></script>
<script type="text/javascript" src="dropdown-menu.js"></script>
</body>
<footer>
<div class="footer-outer">
<div class="copyright">
<p>2021 © Thanh Nam Tran</p>
</div>
</div>
</footer>
</html>