Adding half-finished social section becuase I don't want to leave it only on my work...
authorZak Rogoff <zak@montage.office.fsf.org>
Fri, 6 Mar 2015 23:04:28 +0000 (18:04 -0500)
committerZak Rogoff <zak@montage.office.fsf.org>
Fri, 6 Mar 2015 23:04:28 +0000 (18:04 -0500)
2015/assets/css/custom.css
2015/program/social.html [new file with mode: 0755]
server/2015/program-menu.html

index 9bccbc85f4192d2f6614b0b1e694a444fbe31f2e..d102dddf3c2d5789f7fb1bfe08b0eb55c19dc818 100644 (file)
@@ -560,6 +560,10 @@ hr {
   padding-right:15px;
 }
 
+.session-details {
+  margin-left:15%;
+}
+
 .lp-video {
   width: 100%;
 }
diff --git a/2015/program/social.html b/2015/program/social.html
new file mode 100755 (executable)
index 0000000..3a255d4
--- /dev/null
@@ -0,0 +1,55 @@
+
+<!--#include virtual="/server/2015/header.html"-->
+
+<title>LibrePlanet 2015 &mdash; Social Events </title>
+
+<!--#include virtual="/server/2015/banner.html"-->
+<!--#include virtual="/server/2015/sidebar.html"-->
+
+<h1>Program <small>Social Events</small></h1>
+
+<!--#include virtual="/server/2015/program-menu.html"-->
+
+<!--<div id="lp-panel" class="panel panel-default margin-top">
+
+<p>All times are in Eastern Daylight Time (EDT), which is UTC - 4 hours. In room numbers, "32-" refers to MIT Building 32 (the Stata Center), where all conference rooms are located.</p>-->
+
+<div class="row"> <!-- session row start -->
+       <div class="col-sm-9"> <!-- session column start -->
+               <div class="session">
+                       <h4>Unofficial pre-conference dinner</h4>
+                       <p>An informal dinner and drinks for people who are in town on the Thursday night before LibrePlanet.</p>
+               <p class="session-details">
+                       When: 19:00, Thursday 3/19</b>
+                       Where: <a href="http://www.lifealive.com/">Life Alive</a>, 765 Mass Ave. Near Central Square Station on the Red line.</b>
+                       RSVP: Required. Please email <a href="mailto:j@jxself.org">j@jxself.org</a> if you plan to attend</p>
+               </div>
+               <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. FSF campaigns staff will lead an optional International Day Against DRM strategy session for those who'd like to help plan activities for the next IDAD.
+                       </p>
+                       <p>
+                       When: 17:00 - 19:30, Friday 3/20</b>
+                       Where: FSF Office (transportation tips): 51 Franklin Street, Fifth Floor Boston, MA 02110
+                       </p>
+               </div>
+               <div class="session">
+                       <h4>Party! Details coming soon.</h4>
+               </div>
+               <div class="session">
+                       <h4>Sunday pub night</h4>
+                       <p>Grendel's Den in Harvard Square is a favorite among the Boston-area free software community. Join us at this local institution, which offers reasonable prices on good food and beer in a quirky and cozy atmosphere.
+                       </p>
+               </div>
+
+
+       </div> <!-- session column end -->
+</div> <!-- session row end -->
+
+
+<!--#include virtual="/server/2015/footer.html"-->
+<!--#include virtual="/server/2015/common_js.html"-->
+<script type="text/javascript">
+$("#p-social").addClass("active").text("Social");
+</script>
+<!--#include virtual="/server/2015/close.html" -->
index 7bfd8de073bd765ddd6867b751821ab2e77e8d3c..8d954c1079c124565b793f80010132d282f12007 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="schedule.html">Schedule</a> / <a href="speakers.html">Speakers</a></h3>
+    <h3><a href="index.html">Sessions</a> / <a href="social.html">Social Events</a> / <a href="schedule.html">Schedule</a> / <a href="speakers.html">Speakers</a></h3>
   </div>
 </div>
 </div>