Adding social events page.
authorZak Rogoff <zak@fsf.org>
Wed, 24 Feb 2016 21:32:19 +0000 (16:32 -0500)
committerZak Rogoff <zak@fsf.org>
Wed, 24 Feb 2016 21:32:19 +0000 (16:32 -0500)
2016/includes/program-menu.html
2016/program/social.html [new file with mode: 0755]

index 63ae3b241d808923229a2e52fb64289f7f0da757..1c0ff9095342a38ef9e3025fa72a2388f450c2ef 100644 (file)
@@ -2,7 +2,7 @@
 <div class="contain-fluid">
   <div class="row margin-top">
     <div class="col-sm-9">
-      <h3><a href="index.html">SESSIONS</a> <!--/ <a href="grid-schedule.html">Schedule</a> -->/ <a href="speakers.html">SPEAKERS</a></h3><!-- / <a href="exhibit-hall.html">Exhibit Hall</a> / <a href="social.html">Social Events</a></h3>-->
+      <h3><a href="index.html">SESSIONS</a> <!--/ <a href="grid-schedule.html">Schedule</a> -->/ <a href="speakers.html">SPEAKERS</a> / <a href="social.html">SOCIAL EVENTS</a><!-- / <a href="exhibit-hall.html">Exhibit Hall</a>--></h3>
   </div>
 </div>
 </div>
diff --git a/2016/program/social.html b/2016/program/social.html
new file mode 100755 (executable)
index 0000000..e0a8041
--- /dev/null
@@ -0,0 +1,43 @@
+<!--#include virtual="/2016/includes/header.html"-->
+
+<title>LibrePlanet &mdash; Social events </title>
+
+<!--#include virtual="/2016/includes/banner.html"-->
+<!--#include virtual="/2016/includes/sidebar.html"-->
+<h1>Program <small>Social Events</small></h1>
+<!--#include virtual="../includes/program-menu.html"-->
+<div class="row"> <!-- session row start -->
+       <div class="col-sm-9"> <!-- session column start -->
+                       <h1>Friday, March 18</h1>
+
+                       <div class="session">
+                               <h4>Free Software Foundation Open House</h4>
+                               <p>Mingle at the FSF office before the conference with speakers and other attendees. Refreshments will be served.</p>
+                               <p class="session-details">
+                                       <strong>When:</strong> 17:00 - 19:30, Friday 3/18<br>
+                                       <strong>Where:</strong> FSF Office (<a href="../getting_around/index.html#office">transportation tips</a>) at 51 Franklin Street, Fifth Floor, Boston, MA 02110 near Downtown Crossing Station on the Red and Orange Lines
+                               </p>
+                       </div>
+
+                               <h1>Saturday, March 19</h1>
+                               <div class="session">
+                                       <h4>LibrePlanet Party!</h4>
+                                       <p>Spend time with the LibrePlanet community and enjoy appetizers provided by the FSF. The location is TBD, but it will be wheelchair-accessible and open to all ages.</p>
+                                       <p class="session-details">
+                                               <strong>When:</strong> Approximately 19:00 - 21:00<br>
+                                               <strong>Where:</strong> Cambridge, MA, near the conference<br>
+                                       </p>
+
+                               </div>
+
+
+                               </div> <!-- session column end -->
+                       </div> <!-- session row end -->
+
+       <!--#include virtual="/2016/includes/footer.html"-->
+       <!--#include virtual="/2016/includes/common_js.html"-->
+       <!--#include virtual="/2016/includes/program_js.html"-->
+       <script type="text/javascript">
+       $("#p-social").addClass("active").text("Social Events");
+       </script>
+       <!--#include virtual="/2016/includes/close.html" -->