add font weight to dates on news page, call out what our advisors have helped with
This commit is contained in:
parent
f76e8766e5
commit
dbf42d2689
2 changed files with 7 additions and 2 deletions
|
@ -27,6 +27,7 @@ Our team of North Bay and Bay Area locals has years of experience building commu
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://facebook.com/northbaypython" title="North Bay Python on Facebook">Facebook</a></li>
|
<li><a href="https://facebook.com/northbaypython" title="North Bay Python on Facebook">Facebook</a></li>
|
||||||
<li><a href="https://twitter.com/northbaypython" title="North Bay Python on Twitter">Twitter</a></li>
|
<li><a href="https://twitter.com/northbaypython" title="North Bay Python on Twitter">Twitter</a></li>
|
||||||
|
<li><a href="http://webchat.freenode.net/?channels=%23nbpy" title="IRC Web Client for North Bay Python's #nbpy Channel on Freenode">IRC (#nbpy on Freenode)</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
@ -53,8 +54,8 @@ Our team of North Bay and Bay Area locals has years of experience building commu
|
||||||
<p>We acknowledge that our small team has limited perspective, and that to build a truly inclusive event, we need to seek the perspectives of a diverse range of people. We thank the following people and organizations for providing us with advice along the way.</p>
|
<p>We acknowledge that our small team has limited perspective, and that to build a truly inclusive event, we need to seek the perspectives of a diverse range of people. We thank the following people and organizations for providing us with advice along the way.</p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://twitter.com/vavroom" title="Nicolas Steenhout on Twitter">Nicolas Steenhout</a></li>
|
<li><a href="https://twitter.com/vavroom" title="Nicolas Steenhout on Twitter">Nicolas Steenhout</a> who is helping us with accessibility and inclusion of people with disabilities.</li>
|
||||||
<li><a href="https://twitter.com/vmbrasseur" title="VM Brasseur on Twitter">VM (Vicky) Brasseur</a></li>
|
<li><a href="https://twitter.com/vmbrasseur" title="VM Brasseur on Twitter">VM (Vicky) Brasseur</a> who is helping us run an excellent call for proposals and support new speakers with regular office hours and speaker training.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -299,3 +299,7 @@ body:not(.home) {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
span.date {
|
||||||
|
font-weight: 900;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue