You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Born and raised in Colorado and Oregon. Majored in computer science, French, and engineering physics at Whitworth University. Studied abroad at Institut National de Sciences Appliques de Lyon in Lyon France and traveled Europe extensively. Lived, taught, and coached teachers in urban and rural Mississippi.
47
+
</p>
48
+
49
+
<h2>What I Do Now</h2>
50
+
<p>
51
+
I currently serve as the founding computer science teacher at Alpha Cindy Avitia High School, where I have the joy of working with students from all over East San Jose to discover more about computer science. I also find time to mountain bike, spend time with close friends, and occassionally play some guitar.
52
+
</p>
53
+
143
54
</div>
144
-
<divclass="grid">
145
-
<divclass="unit four-fifths">
146
-
<divclass="grid">
147
-
<divclass="unit whole">
148
-
<pclass="align-center">Gridception!</p>
149
-
</div>
150
-
</div>
151
-
<divclass="grid">
152
-
<divclass="unit one-quarter">
153
-
<pre>★</pre>
154
-
</div>
155
-
<divclass="unit one-quarter">
156
-
<pre>★</pre>
157
-
</div>
158
-
<divclass="unit one-quarter">
159
-
<pre>★</pre>
160
-
</div>
161
-
<divclass="unit one-quarter">
162
-
<pre>★</pre>
163
-
</div>
164
-
</div>
165
-
</div>
166
-
<divclass="unit one-fifth">
167
-
<pre>★</pre>
168
-
</div>
55
+
56
+
<divid="footer">
57
+
169
58
</div>
170
-
</div>
171
-
</div>
172
-
</section>
173
59
174
-
<sectionclass="usage">
175
-
<divclass="grid">
176
-
<divclass="unit whole">
177
-
<h2>Download</h2>
178
-
<pclass="lead">You have two main options for using Gridism in your project.</p>
179
-
</div>
180
-
</div>
181
-
<divclass="grid">
182
-
<divclass="unit one-third">
183
-
<h3>A. Bower</h3>
184
-
<p>Gridism can be installed using the <ahref="http://bower.io">Bower</a> package manager.</p>
185
-
<pre><code>bower install gridism</code></pre>
186
-
</div>
187
-
<divclass="unit one-third">
188
-
<h3>B. Manual</h3>
189
-
<p><ahref="https://github.com/cobyism/gridism/archive/gh-pages.zip">Download the ZIP</a>, extract the source code, and copy <code>gridism.css</code> into your project’s directory.</p>
190
-
</div>
191
-
<divclass="unit one-third">
192
-
<h3>Elsewise</h3>
193
-
<p>Of course, you could also clone <ahref="https://github.com/cobyism/gridism">the repository</a> using your terminal, or even add it as a <ahref="http://git-scm.com/book/en/Git-Tools-Submodules">submodule</a> of your project.</p>
194
-
</div>
195
-
</div>
196
-
<divclass="grid">
197
-
<divclass="unit whole">
198
-
<h2>Installation</h2>
199
-
<pclass="lead">Once you’ve acquired the Gridism source code, there’s a couple of other things you’ll probably want to do.</p>
200
-
</div>
201
-
</div>
202
-
<divclass="grid">
203
-
<divclass="unit whole">
204
-
<h3>1. Stylesheet</h3>
205
-
<p>Add the following stylesheet to the <code><head></code> section of your project’s HTML. If you didn’t use Bower, you may need to adjust the path to the CSS file to match your file structure.</p>
<p>Set the scale of your viewport to the width of the device. Placing the following tag in the <code><head></code> of your HTML ensures the viewport doesn’t load zoomed-out on mobiles and tablets.</p>
0 commit comments