Improving anti-harassment policy formatting.
[libreplanet-static.git] / 2014 / javascript / index.html
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" />
9 <title> JavaScript License Info &mdash; LibrePlanet 2014</title>
10 </head>
11 <body>
12
13 <div id="wrapper"> <!-- start of wrapper -->
14 <div class="lp-banner"> <!--start of lp banner -->
15 <div class="container"> <!-- start of container -->
16 <div class="row">
17 <div class="col-sm-7"> <!-- start of lp header -->
18 <div class="lp-head">
19 <h1><a href="/2014/"> LibrePlanet <small>2014</small></a></h1>
20 <p><strong>March 23rd-24th 2014 in Cambridge, MA</strong></p>
21 <p class="text-muted">The yearly conference of the free software community</p>
22 </div>
23 </div><!-- end of lp header -->
24 <div class="col-sm-5"> <!-- start of signup form -->
25 <form role="form" class="margin-top lp-signup"
26 action="https://crm.fsf.org/civicrm/profile/create?gid=234&amp;reset=1"
27 method="post" name="Edit" id="Edit">
28 <div>
29 <input name="postURL" type="hidden" value="" />
30 <input name="cancelURL" type="hidden"
31 value="https://crm.fsf.org/civicrm/profile?reset=1&amp;gid=234" />
32 <input name="add_to_group" type="hidden" value="306" />
33 <input name="_qf_default" type="hidden" value="Edit:cancel" />
34 </div>
35
36 <div id="crm-container" class="crm-container crm-public" lang="en"
37 xml:lang="en">
38
39 <div id="editrow-email-Primary"
40 class="form-group">
41 <label class="sr-only" for="email-Primary">
42 Email
43 </label>
44 <div class="input-group">
45 <input class="form-control"
46 name="email-Primary"
47 id="email-Primary"
48 type="email"
49 placeholder="Your email address" required>
50 <span class="input-group-btn">
51 <button type="submit" class="btn btn-default"
52 accesskey="S" name="_qf_Edit_next" value="Save"
53 id="_qf_Edit_next">
54 Receive updates
55 </button>
56 </span>
57 </div>
58 <p class="help-block">Read our
59 <a href="https://my.fsf.org/donate/privacypolicy.html">
60 privacy policy</a>.</p>
61 </div>
62 </div>
63 </form>
64 </div> <!-- end of signup form -->
65 </div>
66 </div> <!-- end of header container -->
67 </div> <!-- end of lp banner -->
68
69 <div class="container"> <!-- start of container -->
70 <div class="row">
71 <div class="col-sm-3"> <!-- start of nav items -->
72 <ul class="nav nav-pills nav-stacked">
73 <li><a href="#">Videos from LP 2013</a></li>
74 <li><a href="#">Previous years</a></li>
75 <li><a href="/2014/anti-harassment/">Anti-harassment policy</a></li>
76 </ul>
77 <div class="fsf-donate-button">
78 <a href="#">
79 <img class="img-responsive"
80 src="https://static.fsf.org/nosvn/donate.en.png"
81 alt="[ Donate to the FSF ]" />
82 </a>
83 </div>
84 </div> <!-- end of nav items -->
85
86 <div class="col-sm-8"> <!-- start of LPC 14 main text -->
87 <h2> Javascript <small>Licenses</small> </h2>
88 <table id="jslicense-labels1" class="table">
89 <thead>
90 <tr>
91 <th>JS Name</th>
92 <th>JS License</th>
93 <th>JS Source</th>
94 </tr>
95 </thead>
96 <tbody>
97 <tr>
98 <td><a href="/2014/assets/js/jquery-1.10.2.min.js">jquery-1.10.2.min.js</a></td>
99 <td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
100 <td><a href="/2014/assets/js/jquery-1.10.2.js">jquery-1.10.2.js</a></td>
101 </tr>
102 <tr>
103 <td><a href="/2014/assets/js/bootstrap.min.js">bootstrap.min.js</a></td>
104 <td><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache-2.0-only</a></td>
105 <td><a href="/2014/assets/js/bootstrap.js">bootstrap.js</a></td>
106 </tr>
107 </tbody>
108 </table>
109 </div> <!-- end of LPC 14 main text -->
110 </div>
111 </div> <!-- end of container -->
112
113 </div> <!-- end of wrapper -->
114
115 <div id="footer">
116 <div class="container">
117 <p class="text-muted text-center">
118 The <a href="http://www.fsf.org/">Free Software
119 Foundation</a> is a nonprofit with a worldwide mission to
120 advance software freedom.</p>
121
122 <p class="text-muted text-center"><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/80x15.png" /></a> This page and its images, logos and videos are licensed under a<br><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>. Copyright &copy; 2013 Free Software Foundation.</p>
123
124 <p class="text-muted text-center"><a href="/2014/javascript/" rel="jslicense">Javascript license information.</a>
125 </p>
126 </div>
127 </div>
128 </body>
129 </html>