-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4452f58
commit a84c000
Showing
3 changed files
with
20 additions
and
4 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
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
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 |
---|---|---|
|
@@ -11,13 +11,22 @@ function About() { | |
}; | ||
|
||
return ( | ||
<div className="main About"> | ||
<div className="main"> | ||
<ColorPicker onColorChange={handleColorChange} /> | ||
<h1 | ||
style={{ | ||
color: textColor, | ||
}}>About</h1> | ||
<p>Mother Type is an open source type foundry.</p> | ||
<p>We are committed to making type design more accessible, and all our typefaces are available for use, distribution and collaboration via the <a href="https://openfontlicense.org">SIL Open Font License (OFL)</a>. With this license, everyone is free to use, modify, and distribute our typefaces. We ask you credit the designer and foundry when using our typefaces.</p> | ||
|
||
<p>Our typefaces are shared and distributed via the <a href="https://github.com/mother-type/Unified-Font-Repository">Unified Font Repository</a>. These repositories also serve as the Content Management System for this website. Change or update the typefaces repository, and the site will change with it. This sites main function is as a visual directory of updatable fonts, which will provide the user with the most up-to-date version of a typeface at any time, and hopefully, avenues for collaboration.</p> | ||
<h2 | ||
style={{ | ||
color: textColor, | ||
}}>Submissions</h2> | ||
<p>If you would like to submit a font, email us at <a href="mailto:[email protected]">[email protected]</a>, or make a fork of the <a href="https://github.com/mother-type/Unified-Font-Repository">Unified Font Repository</a> on Github.</p> | ||
|
||
</div> | ||
|
||
); | ||
|