Skip to content

Commit 21bac6a

Browse files
committed
Updated front page features
This adds correct links to the linked text on the front page under the features section. There is still one panel which needs to be written, the last one that includes the AJAX text again, before it can really be considered finished. The wording around the Bootstrap theme was adjusted pending further discussion about how that is going to be handled.
1 parent 87f5425 commit 21bac6a

1 file changed

Lines changed: 21 additions & 5 deletions

File tree

docs/index.html

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,33 +36,49 @@ <h1>Select2</h1>
3636
<div class="col-sm-4">
3737
<i class="fa fa-language"></i>
3838
<h4>In your language</h4>
39-
<p>Select2 comes with support for <a href="#">RTL environments</a>, <a href="#">searching with diacritics</a> and <a href="#">over 40 languages</a> built-in.</p>
39+
<p>
40+
Select2 comes with support for
41+
<a href="examples.html#rtl">RTL environments</a>,
42+
<a href="examples.html#diacritics">searching with diacritics</a> and
43+
<a href="examples.html#language">over 40 languages</a> built-in.</p>
4044
</div>
4145

4246
<div class="col-sm-4">
4347
<i class="fa fa-paint-brush"></i>
4448
<h4>Fits in with your theme</h4>
45-
<p>Fully skinnable, CSS built with Sass and seamlessly fitting Bootstrap 3.</p>
49+
<p>
50+
Fully skinnable, CSS built with Sass and an
51+
<a href="https://github.com/fk/select2-bootstrap-theme">optional theme for Bootstrap 3</a>.
52+
</p>
4653
</div>
4754

4855
<div class="col-sm-4">
4956
<i class="fa fa-database"></i>
5057
<h4>Remote data support</h4>
51-
<p><a href="#">Using AJAX</a> you can efficiently search large lists of items.</p>
58+
<p>
59+
<a href="examples.html#data-ajax">Using AJAX</a> you can efficiently
60+
search large lists of items.</p>
5261
</div>
5362
</div>
5463

5564
<div class="row s2-docs-featurette">
5665
<div class="col-sm-4">
5766
<i class="fa fa-plug"></i>
5867
<h4>Fully extensible</h4>
59-
<p>The <a href="#">plugin system</a> allows you to easily customize Select2 to work exactly how you want it to.</p>
68+
<p>
69+
The <a href="announcements-4.0.html#plugin-system">plugin system</a>
70+
allows you to easily customize Select2 to work exactly how you want it
71+
to.
72+
</p>
6073
</div>
6174

6275
<div class="col-sm-4">
6376
<i class="fa fa-tag"></i>
6477
<h4>Dynamic item creation</h4>
65-
<p>Allow users to type in a new option and <a href="#">add it on the fly</a>.</p>
78+
<p>
79+
Allow users to type in a new option and
80+
<a href="examples.html#tags">add it on the fly</a>.
81+
</p>
6682
</div>
6783

6884
<div class="col-sm-4">

0 commit comments

Comments
 (0)