My Profile ready for review

Here’s what I got: http://christopher.hypersprite.com/
The code lives on github here: https://github.com/HyperSprite/hypersprite.github.io
index.html and assets folder.

Features:
No Bootstrap, jQuery etc.
SPA
RWD
Parallax background scrolling effect.
Scroll and lock navigation bar.
Email contact form with submit status bar.
Content loaded with JavaScript via JSON file and XHR request.
Content filter links and category item count.

Nice! :thumbsup:

Maybe go for a faster scroll speed when clicking Home?

1 Like

@kevcomedia, Thanks for the feedback,

You know, scroll speed was one thing I didn’t like when the page was long. I changed the scrollPageDown() to use division instead of subtraction, now it starts out fast and slows down as it approaches the top. I left the scrollPageUp() using addition because it should never have more than 500px to scroll.

:slight_smile:

Ok, I have it working on CodePen except for the email form, it shows up but it won’t process email like the link above.