replacing asterisks with b tags for the front page accordion text
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 2 Sep 2016 14:30:58 +0000 (10:30 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 2 Sep 2016 14:30:58 +0000 (10:30 -0400)
index.php

index eb4d7d8..28699aa 100644 (file)
--- a/index.php
+++ b/index.php
@@ -195,7 +195,7 @@ $index_template = true;
                                     <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 <b>best</b> leaders equipped with the <b>best</b> solutions.</p>
                                         </div>
                                     </section>
                                     <section class="accordion-item">
@@ -213,7 +213,7 @@ $index_template = true;
                                     <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 <b>great</b> vision deserves a <b>great</b> plan.</p>
                                         </div>
                                     </section>
                                 </div>