mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-12-28 22:41:28 +08:00
changing layout on whats new and index
This commit is contained in:
parent
5f9803c233
commit
e6f70ff0b3
@ -2,24 +2,19 @@
|
||||
{% if page.navbar_active == "icons" %}
|
||||
<div class="row">
|
||||
<div class="span8">
|
||||
{% endif %}
|
||||
<h2 class="page-header">New Icons in {{ site.font-awesome.version }}</h2>
|
||||
<p>
|
||||
You asked, Font Awesome delivers with 40 shiny new icons in version {{ site.font-awesome.version }}. New icons can be requested on the
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome" target="_blank">Font Awesome GitHub project</a>.
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome">Font Awesome GitHub project</a>.
|
||||
</p>
|
||||
{% if page.navbar_active == "icons" %}
|
||||
</div>
|
||||
<div class="span4">
|
||||
<br>
|
||||
{% include ads/carbon-light-horizontal.html %}
|
||||
</div>
|
||||
</div>
|
||||
{% else %}
|
||||
<h2 class="page-header">New Icons in {{ site.font-awesome.version }}</h2>
|
||||
<p>
|
||||
You asked, Font Awesome delivers with 40 shiny new icons in version {{ site.font-awesome.version }}. New icons can be requested on the
|
||||
<a href="https://github.com/FortAwesome/Font-Awesome" target="_blank">Font Awesome GitHub project</a>. Or even
|
||||
better, you can <a href="#contribute">contribute your own icons</a>.
|
||||
</p>
|
||||
{% endif %}
|
||||
|
||||
<div class="row">
|
||||
|
@ -8,9 +8,21 @@ navbar_active: home
|
||||
{% include stripe-social.html %}
|
||||
|
||||
<div class="container">
|
||||
<div class="carbonad-horizontal">
|
||||
<section>
|
||||
<div class="row margin-bottom-large">
|
||||
<div class="span8">
|
||||
<div class="lead margin-top">
|
||||
Font Awesome gives you scalable vector icons that can instantly be customized — size, color, drop shadow,
|
||||
or anything that can be done with the power of CSS.
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="span4">
|
||||
{% include ads/carbon-light-horizontal.html %}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{% include why.html %}
|
||||
{% include special-thanks.html %}
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user