rearranging navbar, renaming integration to get started

This commit is contained in:
davegandy 2013-05-05 15:34:00 -04:00
parent b381eb6d25
commit ad76df63c7
7 changed files with 9 additions and 7 deletions

View file

@ -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>

View file

@ -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.

View file

@ -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;

View file

@ -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>&nbsp; Integration{% endcapture %}
{% capture jumbotron_h1 %}<i class="icon-cogs icon-large"></i>&nbsp; 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>

View file

@ -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
---