mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
rearranging navbar, renaming integration to get started
This commit is contained in:
parent
b381eb6d25
commit
ad76df63c7
@ -4,9 +4,9 @@
|
|||||||
<a class="brand" href="{{ site.baseurl }}"><i class="icon-flag"></i> Font Awesome</a>
|
<a class="brand" href="{{ site.baseurl }}"><i class="icon-flag"></i> Font Awesome</a>
|
||||||
<ul class="nav">
|
<ul class="nav">
|
||||||
<li{% if page.navbar_active == "home" %} class="active"{% endif %}><a href="{{ site.baseurl }}">Home</a></li>
|
<li{% if page.navbar_active == "home" %} class="active"{% endif %}><a href="{{ site.baseurl }}">Home</a></li>
|
||||||
<li{% if page.navbar_active == "whats-new" %} class="active"{% endif %}><a href="{{ site.baseurl }}whats-new/">What's New</a></li>
|
<li{% if page.navbar_active == "get-started" %} class="active"{% endif %}><a href="{{ site.baseurl }}get-started/">Get Started</a></li>
|
||||||
<li{% if page.navbar_active == "icons" %} class="active"{% endif %}><a href="{{ site.baseurl }}icons/">Icons</a></li>
|
<li{% if page.navbar_active == "icons" %} class="active"{% endif %}><a href="{{ site.baseurl }}icons/">Icons</a></li>
|
||||||
<li{% if page.navbar_active == "integration" %} class="active"{% endif %}><a href="{{ site.baseurl }}integration/">Integration</a></li>
|
<li{% if page.navbar_active == "whats-new" %} class="active"{% endif %}><a href="{{ site.baseurl }}whats-new/">What's New</a></li>
|
||||||
<li{% if page.navbar_active == "examples" %} class="active"{% endif %}><a href="{{ site.baseurl }}examples/">Examples</a></li>
|
<li{% if page.navbar_active == "examples" %} class="active"{% endif %}><a href="{{ site.baseurl }}examples/">Examples</a></li>
|
||||||
<li{% if page.navbar_active == "roadmap" %} class="active"{% endif %}><a href="{{ site.baseurl }}roadmap/">Roadmap</a></li>
|
<li{% if page.navbar_active == "roadmap" %} class="active"{% endif %}><a href="{{ site.baseurl }}roadmap/">Roadmap</a></li>
|
||||||
<li{% if page.navbar_active == "thanks" %} class="active"{% endif %}><a href="{{ site.baseurl }}thanks/">Say Thanks</a></li>
|
<li{% if page.navbar_active == "thanks" %} class="active"{% endif %}><a href="{{ site.baseurl }}thanks/">Say Thanks</a></li>
|
||||||
|
1
build/assets/css/font-awesome.css
vendored
1
build/assets/css/font-awesome.css
vendored
@ -36,6 +36,7 @@
|
|||||||
font-style: normal;
|
font-style: normal;
|
||||||
text-decoration: inherit;
|
text-decoration: inherit;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
|
*margin-right: .3em;
|
||||||
/* sprites.less reset */
|
/* sprites.less reset */
|
||||||
|
|
||||||
display: inline;
|
display: inline;
|
||||||
|
Binary file not shown.
1
build/assets/less/font-awesome.less
vendored
1
build/assets/less/font-awesome.less
vendored
@ -49,6 +49,7 @@
|
|||||||
font-style: normal;
|
font-style: normal;
|
||||||
text-decoration: inherit;
|
text-decoration: inherit;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
|
*margin-right: .3em; // fixes ie7 issues
|
||||||
|
|
||||||
/* sprites.less reset */
|
/* sprites.less reset */
|
||||||
display: inline;
|
display: inline;
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
---
|
---
|
||||||
layout: base
|
layout: base
|
||||||
title: Font Awesome Integration
|
title: Get Started with Font Awesome
|
||||||
navbar_active: integration
|
navbar_active: get-started
|
||||||
---
|
---
|
||||||
{% capture jumbotron_h1 %}<i class="icon-cogs icon-large"></i> Integration{% endcapture %}
|
{% capture jumbotron_h1 %}<i class="icon-cogs icon-large"></i> Get Started{% endcapture %}
|
||||||
{% capture jumbotron_p %}Easy ways to get Font Awesome {{ site.font-awesome.version }} up and running{% endcapture %}
|
{% capture jumbotron_p %}Easy ways to get Font Awesome {{ site.font-awesome.version }} up and running{% endcapture %}
|
||||||
|
|
||||||
{% include jumbotron.html %}
|
{% include jumbotron.html %}
|
||||||
{% include stripe-social.html %}
|
{% include stripe-social.html %}
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
{% include integration.html %}
|
{% include get-started.html %}
|
||||||
</div>
|
</div>
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
layout: base
|
layout: base
|
||||||
title: Font Awesome, the iconic font designed for use with Twitter Bootstrap
|
title: Font Awesome, the iconic font designed for Bootstrap
|
||||||
navbar_active: home
|
navbar_active: home
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user