title changes

This commit is contained in:
Michael Grinich 2015-10-04 23:37:39 -07:00
parent c770d5adb3
commit 7be8acecd6
2 changed files with 3 additions and 3 deletions

View file

@ -62,7 +62,7 @@ overview: true
<div class="unit two-thirds">
<h3>Developers welcome.</h3>
<p style="max-width:530px;">
N1 supports plugins to add custom features in just a few lines of code. Workflows that previously required separate apps, like language translation or CRM sync, can now be added directly to your email experience. It's the first truly personal email client, designed for extensibility from day one.
N1 supports plugins to add custom features in just a few lines of code. Workflows that previously required separate apps, like language translation or CRM sync, can now be added directly to your email experience. It's the first truly personal email client, designed for extensibility since day one.
</p>
</div>
<div class="unit one-third">

View file

@ -180,7 +180,7 @@ window.providerSequence = ->
"<img id='#{provider}' class='provider-img p-#{i}' src='images/providers/#{provider}@2x.png'/>"
.join('')
os = "<img id='os-image' src='images/platforms.png'>"
header = "<h4>If you have an email account, you can use N1.</h4>"
header = "<h4>Universal and cross-platform.</h4>"
$("#animation-container").html("<div id='provider-wrap'>#{header}#{imgs}<br/>#{os}</div>")
setTimeout ->
@ -192,7 +192,7 @@ window.providerSequence = ->
window.pluginsSequence = ->
new Promise (resolve, reject) ->
$("#animation-container").html('<div id="window-container" class="window"><div class="screenshot"></div></div><h4 id="plugins-title">N1 is hackable!</h4>')
$("#animation-container").html('<div id="window-container" class="window"><div class="screenshot"></div></div><h4 id="plugins-title">Open source, and ready for developers.</h4>')
runPluginsSequence(resolve)
positionAnimationContainer = ->