Echo JS 0.11.0

<~>
[deleted news]
tracker1 1490 days ago. link 1 point
Edit: Found the source - https://github.com/CodeLikeAGirl29/lindsey-portfolio

It's kind of OT, but leaving it so I can comment. On github, should really prune some of your dangling repositories, or unify them into branches on one playground repository... there look to be a few dozen "profile" repositories, so it was king of hard to determine which this was.  There's no JS at all involved here.  You can make a "codelikeagirl29" repository, and that will be your default for your gh profile, you can also point a custom domain at it (regarding email mentioned below).

---

As to the profile site itself...

First, it's a bit jarring in a desktop browser... Your profile image takes up the full screen before even getting to anything meaningful.  Would reduce this down to a smaller section, with maybe a banner/header background image at the top, especially for desktop use.  Think similar header/banner to what you would see on social media.  Also, consider replacing your personal image with an avatar or caricature, there are times and companies where having actual photos can work either for or against you, so it's your choice.

The single page navigation is fine, but would suggest pinning the navigation to the top once your scroll position would otherwise shift it off the page.

Finally, should have each of the "projects" navigate or expand with more content.  Again, it's jarring with the shear size of these images vs. the content on a desktop browser.

Should also consider some of the consistency in implementation, the borders, padding and spacing are inconsistent at best.  There are options to get started with from Bootstrap to Bulma or rolling your own, but consistent CSS and markup are key here.  There also appear to be some broken html elements.

Would suggest a subtle background image as well.  Beyond this, would suggest registering your own domain name, if you use domains.google.com, there's free email forwarding, so you can use whatever@yourname.dev or similar, and forward to your icloud email.  On the domain, would go for short over descriptive, something someone is comfortable tapping into a phone keypad.  While I'm critical of the desktop view above, a lot of people do look at things on mobile devices, you need to account for both.

Most of the judgement above is on styling and layout only because that is what is presented.  I don't bring this up to discourage you.  I would suggest taking the time to re-visit it all, put your github and linked in links as social media links in the top-right of the header so it's more prominent, especially if this is for demonstration.

There's a bit more work to go before I would use this in a job search... but it's an okay start.

Replies