-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
215 lines (207 loc) · 8.58 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
<!DOCTYPE html>
<html lang="en" id="top">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vu Nguyen - Portfolio</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<div class="heading">
<span class="logo">
<a href="#top"><img src="./images/logo2.png" alt="Logo"/></a>
<p><a href="#top">Vu Nguyen</a></p>
</span>
<span id="menu">
<a href="#top">Home</a>
<a href="#about">About</a>
<a href="#skills">Skills</a>
<a href="#projects">Projects</a>
</span>
</div>
<div class="content-wrap">
<section id="about" class="content-block">
<div id="about" class="intro-header">
<h1>INTRODUCTION</h1>
</div>
<div class="intro-flex">
<div class="intro-text">
<h1>Hi! My name is Vu Nguyen</h1>
<p>
I'm a software developer deeply interested in data engineering,
currently working towards my Bachelor's in Computer Science at the
University of South Carolina. My journey so far has been exciting,
filled with hands-on projects that have honed my problem-solving
skills. Fluent in both English and Vietnamese, I'm eager to dive
into data-driven projects and make meaningful contributions
wherever I go.
</p>
<a href="#projects" class="btn">View work</a>
</div>
<div class="intro-img">
<img src="./images/intro.jpg" alt="Intro" />
</div>
</div>
</section>
<section id="skills" class="content-block">
<div class="skills-header">
<h1>ACADEMIC</h1>
</div>
<div id="skills" class="skills-flex">
<div class="skills-img">
<img src="./images/grid-banner_2-logo-black.jpg" alt="Skills" />
</div>
<div class="skills-detail">
<div id="background" class="skills-text1">
<h2>Background</h2>
<img src="./images/spacing-bar.png" width="50%" height="5px" />
<p>
I'm currently completing my Bachelor's degree in Computer
Science at the University of South Carolina, where I've had the
opportunity to dive deep into both the theoretical and practical
aspects of software development and data engineering. My
coursework spans a broad spectrum, from programming fundamentals
in Java and C++ to advanced topics like machine learning,
equipping me with a robust foundation to tackle complex problems
in technology.
</p>
</div>
<div id="skills-info" class="skills-text2">
<h2>Skills</h2>
<img src="./images/spacing-bar.png" width="50%" height="5px" />
<p>
My skill set includes advanced knowledge in C++, Java, Kotlin,
JavaScript, and Python, as well as experience with data
engineering tools like Apache Spark and Hadoop. I'm also
familiar with machine learning libraries like TensorFlow and
PyTorch, and have a strong foundation in data structures and
algorithms. My experience with web development includes working
with React, Node.js, and Express, and I'm comfortable with both
SQL and NoSQL databases. I'm also familiar with cloud platforms
like AWS and Firebase.
</p>
</div>
<div class="indicator">
<span class="box background-box active"></span>
<span class="box skills-box"></span>
</div>
<div class="next-button">
<span class="next-button-polygon"></span>
<span class="next-button-text"><p>Next Page ▶</p></span>
<span class="next-button-addon1"></span>
</div>
</div>
</div>
</section>
<section id="projects" class="content-block">
<div class="project">
<div id="project-details">
<div class="project-header">
<div class="project-header-img">
<img src="./images/p-title-deco-clear.png" />
</div>
<h1>PROJECTS</h1>
</div>
<!-- Project details -->
<div id="project1" class="project-detail-default">
<!-- Content for project 1 -->
<div class="project-detail-default-img">
<img src="./images/background.jpg" alt="Project 1 Image" />
</div>
<div class="project-detail-default-text">
<h1>CAMPERA</h1>
<h2>  Web Application</h2>
<h3>Language</h3>
<p>JavaScript, HTML, CSS</p>
<h3>Description</h3>
<p>
Campera is a web application that helps users find the perfect
camping spot. It uses the Google Maps API to display nearby
campgrounds and allows users to filter results based on
location, amenities, and more. The app also includes a
recommendation system that suggests campgrounds based on user
preferences and past activity.
</p>
</div>
</div>
<div id="project2" class="project-detail">
<!-- Content for project 2 -->
<div class="project-detail-img">
<img src="./images/background2.jpg" alt="Project 1 Image" />
</div>
<div class="project-detail-text">
<h1>SCHEDULER X</h1>
<h2>  Android App</h2>
<h3>Language</h3>
<p>JavaScript, CSS</p>
<h3>Framework</h3>
<p>React, Node.js, Expo, Firebase</p>
<h3>Description</h3>
<p>
Scheduler X is an Android app that helps users manage their
time more effectively. It includes features like a calendar,
to-do list, and habit tracker, and uses machine learning to
provide personalized insights and recommendations. The app
also includes a social feature that allows users to connect
with friends and family and share their progress.
</p>
</div>
</div>
<!-- Add more project details as needed -->
<div id="project-gallery" class="project-thumbnails-container">
<!-- Thumbnails for projects -->
<div class="project-thumbnail" data-target="project1">
<img src="./images/logo2.png" alt="Thumbnail Project 1" />
</div>
<div class="project-thumbnail" data-target="project2">
<img src="./images/logo2.png" alt="Thumbnail Project 2" />
</div>
<div class="project-thumbnail" data-target="project1">
<img src="./images/logo2.png" alt="Thumbnail Project 1" />
</div>
<div class="project-thumbnail" data-target="project2">
<img src="./images/logo2.png" alt="Thumbnail Project 2" />
</div>
<!-- Add more thumbnails as needed -->
</div>
</div>
</div>
</section>
</div>
<div id="contact-expand" class="contact-expand">
<img src="./images/contact-bar-expand.png" alt="Contact" />
</div>
<div id="contact" class="contact-container">
<div class="contact-container-img">
<img src="./images/contact-bar2.png" />
</div>
<div class="contact">
<div>
<a href="https://github.com/vuvnguyen95">
<img src="./images/github.png" />
</a>
</div>
<div>
<a href="https://www.linkedin.com/in/vuvnguyen">
<img src="./images/linkedin.png" />
</a>
</div>
<div>
<a href="mailto:[email protected]">
<img src="./images/email2.png" width="10%" />
</a>
</div>
<div>
<a href="tel:+1 941 467 0922">
<img src="./images/phone.png" width="10%" />
</a>
</div>
</div>
</div>
<footer>
<p>© 2024 Vu Nguyen. All rights reserved.</p>
</footer>
<script src="script.js"></script>
</body>
</html>