Skip to content

Commit 3733a94

Browse files
authored
Fixing typos, adding some bios (#105)
### 📜 Description - Describe the general shape of this PR (new feature? refactor? bug fix? one-line change?) Bug Fix - Describe what changes are being made Updating about page fixing some typos.
1 parent 30da036 commit 3733a94

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

about.html

+16-15
Original file line numberDiff line numberDiff line change
@@ -197,12 +197,12 @@ <h3>Executive Directors</h3>
197197
<div id="leader" class="leader">
198198
<h2>Joey Richardson</h2>
199199
<img class="image-set" src="assets/img/leadership/exec_directors/joey.png" />
200-
<p>CO Director</p>
200+
<p>Co-Director</p>
201201
</div>
202202
<div id="leader" class="leader">
203203
<h2>Nick Katsantones</h2>
204-
<img class="image-set" src="assets/img/leadership/exec_directors/joey.png" />
205-
<p>CO Director</p>
204+
<img class="image-set" src="assets/img/leadership/exec_directors/nick.png" />
205+
<p>Co-Director</p>
206206
</div>
207207
<h3>Board Members Team</h3>
208208
<div id="leader" class="leader">
@@ -221,33 +221,34 @@ <h3>Project Leaders</h3>
221221
</div>
222222
<h3>Former Leadership</h3>
223223
<div id="formerLeadership">
224-
<div id="leader" class="captain">
225-
<h2>Annie Steenson</h2>
226-
<img class="image-set" src="assets/img/leadership/exec_directors/annie.png" />
227-
<p>CO-Director</p>
228-
</div>
229224
<div id="leader" class="captain">
230225
<h2>Ellina Yin</h2>
231226
<img class="image-set" src="assets/img/leadership/former_leadership/ellinaYin.jpg" />
232-
<p>CO-Director</p>
227+
<p>Co-Director</p>
233228
</div>
234229
</div>
235-
<h3>Former Captains</h3>
236230
<div id="formerLeadership">
237231
<div id="leader" class="captain">
238232
<h2>Kalen Gallagher</h2>
239233
<img class="image-set" src="assets/img/leadership/former_leadership/kalenGallagher.png" />
240-
<p>Origin Captain along with Michelle Thong active years 2014 - 2017</p>
234+
<p>Co-founder and Co-Captain 2014 - 2017</p>
241235
</div>
242236
<div id="leader" class="captain">
243237
<h2>Michelle Thong</h2>
244238
<img class="image-set" src="assets/img/leadership/former_leadership/michellleThong.jpg" />
245-
<p>CO Captain with Vivek Bensal active yers from 2015 - 2019</p>
239+
<p>Co-founder and Co-Captain 2014 - 2019</p>
246240
</div>
247241
<div id="leader" class="captain">
248-
<h2>Vivek Bensal</h2>
242+
<h2>Vivek Bansal</h2>
249243
<img class="image-set" src="assets/img/leadership/former_captains/vivek.jpg" />
250-
<p>CO Captain with Michelle Thong active yers from 2015 - 2019</p>
244+
<p>Co-Captain 2014 - 2019
245+
Vivek was a Co-Captain and Project Manager with Code for San José. His overall goal was inspiring people to
246+
contribute to local government and non-profits.
247+
</p>
248+
<p>
249+
He worked on projects like Open Disclosure and starting up the South Bay OpenStreetMap team. One of his most stressful and time consuming projects was leading the <a href="https://wiki.openstreetmap.org/wiki/Santa_Clara_County,_California/San_Jose_Sidewalk_Import">San Jose sidewalk import</a>
250+
with Minh.
251+
</p>
251252
</div>
252253
<div id="leader" class="captain">
253254
<h2>Yan Yin Choy</h2>
@@ -322,4 +323,4 @@ <h5>Social Media</h5>
322323
</body>
323324
<script src="./assets/js/leadership-team.js"></script>
324325

325-
</html>
326+
</html>

0 commit comments

Comments
 (0)