|
1 | 1 | <section class="content-36"> |
2 | 2 | <div class="container"> |
3 | | - <h2>We’ve created the product that will help your startup even better</h2> |
| 3 | + <h2>We’ve created the product that will help you kick start your project faster and better</h2> |
4 | 4 | <p>The most important parts of the SwallowJs Framework are the simple included set of |
5 | | - different functions. The SwallowJs is build mainly <strong class="pathjs">PathJs</strong> for routing, <strong |
6 | | - class="mustachejs">MustacheJs</strong> |
7 | | - for view and depend more on <strong class="firebase">Firebase</strong> for data-source, and also build-in |
8 | | - server side |
9 | | - request for your regular JSON calls.</p> |
10 | | - <a class="btn btn-success" href="/documentation-beta"> Documentation </a> |
| 5 | + different functions. The SwallowJs is build mainly <strong class="pathjs" data-toggle="tooltip" |
| 6 | + data-placement="bottom" |
| 7 | + title="PathJS is a lightweight, client-side routing library that allows you to create 'single page' applications using Hashbangs and/or HTML5 pushState.">PathJs</strong> |
| 8 | + for routing, <strong |
| 9 | + class="mustachejs" data-toggle="tooltip" data-placement="bottom" |
| 10 | + title="Mustache is a logic-less template syntax. It can be used for HTML, config files, source code - anything. It works by expanding tags in a template using values provided in a hash or object.">MustacheJs</strong> |
| 11 | + for view and depend more on <strong class="firebase" data-toggle="tooltip" data-placement="bottom" |
| 12 | + title="Firebase gives you the tools and infrastructure you need to build better apps and grow successful business.">Firebase</strong> |
| 13 | + for data-source, and also build-in server side request for your regular JSON calls.</p> |
| 14 | + <a class="btn btn-success" href="/doc"> Documentation </a> |
11 | 15 | </div> |
12 | 16 | </section> |
13 | 17 |
|
14 | 18 | <footer class="footer-1 bg-midnight-blue"> |
15 | 19 | <div class="container"> |
16 | 20 | <div class="row"> |
17 | 21 | <div class="col-sm-5"> |
18 | | - <img src="../assets/img/swallo_logo_footer.png" style="width: 190px;margin: 10px 0; padding-bottom: 12px" /> |
| 22 | + <img src="../assets/img/swallo_logo_footer.png" |
| 23 | + style="width: 190px;margin: 10px 0; padding-bottom: 12px"/> |
19 | 24 |
|
20 | 25 | <!--<p class="lead"><b>200,000</b> users registered since January</p>--> |
21 | 26 | <p>It’s our aim to increase productivity and make coding more enjoyable.</p> |
|
0 commit comments