JamBlaster product page finalization
This commit is contained in:
parent
0416ad01f1
commit
afa4ff3182
|
|
@ -255,20 +255,11 @@ context = window
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div className="row awesome-thing">
|
||||
<div className="awesome-item">
|
||||
<h3>The JamBlaster Plugs Into The JamKazam Platform And Community</h3>
|
||||
<p>JamKazam has already signed up 20,000+ musicians who play in thousands of online sessions per month using their computers and audio interfaces. The JamBlaster interoperates seamlessly with other musicians who are running Mac and Windows PC setups, so you can jump right in and start playing with other musicians in the community using your JamBlaster from day one.</p>
|
||||
<img src="/assets/landing/find_musicians.png" />
|
||||
<div className="clearall"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="row awesome-thing">
|
||||
<div className="awesome-item">
|
||||
<h3>Ready to Order Your JamBlaster?</h3>
|
||||
<p>The JamBlaster had a great run on Kickstarter, as we hit 347% of our Kickstarter revenue goal, but the Kickstarter campaign is over now. We don't have enough cash to have JamBlaster inventory sitting around waiting for orders, so we are using pre-orders to fund our next JamBlaster production run. This is very similar to the way Kickstarter works.</p>
|
||||
<p>Simply stated, you can pre-order a JamBlaster now by clicking the "Pre-Order a JamBlaster" button below and following the on-screen instructions. You will not be charged until we have accumulated enough orders to move forward with our next manufacturing batch. We expect this will be in Q2 2016. When we have enough orders, we will charge everyone together at one time, and we expect we'll be able to build and ship JamBlasters about 30 days after we have charged customers for this next batch.</p>
|
||||
<p>Simply stated, you can pre-order a JamBlaster now by clicking the white "Pre-order the JamBlaster today!” link on the orange background below and following the on-screen instructions. </p>
|
||||
<p>So if you want a JamBlaster, we'd advise you go ahead and place your order now to reserve your place in the next batch.</p>
|
||||
<p>We are currently able to ship to customers in the United States, Canada, the European Union (EU), and Australia. If you have any other questions about the JamBlaster, please email us at <a href="mailto:support@jamkazam.com">support@jamkazam.com</a>.</p>
|
||||
<div className="clearall"/>
|
||||
|
|
|
|||
|
|
@ -23,6 +23,9 @@ rest = context.JK.Rest()
|
|||
<button data-celery="5675ffb8004f6711002918b6" data-celery-version="v2" className="white-bordered-button">
|
||||
Place Order for JamBlaster
|
||||
</button>
|
||||
<div className="tiny-note">
|
||||
Reserve your spot in our next JamBlaster manufacturing run now! <br/> Pre-order now and you won’t be charged until 30 days before we ship.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
@ -32,7 +35,7 @@ rest = context.JK.Rest()
|
|||
</p>
|
||||
|
||||
<ul>
|
||||
<li>Play live in sync with other musicians from different locations over the Internet – great for rehearsals without travel or space, co-writing, or joining open jams for fun</li>
|
||||
<li>Play live in sync with other musicians from different locations over the Internet with the lowest possible latency – great for rehearsals without travel or space, co-writing, or joining open jams for fun</li>
|
||||
<li>Make pro quality audio (and optionally video) recordings of yourself and others – both master mix and fully isolated stems</li>
|
||||
<li>Learn and play along with 4,000+ of your favorite songs – with the ability to solo or mute any part, slow down playback for practice, change pitch/key, and more</li>
|
||||
<li>Teach or take online music lessons that really work – unlike Skype and Google Hangouts, which suffer from very high latency and poor audio quality</li>
|
||||
|
|
|
|||
|
|
@ -195,6 +195,8 @@ body.web.product_jamblaster {
|
|||
|
||||
p {
|
||||
color: $copy-color-on-dark;
|
||||
overflow:visible;
|
||||
width:130%;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -224,6 +226,12 @@ body.web.product_jamblaster {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
.tiny-note {
|
||||
margin-top:6px;
|
||||
font-size:12px;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
img.app-preview {
|
||||
width: 340px;
|
||||
float: left;
|
||||
|
|
@ -250,6 +258,10 @@ body.web.product_jamblaster {
|
|||
color: #fefefe;
|
||||
}
|
||||
|
||||
a.jamblaster-pre-order {
|
||||
color:white;
|
||||
}
|
||||
|
||||
.cta-button {
|
||||
cursor:pointer;
|
||||
background-color: $cta-color;
|
||||
|
|
|
|||
|
|
@ -15,7 +15,8 @@
|
|||
|
||||
- content_for :red_bar do
|
||||
.full-row
|
||||
| Pre-order the JamBlaster today!
|
||||
a.jamblaster-pre-order data-celery="5675ffb8004f6711002918b6" data-celery-version="v2"
|
||||
| Pre-order the JamBlaster today!
|
||||
|
||||
javascript:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue