1b388ca248bf639d0c276d606f0b8b8b551ab1be
[leastsquares-website] / index.html
1 <!DOCTYPE html>
2 <html>
3   <head>
4     <title>Extraordinary Least Squares</title>
5     <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
7 <!-- Bootstrap -->
8     <link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
9
10     <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
11     <!--[if lt IE 9]>
12       <script src="../../assets/js/html5shiv.js"></script>
13       <script src="../../assets/js/respond.min.js"></script>
14     <![endif]-->
15   </head>
16   <body>
17
18     <div class="navbar">
19     <div class="navbar navbar-inverse navbar-fixed-top">
20       <div class="container">
21         <div class="navbar-header">
22           <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
23             <span class="icon-bar"></span>
24             <span class="icon-bar"></span>
25             <span class="icon-bar"></span>
26           </button>
27           <a class="navbar-brand" href="#">Extraordinary Least Squares</a>
28         </div>
29         <div class="navbar-collapse collapse">
30           <ul class="nav navbar-nav">
31             <li class="active"><a href="#">Home</a></li>
32           </ul>
33         </div><!--/.navbar-collapse -->
34       </div>
35     </div>
36
37
38     <div class="jumbotron">
39       <div class="container">
40
41         <img src="seattle-image.png" class="img-responsive" style="border: 1px black solid; margin-top: 1em;" />
42
43         <h1>Extraordinary Least Squares</h1>
44
45         <p><em>Extraordinary Least Squares</em> is a semi-virtual community dedicated to supporting and promoting innovative food and drink, quantitative research methodology, technology, and freedom. Community members host semi-regular social events. If you're curious, join the mailing list below! </p>
46       </div>
47     </div>
48
49
50     <div class="container">
51       <!-- Example row of columns -->
52       <div class="row">
53         <div class="col-md-6">
54           <h2>Stay Connected</h2>
55
56           <p>Three of the best ways to stay involved with happenings are:</p>
57
58           <ul>
59             <li>Sign up for the <a href="http://lists.leastsquar.es/cgi-bin/mailman/listinfo/community">ELS Community Mailing List</a>.</li>
60             <li>Join the <a href="http://wiki.mako.cc/Leastsquares_IRC_channel">ELS chat channel</a> on Internet Relay Chat (IRC).</li>
61             <li>Subscribe to or follow our events calendar below.</li>
62           </ul>
63 <!--      <h2>Visit Us</h2> -->
64
65 <!--    <h2>Bike Directions</h2> -->
66
67 <!--    <h2>Transit Directions</h2> -->
68
69 <!--      <h2>Parking</h2> -->
70
71 <!--      <h2>Airport Directions</h2> -->
72
73 <!--      <h3>Mass Transit</h3> -->
74         </div>
75
76         <div class="col-md-6">
77
78 <!--      <h2>Contact Us</h2> -->
79
80
81           <h2>Calendar</h2>
82
83           <p>If you would like to be able to add things to the calendar yourself, great! You can email any member of the ELS management team to ask for access.</p>
84
85           <iframe src="https://www.google.com/calendar/embed?height=800&amp;wkst=1&amp;bgcolor=%23FFFFFF&amp;src=rh2qji2voa0o06bafgg09s1fuc%40group.calendar.google.com&amp;color=%232F6309&amp;ctz=America%2FLos_Angeles" style=" border-width:0 " width="100%" height="700" frameborder="0" scrolling="no"></iframe>
86
87         </div>
88       </div>
89
90
91
92     <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
93     <script src="//code.jquery.com/jquery.js"></script>
94     <!-- Include all compiled plugins (below), or include individual files as needed -->
95     <script src="js/bootstrap.min.js"></script>
96   </body>
97
98 <!--  LocalWords:  ORCA Eastlake Montlake SeaTac ELS OneBusAway th
99  -->
100 <!--  LocalWords:  Bagley Yay Newbold Interlaken Laurelhurst
101  -->
102

Benjamin Mako Hill || Want to submit a patch?