Optimizations on titles and h1

2017-04-20 Thread Mauricio Stekl
Hi Igniters, 
I am attaching a patch with keyword optimizations on several page titles and H1 
across the website.

I would appreciate if any of the committers could merge this to the website.  
Please let me know if you have any question.


Thanks in advance. 

Best, 
Mauricio Stekl





h1-and-titles-improvements.patch.bz2
Description: BZip2 compressed data


Re: Optimizations on titles and h1

2017-04-21 Thread Denis Magda
Hi Mauricio,

I’ll review your improvements the next week, thanks!

—
Denis

> On Apr 20, 2017, at 8:55 PM, Mauricio Stekl  wrote:
> 
> Hi Igniters, 
> I am attaching a patch with keyword optimizations on several page titles and 
> H1 across the website.
> 
> I would appreciate if any of the committers could merge this to the website.  
> Please let me know if you have any question.
> 
> 
> Thanks in advance. 
> 
> Best, 
> Mauricio Stekl
> 
> 
> 
> 



Re: Optimizations on titles and h1

2017-04-24 Thread Denis Magda
Mauricio, thanks!

I’ve merged all your changes except the ones from CSS files. Why do we need to 
change the background? Please elaborate and attach a screenshot that shows what 
the changes will affect. BTW, these sort of changes have to be reviewed by 
Prachi Garg.


--- css/all.css (revision 1792160)
+++ css/all.css (working copy)
@@ -8469,7 +8469,7 @@
   margin: auto;
   width: 80px;
   height: 80px;
-  background: #d7d7d7;
+  background: #CF4F54;
 }
 .features-icon:hover {
   background: #c51017;

Index: scss/ignite.scss
===
--- scss/ignite.scss(revision 1792160)
+++ scss/ignite.scss(working copy)
@@ -949,8 +949,9 @@
 margin: auto;
 width: 80px;
 height: 80px;
-background: #d7d7d7;
+background: #CF4F54;
 
+
 &:hover {
 background: #c51017;
 }

> On Apr 20, 2017, at 8:55 PM, Mauricio Stekl  wrote:
> 
> Hi Igniters, 
> I am attaching a patch with keyword optimizations on several page titles and 
> H1 across the website.
> 
> I would appreciate if any of the committers could merge this to the website.  
> Please let me know if you have any question.
> 
> 
> Thanks in advance. 
> 
> Best, 
> Mauricio Stekl
> 
> 
> 
>