Skip to content

Commit 04629dd

Browse files
committed
Edits to remove Simon as Equity Officer, take 'Host' off Drew's profile, and add Marie to people page
1 parent 5e3ca46 commit 04629dd

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

pages-people/people-drew.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ <h4>Drew Morgan</h4>
1111
<div class="col-md-8 col-lg-6">
1212
<div class="row">
1313
<div class="col col-md-6">
14-
<p class="text-muted no-margin">Benevolent Leader, Host, Mentor</p>
14+
<p class="text-muted no-margin">Benevolent Leader, Mentor</p>
1515
</div>
1616
<div class="col-md-6 twitter-mention-container text-right">
1717
<a href="https://twitter.com/intent/tweet?screen_name=dangerworm" class="twitter-mention-button"

pages-people/people-simon.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ <h4>Simon Davey</h4>
1111
<div class="col-md-8 col-lg-6">
1212
<div class="row">
1313
<div class="col col-md-12">
14-
<p class="text-muted no-margin">Mentor, Interim Equity Officer</p>
14+
<p class="text-muted no-margin">Mentor</p>
1515
</div>
1616
</div>
1717
<div class="row">

people.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,12 @@ <h1>{{page.title}}</h1>
2222
<br />
2323
{% include_relative pages-people/people-jim.html %}
2424
<br />
25-
{% include_relative pages-people/people-liz.html %}
25+
{% include_relative pages-people/people-marie.html %}
2626
<br />
2727
{% include_relative pages-people/people-sean.html %}
2828
<br />
29+
{% include_relative pages-people/people-liz.html %}
30+
<br />
2931
{% include_relative pages-people/people-simon.html %}
3032

3133
{% for person_hash in site.data.people %}

0 commit comments

Comments
 (0)