Skip to content

Added portfolio #378

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Task 2/AndyUGA_portfolio/.DS_Store
Binary file not shown.
145 changes: 145 additions & 0 deletions Task 2/AndyUGA_portfolio/AboutMe.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,145 @@
<!DOCTYPE html>
<html lang="en" class="has-lab-nav-bottom lab-theme-light">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-142793806-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'UA-142793806-1');
</script>
<title>About Me</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/hover.css">
<link rel="stylesheet" type="text/css" href="css/stylesheet.css">

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js"></script>

</head>
<body>

<div class="testbg4">
<nav class="navbar navbar-expand-md bg-dark navbar-dark">
<a class="navbar-brand" href="index.html">Home</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target=".navbar-collapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="collapsibleNavbar" >
<ul class="navbar-nav">
<li class="nav-item hvr-underline-from-center">
<a class="nav-link" href="Experience.html"> Experience </a>
</li>

<li class="nav-item hvr-underline-from-center">
<a class="nav-link" href="portfolio.html"> Projects</a>
</li>
<li class="nav-item hvr-underline-from-center">
<a class="nav-link" href="https://drive.google.com/file/d/1FZxxazu8HwcctH5_3k06CAJckM-AkcqL/view?usp=sharing" target= "_blank"> Resume </a>
</li>
</ul>
</div>
</nav>
<br>
<div class="row h-100 flex-column justify-content-center align-items-center ">
<h4 class = "text-center"><b> About Me </b> </h4>
<div class="card card2 p-3 bg-white rounded text-left hvr-glow">
<img class = "logo img-fluid " src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/80/Georgia_Athletics_logo.svg/1280px-Georgia_Athletics_logo.svg.png">
<br>

<p> Hi! My name is Andy Truong! I am a UGA alumni who graduated in Spring 2019.

<br><br>
My hobbies include playing tennis, working out, running, hiking, reading books, playing poker and watching documentaries.

</p>
</div>

<br>
<div class=" card card2 hvr-glow p-3 bg-white rounded">

<p class="card-text text-center"> <b> Programming Languages</b> </p>


<div class="d-flex justify-content-around col-lg-12">
<img class = "programmingIcon" src ="./img/programmingIcons/java-original-wordmark.svg">
<img class = "programmingIcon" src ="./img/programmingIcons/python-original.svg">
<img class = "programmingIcon" src ="./img/programmingIcons/javascript-original.svg">


</div>

</div>
<br>
<div class=" card card2 hvr-glow p-3">
<p class="card-text text-center"> <b> Technologies</b> </p>
<div class="d-flex justify-content-around col-lg-12">
<div class = "text-center">
<p class = "techIconFont ionic"> Ionic </p>
<img class = "languageIcon" src ="./img/technologyIcons/ionic-original.svg">
</div>

<div class = "text-center">
<p class = "techIconFont angular"> Angular </p>
<img class = "languageIcon" src ="./img/technologyIcons/angularjs-original.svg">
</div>
<div class = "text-center">
<p class = "techIconFont mongoDB"> Mongo </p>
<img class = "languageIcon" src ="./img/technologyIcons/mongodb-original.svg">
</div>
</div>
<br>
<div class="d-flex justify-content-around col-lg-12">
<div class = "text-center">
<p class = "techIconFont nodeJS"> Node </p>
<img class = "languageIcon" src ="./img/technologyIcons/nodejs-original.svg">
</div>

<div class = "text-center">
<p class = "techIconFont bootstrap"> Bootstrap </p>
<img class = "languageIcon" src ="./img/technologyIcons/bootstrap-plain.svg">
</div>
<div class = "text-center">
<p class = "techIconFont html5"> HTML5 </p>
<img class = "languageIcon" src ="./img/technologyIcons/html5-original.svg">
</div>
</div>
<br>
<div class="d-flex justify-content-around col-lg-12">

<div class = "text-center">
<p class = "techIconFont css3"> CSS3 </p>
<img class = "languageIcon" src ="./img/technologyIcons/css3-original.svg">
</div>
<div class = "text-center">
<p class = "techIconFont git"> Git </p>
<img class = "languageIcon" src ="./img/technologyIcons/git-original.svg">
</div>
<div class = "text-center">
<p class = "techIconFont github"> Github </p>
<img class = "languageIcon" src ="./img/technologyIcons/github-original.svg">
</div>
</div>
<br>
<div class="d-flex justify-content-around col-lg-12">

