-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4c803c3
commit 51fa2f8
Showing
17 changed files
with
807 additions
and
252 deletions.
There are no files selected for viewing
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,94 +1,218 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<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"> | ||
<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> | ||
<link rel="stylesheet" href="styles.css" /> | ||
</head> | ||
<body> | ||
<header> | ||
<nav> | ||
<div id="logo"> | ||
<img src="./images/Logo.png" alt="Logo" width = 5%> | ||
<span>Vu Nguyen</span> | ||
<div id="menu"> | ||
<a href="./index.html">Home</a> | ||
<a href="#about">About</a> | ||
<a href="#skills">Skills</a> | ||
<a href="#contact">Contact</a> | ||
<a href="#projects">Projects</a> | ||
</div> | ||
</div> | ||
</nav> | ||
<nav> | ||
<div id="logo"> | ||
<img src="./images/logo2.png" alt="Logo" width="5%" /> | ||
<span>Vu Nguyen</span> | ||
<div id="menu"> | ||
<a href="./index.html">Home</a> | ||
<a href="#about">About</a> | ||
<a href="#skills">Skills</a> | ||
<a href="#projects">Projects</a> | ||
</div> | ||
</div> | ||
</nav> | ||
</header> | ||
|
||
<div class="content-wrap"> | ||
<section id="about" class="content-block"> | ||
<h1>Welcome</h1> | ||
<div id="about" 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> | ||
<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> | ||
</section> | ||
|
||
<section id="skills" class="content-block"> | ||
<div class="skills-header"> | ||
<h1>Academic</h1> | ||
<div class="next-button"> | ||
<span class="next-button-polygon"></span> | ||
<span class="next-button-text"> | ||
<p>Next Page ▶</p> | ||
<span class="next-button-addon1"></span> | ||
</div> | ||
</div> | ||
<div id="skills" class="skills-flex"> | ||
<div class="skills-img"> | ||
<img src="./images/grid-banner_2-logo-black.jpg" alt="Skills"> | ||
</div> | ||
<div> | ||
<div class="skills-text"> | ||
<h2>Background</h2> | ||
<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 class="skills-text"> | ||
<h2>Skills</h2> | ||
<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> | ||
</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> | ||
</section> | ||
|
||
<section id="projects" class="content-block"> | ||
<h2>Projects</h2> | ||
<div id="project-gallery"> | ||
<!-- Project items will be inserted here --> | ||
<!-- 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> | ||
<button id="project-prev"><</button> | ||
<button id="project-next">></button> | ||
</section> | ||
|
||
<section id="contact" class="content-block"> | ||
<h2>Contact</h2> | ||
<div> | ||
<a href="mailto:[email protected]">Email</a> | ||
<a href="https://www.linkedin.com/in/yourlinkedin">LinkedIn</a> | ||
<a href="tel:+1234567890">Phone</a> | ||
<div id="project2" class="project-detail"> | ||
<!-- Content for project 1 --> | ||
<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> | ||
</section> | ||
<!-- 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> | ||
<button id="project-prev"><</button> | ||
<button id="project-next">></button> | ||
</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> | ||
<p>© 2024 Vu Nguyen. All rights reserved.</p> | ||
</footer> | ||
|
||
<script src="script.js"></script> | ||
</body> | ||
</body> | ||
</html> |
Oops, something went wrong.