Skip to content

Instantly share code, notes, and snippets.

View dancallaghan's full-sized avatar
:bowtie:

Dan Callaghan dancallaghan

:bowtie:
View GitHub Profile
@dancallaghan
dancallaghan / keybase.md
Created December 23, 2021 02:39
Keybase

Keybase proof

I hereby claim:

  • I am dancallaghan on github.
  • I am dancallaghan (https://keybase.io/dancallaghan) on keybase.
  • I have a public key ASCoGsJcxwt587XDll58FRPvxoMInri9sIEH7MCP3zW-3Ao

To claim this, I am signing this object:

@dancallaghan
dancallaghan / script.sh
Last active February 3, 2020 21:28
Fix up structure.sql
$ git checkout develop
$ dropdb smata_test && createdb smata_test && RAILS_ENV=test rails db:structure:load && \
git checkout dev-release && bundle install && RAILS_ENV=test rails db:migrate
$ git add db/structure.sql
$ git commit -m "db/structure.sql update"
@dancallaghan
dancallaghan / boxed-text.html
Created April 6, 2016 03:44
NPS Article Elements
<div id="b1" class="boxed-text">
<h6>
<span class="box-label">Box 1</span>
Resources to support smoking cessation
</h6>
<p>Boxed content...</p>
</div>