Skip to content
View danpoynor's full-sized avatar
👋
Howdy World!
👋
Howdy World!

Block or report danpoynor

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
danpoynor/README.md

Howdy, I'm Dan Poynor 👋

🚀 About Me

I'm a Software Engineer / Front End Developer / UX Designer / Visual Designer living in Austin, Texas.

🔗 Links

portfoliolinkedin

🛠 Skills

HTML, CSS, JavaScript - plus a bunch of other stuff

Pinned Loading

  1. special-github-filesspecial-github-filesPublic template

    An educational repo created to provide example configuration files for some typical GitHub use cases.

    8

  2. Ways to use CSS Custom PropertiesWays to use CSS Custom Properties
    1
    # Uses for CSS Custom Properties
    2
    3
    Example code using CSS Custom Properties.
    4
    5
    ---
  3. hugo-cycle-through-subsecton-pages-examplehugo-cycle-through-subsecton-pages-examplePublic

    Continuously cycles from last page to first and from first page to last within a subsection collection.

    HTML 1

  4. withfig/autocompletewithfig/autocompletePublic

    IDE-style autocomplete for your existing terminal & shell

    TypeScript 25.2k 5.4k

  5. Get the first and last page in a Hug...Get the first and last page in a Hugo subsection
    1
    {{ $subcat := (where .Site.Pages ".Params.section_title" "clients").ByTitle }}
    2
    {{ $firstItem := index $subcat 0 }}
    3
    {{ $lastItem := index $subcat (sub (len $subcat) 1) }}
    4
    <p>
    5
     First: {{ $firstItem.Title }}
  6. Starter .gitignore for my projects. ...Starter .gitignore for my projects. Mostly from https://github.com/github/gitignore
    1
    # for various projects
    2
    3
    dist/
    4
    build/
    5
    builds/