Giter Site home page Giter Site logo

joco-sveltekit's Introduction

Hi there 👋 I'm Josh Collinsworth.

I'm a front-end developer, currently at Deno (previously: Shopify).

I like building word games like, Quina and Hondo), and making things on CodePen. I also enjoy blogging on my website, where you can find more about me.

joco-sveltekit's People

Contributors

josh-collinsworth avatar luiscobot avatar mkwsnyder avatar qbunt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

joco-sveltekit's Issues

blog/devaluing-frontend

The quiet, pervasive devaluation of frontend - Josh Collinsworth blog

I keep noticing those of us in the frontend field being treated much the same as nurses, paralegals, and executive assistants. Our work is seen as important, certainly, but just not the same as, or as important as, the “real” work.

https://joshcollinsworth.com/blog/devaluing-frontend

ToC Scroll to Fix

If you click a ToC item it doesn't scroll to the correct position, that's because the default behavior for anchor points is to scroll to top. To fix this create a method like this:

  function scrollIntoView(id: string) {
    const element = document.getElementById(id);
    element?.scrollIntoView({
      behavior: 'smooth',
      inline: 'center',
      block: 'center',
    });
  }

Change the anchor tag to a button add an on:click to call that with heading.id, and then text-align the button to left. Reason for button is accessibility. This fixes it.

blog/goodbye-instagram

This isn't the Time, But it's the Perfect Time; Goodbye, Instagram - Josh Collinsworth blog

…Lately, I’ve been wondering whether I can actually continue supporting Instagram and the company behind it, however passively or at whatever seemingly insignificant scale. And while I was zeroing in on this answer anyway, the events of the last couple of weeks have clearly cemented in my mind that the answer—for me, at least—is an unequivocal “no.”

https://joshcollinsworth.com/blog/goodbye-instagram

blog/easing-curves

Understanding easing and cubic-bezier curves in CSS - Josh Collinsworth blog

The easing curve can make or break any animation on the web. Let's look at the science of CSS cubic-bezier curves, and the art of using them to make the best web animations possible.

https://joshcollinsworth.com/blog/easing-curves

blog/adding-gutenberg-full-and-wide-width-image-support-to-your-wordpress-theme

Adding Gutenberg Full- and Wide-Width Image Support to Your WordPress Theme - Josh Collinsworth blog

Gutenberg brings with it the ability to set image blocks as full-width or wide-width. This article talks about how to enable support for that feature in your theme, and one way to write the CSS that makes it work.

https://joshcollinsworth.com/blog/adding-gutenberg-full-and-wide-width-image-support-to-your-wordpress-theme

Addition of a Back to top button?

Can we have a 'back to top' button pinned to bottom right or in the footer? We have to scroll all the way to get up in long articles. There's some space in footer, I see.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.