order now button using target blank to open page in a new tab
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 12 Sep 2016 13:14:37 +0000 (09:14 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 12 Sep 2016 13:14:37 +0000 (09:14 -0400)
sections/footer-front-page.php
sections/footer.php

index c41884d..fd536e7 100644 (file)
@@ -9,7 +9,7 @@
                     <div class="small-12 large-7 columns text-center large-text-left">
                         <h1>Our Book</h1>
                         <h4>The Employee Experience.<br>A Capstone Guide to Peak Performance</h4>
-                        <a href="http://www.theemployeeexperience.net/" class="button">order now</a>
+                        <a href="http://www.theemployeeexperience.net/" target="_blank" class="button">order now</a>
                     </div>
                 </div>
             </div>
index 83479a3..599cdb5 100644 (file)
@@ -9,7 +9,7 @@
                     <div class="small-12 large-7 columns text-center large-text-left">
                         <h1>Our Book</h1>
                         <h4>The Employee Experience.<br>A Capstone Guide to Peak Performance</h4>
-                        <a href="http://www.theemployeeexperience.net/" class="button">order now</a>
+                        <a href="http://www.theemployeeexperience.net/" target="_blank" class="button">order now</a>
                     </div>
                 </div>
             </div>