Added JavaScript weblabels page.
authorrsiddharth <rsd@gnu.org>
Thu, 26 Sep 2013 17:31:08 +0000 (23:01 +0530)
committerrsiddharth <rsd@gnu.org>
Thu, 26 Sep 2013 17:31:08 +0000 (23:01 +0530)
It is located at /2014/javascript/

2014/javascript/index.html [new file with mode: 0644]

diff --git a/2014/javascript/index.html b/2014/javascript/index.html
new file mode 100644 (file)
index 0000000..555d8d1
--- /dev/null
@@ -0,0 +1,105 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+       <meta charset="utf-8" />
+       <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 
+
+       <link href="/2014/assets/css/bootstrap.min.css" rel="stylesheet" media="screen" />
+       <link href="/2014/assets/css/custom.css" rel="stylesheet" media="screen" /> 
+       <title>LibrePlanet Conference 2014</title>
+  </head>
+  <body>
+
+       <div id="wrapper"> <!-- start of wrapper -->
+         
+         <div class="container"> <!-- start of container -->
+               <div class="row">
+                 <div class="col-sm-9">
+                       <div class="page-header">
+                         <h1>LibrePlanet Conference <small>2014</small></h1>
+                         <p><strong>March 23rd-24th 2014 in Cambridge, MA</strong></p>
+                       </div> 
+                 </div>
+                 <div class="col-sm-3"> <!-- start of signup form -->
+                       <form role="form" class="margin-top">
+                         <div class="form-group">
+                               <label class="sr-only" for="emailAddress">Email address</label>
+                               <input type="email" class="form-control" id="emailAddress" placeholder="Your email address" required>
+                         </div>
+                         <button type="submit" class="btn btn-default btn-block">Sign Up</button>
+                       </form>
+                       <p class="help-block">Read the <a href="#">privacy
+                               policy</a>.</p>
+                 </div> <!-- end of signup form -->
+               </div>
+         </div> <!-- end of header container -->
+
+         <div class="container"> <!-- start of container -->
+               <div class="row margin-top">
+                 <div class="col-sm-4"> <!-- start of nav items -->
+                       <ul class="nav nav-pills nav-stacked">
+                         <li class="active"><a href="#">Home</a></li>
+                         <li><a href="#">Videos from LPC 2013</a></li>
+                         <li><a href="#">Previous years</a></li>
+                         <li><a href="#">Anti-harassment policy</a></li>
+                       </ul>
+                       <div class="fsf-donate-button">
+                         <a  href="#">
+                               <img class="img-responsive" 
+                                        src="https://static.fsf.org/nosvn/donate.en.png" 
+                                        alt="[ Donate to the FSF ]" />
+                         </a>
+                       </div>
+                 </div> <!-- end of nav items -->
+
+                 <div class="col-sm-8"> <!-- start of LPC 14 main text -->
+                       <h2> Javascript <small>Licenses</small> </h2>
+                       <table id="jslicense-labels1" class="table">
+                         <thead>
+                               <tr>
+                                 <th>JS Name</th>
+                                 <th>JS License</th>
+                                 <th>JS Source</th>
+                               </tr>
+                         </thead>
+                         <tbody>
+                               <tr>
+                                 <td><a href="/2014/assets/js/jquery-1.10.2.min.js">jquery-1.10.2.min.js</a></td>
+                                 <td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
+                                 <td><a href="/2014/assets/js/jquery-1.10.2.js">jquery-1.10.2.js</a></td>
+                               </tr>
+                               <tr>
+                                 <td><a href="/2014/assets/js/bootstrap.min.js">bootstrap.min.js</a></td>
+                                 <td><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache-2.0-only</a></td>
+                                 <td><a href="/2014/assets/js/bootstrap.js">bootstrap.js</a></td>
+                               </tr>
+                         </tbody>
+                       </table>
+                 </div> <!-- end of LPC 14 main text -->
+               </div>
+         </div> <!-- end of container -->
+
+       </div> <!-- end of wrapper -->
+
+       <div id="footer">
+         <div class="container">
+               <p class="text-muted">
+                 The FSF is a nonprofit with a worldwide
+                 mission to advance software freedom learn about our history
+                 and work.</p>
+
+                 <p class="text-muted"> Copyright &copy;
+                 2013 <a href="#">Free Software Foundation, Inc</a>.This work
+                 is licensed under a <a href="">Creative Commons
+                 Attribution-No Derivative Works 3.0 license (or later
+                 version)</a>. <a href="#">Why this license?</a></p>
+                 
+                 <p class="text-muted text-center">
+                       <small>
+                         <a href="/2014/javascript/" rel="jslicense">Javascript license information.</a>
+                       </small>
+                 </p>
+         </div>
+       </div>
+  </body>
+</html>