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
<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’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> |
@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"> |
.fa-info-circle { | |
position: absolute; | |
right: 0px; | |
z-index: 100000 | |
} | |
.template-description { | |
background: rgba(255, 255, 255, .9); | |
p { |
<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 |
.posts-list .container, .single-post main .container { | |
width: 40em; | |
} | |
.posts-list { | |
text-align: left; | |
margin-top: $base-padding; | |
padding: 0; | |
.posts { |
</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"> |
#/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 | |
) |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |