reorder boxes
authorGreg Farough <gregf@gnu.org>
Fri, 13 Mar 2020 16:04:15 +0000 (12:04 -0400)
committerGreg Farough <gregf@gnu.org>
Fri, 13 Mar 2020 16:04:15 +0000 (12:04 -0400)
2020/includes/live_sidebar.html

index ca05a685ae36445047bdee84ce1c40a8b4feeec2..0e1f29c3e85b62e179d6f3f1eb4321727a708c79 100644 (file)
 </div>
 <!-- end fsf shop box -->
 
-<div class="panel panel-default"> <!-- start librejs box -->
-  <div class="panel-heading">
-    <h3 class="panel-title">Free JavaScript</h3>
-  </div>
-  <div class="panel-body">
-    <p>We've modified our streaming software and Web IRC client to include computer- and human-readable license tags, so that the <a href="https://www.gnu.org/software/librejs/">LibreJS browser extension</a> can verify that all JavaScript is free.</p>
-    <p>We hold all FSF Web sites to this standard and help others do the same though our <a href="https://www.fsf.org/campaigns/freejs/">Free JavaScript campaign.</a></p>
-    </div>
-  </div> <!-- end librejs box -->
-
-<div class="panel panel-default"> <!-- start LP20 signup -->
+<!-- start LP20 signup -->
+<div class="panel panel-default">
   <div class="panel-heading">
        <h3 class="panel-title">Stay in the loop</h3>
   </div>
     </form>
        <p class="text-center"> <a class="alt-a" href="https://my.fsf.org/donate/privacypolicy.html">Privacy policy</a></p>
   </div>
-</div> <!-- end LP20 signup -->
+</div>
+<!-- end LP20 signup -->
+
+<div class="panel panel-default"> <!-- start librejs box -->
+  <div class="panel-heading">
+    <h3 class="panel-title">Free JavaScript</h3>
+  </div>
+  <div class="panel-body">
+    <p>We've modified our streaming software and Web IRC client to include computer- and human-readable license tags, so that the <a href="https://www.gnu.org/software/librejs/">LibreJS browser extension</a> can verify that all JavaScript is free.</p>
+    <p>We hold all FSF Web sites to this standard and help others do the same though our <a href="https://www.fsf.org/campaigns/freejs/">Free JavaScript campaign.</a></p>
+    </div>
+  </div> <!-- end librejs box -->
+
+