Update "register now" placement.
authorrsiddharth <rsd@gnu.org>
Tue, 11 Oct 2016 03:06:14 +0000 (03:06 +0000)
committerrsiddharth <rsd@gnu.org>
Tue, 11 Oct 2016 03:06:14 +0000 (03:06 +0000)
modified:   2017/includes/common_js.html
modified:   2017/includes/nav-list-1.html

2017/includes/common_js.html
2017/includes/nav-list-1.html

index 172d7e8902bbda3d6a3d33ca3144db22d3737d1f..ef3804e785463a90d0dc9bbc6c0d403092a70688 100755 (executable)
@@ -28,8 +28,10 @@ function logoTextStack() {
      screen_width = $(window).width();
 
      if(screen_width <= 767) {
-         $('#lp-signup-block').prependTo('#lp-navbar-collapse');
+         $('.register-block').insertBefore('#lp-content');
+         $('#lp-signup-block').insertBefore('#lp-content');
      }else {
+         $('.register-block').appendTo('.lp-head');
          $('#lp-signup-block').appendTo('.lp-head');
      }
  }
index 7f272cf53655a2eb02e451da5cd0d4d1c7e6fd0e..c2cbfd13459c7997e4ade1942f894a187a411ebc 100644 (file)
@@ -1,7 +1,6 @@
 <!-- <li><a href="/2017/streaming">Livestream</a></li> -->
 
 
-<li class="btn-register visible-xs"><a href="https://my.fsf.org/civicrm/event/register?reset=1&id=47">Register Now</a></li>
 <li><a href="https://my.fsf.org/lp-call-for-sessions">Propose a session</a></li>
 <li class="program-link"><a href="/2016/program">Video sessions from last LibrePlanet</a></li>
 <li class="getting-around-link"><a href="/2017/getting-around">Travel info</a></li>