replaced 'LibrePlanet Conference' -> 'LibrePlanet'
[libreplanet-static.git] / 2014 / javascript / index.html
CommitLineData
d7c90eae 1<!DOCTYPE html>
2<html lang="en">
3 <head>
4 <meta charset="utf-8" />
5 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
7 <link href="/2014/assets/css/bootstrap.min.css" rel="stylesheet" media="screen" />
8 <link href="/2014/assets/css/custom.css" rel="stylesheet" media="screen" />
ce015fb2 9 <title>LibrePlanet 2014</title>
d7c90eae 10 </head>
11 <body>
12
13 <div id="wrapper"> <!-- start of wrapper -->
c94ceece 14
d7c90eae 15 <div class="container"> <!-- start of container -->
16 <div class="row">
17 <div class="col-sm-9">
18 <div class="page-header">
ce015fb2 19 <h1>LibrePlanet <small>2014</small></h1>
d7c90eae 20 <p><strong>March 23rd-24th 2014 in Cambridge, MA</strong></p>
c94ceece 21 </div>
d7c90eae 22 </div>
23 <div class="col-sm-3"> <!-- start of signup form -->
24 <form role="form" class="margin-top">
25 <div class="form-group">
26 <label class="sr-only" for="emailAddress">Email address</label>
27 <input type="email" class="form-control" id="emailAddress" placeholder="Your email address" required>
28 </div>
29 <button type="submit" class="btn btn-default btn-block">Sign Up</button>
30 </form>
31 <p class="help-block">Read the <a href="#">privacy
32 policy</a>.</p>
33 </div> <!-- end of signup form -->
34 </div>
35 </div> <!-- end of header container -->
36
37 <div class="container"> <!-- start of container -->
38 <div class="row margin-top">
39 <div class="col-sm-4"> <!-- start of nav items -->
40 <ul class="nav nav-pills nav-stacked">
41 <li class="active"><a href="#">Home</a></li>
ce015fb2 42 <li><a href="#">Videos from LP 2013</a></li>
d7c90eae 43 <li><a href="#">Previous years</a></li>
44 <li><a href="#">Anti-harassment policy</a></li>
45 </ul>
46 <div class="fsf-donate-button">
47 <a href="#">
c94ceece 48 <img class="img-responsive"
d7c90eae 49 src="https://static.fsf.org/nosvn/donate.en.png"
50 alt="[ Donate to the FSF ]" />
51 </a>
52 </div>
53 </div> <!-- end of nav items -->
54
55 <div class="col-sm-8"> <!-- start of LPC 14 main text -->
56 <h2> Javascript <small>Licenses</small> </h2>
57 <table id="jslicense-labels1" class="table">
58 <thead>
59 <tr>
60 <th>JS Name</th>
61 <th>JS License</th>
62 <th>JS Source</th>
63 </tr>
64 </thead>
65 <tbody>
66 <tr>
67 <td><a href="/2014/assets/js/jquery-1.10.2.min.js">jquery-1.10.2.min.js</a></td>
68 <td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
69 <td><a href="/2014/assets/js/jquery-1.10.2.js">jquery-1.10.2.js</a></td>
70 </tr>
71 <tr>
72 <td><a href="/2014/assets/js/bootstrap.min.js">bootstrap.min.js</a></td>
73 <td><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache-2.0-only</a></td>
74 <td><a href="/2014/assets/js/bootstrap.js">bootstrap.js</a></td>
75 </tr>
76 </tbody>
77 </table>
78 </div> <!-- end of LPC 14 main text -->
79 </div>
80 </div> <!-- end of container -->
81
82 </div> <!-- end of wrapper -->
83
84 <div id="footer">
85 <div class="container">
86 <p class="text-muted">
a8b34a5e 87 The <a href="http://www.fsf.org/">Free Software
88 Foundation</a> is a nonprofit with a worldwide mission to
89 advance software freedom learn about our history and
90 work.</p>
d7c90eae 91
a8b34a5e 92 <p class="text-muted"> Copyright &copy; 2013 Free Software
93 Foundation, Inc. This work is licensed under
94 a <a href="http://creativecommons.org/licenses/by-nd/3.0/us/">Creative
95 Commons Attribution-NoDerivs 3.0 United
96 States</a>. <a href="http://www.gnu.org/licenses/license-list.html#OpinionLicenses">Why
97 this license?</a></p>
c94ceece 98
d7c90eae 99 <p class="text-muted text-center">
100 <small>
101 <a href="/2014/javascript/" rel="jslicense">Javascript license information.</a>
102 </small>
103 </p>
104 </div>
105 </div>
106 </body>
107</html>