Skip to content

Instantly share code, notes, and snippets.

@NickToye
Created August 16, 2013 09:34
Show Gist options
  • Save NickToye/6248530 to your computer and use it in GitHub Desktop.
Save NickToye/6248530 to your computer and use it in GitHub Desktop.
<div class="accordion" id="accordion2" data-component="tab">
<div class="accordion-group">
<ul class="row pricing-breakdown threes nav nav-tabs">
<li class="span4 price-panel monthly-price-panel">
<div class="info-block">
<strong class="title">Talk to us about your renewal</strong>
</div>
<div class="action-btn">
<a href="#renewal" class="price-info-btn reveal-obj active" data-toggle="tab"><i class="icon-ok"></i></a>
</div>
</li>
<li class="span4 price-panel monthly-price-panel">
<div class="info-block">
<strong class="title">Make a change your policy</strong>
</div>
<div class="action-btn">
<a href="#changes" class="price-info-btn reveal-obj" data-toggle="tab"><i class="price-checkbox"></i></a>
</div>
</li>
<li class="span4 price-panel monthly-price-panel">
<div class="info-block">
<strong class="title">Get a quote for another car</strong>
</div>
<div class="action-btn">
<a href="#anotherquote" class="price-info-btn reveal-obj" data-toggle="tab"><i class="price-checkbox"></i></a>
</div>
</li>
</ul>
<div class="tab-content">
<div class="accordion-group accordion-small-group tab-pane" id="renewal">
<div class="accordion-heading clearfix">
<strong class="title">Talk to us about your renewal</strong>
</div>
<div class="accordion-body">
<p>Your local branch can help you with your renewal. Call them on XXXXXXXX</p>
<p>Call Center opening times:</p>
<ul class="unstyled">
<li>Monday - Friday: 9:00am - 5:30pm</li>
<li>Saturday: 9:00am - 1:00pm</li>
<li>Sunday: Closed</li>
</ul>
</div>
</div>
<div class="accordion-group accordion-small-group tab-pane" id="changes">
<div class="accordion-heading clearfix">
<strong class="title">Make a change to your policy</strong>
</div>
<div class="accordion-body">
<p>Your local branch can help you with your renewal. Call them on XXXXXXXX</p>
<p>Call Center opening times:</p>
<ul class="unstyled">
<li>Monday - Friday: 9:00am - 5:30pm</li>
<li>Saturday: 9:00am - 1:00pm</li>
<li>Sunday: Closed</li>
</ul>
</div>
</div>
<div class="accordion-group accordion-small-group tab-pane" id="anotherquote">
<div class="accordion-heading clearfix">
<strong class="title">Get a quote for another car</strong>
</div>
<div class="accordion-body">
<p>Your local branch can help you with your renewal. Call them on XXXXXXXX</p>
<p>Call Center opening times:</p>
<ul class="unstyled">
<li>Monday - Friday: 9:00am - 5:30pm</li>
<li>Saturday: 9:00am - 1:00pm</li>
<li>Sunday: Closed</li>
</ul>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment