Skip to content

Instantly share code, notes, and snippets.

@jenmyers
jenmyers / codeandcupcakesresources.md
Created November 2, 2014 17:30
Code and Cupcakes Workshop Follow-Up Resources
@jenmyers
jenmyers / code-cupcakes-assistant.md
Created December 2, 2014 16:45
Code and Cupcakes Chicago Assistant

Code and Cupcakes Chicago Assistant

Code and Cupcakes is a beginning coding workshop series for mothers and daughters in Chicago. The first event was on October 25, 2014 and as I expand into more workshops and different areas of the city, I would like to find a dedicated assistant to handle more operational details so that I can focus on curriculum materials and website development.

This will entail an average of a few hours a week plus the five hours of the events themselves (one Saturday a month at most). I will provide a small stipend (amount to be determined) to compensate for your time.

Some of the tasks an assistant would be engaged with:

  • Replying via email to general questions and comments
  • Arranging details with host venues for events
@jenmyers
jenmyers / code-cupcakes-workshop-instructor.md
Created February 5, 2015 19:18
Code and Cupcakes Workshop Instructor

Code and Cupcakes Workshop Instructor

Code and Cupcakes is a workshop series designed for mothers and daughters to learn together about basic web development. Our founder has so far taught our workshops, and will continue to teach in the future, but we are looking for another instructor to lead future workshops so that we can offer more on a regular basis.

Skills needed:

  • HTML/CSS/JS
  • presenting content in front of a class or audience
  • mentoring students one-on-one to work through problems
  • working effectively with kids and adults who are beginning learners
@jenmyers
jenmyers / redesigning.md
Created September 20, 2013 12:29
Sources and further reading for my Redesigning the Interface talk.
@jenmyers
jenmyers / html-css.md
Last active December 24, 2015 19:59
Follow-up resources for Girl Develop It beginner HTML/CSS class.
@jenmyers
jenmyers / twitter-cards-with-jekyll.html
Last active December 1, 2020 14:34
Meta tags for Twitter cards in a Jekyll site
<!-- Twitter card metatags -->
<!-- Image size option -->
<meta name="twitter:card" content="summary_large_image">
<!-- Twitter username -->
<meta name="twitter:site" content="@twitterusername">
<!-- Page title -->
<meta name="twitter:title" content="{{ page.title }}">
@jenmyers
jenmyers / prototyping.md
Last active October 22, 2021 00:28
HTML/CSS prototype workflow tools.