]> projects.mako.cc - leastsquares-website/blob - index.html
updated with the new address
[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>, Extraordinary Least Squares (ELS) 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
55           <img src="els-hex.png" alt="ELS bicycle logo" class="img-responsive" style="max-width: 100%;" />
56
57           <p><em>Extraordinary Least Squares</em> is located at the heart of <a href="https://en.wikipedia.org/wiki/Capitol_Hill_(Seattle)">Capitol Hill</a> neighborhood at the following address:</p>
58
59     <h2>Visit Us</h2>
60     <blockquote>233 Harvard Ave E<br />
61       Seattle, WA 98102</blockquote>
62
63     <p>When visiting us, walk through the fence door and go up the front porch steps. Ring our doorbell or call one of us when you are outside the door and we will let you in.</p>
64
65         <h2>Transit Directions</h2>
66
67           <p>ELS is easily accessible by a number of different transport options. We are located approximately two blocks (and less than a 5 minute walk) from the northern entrance to the <a href="https://en.wikipedia.org/wiki/Capitol_Hill_station">Capitol Hill Link station</a> which is the 1 Line. The train runs directly from Seattle/Tacoma Airport, Downtown Seattle, and the University of Washington (among other places). There are also a range of very good bus connections with <a href="https://kingcounty.gov/depts/transportation/metro/schedules-maps/">King County Metro</a>.</p>
68
69   <h2>Bike Directions</h2>
70
71     <p>The house is easily accessible by bicycle although Capitol Hill is a serious hill! Here are our best methods for minimizing the hills:</p>
72     <ul>
73         <li>If you are coming from the south, taking 12th Avenue to the Pike/Pine street area will minimize the grade.</li>
74         <li>If you are coming from the University of Washington, cross the Montlake Bridge and 520 on the Lake Washington (East) side and then weave your way back to 25th Ave E. Take a quick right on Boyer, left on 24th, and right on Interlaken Blvd East. Interlaken Blvd will become a beautiful wooded bike path before intersecting with Interlaken Drive East. A left onto Interlaken Drive will get you almost to the top of the hill. At the end of Interlaken Drive, take a right on Galer Street, a left on 18th, and a right on Harrison, and then a left on Harvard will bring you the house.</li>
75         <li>The <a href="https://www.soundtransit.org/ride-with-us/know-before-you-go/bringing-your-bike/how-to-bring-your-bike-link">Link light rail allows bikes</a>! So you can take the train and an elevator to (almost) the top of the hill.</li>
76     </ul>
77
78     <p>You can park on the street or contact us to bring your car into our garage which can be reached on the side of the house on Thomas Street.</p>
79
80 <!--      <h2>Parking</h2> -->
81
82 <!--      <h2>Airport Directions</h2> -->
83
84
85           <h2>Contact Us</h2>
86
87           <p><a name="contact"></a>For more information please contact any member of the ELS management team (ordered by height):</p>
88
89           <p><strong>Mika Matsuzaki</strong><br /> Phone: (+1) 206-890-5155<br /> Email: mika@yukidoke.org</p>
90
91           <p><strong>Ian Klatzco</strong><br /> Phone: (+1) 847-703-7007<br /> Email: iklatzco AT gmail DOT com</p>
92
93           <p><strong>Will Scott</strong><br /> Phone: (+1) 206-395-9362<br /> Email: me@wills.co.tt</p>
94
95           <p><strong>Lucy Lu Wang</strong><br /> Email: mail@llwang.net</p>
96
97           <p><strong>Bryan Newbold</strong><br /> Email: bnewbold@robocracy.org</p>
98
99           <p><strong>Benjamin Mako Hill</strong><br /> Phone: (+1) 206-409-7191<br /> Email: mako@atdot.cc</p>
100
101         </div>
102
103         <div class="col-md-6">
104           <h2>Stay Connected</h2>
105
106           <p>Three of the best ways to stay involved with happenings are:</p>
107
108           <ul>
109             <li>Sign up for the <a href="https://lists.leastsquar.es/postorius/lists/community.lists.leastsquar.es/">ELS Community Mailing List</a>.</li>
110             <li>Join the <a href="http://wiki.mako.cc/Leastsquares_IRC_channel">ELS chat channel</a> on Internet Relay Chat (IRC).</li>
111             <li>Subscribe to or follow our events calendar below.</li>
112           </ul>
113
114
115           <h2>Calendar</h2>
116
117           <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>
118
119           <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>
120
121         </div>
122       </div>
123
124
125
126     <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
127     <script src="//code.jquery.com/jquery.js"></script>
128     <!-- Include all compiled plugins (below), or include individual files as needed -->
129     <script src="js/bootstrap.min.js"></script>
130   </body>
131
132 <!--  LocalWords:  ORCA Eastlake Montlake SeaTac ELS OneBusAway th
133  -->
134 <!--  LocalWords:  Bagley Yay Newbold Interlaken Laurelhurst Klatzco
135 <!--  LocalWords:  iklatzco
136  -->
137  -->

Benjamin Mako Hill || Want to submit a patch?