Skip to content

Commit

Permalink
fix(docs): custom components links
Browse files Browse the repository at this point in the history
added in history page
  • Loading branch information
Yves Gatesoupe authored and Yves Gatesoupe committed Jan 18, 2018
1 parent f5e9885 commit 86279a5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions docs/4.0/about/boosted-history.md
Expand Up @@ -12,4 +12,18 @@ Using a common core leverages a unique brand experience for our customers in all

Boosted can be used for all responsive web projects for Orange group ; other developers may also take advantage of the proposed accessibility improvements and additional components.

### Custom components

Orange Boosted ships with custom accessible components to suit specific needs :

[Orange popin]({{ site.baseurl }}/docs/4.0/components/orange-popin/)
[Orange navbar]({{ site.baseurl }}/docs/4.0/components/navbar-orange/)
[Orange Megamenu]({{ site.baseurl }}/docs/4.0/components/orange-megamenu/)
[Orange footer]({{ site.baseurl }}/docs/4.0/components/orange-footer/)
[Local navigation]({{ site.baseurl }}/docs/4.0/components/local-navigation/)
[Priority nav]({{ site.baseurl }}/docs/4.0/components/priority-nav/)
[Custom carousel]({{ site.baseurl }}/docs/4.0/components/custom-carousel/)
[Scroll up]({{ site.baseurl }}/docs/4.0/components/scroll-up/)
[Stepbar]({{ site.baseurl }}/docs/4.0/components/stepbar/)
[Orange switches]({{ site.baseurl }}/docs/4.0/components/forms/#orange-switches)
[3-way toggle]({{ site.baseurl }}/docs/4.0/components/forms/#the-3-way-toggle)
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -30,12 +30,12 @@
<div class="card-body">
<h2 class="card-title">Only in Boosted !</h2>
<p class="card-subtitle">We have a few custom made components to suit your extra needs, discover them on the Boostwatch page !</p>
<a class="picto-link" href="{{ site.baseurl }}/docs/4.0/boostwatch/">
<a class="picto-link" href="{{ site.baseurl }}/docs/4.0/about/boosted-history/">
<img class="img-fluid mt-3 mx-auto" src="assets/img/boosted-only-components.png" alt="Boosted component samples">
</a>
</div>
<div class="card-footer">
<a href="{{ site.baseurl }}/docs/4.0/boostwatch/" class="btn btn-info">Boostwatch<span class="sr-only"> go to boostwatch page</span></a>
<a href="{{ site.baseurl }}/docs/4.0/about/boosted-history/" class="btn btn-info">Discover<span class="sr-only"> go to boostwatch page</span></a>
</div>
</div>
</div>
Expand Down

0 comments on commit 86279a5

Please sign in to comment.