changing url link text for the blocks, changing the accordion text for the front...
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 1 Sep 2016 19:36:09 +0000 (15:36 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 1 Sep 2016 19:36:09 +0000 (15:36 -0400)
index.php
parts/glm-blocks.php

index 3f16a9b..9e57045 100644 (file)
--- a/index.php
+++ b/index.php
                                     <section id="training" class="accordion-item">
                                         <a href="#">Training</a>
                                         <div class="accordion-item-content">
-                                            <p class="text-center">Let’s work together! Every team should have the best leaders equipped with the best *solutions.</p>
+                                            <p class="text-center">Let’s work together! Every team should have the *best* leaders equipped with the *best* solutions.</p>
                                         </div>
                                     </section>
                                     <section class="accordion-item">
                                     <section id="planning" class="accordion-item">
                                         <a href="#">Planning</a>
                                         <div class="accordion-item-content">
-                                            <p class="text-center">Let’s work together! Your great vision deserves a *great* plan.</p>
+                                            <p class="text-center">Let’s work together! Your *great* vision deserves a *great* plan.</p>
                                         </div>
                                     </section>
                                 </div>
index 5b2fa77..2d736b0 100644 (file)
@@ -23,7 +23,7 @@
         <div class="block-content">
               <?php echo apply_filters('the_content', $block->post_content);?>
           <?php if($block->url):?>
-            <a class="blocks-readmore" href="<?php echo $block->url;?>"> Visit Their website</a>
+            <a class="blocks-readmore" href="<?php echo $block->url;?>"> Visit Website</a>
           <?php endif;?>
         </div>
     </div>