-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
426 lines (368 loc) · 20.5 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
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name ="viewport" content="width = device-width, initial-scale = 1.0">
<title>Robert Neal | Software Engineer</title>
<meta name="description" content="Portfolio website for Robert Neal a Software Engineer with a love ❤️ for user experience, marketing, education, and entrepreneurship.">
<!-- OpenGraph Metadata -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Robert Neal - Portfolio Website" />
<meta property="og:site_name" content="https://www.robneal.me/" />
<meta property="og:description" content="Portfolio website for Robert Neal a Software Engineer with a love ❤️ for user experience, marketing, education, and entrepreneurship." />
<meta property="og:image" content="https://www.robneal.me/img/robertneal.png" />
<meta property="og:url" content="https://www.robneal.me/" />
<!-- Twitter Metadata -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Robert Neal - Portfolio Website" />
<meta name="twitter:description" content="Portfolio website for Robert Neal a Software Engineer with a love ❤️ for user experience, marketing, education, and entrepreneurship." />
<meta name="twitter:image" content="https://www.robneal.me/img/robertneal.png" />
<meta name="twitter:site" content="@robneal28"/>
<!-- <meta name="twitter:creator" content="@robneal28"/> -->
<!-- Favicon -->
<link rel="shortcut icon" type="image/png" href="img/favicon.png"/>
<link rel="shortcut icon" href="favicon.ico"/> <!--You kinda don't need this link but i kept it anyway : ) -->
<!-- Styles -->
<link rel="stylesheet" type="text/css" href="css/main.css">
</head>
<body>
<section id="visual-lead" class="visual-lead page-section page-section--brown">
<div class="wrapper">
<div class="visual-lead__heading-group">
<h1 class="visual-lead__title">Robert Neal</h1>
<h2 class="visual-lead__subtitle">
Curious Software Engineer in love with Marketing, Entrepreneurship, Teaching and Life-long Learning.
</h2>
<h3 class="visual-lead__typed-js"> I
<span id="no-js-typedJS" class="no-js visual-lead__typed-js__text">Build responsive mobile first websites.</span>
<span id="typedJS" class="visual-lead__typed-js__text"></span>
</h3>
<a href="Robert_Neal_Resume.pdf" target="_blank" class="btn btn--large">View My Resume</a>
<div class="social-icons">
<a href="https://github.com/robneal" class="social-icons__icon-group" target="_blank">
<img class="social-icons__icon" src="img/icons/github-logo--white.svg"/>
<p class="social-icons__text">Code</p>
</a>
<a href="https://www.linkedin.com/in/robertneal28/" class="social-icons__icon-group" target="_blank">
<img class="social-icons__icon" src="img/icons/linkedin-logo--white.png"/>
<p class="social-icons__text">LinkedIn</p>
</a>
<a href="mailto:robneal28@gmail.com" class="social-icons__icon-group">
<img class="social-icons__icon" src="img/icons/email-icon--white.png"/>
<p class="social-icons__text">Email</p>
</a>
<a href= "https://twitter.com/robneal28/" class="social-icons__icon-group" target="_blank">
<img class="social-icons__icon" src="img/icons/twiiter-logo--white.svg"/>
<p class="social-icons__text">Twitter</p>
</a>
</div>
</div>
<a href="#my-projects" class="change-section change-section__down">
<span class="change-section__text change-section__text--big change-section__text--white">projects</span>
<span class="change-section__arrow change-section__down__animation change-section__arrow--big change-section__arrow__down--white"></span>
</a>
</div>
</section>
<section id="my-projects" class="my-projects page-section">
<div class="wrapper">
<h2 class="page-section__title">Projects</h2>
<hr class="seperator__medium seperator__medium--thin">
<p class="page-section__description">
Below is a catalog of some of my favorite projects. To view more of my work checkout
my <a href="https://github.com/robneal" target="_blank">GitHub</a> and feel free to
fork or suggest edits to my code.
</p>
<div class="project__group">
<!-- Mike Luzio -->
<div class="project">
<h3 class="project__title">Mike Luzio</h3>
<img class="project__image" src="img/projects/luzio__screenshot.png" />
<p class="project__description">
Website I constructed for self-made entrepreneur and multi-millionaire Mike Luzio
to showcase his personal brand Luzio Vs Everybody.
</p>
<div class="project__stats-group">
<img class="project__stats-group__image" src="img/projects/code-file.svg" />
<div class="project__stats-group__text-group">
<h4 class="project__stats-group__text-group__title">Languages</h4>
<p class="project__stats-group__text-group__description">HTML, CSS , JavaScript</p>
</div>
</div>
<div class="project__stats-group">
<img class="project__stats-group__image" src="img/projects/working-tools.svg" />
<div class="project__stats-group__text-group">
<h4 class="project__stats-group__text-group__title">Tools</h4>
<p class="project__stats-group__text-group__description">Git, SCSS, jQuery</p>
</div>
</div>
<div class="project__stats-group">
<img alt="calendar icon" class="project__stats-group__image" src="img/projects/calander.svg" />
<div class="project__stats-group__text-group">
<h4 class="project__stats-group__text-group__title">Development Time frame</h4>
<p class="project__stats-group__text-group__description">May 2017 - July 2017 ( 2 Weeks + Updates )</p>
</div>
</div>
<div class="project__button-group">
<a href="https://github.com/robneal/mikeluzio" target="_blank" class="project__button">
<img class="project__button__icon" src="img/icons/github-logo--white.svg" />
<span>View Code</span>
</a>
<a href="http://mikeluzio.com/" target="_blank" class="project__button">
<img class="project__button__icon" src="img/projects/laptop--black.svg" />
<span>View Website</span>
</a>
</div>
</div>
<!-- Travel-site -->
<div class="project">
<h3 class="project__title">Travel-site</h3>
<img class="project__image" src="img/projects/travel-site__screenshot.png" />
<p class="project__description">
Example travel website to demonstrate modern web development
methodologies and tools including modular BEM CSS, modular
object-oriented JavaScript, Webpack, gulp and npm.
</p>
<div class="project__stats-group">
<img class="project__stats-group__image" src="img/projects/code-file.svg" />
<div class="project__stats-group__text-group">
<h4 class="project__stats-group__text-group__title">Languages</h4>
<p class="project__stats-group__text-group__description">HTML, CSS , JavaScript (ES6)</p>
</div>
</div>
<div class="project__stats-group">
<img class="project__stats-group__image" src="img/projects/working-tools.svg" />
<div class="project__stats-group__text-group">
<h4 class="project__stats-group__text-group__title">Tools</h4>
<p class="project__stats-group__text-group__description">Git, Gulp , NPM, Webpack, Babel, PostCss</p>
</div>
</div>
<div class="project__stats-group">
<img class="project__stats-group__image" src="img/projects/calander.svg" />
<div class="project__stats-group__text-group">
<h4 class="project__stats-group__text-group__title">Development Time frame</h4>
<p class="project__stats-group__text-group__description">May 2017 - May 2017 ( 2 Weeks )</p>
</div>
</div>
<div class="project__button-group">
<a href="https://github.com/robneal/travel-site" target="_blank" class="project__button">
<img class="project__button__icon" src="img/icons/github-logo--white.svg" />
<span>View Code</span>
</a>
<a href="http://robneal.github.io/travel-site" target="_blank" class="project__button">
<img class="project__button__icon" src="img/projects/laptop--black.svg" />
<span>View Website</span>
</a>
</div>
</div>
<!-- Dumont OCD -->
<div class="project">
<h3 class="project__title">Dumont OCD Help</h3>
<img class="project__image" src="img/projects/dumont__screenshot.png" />
<p class="project__description">
Website I designed and built for Dumont OCD Help in Boston. The website
was eventually converted into a Wordpress theme as the clients needs evolved.
</p>
<div class="project__stats-group">
<img class="project__stats-group__image" src="img/projects/code-file.svg" />
<div class="project__stats-group__text-group">
<h4 class="project__stats-group__text-group__title">Languages</h4>
<p class="project__stats-group__text-group__description">HTML, CSS , JavaScript, PHP</p>
</div>
</div>
<div class="project__stats-group">
<img class="project__stats-group__image" src="img/projects/working-tools.svg" />
<div class="project__stats-group__text-group">
<h4 class="project__stats-group__text-group__title">Tools</h4>
<p class="project__stats-group__text-group__description">Git, SCSS, jQuery, Wordpress</p>
</div>
</div>
<div class="project__stats-group">
<img class="project__stats-group__image" src="img/projects/calander.svg" />
<div class="project__stats-group__text-group">
<h4 class="project__stats-group__text-group__title">Development Time frame</h4>
<p class="project__stats-group__text-group__description">Feb 2017 - May 2017 ( 2.2 Months )</p>
</div>
</div>
<div class="project__button-group">
<a href="https://github.com/robneal/yourbrainwillsucceed" target="_blank" class="project__button">
<img class="project__button__icon" src="img/icons/github-logo--white.svg" />
<span>View Code</span>
</a>
<a href="http://robneal.github.io/yourbrainwillsucceed" target="_blank" class="project__button">
<img class="project__button__icon" src="img/projects/laptop--black.svg" />
<span>View Website</span>
</a>
</div>
</div>
<!-- Rise Weekend -->
<div class="project">
<h3 class="project__title">Rise Weekend'16</h3>
<img class="project__image" src="img/projects/rise-weekend__screenshot.png" />
<p class="project__description">
Website I redesigned and developed for RISE Weekend a 36 hour bi-annual
startup competition I helped organize and run while at Rutgers University.
</p>
<div class="project__stats-group">
<img class="project__stats-group__image" src="img/projects/code-file.svg" />
<div class="project__stats-group__text-group">
<h4 class="project__stats-group__text-group__title">Languages</h4>
<p class="project__stats-group__text-group__description">HTML, CSS , JavaScript</p>
</div>
</div>
<div class="project__stats-group">
<img class="project__stats-group__image" src="img/projects/working-tools.svg" />
<div class="project__stats-group__text-group">
<h4 class="project__stats-group__text-group__title">Tools</h4>
<p class="project__stats-group__text-group__description">Bootstrap, jQuery, Scss</p>
</div>
</div>
<div class="project__stats-group">
<img class="project__stats-group__image" src="img/projects/calander.svg" />
<div class="project__stats-group__text-group">
<h4 class="project__stats-group__text-group__title">Development Time frame</h4>
<p class="project__stats-group__text-group__description">Sept 2016 - Nov 2016 ( 2 Months ) </p>
</div>
</div>
<div class="project__button-group">
<a href="https://github.com/robneal/riseweekendf16" target="_blank" class="project__button">
<img class="project__button__icon" src="img/icons/github-logo--white.svg" />
<span>View Code</span>
</a>
<a href="http://robneal.github.io/riseweekendf16" target="_blank" class="project__button">
<img class="project__button__icon" src="img/projects/laptop--black.svg" />
<span>View Website</span>
</a>
</div>
</div>
</div>
<a href="#visual-lead" class="change-section change-section__up change-section__up--lowered">
<span class="change-section__arrow change-section__arrow--small change-section__arrow__up--blue"></span>
<span class="change-section__text change-section__text--small change-section__text--blue">Back To Top</span>
<hr class=" seperator__short seperator__short--thin seperator__small-margin seperator__short--gray"/>
</a>
<a href="#my-booklist" class=" change-section change-section__down">
<span class="change-section__text change-section__text--big change-section__text--brown">book list</span>
<span class="change-section__arrow change-section__down__animation change-section__arrow--big change-section__arrow__down--black"></span>
</a>
</div>
</section>
<section id="my-booklist" class=" my-booklist page-section page-section--brown">
<div class="wrapper">
<h2 class="page-section__title">Recommended Books (In Order)</h2>
<hr class="seperator__short seperator__short--thin seperator__short--white">
<p class="page-section__description">
I live to learn and I devour knowledge. Below are some of the books I would recommend that everyone reads.
<!-- (PS I've added an amazon affiliate link to each book so if you're purchasing I'd appreciate you using my link.) -->
</p>
<div class="my-booklist__group">
<div class="my-booklist__book-item">
<div class="my-booklist__book-item__group1">
<img src="img/booklist/switch.jpg" class="my-booklist__book-item__image"/>
<p class="my-booklist__book-item__title">
#1: Switch: How To Change Things When Change Is Hard by Chip & Dan Heath
</p>
</div>
<a target="_blank" href="https://amzn.to/2BETtrw" class="btn btn-large btn--brown-text">Buy On Amazon</a>
</div>
<div class="my-booklist__book-item">
<div class="my-booklist__book-item__group1">
<img src="img/booklist/the-one-thing.png" class="my-booklist__book-item__image"/>
<p class="my-booklist__book-item__title">#2: The One Thing by Gary Keller</p>
</div>
<a target="_blank" href="https://amzn.to/2CUUrAj" class="btn btn-large btn--brown-text">Buy On Amazon</a>
</div>
<div class="my-booklist__book-item">
<div class="my-booklist__book-item__group1">
<img src="img/booklist/happiness-hypothesis.jpg" class="my-booklist__book-item__image"/>
<p class="my-booklist__book-item__title"> #3: The Happiness Hypothesis by Jonathan Haidt</p>
</div>
<a target="_blank" href="https://amzn.to/2DfjGgE" class="btn btn-large btn--brown-text">Buy On Amazon</a>
</div>
<div class="my-booklist__book-item">
<div class="my-booklist__book-item__group1">
<img src="img/booklist/on-the-shortness.jpeg" class="my-booklist__book-item__image"/>
<p class="my-booklist__book-item__title">#4: On the Shortness Of Life by Seneca</p>
</div>
<a target="_blank" href="https://amzn.to/3f5uDPa" class="btn btn-large btn--brown-text">Buy On Amazon</a>
</div>
<div class="my-booklist__book-item">
<div class="my-booklist__book-item__group1">
<img src="img/booklist/no-one-understands.jpg" class="my-booklist__book-item__image"/>
<p class="my-booklist__book-item__title"> #5: No One Understands You and What to Do About It by Heidi Grant Halvorson</p>
</div>
<a target="_blank" href="https://amzn.to/2EnVxVF" class="btn btn-large btn--brown-text">Buy On Amazon</a>
</div>
<div class="my-booklist__book-item">
<div class="my-booklist__book-item__group1">
<img src="img/booklist/story-of-human-body.jpg" class="my-booklist__book-item__image"/>
<p class="my-booklist__book-item__title"> #6: The Story Of The Human Body by Daniel Lieberman</p>
</div>
<a target="_blank" href="https://amzn.to/3f8HlfX" class="btn btn-large btn--brown-text">Buy On Amazon</a>
</div>
<div class="my-booklist__book-item">
<div class="my-booklist__book-item__group1">
<img src="img/booklist/evolution-of-desire.jpg" class="my-booklist__book-item__image"/>
<p class="my-booklist__book-item__title"> #7: The Evolution Of Desire: Strategies Of Human Mating by David M. Buss</p>
</div>
<a target="_blank" href="https://amzn.to/3fb5qCQ" class="btn btn-large btn--brown-text">Buy On Amazon</a>
</div>
<div class="my-booklist__book-item">
<div class="my-booklist__book-item__group1">
<img src="img/booklist/riveted.jpg" class="my-booklist__book-item__image"/>
<p class="my-booklist__book-item__title"> #8: Riveted by Jim Davies</p>
</div>
<a target="_blank" href="https://www.amazon.com/gp/product/113727901X/ref=as_li_qf_sp_asin_il_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=113727901X&linkCode=as2&tag=tailopez-20&linkId=MP4TVU2XE4QFQ3XQ" class="btn btn-large btn--brown-text">Buy On Amazon</a>
</div>
<div class="my-booklist__book-item">
<div class="my-booklist__book-item__group1">
<img src="img/booklist/compelling-people.jpg" class="my-booklist__book-item__image"/>
<p class="my-booklist__book-item__title"> #9: Compelling People: The Hidden Qualities That Make Us Influential by John Neffinger & Matthew Kohut</p>
</div>
<a target="_blank" href="https://www.amazon.com/gp/product/0142181021/ref=as_li_qf_sp_asin_il_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=0142181021&linkCode=as2&tag=tailopez-20&linkId=IBU2XCEYJ2MSVUR5" class="btn btn-large btn--brown-text">Buy On Amazon</a>
</div>
<div class="my-booklist__book-item">
<div class="my-booklist__book-item__group1">
<img src="img/booklist/seven-habits.jpg" class="my-booklist__book-item__image"/>
<p class="my-booklist__book-item__title"> #10: The Seven Habits Of Highly Effective People by Stephen R. Covey</p>
</div>
<a target="_blank" href="https://www.amazon.com/Habits-Highly-Effective-People-Powerful/dp/1451639619/ref=sr_1_1?s=books&ie=UTF8&qid=1497313598&sr=1-1&keywords=the+7+habits+of+highly+effective+people" class="btn btn-large btn--brown-text">Buy On Amazon</a>
</div>
<div class="my-booklist__book-item">
<div class="my-booklist__book-item__group1">
<img src="img/booklist/selfmade-effect.jpg" class="my-booklist__book-item__image"/>
<p class="my-booklist__book-item__title"> #11: The Self-Made Billionaire Effect: How Extreme Producers Create Massive Value by John Sviokla & Mitch Cohen</p>
</div>
<a target="_blank" class="btn btn-large btn--brown-text" href="https://www.amazon.com/gp/product/159184763X/ref=as_li_qf_sp_asin_il_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=159184763X&linkCode=as2&tag=tailopez-20&linkId=6MSDKVXGZSBMGNWF">Buy On Amazon</a>
</div>
<div class="my-booklist__book-item">
<div class="my-booklist__book-item__group1">
<img src="img/booklist/attached.jpg" class="my-booklist__book-item__image"/>
<p class="my-booklist__book-item__title"> #12: Attached: The New Science of Adult Attachment and How It Can Help You Find - and Keep - Love by Amir Levine and Rachel Heller</p>
</div>
<a class="btn btn-large btn--brown-text" target="_blank" href="https://www.amazon.com/gp/product/1585429139/ref=as_li_qf_sp_asin_il_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1585429139&linkCode=as2&tag=tailopez-20&linkId=LK5TFYI6RX2EZGTS">Buy On Amazon</a>
</div>
</div>
<a href="#visual-lead" class="change-section change-section__up">
<span class="change-section__arrow change-section__arrow--small change-section__arrow__up--white"></span>
<span class="change-section__text change-section__text--small change-section__text--white">Back To Top</span>
</a>
</div>
</section>
<footer class="hide-me page-section page-section--brown">
<div class="wrapper">
<p class="site-footer__text"> Robert Neal © 202 |
<a class="site-footer__github-logo" href="https://github.com/robneal/">
<!-- <img class="site-footer__github-logo" src="img/icons/github-logo--white.png" /> -->
</a>
</p>
</div>
</footer>
<!-- jQuery Google CDN -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<!-- Vendor Javascript -->
<script type="text/javascript" src="js/typed.js"></script>
<!-- My Javascript -->
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>