Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavegandy <dave@davegandy.com>2013-06-12 04:33:08 +0400
committerdavegandy <dave@davegandy.com>2013-06-12 04:33:08 +0400
commit0f5fd63a5c4e0f7b6edeb28117220246c7500d0e (patch)
treecd8b2d763c1364b161b027b7d5970fea090c81fa /src/_includes
parent1ff3646a43f58fa0901f03f36bf281c4e562fb5b (diff)
fixing responsive phone
Diffstat (limited to 'src/_includes')
-rw-r--r--src/_includes/footer.html5
-rw-r--r--src/_includes/get-started.html10
-rw-r--r--src/_includes/jumbotron-slider.html2
-rw-r--r--src/_includes/license.html2
-rw-r--r--src/_includes/stripe-social.html2
5 files changed, 14 insertions, 7 deletions
diff --git a/src/_includes/footer.html b/src/_includes/footer.html
index a780feaad..af80db1a2 100644
--- a/src/_includes/footer.html
+++ b/src/_includes/footer.html
@@ -3,11 +3,10 @@
<div>
<i class="icon-flag"></i> Font Awesome {{ site.fontawesome.version }}
<span class="hidden-phone">&middot;</span><br class="visible-phone">
- Created and Maintained by Dave Gandy &middot;
- <a href="http://twitter.com/byscuits">@byscuits</a>
+ Created and Maintained by <a href="http://twitter.com/byscuits">Dave Gandy</a>
</div>
<div>
- Font Awesome font licensed under <a href="{{ site.fontawesome.license.font.url }}">{{ site.fontawesome.license.font.version }}</a>
+ Font Awesome licensed under <a href="{{ site.fontawesome.license.font.url }}">{{ site.fontawesome.license.font.version }}</a>
<span class="hidden-phone">&middot;</span><br class="visible-phone">
Code licensed under <a href="{{ site.fontawesome.license.code.url }}">{{ site.fontawesome.license.code.version }}</a>
<span class="hidden-phone hidden-tablet">&middot;</span><br class="visible-phone visible-tablet">
diff --git a/src/_includes/get-started.html b/src/_includes/get-started.html
index de4ef36a2..c94e4a1b3 100644
--- a/src/_includes/get-started.html
+++ b/src/_includes/get-started.html
@@ -52,7 +52,15 @@
<p>Use this method to customize Font Awesome and Bootstrap {{ site.bootstrap.version }} using LESS.</p>
<ol>
<li>Copy the <code>font-awesome</code> directory into your project.</li>
- <li>Open bootstrap.less and replace <code>@import "sprites.less";</code> with <code>@import "path/to/font-awesome/less/font-awesome.less";</code></li>
+ <li>Open bootstrap.less and replace
+{% highlight html %}
+@import "sprites.less";
+{% endhighlight %}
+ with
+{% highlight html %}
+@import "path/to/font-awesome/less/font-awesome.less";
+{% endhighlight %}
+ </li>
<li>
Open your project's font-awesome.less and edit the <code>@FontAwesomePath</code> variable to point to your font directory.
{% highlight html %}
diff --git a/src/_includes/jumbotron-slider.html b/src/_includes/jumbotron-slider.html
index faf4a0f6c..4d4797cb9 100644
--- a/src/_includes/jumbotron-slider.html
+++ b/src/_includes/jumbotron-slider.html
@@ -16,7 +16,7 @@
<a href="{{ site.fontawesome.github.url }}"
onClick="_gaq.push(['_trackEvent', 'Outbound Link', 'View Project on GitHub']);">
GitHub Project</a> &nbsp;&nbsp;&middot;&nbsp;&nbsp;
- Version {{ site.fontawesome.version }} <span class="hidden-phone">&nbsp;&nbsp;&middot;&nbsp;&nbsp;</span><br class="visible-phone">
+ Version {{ site.fontawesome.version }} &nbsp;&nbsp;&middot;&nbsp;&nbsp;
Created &amp; Maintained by <a href="http://twitter.com/{{ site.fontawesome.author.twitter }}">Dave Gandy</a>
</div>
</div>
diff --git a/src/_includes/license.html b/src/_includes/license.html
index 71306ce47..d8fcafa87 100644
--- a/src/_includes/license.html
+++ b/src/_includes/license.html
@@ -11,7 +11,7 @@
<ul class="icons-ul margin-bottom-none">
<li>
<i class="icon-li icon-info-sign icon-large"></i>Attribution is no longer required as of Font Awesome 3.0 but is much appreciated:
- <code>Font Awesome by Dave Gandy - http://fontawesome.io</code>.
+ "Font Awesome by Dave Gandy - http://fontawesome.io".
</li>
</ul>
</div>
diff --git a/src/_includes/stripe-social.html b/src/_includes/stripe-social.html
index c8bc59139..6c303e385 100644
--- a/src/_includes/stripe-social.html
+++ b/src/_includes/stripe-social.html
@@ -10,7 +10,7 @@
<li class="follow-btn">
<a href="https://twitter.com/{{ site.fontawesome.twitter }}" class="twitter-follow-button" data-link-color="#0069D6" data-show-count="true">Follow @{{ site.fontawesome.twitter }}</a>
</li>
- <li class="tweet-btn">
+ <li class="tweet-btn hidden-phone">
<a href="https://twitter.com/share" class="twitter-share-button" data-url="{{ site.fontawesome.url }}" data-text="Font Awesome, the iconic font designed for Bootstrap" data-counturl="{{ site.fontawesome.legacy_url }}" data-count="horizontal" data-via="{{ site.fontawesome.twitter }}" data-related="{{ site.fontawesome.author.twitter }}:Creator of Font Awesome">Tweet</a>
</li>
</ul>