Skip to content

Commit 026f876

Browse files
committed
added background image to landing page
1 parent 700656b commit 026f876

File tree

6 files changed

+110
-85
lines changed

6 files changed

+110
-85
lines changed

.idea/workspace.xml

Lines changed: 72 additions & 72 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_includes/footer.html

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,26 @@
11
<section class="content-36">
22
<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>
44
<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>
1115
</div>
1216
</section>
1317

1418
<footer class="footer-1 bg-midnight-blue">
1519
<div class="container">
1620
<div class="row">
1721
<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"/>
1924

2025
<!--<p class="lead"><b>200,000</b> users registered since January</p>-->
2126
<p>It’s our aim to increase productivity and make coding more enjoyable.</p>

0 commit comments

Comments
 (0)