Skip to content

Instantly share code, notes, and snippets.

View esayler's full-sized avatar

Eric Sayler esayler

View GitHub Profile
@esayler
esayler / es-css-challenges.md
Last active October 16, 2016 15:28 — forked from LouisaBarrett/css-challenges-template.md
CSS Layout Challenges - 1610FE - Eric Sayler

CSS Layout Challenges - 1610FE - Eric Sayler

TODO:

  • complete Challenges 1-15
  • refactor to make solutions more responsive
  • refactor to make less use of position: absolute;

Solutions:

@esayler
esayler / .gitignore_global
Last active August 1, 2016 16:45 — forked from octocat/.gitignore
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
=Navigating=
visit('/projects')
visit(post_comments_path(post))
=Clicking links and buttons=
click_link('id-of-link')
click_link('Link Text')
click_button('Save')
click_on('Link Text') # Click either a link or a button
click('Button Value')
# vim:ft=zsh ts=2 sw=2 sts=2
#
# agnoster's Theme - https://gist.github.com/3712874
# A Powerline-inspired theme for ZSH
#
# # README
#
# In order for this theme to render correctly, you will need a
# [Powerline-patched font](https://gist.github.com/1595572).
#