Skip to content

Commit c6acbe3

Browse files
committed
added more comment
1 parent 6a5d514 commit c6acbe3

File tree

8 files changed

+224
-194
lines changed

8 files changed

+224
-194
lines changed

.idea/workspace.xml

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

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
swallow.js.org

_includes/menu.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
<div class="navbar-header">
22
<button type="button" class="navbar-toggle"></button>
33
<a class="brand" href="/">
4-
<img src="../assets/img/swallo_logo_beta.png" style="width: 190px;margin-top: 1px;" />
4+
<img src="../assets/img/swallo_logo_white.png" style="width: 190px;margin-top: 1px;" />
55
</a>
66
</div>
77
<div class="collapse navbar-collapse">
88
<ul class="nav pull-right">
99
<li><a href="/">Home</a></li>
10-
<li><a href="/doc">Documentation</a></li>
10+
<li><a href="/doc">Guide</a></li>
11+
<li><a href="/doc/#swallow_intro">Examples</a></li>
12+
<li><a href="/community">Community</a></li>
1113
</ul>
1214
</div>

assets/css/style.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1931,6 +1931,9 @@ section * {
19311931
font-size: 35px;
19321932
font-weight: normal;
19331933
color: #2c3e50;
1934+
1935+
font-size: 49px;
1936+
font-weight: 300;
19341937
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
19351938
text-align: center;
19361939
}
@@ -2374,4 +2377,15 @@ p strong {
23742377

23752378
.header-2-startup-antiflicker {
23762379
background-color: #2c3e50! important;
2380+
}
2381+
2382+
.content-5 .features > [class*="col-sm-"] h6 {
2383+
font-size: 32px;
2384+
font-weight: normal;
2385+
color: #34495e;
2386+
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
2387+
font-weight: 300;
2388+
margin-bottom: 14px;
2389+
text-transform: none;
2390+
line-height: 26px;
23772391
}

assets/img/swallo_logo.png

57.7 KB
Loading

assets/img/swallo_logo_footer.png

87.6 KB
Loading

assets/img/swallo_logo_white.png

107 KB
Loading

index.html

Lines changed: 27 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -12,38 +12,34 @@
1212
</div>
1313
</div>
1414
</header>
15+
16+
17+
<!--bg.jpeg-->
18+
1519
<section class="header-2-sub bg-midnight-blue" style="background: url(assets/img/bg.jpeg)center center no-repeat;background-attachment: fixed;background-size: cover;">
16-
<div class="background">&nbsp;</div>
20+
21+
<a target="_blank" href="https://github.com/hurlatunde/swallow.js">
22+
<svg width="80" height="80" viewBox="0 0 250 250" style="fill: #24507a;position: fixed;z-index: 999;top: 0;color: #ffffff;right: 0;border: 0;" aria-hidden="true">
23+
<path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"></path>
24+
<path d="M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 C122.0,82.7 120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 125.5,87.3 125.5,87.3 C122.9,97.6 130.6,101.9 134.4,103.2" fill="currentColor" style="transform-origin: 130px 106px;"></path>
25+
<path d="M115.0,115.0 C114.9,115.1 118.7,116.5 119.8,115.4 L133.7,101.6 C136.9,99.2 139.9,98.4 142.2,98.6 C133.8,88.0 127.5,74.4 143.8,58.0 C148.5,53.4 154.0,51.2 159.7,51.0 C160.3,49.4 163.2,43.6 171.4,40.1 C171.4,40.1 176.1,42.5 178.8,56.2 C183.1,58.6 187.2,61.8 190.9,65.4 C194.5,69.0 197.7,73.2 200.1,77.6 C213.8,80.2 216.3,84.9 216.3,84.9 C212.7,93.1 206.9,96.0 205.4,96.6 C205.1,102.4 203.0,107.8 198.3,112.5 C181.9,128.9 168.3,122.5 157.7,114.1 C157.9,116.9 156.7,120.9 152.7,124.9 L141.0,136.5 C139.8,137.7 141.6,141.9 141.8,141.8 Z" fill="currentColor"></path>
26+
</svg>
27+
</a>
28+
29+
<div class="background" style="background: #3c556e;">&nbsp;</div>
1730
<div class="container">
1831
<div class="row">
19-
<div class="col-sm-6 col-sm-offset-3">
32+
<div class="col-sm-8 col-sm-offset-2">
2033
<div class="hero-unit">
21-
<h1>A lightweight web services framework that will help kick start your Javascript project <br>
22-
So Ridiculously Fast & Easy-To-Use You’ll Think It’s Magic</h1>
23-
</div>
24-
<div class="btns">
25-
<a class="btn btn-inverse" href="/doc"> Documentation </a>
26-
<a class="btn btn-danger" target="_blank" href="https://github.com/hurlatunde/docs.swallow.js">
27-
Download SwallowJs </a>
28-
</div>
29-
</div>
30-
</div>
31-
</div>
32-
</section>
33-
34-
<section class="content-3 v-center mirror bg-clouds">
35-
<div>
36-
<div class="container">
37-
<div class="row">
38-
<div class="col-sm-6 aligment">
39-
<h3> A framework build with the fastest cloud services provider that allow developers build better
40-
apps and grow successful businesses. </h3>
41-
</div>
42-
<div class="col-sm-6">
43-
<div class="img">
44-
<img alt="" src="assets/img/ps-wire-imac@2x.png" style="opacity: 1;" class="ani-processed">
45-
</div>
34+
<h1>A fast & easy-to-use web lightweight framework that helps kick start your javascript project</h1>
4635
</div>
36+
<!--<div class="btns">-->
37+
<!--<a class="btn btn-inverse" href="/doc"> Get Started </a>-->
38+
<!--<a class="btn btn-danger" target="_blank" href="https://github.com/hurlatunde/docs.swallow.js">-->
39+
<!--GitHub </a>-->
40+
<!--</div>-->
41+
<br>
42+
<br>
4743
</div>
4844
</div>
4945
</div>
@@ -53,9 +49,10 @@ <h3> A framework build with the fastest cloud services provider that allow devel
5349
<div class="container">
5450
<img src="assets/img/magic-wand@2x.png" width="200" height="200" alt="">
5551
<div class="row">
56-
<div class="col-sm-10 col-sm-offset-1">
57-
<h3>Perfect for your project</h3>
58-
<p class="lead">You have the design, Swallow gives you code :)</p>
52+
<div class="col-sm-8 col-sm-offset-2">
53+
<h3>Perfect for your project, You have the design, Swallow gives you code</h3>
54+
<p class="lead">A framework build with the fastest cloud services provider that allow developers build
55+
better apps and grow successful businesses.</p>
5956
</div>
6057
</div>
6158
<div class="row features">

0 commit comments

Comments
 (0)