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>
|
||||
<ul class="nav">
|
||||
<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 == "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 == "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>
|
||||
|
1
build/assets/css/font-awesome.css
vendored
1
build/assets/css/font-awesome.css
vendored
@ -36,6 +36,7 @@
|
||||
font-style: normal;
|
||||
text-decoration: inherit;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
*margin-right: .3em;
|
||||
/* sprites.less reset */
|
||||
|
||||
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;
|
||||
text-decoration: inherit;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
*margin-right: .3em; // fixes ie7 issues
|
||||
|
||||
/* sprites.less reset */
|
||||
display: inline;
|
||||
|
@ -1,14 +1,14 @@
|
||||
---
|
||||
layout: base
|
||||
title: Font Awesome Integration
|
||||
navbar_active: integration
|
||||
title: Get Started with Font Awesome
|
||||
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 %}
|
||||
|
||||
{% include jumbotron.html %}
|
||||
{% include stripe-social.html %}
|
||||
|
||||
<div class="container">
|
||||
{% include integration.html %}
|
||||
{% include get-started.html %}
|
||||
</div>
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
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
|
||||
---
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user