Skip to content

Commit 8b1c577

Browse files
committed
update pages
1 parent ea5c3f6 commit 8b1c577

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
/build
2+
/vendor
3+
/.sass-cache
4+
/bin

css/application.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4674,7 +4674,7 @@ body.dragging, body.dragging * {
46744674
position: relative; }
46754675

46764676
/* line 13, application.css.sass */
4677-
#examples, #docs, #features, #alternatives, #connected, #handle, #nested, #bootstrap {
4677+
.page-header h1, h2 {
46784678
padding-top: 40px; }
46794679

46804680
/* line 16, application.css.sass */

index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
<li>
2727
<a href='#features'>Features</a>
2828
</li>
29+
<li>
30+
<a href='#getting-started'>Getting started</a>
31+
</li>
2932
<li class='dropdown'>
3033
<a class='dropdown-toggle' data-toggle='dropdown' href='#'>
3134
Examples
@@ -168,7 +171,9 @@ <h3>
168171
<div class='page-header'>
169172
<h1>Geting started</h1>
170173
</div>
171-
<row></row>
174+
<row>
175+
<p>TODO</p>
176+
</row>
172177
</div>
173178
<div id='examples'>
174179
<div class='page-header'>

0 commit comments

Comments
 (0)