-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
233 lines (216 loc) · 11.4 KB
/
index.html
File metadata and controls
233 lines (216 loc) · 11.4 KB
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
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
<!DOCTYPE html>
<html>
<head>
<!--COLOR THEME-->
<title>David Pham</title>
<!-- links to main stylesheet -->
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" >
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<!--FONT FAMILY DOES NOT WORK CURRENTLY FIX LATER-->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" ></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" ></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" ></script>
</head>
<body>
<!------------ NAVIGATION BAR ---------------->
<section id="nav-bar">
<nav class="navbar navbar-expand-lg navbar-light bg-dark ">
<a class="navbar-brand color-light-grey" href="#"><img src=""><font-color='#fff'>David Pham</font></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="#about">About Me <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact Me</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
CV
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="#skills">SKILLS</a>
<a class="dropdown-item" href="#work">WORK EXPERIENCE</a>
<a class="dropdown-item" href="#volunteer">VOLUNTEER EXPERIENCE</a>
<a class="dropdown-item" href="#education">EDUCATION</a>
<a class="dropdown-item" href="#projects">PROJECTS</a>
<a class="dropdown-item" href="#interests">INTERESTS</a>
</div>
</li>
</ul>
</div>
</nav>
</section>
<!-----------------HEADER/-------------------->
<section id='header'>
<div class='container-fluid text-center bg-1'>
<h1>David Pham</h1>
<h3> Computer Science Student at Simon Fraser University</h2>
<img src="images/profile.jpg" class="img-responsive img-circle user " style="display:inline" alt="Robot" width="300" height="300">
<div class='container-fluid text-center about'>
<h1> About me</h1>
<p>
I am a second degree student in computer science at the Simon Fraser University. My previous field of training was in Microbiology and Immunology at the University of British Columbia. I made my transition into the tech space when I realized I‘d rather wait for a for-loop to finish than a PCR to finish. Spoiler alert. A PCR takes longer. Usually… While studying computer science, I encountered genomics, an exciting interdisciplinary field that tackles complex biological problems with computing power. Wanting learn more, I joined the GeNA (Genomics and Network Analysis) lab and started to look at genomics through the completely new lens of a social scientist.
</p>
<p>
In addition to working at the GeNA lab as a research assistant, I work at the Robots with Social Intelligence and Empathy (ROSIE) lab at SFU as a software developer for Pepper. At the ROSIE lab I assist with their Human-Robot-Interactions (HRI). As you can see, I have many interests and wear many hats. I love technology and cool ideas in general. As a result, I am constantly juggling different projects that are often multi-disciplinary in nature. I believe that it makes me a strong asset to any team. My primary languages are Javascript, python, C and SQL, but I have an appetite for much more!
</p>
<a href="DP_Resume_Jan_2019.pdf" class='btn btn-info'>
Download CV
</a>
</div>
</div>
</section>
<!------------------INFO------------------------>
<section id='info'>
<div class='container-fluid wrapper'>
<!---------------LEFT HALF --------------->
<div class="left">
<div class="skills" id="skills">
<div>
<h2> Skills</h2>
</div>
<div class="description skills-bar">
<ul>
<li>Javascript</li>
<li>Python</li>
<li>C/C++</li>
<li>HTML/CSS</li>
<li>React</li>
</ul>
</div>
</div>
<div class="work" id="work">
<div>
<h2> Work Experience</h2>
</div>
<div class='description'>
<h2>
GeNA LAB
</h2>
<h3>
Research Assistant
</h3>
<p>Jan 2017 - Present</p>
</div>
</div>
<div class="education" id="education">
<div>
<h2><i class="fa fa-graduation-cap">Education</i></h2>
</div>
<div class='description'>
<div>
<h3>Simon Fraser University</h3>
<h4>Bachelor of Computer Science, Second Degree</h4>
<p>Sept 2017 - Current</p>
<h4>Results</h4>
<p>Current GPA: 3.4/4.33</p>
</div>
<div>
<h3>University of British Columbia</h3>
<h4>Bachelor of Science, Microbiology & Immunology</h4>
<p>Sept 2011 - April 2016</p>
<h4>Results</h4>
<p>Current GPA: 3.7/4.0</p>
</div>
</div>
</div>
</div>
<!---------------RIGHT HALF --------------->
<div class="right">
<div class="volunteer" id="volunteer">
<div>
<h2><i class="fa fa-graduation-cap">Volunteer</i></h2>
</div>
<div class='description'>
<h3>Robots with Social Intelligence and Empathy (ROSIE) Lab</h3>
<h4>Software Developer/Research Assistant</h4>
<p>Jan 2019 - Current</p>
<h4>Human Robot Interaction Research</h4>
</div>
</div>
<div class="projects" id="projects">
<div>
<h2><i class="fa fa-graduation-cap">Projects</i></h2>
</div>
<div class='description'>
<ul>
<li><a href='https://github.com/ddkpham/JPEG_Compression'>JPEG Compression Application</a></li>
<li><a href='https://github.com/ddkpham/Telepresence'>Telepresence</a></li>
<li><a href='https://github.com/ddkpham/FitTrkr'>FitTrkr</a></li>
<li><a href='https://github.com/ddkpham/productivity_booster'>Productivity Booster</a></li>
<li><a href='https://github.com/ddkpham/fantasy-wizard'>Fantasy Wizard</a></li>
</ul>
</div>
</div>
<div class="interests" id="interests">
<div display='inline-block'>
<h2><i class="fa fa-paint-brush"></i> Interests</h2>
</div>
<div class='description'>
<ul>
<li>Music</li>
<li>Travel</li>
<li>Robotics</li>
<li>Technology</li>
<li>Sports</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-------------------Get In Touch---------------------------->
<section id='contact'>
<div class='container'>
<h1 style="text-align:center">Get in Touch</h1>
<div class='row'>
<div class="col-md-6">
<form class='contact-form'>
<div class='form-group'>
<input type='text' class='form-control' placeholder='Your Name'>
</div>
<div class='form-group'>
<input type='number' class='form-control' placeholder='Phone No.'>
</div>
<div class='form-group'>
<input type='email' class='form-control' placeholder='Email'>
</div>
<div class='form-group'>
<textarea class='form-control' row='4' placeholder='Message'></textarea>
</div>
<button type='submit' class='btn btn-primary'>SEND MESSAGE</button>
</form>
</div>
<div class="col-md-6 contact-info">
<div class='follow'><b>Address: </b><i class="fa fa-map-marker"></i> Vancouver BC, Canada</div>
<div class='follow'><b>Phone: </b><i class="fa fa-phone"></i> 778-288-9655</div>
<div class='follow'><b>Email: </b><i class="fa fa-envelope"></i> ddkpham@gmail.com</div>
<div class='follow'><label><b>Social Media: </b></label>
<a href='#'><i class="fa fa-facebook"></i></a>
<a href='#'><i class="fa fa-twitter"></i></a>
<a href='#'><i class="fa fa-linkedin"></i></a>
<a href='#'><i class="fa fa-google-plus"></i></a>
</div>
</div>
</div>
</div>
</section>
<!----------------------FOOTER-------------------------->
<section id='footer'>
<div class='container text-center' >
<p>Designed by David <i class="fa fa-heart-o"></i></p>
</div>
</section>
<!---------------------SCROLL CODE------------------------>
<script src="js/smooth-scroll.js"></script>
<script>
var scroll = new SmoothScroll('a[href*="#"]');
</script>
</body>
</html>