X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=2014%2Findex.html;h=4d236415d5c34f4b47cd4e27ecba8beeb5c68651;hb=43c661858ee3d4f2a00e922e443aedce9d99aa47;hp=8f62c35bf36fdea196948db8e77c0ed0b173d28b;hpb=7434f8805724d9e5fef8a8032db5f643a8cb44d9;p=libreplanet-static.git diff --git a/2014/index.html b/2014/index.html index 8f62c35b..4d236415 100644 --- a/2014/index.html +++ b/2014/index.html @@ -6,6 +6,7 @@ + LibrePlanet 2014 @@ -15,66 +16,30 @@
-
-
-

LibrePlanet 2014

-

March 22nd-23rd 2014 in Cambridge, MA

-

Free software, free society

+
+
+ + [ LibrePlanet 2014 — Free Software, free society ] + +
+
+

+ March 22nd-23rd
+ MIT, Cambridge, MA

-
- -
+
+ + + Register now + +

+ gratis for members and students! +

+
@@ -82,15 +47,27 @@
-
+ -
+
@@ -194,7 +222,7 @@

The Free Software Foundation is a nonprofit with a worldwide mission to - advance software freedom. + advance software freedom. LibrePlanet 2014 is produced in partnership by the Free Software Foundation with the Student Information Processing Board (SIPB) at MIT. Donate.

@@ -236,7 +264,7 @@ /** * @licstart The following is the entire license notice for the JavaScript code in this page. * - * Copyright (C) 2013 Free Software Foundation, Inc + * Copyright (C) 2013, 2014 Free Software Foundation, Inc * Licensed under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance @@ -259,6 +287,19 @@ $('.glyphicon-chevron-left').css('display','inline-block'); $('.glyphicon-chevron-right').css('display','inline-block'); }); + + $(document).ready(lpNavPlace); + + $(window).resize(lpNavPlace); + + function lpNavPlace() { + screenSize = $(window).width(); + if(screenSize <= 767) { + $("#lp-nav").insertAfter("#lp-content"); + } else { + $("#lp-nav").insertBefore("#lp-content"); + } + }