Skip to content

Commit 3aa2c1d

Browse files
committed
added Swallow Js four Taglines
1 parent 2eb0b20 commit 3aa2c1d

File tree

3 files changed

+70
-57
lines changed

3 files changed

+70
-57
lines changed

.idea/workspace.xml

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

assets/css/style.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2400,4 +2400,12 @@ p strong {
24002400
margin: 0 auto;
24012401
margin-bottom: 20px;
24022402
font-weight: 300;
2403+
}
2404+
2405+
.content-5 .features > [class*="col-sm-"] p {
2406+
font-size: 16px;
2407+
font-weight: normal;
2408+
color: #7f8c8d;
2409+
font-size: 16px;
2410+
font-weight: 700;
24032411
}

index.html

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -58,30 +58,34 @@ <h3>Perfect for your project, You have the design, Swallow gives you code</h3>
5858
<div class="row features">
5959
<div class="col-sm-4 col-sm-offset-2">
6060
<span class="fui-cmd"> </span>
61-
<h6>Save Your Time</h6>
62-
<p>Use your time for generating new ideas for your startup. Take a break from the routine and work for
63-
new ideas.</p>
61+
<h6>Data binding/Routing</h6>
62+
<p>Easy route declaration with a good data-binding experience</p>
6463
</div>
6564
<div class="col-sm-4 col-sm-offset-2">
6665
<span class="fui-cmd"> </span>
67-
<h6>Save Your Time</h6>
68-
<p>Use your time for generating new ideas for your startup. Take a break from the routine and work for
69-
new ideas.</p>
66+
<h6>Easy Firebase Integration</h6>
67+
<p>Use Modern web platform capabilities to deliver app-like experiences</p>
7068
</div>
7169
</div>
7270
<div class="row features">
7371
<div class="col-sm-4 col-sm-offset-2">
7472
<span class="fui-cmd"> </span>
75-
<h6>Save Your Time</h6>
76-
<p>Use your time for generating new ideas for your startup. Take a break from the routine and work for
77-
new ideas.</p>
73+
<h6>Progressive Web App</h6>
74+
<p>Firebase made easy with already made functions that models an ORM</p>
7875
</div>
7976
<div class="col-sm-4 col-sm-offset-2">
8077
<span class="fui-cmd"> </span>
81-
<h6>Save Your Time</h6>
82-
<p>Use your time for generating new ideas for your startup. Take a break from the routine and work for
83-
new ideas.</p>
78+
<h6>Templating</h6>
79+
<p>Create and use components easily using a sleek methodology</p>
8480
</div>
8581
</div>
8682
</div>
87-
</section>
83+
</section>
84+
85+
<!--Save Your Time-->
86+
87+
<!--Swallow Js four Tagline-->
88+
<!--1. Data binding/Routing: Easy route declaration with a good data-binding experience-->
89+
<!--2. Progressive Web App: Use Modern web platform capabilities to deliver app-like experiences.-->
90+
<!--3. Easy Firebase Integration: Firebase made easy with already made functions that models an ORM.-->
91+
<!--4. Templating: Create and use components easily using a sleek methodology.-->

0 commit comments

Comments
 (0)