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

Block or report danpoynor

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 Loading

  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.4k 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/