Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/main/views/main/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h1>Volt is a framework for building<br /> data rich web applications<br />shock
<div class='row'>
<div class='col-md-6 col-md-offset-3'>
<h2>Make the most of your time.</h2>
<p>Volt is a reactive web framework where your Ruby code runs both on the server and the client (via <a href='http://opalrb.org/' target='_blank'>opal</a>). The DOM automatically updates as the user interacts with the page, intelligently updating only the nodes that need to be changed. Data can easily be stored on the page, in a cookie, or in a database. Take a look at the demo below, or jump into <a href='/getting_started'>getting started</a>.</p>
<p>Volt is a reactive web framework where your Ruby code runs both on the server and the client (via <a href='http://opalrb.com/' target='_blank'>opal</a>). The DOM automatically updates as the user interacts with the page, intelligently updating only the nodes that need to be changed. Data can easily be stored on the page, in a cookie, or in a database. Take a look at the demo below, or jump into <a href='/getting_started'>getting started</a>.</p>
</div>
</div>
<br /><br />
Expand Down