-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
244 lines (237 loc) · 13.7 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
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<title>Justin Do — Portfolio</title>
</head>
<body>
<header>
<nav class="nav">
<a href="#" class="nav__link--home">
<img src="https://raw.githubusercontent.com/justinkhado/portfolio/ca8b34cd2ddf7568c22c6d424a4a53fda6c3f786/img/home.svg" alt="home">
</a>
<a href="#about" class="nav__link">
About
</a>
<a href="#skills" class="nav__link">
Skills
</a>
<a href="#projects" class="nav__link">
Projects
</a>
<a href="#contact" class="nav__link">
Contact
</a>
</nav>
</header>
<section id="hero" class="section section--hero">
<div class="hero__content">
<h1 class="hero__title">
Hi, I'm
<span class="hero__name">Justin Do</span>
</h1>
<div class="hero__subtitle">
<p class="hero__subtitle-text">
I love
</p>
<div class="hero__subtitle-cards">
<span class="hero__subtitle-card">coding</span>
<span class="hero__subtitle-card">coffee</span>
<span class="hero__subtitle-card">climbing</span>
<span class="hero__subtitle-card">cats...?</span>
</div>
</div>
<div class="contact-button">
<a href="#contact" class="contact-button__button">
Contact Me
</a>
</div>
</div>
</section>
<section id="about" class="section section--about">
<div>
<h2 class="section__title section__title--about">
About Me
</h2>
<div class="about__text">
<p class="about__excerpt">
I'm a Computer Science graduate with a focus on front end development.
Although I'm done with school, I'm not done learning. I am constantly trying to improve
myself because there will always be problems that I can't
solve yet. Sometimes, those problems exist outside a computer. Climbing is
another passion of mine where I get to exercise my problem solving skills and test
my physical limits.
</p>
<p class="about__excerpt">
I'm also passionate about coffee. While coffee doesn't involve a lot
of problem solving, it sure does help me solve problems.
</p>
</div>
</div>
<div class="about__img-container">
<img src="img/portrait.jpg" alt="self portrait" class="about__img">
</div>
</section>
<section id="skills" class="section section--skills">
<h2 class="section__title section__title--skills">
Skills
</h2>
<div class="skills">
<div class="skill">
<img src="https://raw.githubusercontent.com/justinkhado/portfolio/694f88507a197664138005960272db967f5456cd/img/javascript-logo.svg" alt="javascript" class="skill__img">
<span>JavaScript</span>
</div>
<div class="skill">
<img src="https://raw.githubusercontent.com/justinkhado/portfolio/694f88507a197664138005960272db967f5456cd/img/html-logo.svg" alt="html" class="skill__img">
<span>HTML</span>
</div>
<div class="skill">
<img src="https://raw.githubusercontent.com/justinkhado/portfolio/694f88507a197664138005960272db967f5456cd/img/css-logo.svg" alt="css" class="skill__img">
<span>CSS</span>
</div>
<div class="skill">
<img src="https://raw.githubusercontent.com/justinkhado/portfolio/694f88507a197664138005960272db967f5456cd/img/react-logo.svg" alt="react" class="skill__img">
<span>React.js</span>
</div>
<div class="skill">
<img src="https://raw.githubusercontent.com/justinkhado/portfolio/694f88507a197664138005960272db967f5456cd/img/python-logo.svg" alt="python" class="skill__img">
<span>Python</span>
</div>
<div class="skill">
<img src="https://raw.githubusercontent.com/justinkhado/portfolio/694f88507a197664138005960272db967f5456cd/img/postgres-logo.svg" alt="postgres" class="skill__img">
<span>PostgreSQL</span>
</div>
<div class="skill">
<img src="https://github.com/justinkhado/portfolio/blob/master/img/styled-components-logo.png?raw=true" alt="styled components" class="skill__img">
<span>styled components</span>
</div>
</div>
</section>
<section id="projects" class="section section--projects">
<h2 class="section__title section__title--projects">
Projects
</h2>
<div class="projects">
<div class="project">
<div class="project__img-container">
<a class="project__img-link" href="https://justinkhado-pokedex.netlify.app/" target="_blank" rel="noopener noreferrer">
<picture>
<source srcset="https://raw.githubusercontent.com/justinkhado/portfolio/master/img/screenshots/pokedex.webp" type="image/webp">
<source srcset="https://github.com/justinkhado/portfolio/blob/master/img/screenshots/pokedex.png?raw=true" type="image/png">
<img src="https://github.com/justinkhado/portfolio/blob/master/img/screenshots/pokedex.png?raw=true" alt="pokedex" class="project__img">
</picture>
<p class="project__img-text">Try it out</p>
</a>
</div>
<div class="project__details">
<h3 class="project__title">Pokedex</h3>
<div>
<p class="project__summary">
An encyclopedia of Pokemon
</p>
<div class="project__tools">
<div class="project__tool">React</div>
<div class="project__tool">styled components</div>
<div class="project__tool">Python</div>
</div>
</div>
<div class="project__links">
<a target="_blank" rel="noopener noreferrer" href="https://justinkhado-pokedex.netlify.app/" class="project__link">live site</a>
<a target="_blank" rel="noopener noreferrer" href="https://github.com/justinkhado/pokedex" class="project__link">repo</a>
</div>
</div>
</div>
<div class="project project--alt">
<div class="project__img-container project__img-container--alt">
<a class="project__img-link" href="https://justinkhado-bloglist.herokuapp.com/" target="_blank" rel="noopener noreferrer">
<picture>
<source srcset="https://raw.githubusercontent.com/justinkhado/portfolio/master/img/screenshots/bloggit.webp" type="image/webp">
<source srcset="https://github.com/justinkhado/portfolio/blob/master/img/screenshots/bloggit.png?raw=true" type="image/png">
<img src="https://github.com/justinkhado/portfolio/blob/master/img/screenshots/bloggit.png?raw=true" alt="bloggit" class="project__img">
</picture>
<p class="project__img-text">Try it out</p>
</a>
</div>
<div class="project__details project__details--alt">
<h3 class="project__title project__title--alt">Bloglist</h3>
<div>
<p class="project__summary project__summary--blog">
A reddit-like blog application <br>
</p>
<p class="guest-details">
<i>*see repo for guest credentials</i>
</p>
<div class="project__tools">
<div class="project__tool project__tool--alt">React</div>
<div class="project__tool project__tool--alt">Material UI</div>
<div class="project__tool project__tool--alt">Express.js</div>
<div class="project__tool project__tool--alt">MongoDB</div>
</div>
</div>
<div class="project__links">
<a target="_blank" rel="noopener noreferrer" href="https://justinkhado-bloglist.herokuapp.com/" class="project__link project__link--alt">live site</a>
<a target="_blank" rel="noopener noreferrer" href="https://github.com/justinkhado/bloglist" class="project__link project__link--alt">repo</a>
</div>
</div>
</div>
<div class="project">
<div class="project__img-container">
<a class="project__img-link" href="https://github.com/justinkhado/tides-ai" target="_blank" rel="noopener noreferrer">
<picture>
<source srcset="https://raw.githubusercontent.com/justinkhado/portfolio/master/img/screenshots/tides.webp" type="image/webp">
<source srcset="https://github.com/justinkhado/portfolio/blob/master/img/screenshots/tides.png?raw=true" type="image/png">
<img src="https://github.com/justinkhado/portfolio/blob/master/img/screenshots/tides.png?raw=true" alt="tides" class="project__img">
</picture>
<p class="project__img-text">See the code</p>
</a>
</div>
<div class="project__details">
<h3 class="project__title">Tides AI</h3>
<div>
<p class="project__summary">
An A.I for card game <i>Tides of Madness</i>
</p>
<div class="project__tools">
<div class="project__tool">Python</div>
</div>
</div>
<div class="project__links">
<a target="_blank" rel="noopener noreferrer" href="https://github.com/justinkhado/tides-ai" class="project__link">repo</a>
</div>
</div>
</div>
</div>
</section>
<section id="contact" class="section section--contact">
<h2 class="section__title section__title--contact">
Contact
</h2>
<div class="contact__details">
<a href="mailto:[email protected]" class="contact__detail">
<div class="contact__icon-container">
<img src="https://raw.githubusercontent.com/justinkhado/portfolio/8e6050e3fc42ed456eebb61e08d09921302214af/img/email-icon.svg" alt="email" class="contact__icon">
</div>
<span class="contact__text">email</span>
</a>
<a href="https://github.com/justinkhado" class="contact__detail" target="_blank" rel="noopener noreferrer">
<div class="contact__icon-container">
<img src="https://raw.githubusercontent.com/justinkhado/portfolio/8e6050e3fc42ed456eebb61e08d09921302214af/img/github-logo.svg" alt="github" class="contact__icon">
</div>
<span class="contact__text">github</span>
</a>
<a href="https://www.linkedin.com/in/justin-do-736bb7161/" class="contact__detail" target="_blank" rel="noopener noreferrer">
<div class="contact__icon-container">
<img src="https://raw.githubusercontent.com/justinkhado/portfolio/8e6050e3fc42ed456eebb61e08d09921302214af/img/linkedin-logo.svg" alt="linkedin" class="contact__icon">
</div>
<span class="contact__text">linkedin</span>
</a>
</div>
</section>
</body>
<script src="app.js"></script>
</html>