df351547fe4f0dfa465dcd0b32a87ec9bab244b3
[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>Located just south of <a href="https://en.wikipedia.org/wiki/Volunteer_Park_(Seattle)">Volunteer Park</a> in Seattle's vibrant <a href="https://en.wikipedia.org/wiki/Capitol Hill,_Seattle">Capitol Hill</a>, <strong>Extraordinary Least Squares</strong> is an exclusive living and working space 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     <blockquote>908 15th Ave E<br />
65       Seattle, WA 98112</blockquote>
66     
67     <p>ELS is easily accessible by a number of different transport options. The <a href="https://kingcounty.gov/depts/transportation/metro/schedules-maps/010.aspx">Route 10</a> bus runs directly between us and downtown. Alternatively, it's a 20 minute walk to Capitol hill link station. 15th Also has shared bike markings, though 19th (turning into Interlaken) is a preferable street for getting in and out of the area. We have plenty of places to park and lock your bike in the front yard and back garage.</p>
68
69     <p>When visiting us, walk through the wood fence and find our main door. Ring our doorbell or call one of us when you are outside the door and we will let you in.</p>
70
71 <!--    <h2>Bike Directions</h2> -->
72
73 <!--    <h2>Transit Directions</h2> -->
74
75 <!--      <h2>Parking</h2> -->
76
77 <!--      <h2>Airport Directions</h2> -->
78
79 <!--      <h3>Mass Transit</h3> -->
80         </div>
81
82         <div class="col-md-6">
83
84 <!--      <h2>Contact Us</h2> -->
85
86
87           <h2>Calendar</h2>
88
89           <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>
90
91           <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>
92
93         </div>
94       </div>
95
96
97
98     <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
99     <script src="//code.jquery.com/jquery.js"></script>
100     <!-- Include all compiled plugins (below), or include individual files as needed -->
101     <script src="js/bootstrap.min.js"></script>
102   </body>
103
104 <!--  LocalWords:  ORCA Eastlake Montlake SeaTac ELS OneBusAway th
105  -->
106 <!--  LocalWords:  Bagley Yay Newbold Interlaken Laurelhurst
107  -->
108

Benjamin Mako Hill || Want to submit a patch?