<div class = "text-center">
<p class = "techIconFont bitbucket"> Bitbucket </p>
<img class = "languageIcon" src ="./img/technologyIcons/bitbucket-original.svg">
</div>
<div class = "text-center">
<p class = "techIconFont wordpress"> Wordpress </p>
<img class = "languageIcon" src ="./img/technologyIcons/wordpress-plain.svg">
</div>
</div>
</div>
</div>
<br>
</div>
</body>
</html>
1 change: 1 addition & 0 deletions Task 2/AndyUGA_portfolio/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
portfolio.andytruong.dev
138 changes: 138 additions & 0 deletions Task 2/AndyUGA_portfolio/Experience.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,138 @@
<!DOCTYPE html>
<html lang="en" class="has-lab-nav-bottom lab-theme-light">

<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-142793806-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());

gtag('config', 'UA-142793806-1');
</script>
<title> Experience </title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/hover.css">
<link rel="stylesheet" type="text/css" href="css/stylesheet.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js"></script>

</head>

<body>

<div class="testbg4">
<nav class="navbar navbar-expand-md bg-dark navbar-dark">
<a class="navbar-brand" href="index.html">Home</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target=".navbar-collapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="collapsibleNavbar">
<ul class="navbar-nav">
<li class="nav-item hvr-underline-from-center">
<a class="nav-link" href="AboutMe.html"> About Me</a>
</li>

<li class="nav-item hvr-underline-from-center">
<a class="nav-link" href="portfolio.html"> Projects</a>
</li>
<li class="nav-item hvr-underline-from-center">
<a class="nav-link" href="https://drive.google.com/file/d/1FZxxazu8HwcctH5_3k06CAJckM-AkcqL/view?usp=sharing" target="_blank"> Resume
</a>
</li>
</ul>
</div>
</nav>
<br>




<div class="row h-100 flex-column justify-content-center align-items-center ">
<h4 class="text-center"><b> Experience </b> </h4>


<div class="card card2 shadow-lg p-3 rounded text-left hvr-grow">
<h4> <b> Associate Application Developer | ADP</b></h4>
<h6> <i> August 2019 - Present </i></h6>



</div>
<br>

<div class="card card2 shadow-lg p-3 rounded text-left hvr-grow">
<h4> <b> Freelance Web Developer</b></h4>
<h6> <i> August 2018 - Present </i></h6>

- Develop fully customized, responsive websites

<br> - Utilizing HTML5, CSS3, Bootstrap 4, JavaScript, and jQuery
<br> - Communicate clearly and consistently with clients to ensure the final product addresses the clients'
needs
<br>
<a href="Freelance.html"> - Freelance Portfolio </a>

</div>
<br>
<div class="card card2 shadow-lg p-3 rounded text-left hvr-grow">
<h4> <b> Web Application Developer | UVSASE </b></h4>
<h6> <i> November 2018 - June 2019</i> </h6>

- Developing full-stack web application to handle all technology-related needs
<br> - Web application will serve over 150+ attendees for duration of leadership conference
<br>

</div>

<br>
<div class=" card card2 shadow-lg p-3 rounded text-left hvr-grow">

<h4> <b> Software Developer (Part-time) | Unclaimed Property Consulting and Reporting</b></h4>
<h6> <i> December 2018 - February 2019 </i> </h6>

- Implementing new features to enhance mobile application efficiency and experience
<br> - Developing python script to automate encrypting data-sensitive files utilizing RSA and TwoFish encryption
</div>
<br>


<div class="card card2 shadow-lg p-3 rounded text-left hvr-grow">

<h4> <b> Mobile App Developer Intern | Unclaimed Property Consulting and Reporting</b></h4>
<h6><i>May 2018 - August 2018 </i> </h6>

- Built mobile application, UPNavigator, to assist alongside the UPNavigator web application
<br> - Developed using Angular, TypeScript, Ionic, HTML5 and CSS3
<br> - Created mobile application to search, display, and modify data from Django backend
<br> - Decreased each data interaction time by 50% by implementing efficient lookup and modification of data
<br> - Utilized Bitbucket, JIRA, and Git to track detailed changes and collaborate during development phase
<br> - Coordinated with CTO in weekly one-on-one meetings to develop improvements and debug major issues
<br> - Published app to iOS App Store and Google Play Store

</div>





</div>
<br>
</div>










</body>

</html>
Loading