Skip to content

Commit 50b7efc

Browse files
committed
2 parents 88e6e92 + 400e703 commit 50b7efc

File tree

8 files changed

+26
-19
lines changed

8 files changed

+26
-19
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
[submodule "onboarding"]
2-
path = onboarding
3-
url = https://github.com/appbaseio-apps/reactivesearch-onboarding.git

examples/index.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,11 @@
4848
<div class="container">
4949
<div class="row">
5050
<h1 class="col-xs-12">
51-
Examples
51+
Example Apps
5252
</h1>
53+
<p class="description" style="margin: 20px 0 30px;text-align:center;">
54+
A set of examples built with ReactiveSearch, inspired from real world apps.
55+
</p>
5356
</div>
5457
<div class="row indexLinkContainer">
5558
<ul class="col-xs-12">
@@ -99,10 +102,10 @@ <h2>Who's In Town</h2>
99102
<div class="row">
100103
<div class="col-xs-12">
101104
<ul class="nav navbar-nav navbar-left">
102-
<li><a href="../manual/">Read the Manual</a></li>
103-
<li><a href="../playground/">Component Playground</a></li>
105+
<li><a href="https://opensource.appbase.io/reactive-manual" target="_blank">Read the Manual</a></li>
106+
<li><a href="https://opensource.appbase.io/playground/?knob-defaultSelected=%7B%22start%22%3A2%2C%22end%22%3A5%7D&selectedKind=s%2FRatingsFilter&selectedStory=With+defaultSelected&full=0&down=1&left=1&panelRight=0&downPanel=kadirahq%2Fstorybook-addon-knobs&filterBy=ReactiveSearch" target="_blank">Component Playground</a></li>
104107
</ul>
105-
<a href="https://appbase.io" class="pull-right footer-link">
108+
<a href="https://appbase.io" target="_blank" class="pull-right footer-link">
106109
Made with <i class="fa fa-heart"></i> by appbase.io
107110
</a>
108111
</div>

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@
5454
<h1 class="website-title m-b-2">Reactive Search</h1>
5555
<div class="description">
5656
<p>
57-
A React data components library for building <span class="js-swapper">Airbnb</span> like search experience.
57+
A React data components library for building <span class="fixed-width"><span class="js-swapper">Airbnb</span></span> like search experience.
5858
</p>
5959

60-
<a style="margin: 40px 0 0 0; display: inline-block;" href="https://github.com/appbaseio/reactivesearch#reactive-search" class="theme-btn">Get Started</a>
60+
<a style="margin: 40px 0 0 0; display: inline-block;" href="https://github.com/appbaseio/reactivesearch" class="theme-btn">Get Started</a>
6161
</div>
6262
</div>
6363
</div>

onboarding

Lines changed: 0 additions & 1 deletion
This file was deleted.

website/assets/css/style.css

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,12 +247,16 @@ footer {
247247
footer .footer-link:hover, footer .navbar-nav > li > a:hover {
248248
background-color: transparent; }
249249

250+
.fixed-width {
251+
display: inline-block;
252+
min-width: 118px; }
253+
250254
.js-swapper {
251255
display: inline-block;
252256
margin: 0 3px;
253-
width: 110px;
254-
padding-top: 2px;
255-
padding-bottom: 2px;
257+
padding: 2px 8px;
258+
min-width: 60px;
259+
font-family: "Source Sans Pro Semi Bold";
256260
background-color: #143394;
257261
font-size: 1.4rem;
258262
-webkit-transition: all .3s ease;

website/assets/styles/partials/components/_home.scss

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -230,12 +230,16 @@ footer {
230230
}
231231
}
232232

233+
.fixed-width {
234+
display: inline-block;
235+
min-width: 118px;
236+
}
233237
.js-swapper {
234238
display: inline-block;
235239
margin: 0 3px;
236-
width: 110px;
237-
padding-top: 2px;
238-
padding-bottom: 2px;
240+
padding: 2px 8px;
241+
min-width: 60px;
242+
font-family: $font-semi-bold;
239243
background-color: #143394;
240244
font-size: 1.4rem;
241245
-webkit-transition: all .3s ease;

website/dist/css/style.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/pages/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
<h1 class="website-title m-b-2">Reactive Search</h1>
3232
<div class="description">
3333
<p>
34-
A React data components library for building <span class="js-swapper">Airbnb</span> like search experience.
34+
A React data components library for building <span class="fixed-width"><span class="js-swapper">Airbnb</span></span> like search experience.
3535
</p>
3636

37-
<a style="margin: 40px 0 0 0; display: inline-block;" href="https://github.com/appbaseio/reactivesearch#reactive-search" class="theme-btn">Get Started</a>
37+
<a style="margin: 40px 0 0 0; display: inline-block;" href="https://github.com/appbaseio/reactivesearch" class="theme-btn">Get Started</a>
3838
</div>
3939
</div>
4040
</div>

0 commit comments

Comments
 (0)