Procházet zdrojové kódy

rearranging navbar, renaming integration to get started

davegandy před 12 roky
rodič
revize
ad76df63c7

+ 0 - 0
build/_includes/integration.html → build/_includes/get-started.html


+ 2 - 2
build/_includes/navbar.html

@@ -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 - 0
build/assets/css/font-awesome.css

@@ -36,6 +36,7 @@
   font-style: normal;
   text-decoration: inherit;
   -webkit-font-smoothing: antialiased;
+  *margin-right: .3em;
   /* sprites.less reset */
 
   display: inline;

binární
build/assets/font/FontAwesome.otf


+ 1 - 0
build/assets/less/font-awesome.less

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

+ 4 - 4
build/integration/index.html → build/get-started/index.html

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

+ 1 - 1
build/index.html

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