-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
175 lines (166 loc) · 8.3 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
<!DOCTYPE html>
<html>
<head>
<title>Jonathan Nguyen</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1" />
<link href="https://fonts.googleapis.com/css2?family=Russo+One&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@500&family=Russo+One&display=swap"
rel="stylesheet">
<link rel="stylesheet" type="text/css" href="default.css">
<link id="theme-style" rel="stylesheet" type="text/css" href="">
</head>
<body>
<section class="s1">
<div class="main-container">
<div class="greeting-wrapper">
<h1>Hi, I'm Jonathan Nguyen</h1>
</div>
<div class="intro-wrapper">
<div class="nav-wrapper">
<div class="dots-wrapper">
<div id="dot-1" class="browser-dot"></div>
<div id="dot-2" class="browser-dot"></div>
<div id="dot-3" class="browser-dot"></div>
</div>
<ul id="navigation">
<li><a href="#">Contact</a></li>
</ul>
</div>
<div class="left-column">
<img id="profile_pic" src="images/Jonathan.jpg">
<h5 style="text-align: center; line-height:0">Personalize Theme</h5>
<div id="theme-options-wrapper">
<div data-mode="light" id="light-mode" class="theme-dot"></div>
<div data-mode="blue" id="blue-mode" class="theme-dot"></div>
<div data-mode="green" id="green-mode" class="theme-dot"></div>
<div data-mode="purple" id="purple-mode" class="theme-dot"></div>
</div>
<p id="settings-note">* Theme setting will be saved for<br> your next visit </p>
</div>
<div class="right-column">
<div id="preview-shadow">
<div id="preview">
<div id="corner-tl" class="corner"></div>
<div id="corner-tr" class="corner"></div>
<h3>What I Do</h3>
<p>I am currently a master student at North Carolina State University.</p>
<div id="corner-br" class="corner"></div>
<div id="corner-bl" class="corner"></div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="s2">
<div class="main-container">
<div class="about-wrapper">
<div class="about-me">
<h4>More about me</h4>
<p>I graduated from North Carolina State University in 2017 with a Bachelors of Science in Civil
Engineering. I worked at Parsons Corporation as an Associate Road
and Highway Engineer for three years before deciding to switch career paths.</p>
<p>Within computer science, I am particularly interested in data analytics and the methods that can
be taken
to help visualize and understand data to make better decisions. I am also interested in using
the software development skills I have
learned and apply those to projects in industry. Outside of school and work, I enjoy working
out, traveling, and hiking. </p>
</div>
<div class="skills">
<h4>SKILLS</h4>
<a target="_blank" href="Resume.pdf">Download Resume</a>
<div id="expertise">
<ul>
<li>Java</li>
<li>C</li>
<li>Python</li>
<li>Ruby</li>
<li>Assembly</li>
</ul>
<ul>
<li>MATLAB</li>
<li>Ruby on Rails</li>
<li>HTML</li>
<li>CSS</li>
<li>React.js</li>
</ul>
</div>
<br>
<div class="social-links">
<a target="_blank" href="https://www.linkedin.com/in/jhnguye4/">
<img id="linkedin_pic" src="images/linkedin.png">
</a>
<a target="_blank" href="https://www.instagram.com/jhoangn1/">
<img id="instagram_pic" src="images/instagram.png">
</a>
<a target="_blank" href="https://github.com/jhnguye4">
<img id="github_pic" src="images/github.png">
</a>
</div>
</div>
</div>
</div>
</section>
<section class="s1">
<div class="main-container">
<h3 style="text-align: center;">Some of my past projects</h3>
<div class="post-wrapper">
<div>
<div class="post">
<img class="thumbnail" src="images/courseregistration.png">
<div class="post-preview">
<h6 class="post-title">Course Registration</h6>
<p class="post-intro">A course registration system for a university, similar to the system
in
MyPackPortal that students use to register for courses at North Carolina State
University.
</p>
<a target="_blank" href="https://github.com/jhnguye4/CourseRegistration">More Info</a>
</div>
</div>
</div>
<div>
<div class="post">
<img class="thumbnail" src="images/elearningcommerce.png">
<div class="post-preview">
<h6 class="post-title">eLearning Commerce</h6>
<p class="post-intro">An eLearning and Mentoring System that allows students to purchase
multiple courses and choose the teacher they want as their mentor</p>
<a target="_blank" href="https://github.com/jhnguye4/eLearningCommerce">More Info</a>
</div>
</div>
</div>
<div>
<div class="post">
<img class="thumbnail" src="images/quora.jpg">
<div class="post-preview">
<h6 class="post-title">Quora Question Pairs</h6>
<p class="post-intro"> Using a data set of sample Quora questions, we aim to present a model
capable of determining whether a pair of questions are duplicates of each other.</p>
<a target="_blank" href="https://github.com/jhnguye4/QuoraQuestionPairs">More Info</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="s2">
<div class="main-container">
<h3 style="text-align: center;">Get In Touch</h3>
<form id="contact-form" action="https://formspree.io/f/xqkggaqr" method="POST">
<label>Name</label>
<input class="input-field" type="text" name="name">
<label>Subject</label>
<input class="input-field" type="text" name="subject">
<label>Email</label>
<input class="input-field" type="text" name="email">
<label>Message</label>
<textarea class="input-field" type="text" name="message"></textarea>
<input id="submit-btn" type="submit" value="Send">
</form>
</div>
</section>
<script type="text/javascript" src="script.js"></script>
</body>
</html>