Skip to content
View danpoynor's full-sized avatar
β˜•
Howdy World!
β˜•
Howdy World!
Block or Report

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only 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

portfolio linkedin

πŸ›  Skills

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

Pinned

  1. special-github-files special-github-files Public template

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

    4

  2. Ways to use CSS Custom Properties Ways 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-example hugo-cycle-through-subsecton-pages-example Public

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

    HTML 1

  4. withfig/autocomplete withfig/autocomplete Public

    IDE-style autocomplete for your existing terminal & shell

    TypeScript 24.3k 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/