This repository has been archived by the owner on Dec 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add email addresses to About page, closes #30
- Loading branch information
1 parent
44b76e9
commit 46ef65c
Showing
1 changed file
with
10 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|