-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
309 lines (305 loc) · 18.1 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
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tab (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-113009735-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config','UA-113009735-1');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/styles.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300|Ubuntu:400,600" rel="stylesheet">
<title>Kevin Reynolds | Portfolio</title>
</head>
<body>
<header class="header">
<div class="logo header--logo">KEVIN REYNOLDS</div>
<a class="header--nav header--github link" href="https://github.com/OnlinePseudonym">
<i class="header--icon fab fa-github"></i>
<span class="icon-txt"> GitHub </span>
</a>
<a class="header--nav header--codepen link" href="https://codepen.io/OnlinePseudonym/">
<i class="header--icon fab fa-codepen"></i>
CodePen
</a>
<a class="header--nav header--projects" href="#projects">
<i class="header--icon far fa-map"></i>
Projects
</a>
<a class="header--nav header--resume" href="images/resume.pdf" download>
<i class="header--icon fas fa-download"></i>
Resume
</a>
</header>
<div class="hero--background"></div>
<div class="hero--content">
<div class="hero--content--class--declaration">
<p>
<span class="declare">class</span>
<span class="class">WebDeveloper</span> {
<br>
<span class="constructor">constructor</span>(<span class="variable">name</span>) {
<br>
<span class="declare">this</span>.<span class="variable">name</span> =
<span class="variable">name</span>;
<br> }
<br>}</p>
</div>
<div class="hero--content--class--expression">
<p>
<span class="declare">const</span>
<span class="variable">me</span> =
<span class="declare">new</span>
<span class="class">WebDeveloper</span>(<span class="text">'Kevin Reynolds'</span>)
<br>
<br>
</p>
</div>
</div>
<main class="main">
<section class="bio">
<h1 class="title">About Me</h1>
<div class="seperator"></div>
<div class="about-me-container">
<div class="about-me-pic">
<div class="circle-1"></div>
<div class="circle-2"></div>
<img src="images/me.jpg" alt="A picture of a beautiful man">
</div>
<article class="about-me">
<p class="body-txt">
I'm a front-end web developer based out of Phoenix, Arizona. I am self-taught and highly motivated.
</p>
<p class="body-txt">
I've been learning from various moocs and online courses since the beginning of 2017 and have laid
a solid foundation of HTML, CSS and JS to build upon. I have some experience with a few other
languages (C, Python, Java) but have been focusing on JavaScript.
</p>
<p class="body-txt">
I am always learning, trying to expose myself to emerging technologies and trends. I am currently
focusing on learning React and honing my design chops.</p>
<p class="body-txt">I am a master googler, with Stack Overflow proficiency.</p>
</article>
</div>
</section>
<section id="projects" class="featured--projects">
<h1 class="title">Featured Projects</h1>
<div class="seperator"></div>
<div class="projects">
<div class="project project1">
<a class="project--title link" href="https://kevintreynolds.com/projects/florencia/">
Live Demo: Restaurant Website
</a>
<div class="project--title-small">Florencia</div>
<div class="project--details-toggle">
<i class="fas fa-chevron-circle-left"></i>
</div>
<div class="project--details--container">
<div class="project--details">
<h3 class="details-title">Tech Used</h3>
<p class="details-txt">• React</p>
<p class="details-txt">• CSS</p>
<h3 class="details-title">Objective</h3>
<p class="details-txt">Build a mobile friendly website for a restaurant.</p>
<h3 class="details-title">Highlights</h3>
<p class="details-txt">
Florencia's website was dated, bloated, and not mobile friendly. I used react to create
a website that was nearly half the size with an updated look and a responsive mobile
first design.
</p>
<p class="details-txt">
This is what the website <a class="details-link" href="https://kevintreynolds.com/projects/florencia_old/" target="_blank">looked like before</a>,
the update cut it from 1.3MB to 750KB and better served the companies needs by offering
a fast loading mobile website so patrons in the area can quickly look over the menu and
get location information.
</p>
</div>
</div>
<a class="project--link link" href="https://github.com/OnlinePseudonym/florencia">View Source</a>
</div>
<div class="project project2">
<a class="project--title link" href="https://www.kevintreynolds.com/projects/calc/">Live Demo: JS Calc</a>
<div class="project--title-small">Calculator</div>
<div class="project--details-toggle">
<i class="fas fa-chevron-circle-left"></i>
</div>
<div class="project--details--container">
<div class="project--details">
<h3 class="details-title">Tech Used</h3>
<p class="details-txt">• HTML</p>
<p class="details-txt">• CSS</p>
<p class="details-txt">• JS</p>
<h3 class="details-title">Objective</h3>
<p class="details-txt">Build a functional JavaScript Calculator</p>
<h3 class="details-title">Highlights</h3>
<p class="details-txt">
This calculator ended up being a bit trickier than I thought it would be. The biggest
hurdle was rounding errors from floating point arithmetic, I ended up adding a library
to help with calculation.
</p>
<p class="details-txt">
I had some gotchas I could have avoided if I'd mapped out the project more clearly from
the beginning, the parens where added as an after thought because I overlooked how
important they would be but it ended up being pretty trivial implementing them.
</p>
<p class="details-txt">
This project taught me the importance of considering the entire project at each step.
</p>
</div>
</div>
<a class="project--link link" href="https://github.com/OnlinePseudonym/js_calc">View Source</a>
</div>
<div class="project project3">
<a class="project--title link" href="https://www.kevintreynolds.com/projects/simon/">
Live Demo: Simon
</a>
<div class="project--title-small">Simon</div>
<div class="project--details-toggle">
<i class="fas fa-chevron-circle-left"></i>
</div>
<div class="project--details--container">
<div class="project--details">
<h3 class="details-title">Tech Used</h3>
<p class="details-txt">• HTML</p>
<p class="details-txt">• CSS</p>
<p class="details-txt">• JS</p>
<h3 class="details-title">Objective</h3>
<p class="details-txt">Build a working version of 90's handheld game Simon</p>
<h3 class="details-title">Highlights</h3>
<p class="details-txt">
This was a challenging project for me, I had to completely scrap my JavaScript
when I thought I was almost done and start over fresh. I came accross a bug with
my timer which was being called within a function and creating new scope on each
call so decided to make the game a large class.
</p>
<p class="details-txt">
To be honest I feel like the project doesn't really adhere to best practices, I
don't have a ton of experience with classes and making it one giant class as
opposed to factoring it into smaller parts seem like the wrong way to go about it.
</p>
<p class="details-txt">
I still need to optimize for mobile, I have click events tied to mouseup and mousedown
and that is creating problems on mobile.
</p>
</div>
</div>
<a class="project--link link" href="https://github.com/OnlinePseudonym/simon">View Source</a>
<!-- <a class="project--title link" href="https://onlinepseudonym.github.io/neighborhood_map/">Live Demo: Interactive Map</a>
<div class="project--title-small">Map</div>
<div class="project--details-toggle">
<i class="fas fa-chevron-circle-left"></i>
</div>
<div class="project--details--container">
<div class="project--details">
<h3 class="details-title">Tech Used</h3>
<p class="details-txt">• HTML</p>
<p class="details-txt">• CSS</p>
<p class="details-txt">• JS</p>
<p class="details-txt">• Knockout</p>
<p class="details-txt">• jQuery</p>
<h3 class="details-title">Objective</h3>
<p class="details-txt">Build an app using Google Maps API</p>
<h3 class="details-title">Highlights</h3>
<p class="details-txt">
This was the first project I completed where I started with nothing more than an idea,
this was also my first introduction to APIs.
</p>
<p class="details-txt">
Honestly I would do almost all of this differently now, from the technologies used to
the styling but I was incredibly proud of the fact that I jumped in and truely built
something from scratch. The projects I had completed up until this point had either
starter code or too much hand holding.
</p>
</div>
</div>
<a class="project--link link" href="https://github.com/OnlinePseudonym/neighborhood_map">View Source</a> -->
</div>
<div class="project project4">
<a class="project--title link" href="https://kevintreynolds.com/projects/pomodoro_clock/">Live Demo: React Timer</a>
<div class="project--title-small">React Timer</div>
<div class="project--details-toggle">
<i class="fas fa-chevron-circle-left"></i>
</div>
<div class="project--details--container">
<div class="project--details">
<h3 class="details-title">Tech Used</h3>
<p class="details-txt">• React</p>
<p class="details-txt">• CSS</p>
<h3 class="details-title">Objective</h3>
<p class="details-txt">Build a pomodoro timer with React</p>
<h3 class="details-title">Alternate</h3>
<h3 class="details-title">Highlights</h3>
<p class="details-txt">
I'm starting to get pretty comfortable with React, I still have a while to go and plan
to start getting deeper into redux with my next couple of projects. I'm still not
positive I'm structering everything as effieciently as I can but I am getting more
confident in my abiltiy to work in React.
</p>
<p class="details-txt">
I think the design could use a little more polish but I'm pretty happy with how it
turned out. I also started inlining svg instead of using a library like fontawesome it
got a little messy in a couple of components.
</p>
</div>
</div>
<a class="project--link link" href="https://github.com/OnlinePseudonym/react_pomodoro_clock">View Source</a>
</div>
<div class="project project5">
<a class="project--title link" href="https://www.kevintreynolds.com/projects/pomodoro/">Live Demo: Pomodoro Timer</a>
<div class="project--title-small">Pomodoro Timer</div>
<div class="project--details-toggle">
<i class="fas fa-chevron-circle-left"></i>
</div>
<div class="project--details--container">
<div class="project--details">
<h3 class="details-title">Tech Used</h3>
<p class="details-txt">• HTML</p>
<p class="details-txt">• JS</p>
<p class="details-txt">• CSS</p>
<h3 class="details-title">Objective</h3>
<p class="details-txt">Build a productivity timer in JavaScript</p>
<h3 class="details-title">Highlights</h3>
<p class="details-txt">
Honestly there weren't a lot of gotchas in this particular project, it was all pretty
straight forward I think the most time consuming part of the project was stying
everything and getting the timer strokedash working the way I wanted.
</p>
<p class="details-txt">
I had a little experience using that technique for a small progress bar before but it
has been a while and I didn't animate it like I did here. Setting up the animation to
smoothly transition from work to break and vice versa was also a small gotcha.
</p>
</div>
</div>
<a class="project--link link" href="https://github.com/OnlinePseudonym/pomodoro_timer">View Source</a>
</div>
</div>
</section>
</main>
<footer>
<div class="footer--bg"></div>
<div class="footer">
<div class="logo footer--logo">KR</div>
<div class="footer-content">
<p class="footer-txt footer-eml">[email protected]</p>
<p class="footer-txt">© Kevin Reynolds 2018.</p>
<p class="footer-txt">All rights reserved.</p>
</div>
<div class="footer--links">
<a class="link footer__links-github" href="https://github.com/OnlinePseudonym">
<i class="footer--icon fab fa-github"></i>
</a>
<a class="link footer__links-codepen" href="https://codepen.io/OnlinePseudonym/">
<i class="footer--icon fab fa-codepen"></i>
</a>
</div>
</div>
</footer>
<script src="js/app.js"></script>
<script defer src="https://use.fontawesome.com/releases/v5.0.4/js/all.js"></script>
</body>
</html>