Skip to content

Instantly share code, notes, and snippets.

View ciaranha's full-sized avatar

Ciarán Hanrahan ciaranha

View GitHub Profile
@ciaranha
ciaranha / 0_reuse_code.js
Last active August 29, 2015 14:10
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@ciaranha
ciaranha / create_subscription.rb
Last active August 29, 2015 14:14
Stripe & Rails Subscriptions
#/app/services/create_subscription.rb
class CreateSubscription
def self.call(plan, email_address, token)
user, raw_token = CreateUser.call(email_address)
subscription = Subscription.new(
plan: plan,
user: user
)

Contract Killer

The popular open-source contract for web designers and developers by Stuff & Nonsense

  • Originally published: 23/12/2008
  • Revised date: 15/12/2013
  • Original post

</br>
</br>
<!--HubSpot Call-to-Action Code -->
<span class="hs-cta-wrapper" id="hs-cta-wrapper-e3ba625b-5cd4-40e5-8341-799ef3703a75">
<span class="hs-cta-node hs-cta-e3ba625b-5cd4-40e5-8341-799ef3703a75" id="hs-cta-e3ba625b-5cd4-40e5-8341-799ef3703a75">
<!--[if lte IE 8]><div id="hs-cta-ie-element"></div><![endif]-->
<a href="http://cta-redirect.hubspot.com/cta/redirect/467766/e3ba625b-5cd4-40e5-8341-799ef3703a75" ><img class="hs-cta-img" id="hs-cta-img-e3ba625b-5cd4-40e5-8341-799ef3703a75" style="border-width:0px;border-radius:30px;" src="https://no-cache.hubspot.com/cta/default/467766/e3ba625b-5cd4-40e5-8341-799ef3703a75.png" alt="See Your Company on Visible"/></a>
</span>
<script charset="utf-8" src="https://js.hscta.net/cta/current.js"></script>
<script type="text/javascript">
@ciaranha
ciaranha / blog.scss
Created August 7, 2015 15:13
blog sass before cleanup
.posts-list .container, .single-post main .container {
width: 40em;
}
.posts-list {
text-align: left;
margin-top: $base-padding;
padding: 0;
.posts {
@ciaranha
ciaranha / gist:97c1b281e15023cfc2fd
Last active September 25, 2015 14:23
Toolbar Preview
<div class="toolbar toolbar-preview clearfix">
<div class="container clearfix">
<div class="view-options clearfix"></div>
<div class="preview-title">
<a><i class="fa fa-arrow-left"></i></a> Preview: Saas Dashboard
</div>
<div class="actions">
{{#link-to
.fa-info-circle {
position: absolute;
right: 0px;
z-index: 100000
}
.template-description {
background: rgba(255, 255, 255, .9);
p {
@karellm just commited some styles to
1. make the error box look a bit better (links & spacing)
<img width="280" alt="screen shot 2015-12-30 at 2 16 15 p m" src="https://cloud.githubusercontent.com/assets/4536123/12051783/ffa272d2-aeff-11e5-9438-0b176d09386b.png">
2. moved some copy in the create company page.
<img width="264" alt="screen shot 2015-12-30 at 2 17 31 p m" src="https://cloud.githubusercontent.com/assets/4536123/12051798/16af0c88-af00-11e5-9432-30463762757d.png">
3. Added some copy to the password page when it's not set.
<img width="204" alt="screen shot 2015-12-30 at 2 20 31 p m" src="https://cloud.githubusercontent.com/assets/4536123/12051836/7ffc24dc-af00-11e5-89a3-299398c64452.png">
@ciaranha
ciaranha / gist:21212900cfcc589cd48d
Created January 19, 2016 21:43
Wedding Bloom,...
<p>There are plenty of amazing things to do, eat and drink in Bloomington! It is a beautiful time of year and we highly recommend walking around campus.</p>
<p><strong>Restaurants</strong></p>
<ul style="margin-top: 0pt; margin-bottom: 0pt;">
<li style="list-style-type: disc;">
<p><a href="http://www.motherbearspizza.com/">Mother Bear&rsquo;s Pizza</a> is a favorite campus restaurant. The pizza and breadsticks are amazing! (<a href="https://www.google.com/maps/place/Mother+Bear's+Pizza/@39.1641064,-86.5177538,17z/data=!3m1!4b1!4m2!3m1!1s0x886c6695f2b293cb:0xd1e30fafa812b56b">1428 E Third Street</a></p>
</li>
<li>
<p><a href="http://bbcbagel.com/">Bloomington Bagel Company</a> is another campus favorite. The bagels, pastries and coffee are perfect after a long night out in Bloomington. (Multiple locations,<a href="https://www.google.com/maps/place/Bloomington+Bagel+Co/@39.1671394,-86.5306144,17z/data=!3m1!4b1!4m2!3m1!1s0x886c66c2eef24eb1:0xcfa5c760fe1e28e6"> 113 N Dunn</a> is closest to campus)</p>
</li>
<li>
<?php
/*
Template Name: Landing Page
*/ ?>
<?php get_header(); ?>
<section class="hero-section">
<div class="container">
<article>