Skip to content

Instantly share code, notes, and snippets.

View betsydupuis's full-sized avatar
🤞

Betsy Dupuis betsydupuis

🤞
View GitHub Profile

Keybase proof

I hereby claim:

  • I am betsydupuis on github.
  • I am betsydupuis (https://keybase.io/betsydupuis) on keybase.
  • I have a public key ASDKo1OLThZzNIFHKxXpCGE3CTo781d_26Q7tMkE2T_PHwo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am betsydupuis on github.
  • I am bcbetsydupuis (https://keybase.io/bcbetsydupuis) on keybase.
  • I have a public key ASBXyURL-AEG3iHwMQ12zwq-HowZkUPRB6BAybAAs048OAo

To claim this, I am signing this object:

@betsydupuis
betsydupuis / flexbox-ruled-text.markdown
Last active September 9, 2018 18:19
Flexbox Ruled Text
@betsydupuis
betsydupuis / jira-sprint-progress-filters.md
Created November 8, 2017 15:03
Sprint Progress Filters for Jira

Project - 000 - All

project = "Project Name" AND status = Open AND assignee = currentUser() ORDER BY priority

Project - 001 - Backlog

project = "Project Name" AND status = Open AND assignee = currentUser() ORDER BY priority

Project - 101 - Current Sprint

project = "Project Name" AND status != Closed AND Sprint in openSprints() AND assignee = currentUser() ORDER BY priority

Project - 102 - In Progress

ASCII Art - Texas

A brief explanation of HTML and CSS with ASII art for fun.

A Pen by Betsy on CodePen.

License.

@betsydupuis
betsydupuis / sublime-text-3-setup.md
Last active July 12, 2017 16:24 — forked from ijy/sublime-text-3-setup.md
My Sublime Text 3 setup.

Sublime Text 3 Setup

Install Package Control

  1. Open the console with Ctrl+`
  2. Paste in the following:
brew install sublime-text

Install Package Control

@betsydupuis
betsydupuis / bootstrap-typeahead-css.markdown
Last active October 28, 2016 20:28
Bootstrap Typeahead CSS
@betsydupuis
betsydupuis / index.html
Last active August 25, 2016 12:40
Underlined Nav for Bootstrap 3
<div class="container">
<div class="row">
<div class="col-xs-6 col-xs-offset-3">
<h2>Nav Underlined and Horizontal</h2>
<ul class="nav navbar-nav nav-underlined box-underline">
<li role="presentation" class="active"><a href="#">Home</a></li>
<li role="presentation"><a href="#">Profile</a></li>
<li role="presentation"><a href="#">Messages</a></li>
</ul>
</div>