Skip to content

Commit

Permalink
Fixing typos, adding some bios (#105)
Browse files Browse the repository at this point in the history
### 📜 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.
  • Loading branch information
3vivekb authored Aug 23, 2024
1 parent 30da036 commit 3733a94
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -197,12 +197,12 @@ <h3>Executive Directors</h3>
<div id="leader" class="leader">
<h2>Joey Richardson</h2>
<img class="image-set" src="assets/img/leadership/exec_directors/joey.png" />
<p>CO Director</p>
<p>Co-Director</p>
</div>
<div id="leader" class="leader">
<h2>Nick Katsantones</h2>
<img class="image-set" src="assets/img/leadership/exec_directors/joey.png" />
<p>CO Director</p>
<img class="image-set" src="assets/img/leadership/exec_directors/nick.png" />
<p>Co-Director</p>
</div>
<h3>Board Members Team</h3>
<div id="leader" class="leader">
Expand All @@ -221,33 +221,34 @@ <h3>Project Leaders</h3>
</div>
<h3>Former Leadership</h3>
<div id="formerLeadership">
<div id="leader" class="captain">
<h2>Annie Steenson</h2>
<img class="image-set" src="assets/img/leadership/exec_directors/annie.png" />
<p>CO-Director</p>
</div>
<div id="leader" class="captain">
<h2>Ellina Yin</h2>
<img class="image-set" src="assets/img/leadership/former_leadership/ellinaYin.jpg" />
<p>CO-Director</p>
<p>Co-Director</p>
</div>
</div>
<h3>Former Captains</h3>
<div id="formerLeadership">
<div id="leader" class="captain">
<h2>Kalen Gallagher</h2>
<img class="image-set" src="assets/img/leadership/former_leadership/kalenGallagher.png" />
<p>Origin Captain along with Michelle Thong active years 2014 - 2017</p>
<p>Co-founder and Co-Captain 2014 - 2017</p>
</div>
<div id="leader" class="captain">
<h2>Michelle Thong</h2>
<img class="image-set" src="assets/img/leadership/former_leadership/michellleThong.jpg" />
<p>CO Captain with Vivek Bensal active yers from 2015 - 2019</p>
<p>Co-founder and Co-Captain 2014 - 2019</p>
</div>
<div id="leader" class="captain">
<h2>Vivek Bensal</h2>
<h2>Vivek Bansal</h2>
<img class="image-set" src="assets/img/leadership/former_captains/vivek.jpg" />
<p>CO Captain with Michelle Thong active yers from 2015 - 2019</p>
<p>Co-Captain 2014 - 2019
Vivek was a Co-Captain and Project Manager with Code for San José. His overall goal was inspiring people to
contribute to local government and non-profits.
</p>
<p>
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>
with Minh.
</p>
</div>
<div id="leader" class="captain">
<h2>Yan Yin Choy</h2>
Expand Down Expand Up @@ -322,4 +323,4 @@ <h5>Social Media</h5>
</body>
<script src="./assets/js/leadership-team.js"></script>

</html>
</html>

0 comments on commit 3733a94

Please sign in to comment.