Optimizations on titles and h1

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Optimizations on titles and h1

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 (4K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Optimizations on titles and h1

dmagda
Hi Mauricio,

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


Denis

> On Apr 20, 2017, at 8:55 PM, Mauricio Stekl <[hidden email]> 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
>
>
>
> <h1-and-titles-improvements.patch.bz2>

Reply | Threaded
Open this post in threaded view
|

Re: Optimizations on titles and h1

dmagda
In reply to this post by Mauricio Stekl
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 <[hidden email]> 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
>
>
>
> <h1-and-titles-improvements.patch.bz2>