Skip to content
This repository has been archived by the owner on Aug 27, 2021. It is now read-only.

Commit

Permalink
update icons on all index pages. refactor and simplify index pages
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonmwest committed Mar 19, 2014
1 parent 0f3f9f3 commit fa8102e
Show file tree
Hide file tree
Showing 13 changed files with 253 additions and 384 deletions.
1 change: 0 additions & 1 deletion CssMinify.yml
Expand Up @@ -2,7 +2,6 @@ files: [
'source/stylesheets/bootstrap.css',
'source/stylesheets/style.css',
'source/stylesheets/icomoon.css',
'source/stylesheets/sprites.css',
'source/stylesheets/syntax.css',
'source/stylesheets/print.css',
'source/stylesheets/vidgrid.css'
Expand Down
58 changes: 32 additions & 26 deletions source/Code_Examples/SMTP_API_Header_Examples/index.html
Expand Up @@ -7,30 +7,36 @@
---

<div class="row">
<div class="span4 well callout">
<a href="perl.html"><span class="pull-right framework-icon framework-iconperl"></span></a>
{% anchor h2 %}
<a href="perl.html">Perl</a>
{% endanchor %}
</div>
<div class="span4 well callout">
<a href="php.html"><span class="pull-right framework-icon framework-iconphp"></span></a>
{% anchor h2 %}
<a href="php.html">PHP</a>
{% endanchor %}
</div>
<div class="span4 well callout">
<a href="python.html"><span class="pull-right framework-icon framework-iconpython"></span></a>
{% anchor h2 %}
<a href="python.html">Python</a>
{% endanchor %}
</div>
<ul>
<li>
<a href="nodejs.html">
Node.js
<span class="icon-nodejs"></span>
</a>
</li>
<li>
<a href="perl.html">
Perl
<span class="icon-perl"></span>
</a>
</li>
<li>
<a href="php.html">
PHP
<span class="icon-php"></span>
</a>
</li>
<li>
<a href="python.html">
Python
<span class="icon-python"></span>
</a>
</li>
<li>
<a href="ruby.html">
Ruby
<span class="icon-ruby"></span>
</a>
</li>
</ul>
</div>
<div class="row">
<div class="span4 well callout">
<a href="ruby.html"><span class="pull-right framework-icon framework-iconruby"></span></a>
{% anchor h2 %}
<a href="ruby.html">Ruby</a>
{% endanchor %}
</div>
</div>
129 changes: 56 additions & 73 deletions source/Code_Examples/index.html
Expand Up @@ -7,77 +7,60 @@
---

<div class="row">

<div class="span4 well callout">
<a href="csharp.html"><span class="pull-right framework-icon framework-iconms-net" alt="C#"></span></a>
{% anchor h2 %}
<a href="csharp.html">C#</a>
{% endanchor %}
</div>

<div class="span4 well callout">
<a href="go.html"><span class="pull-right framework-icon framework-icongo"></span></a>
{% anchor h2 %}
<a href="go.html">Go</a>
{% endanchor %}
</div>

<div class="span4 well callout">
<a href="ios.html"><span class="pull-right framework-icon framework-iconios"></span></a>
{% anchor h2 %}
<a href="ios.html">IOS / Objective-C</a>
{% endanchor %}
<ul>
<li>
<a href="csharp.html">
C#
<span class="icon-net" alt="C#"></span>
</a>
</li>
<li>
<a href="go.html">
Go
</a>
</li>
<li>
<a href="ios.html">
iOS / Objective-C
<span class="icon-apple"></span>
</a>
</li>
<li>
<a href="java.html">
Java
<span class="icon-java"></span>
</a>
</li>
<li>
<a href="nodejs.html">
Node.js
<span class="icon-nodejs"></span>
</a>
</li>
<li>
<a href="perl.html">
Perl
<span class="icon-perl"></span>
</a>
</li>
<li>
<a href="php.html">
PHP
<span class="icon-php"></span>
</a>
</li>
<li>
<a href="python.html">
Python
<span class="icon-python"></span>
</a>
</li>
<li>
<a href="ruby.html">
Ruby
<span class="icon-ruby"></span>
</a>
</li>
</ul>
</div>

</div>
<div class="row">


<div class="span4 well callout">
<a href="java.html"><span class="pull-right framework-icon framework-iconjava"></span></a>
{% anchor h2 %}
<a href="java.html">Java</a>
{% endanchor %}
</div>

<div class="span4 well callout">
<a href="nodejs.html"><span class="pull-right framework-icon framework-iconnodejs"></span></a>
{% anchor h2 %}
<a href="nodejs.html">Node.js</a>
{% endanchor %}
</div>

<div class="span4 well callout">
<a href="perl.html"><span class="pull-right framework-icon framework-iconperl"></span></a>
{% anchor h2 %}
<a href="perl.html">Perl</a>
{% endanchor %}
</div>

</div>
<div class="row">

<div class="span4 well callout">
<a href="php.html"><span class="pull-right framework-icon framework-iconphp"></span></a>
{% anchor h2 %}
<a href="php.html">PHP</a>
{% endanchor %}
</div>

<div class="span4 well callout">
<a href="python.html"><span class="pull-right framework-icon framework-iconpython"></span></a>
{% anchor h2 %}
<a href="python.html">Python</a>
{% endanchor %}
</div>

<div class="span4 well callout">
<a href="ruby.html"><span class="pull-right framework-icon framework-iconruby"></span></a>
{% anchor h2 %}
<a href="ruby.html">Ruby</a>
{% endanchor %}
</div>

</div>



2 changes: 1 addition & 1 deletion source/Delivery_Metrics/index.html
Expand Up @@ -8,7 +8,7 @@

<p>SendGrid offers statistics a number of different metrics to report on what is happening with your messages. </p>

<p><img class="clear" src="{{root_url}}/images/delivery_metrics.png" alt=""></p>
<p><img class="clear img-responsive" src="{{root_url}}/images/delivery_metrics.png" alt=""></p>

{% anchor h2 %}
Metrics
Expand Down
70 changes: 44 additions & 26 deletions source/Integrate/Frameworks/index.html
Expand Up @@ -7,30 +7,48 @@
---

<div class="row">
<div class="span4 well callout">
<a href="cakephp.html"><span class="pull-right framework-icon framework-iconcake" alt="CakePHP"></span></a>
<h2> <a href="cakephp.html">CakePHP</a> </h2>
</div>
<div class="span4 well callout">
<a href="codeigniter.html"><span class="pull-right framework-icon framework-iconcodeigniter"></span></a>
<h2> <a href="codeigniter.html">CodeIgniter</a> </h2>
</div>
<div class="span4 well callout">
<a href="django.html"><span class="pull-right framework-icon framework-icondjango"></span></a>
<h2> <a href="django.html">Django</a></h2>
</div>
</div>
<div class="row">
<div class="span4 well callout">
<a href="rubyonrails.html"><span class="pull-right framework-icon framework-iconror"></span></a>
<h2> <a href="rubyonrails.html">Ruby on Rails</a></h2>
</div>
<div class="span4 well callout">
<a href="symfony.html"><span class="pull-right framework-icon framework-iconsymfony"></span></a>
<h2> <a href="symfony.html">Symfony</a></h2>
</div>
<div class="span4 well callout">
<a href="zend.html"><span class="pull-right framework-icon framework-iconphp"></span></a>
<h2><a href="zend.html">Zend</a></h2>
</div>
<ul>
<li>
<a href="cakephp.html">
CakePHP
<span class="icon-cakephp"></span>
</a>
</li>
<li>
<a href="codeigniter.html">
CodeIgniter
<span class="icon-codeigniter"></span>
</a>
</li>
<li>
<a href="django.html">
Django
<span class="icon-django"></span>
</a>
</li>
<li>
<a href="laravel.html">
Laravel
<span class="icon-php"></span>
</a>
</li>
<li>
<a href="rubyonrails.html">
Ruby on Rails
<span class="icon-rubyonrails"></span>
</a>
</li>
<li>
<a href="symfony.html">
Symfony
<span class="icon-symfony"></span>
</a>
</li>
<li>
<a href="zend.html">
Zend
<span class="icon-zend"></span>
</a>
</li>
</ul>
</div>
34 changes: 20 additions & 14 deletions source/Integrate/Mail_Clients/index.html
Expand Up @@ -7,18 +7,24 @@
---

<div class="row">
<div class="span4 well callout">
<a href="applemail.html"><span class="pull-right framework-icon framework-iconapple-mail" alt="Apple Mail"></span></a>
<h2> <a href="applemail.html">Apple Mail</a></h2>
</div>

<div class="span4 well callout">
<a href="outlook.html"><span class="pull-right framework-icon framework-iconoutlook"></span></a>
<h2> <a href="outlook.html">Outlook</a></h2>
</div>

<div class="span4 well callout">
<a href="thunderbird.html"><span class="pull-right framework-icon framework-iconthunderbird"></span></a>
<h2> <a href="thunderbird.html">Thunderbird</a></h2>
</div>
<ul>
<li>
<a href="applemail.html">
Apple Mail
<span class="icon-apple"></span>
</a>
</li>
<li>
<a href="outlook.html">
Outlook
<span class="icon-outlook"></span>
</a>
</li>
<li>
<a href="thunderbird.html">
Thunderbird
<span class="icon-thunderbird"></span>
</a>
</li>
</ul>
</div>

0 comments on commit fa8102e

Please sign in to comment.