Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
add email addresses to About page, closes #30
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenClontz committed Jan 11, 2018
1 parent 44b76e9 commit 46ef65c
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions src/components/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,29 +39,26 @@ const About = () => (

<h2>Our Team</h2>

<h3>James Dabbs - Lead Software Developer</h3>
<h3>James Dabbs <small>Lead Software Developer</small></h3>
<p>
TODO: add info about James.
TODO: add info about James. Email:{' '}
<a href="mailto:[email protected]">
[email protected]
</a>
</p>

<h3>Steven Clontz - Lead Mathematical Editor</h3>
<h3>Steven Clontz <small>Lead Mathematical Editor</small></h3>
<p>
<a href="http://clontz.org">Steven Clontz</a>{' '}
serves as Assistant Professor of Mathematics at the
University of South Alabama. His research focuses on game-theoretic
characterizations of topological properties. When they were in graduate
school, Steven co-founded a technology start-up
with James to provide customer relationship management
services to collegiate music organizations.
</p>

<h3>You?</h3>
<p>
Development of the pi-Base platform and data is open-sourced and
hosted publicly at <a href="http://github.com">GitHub</a>. Contact{' '}
<a href="#">TODO</a>{' '}
if you are interested in becoming a member of the pi-Base team,
or submit a pull request to make a direct contribution.
services to collegiate music organizations. Email:{' '}
<a href="mailto:[email protected]">
[email protected]
</a>
</p>

<h2>Acknowledgements</h2>
Expand Down

0 comments on commit 46ef65c

Please sign in to comment.