-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TRI-29692 About page smoothing (#168)
* TRI-29692 About page smoothing * TRI-32829 Change contact section
- Loading branch information
1 parent
c6e897e
commit ba3f211
Showing
3 changed files
with
86 additions
and
98 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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"printWidth": 120, | ||
"trailingComma": "none", | ||
"tabWidth": 2, | ||
"semi": true, | ||
"singleQuote": true | ||
} |
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 |
---|---|---|
|
@@ -71,11 +71,12 @@ const About: React.FC<highlightProps> = ({ highlightedParagraph, highlight }) => | |
<p className={styles.gap}></p> | ||
<div id="contact"> | ||
<div className={styles.InnerContainer}> | ||
<h4 className={styles.Titles}>Contact</h4> | ||
<h4 className={styles.Titles}>The Team</h4> | ||
<p className={styles.Content}> | ||
The Piro platform is developed by a team of researchers and software developers at Toyota Research | ||
Institute: Murat Aykol, Joseph Montoya, Jens Hummelshøj, Chris Fajardo, Michael Puzon, and Reko Ong. If | ||
you have any questions or feedback, please reach out to us at{' '} | ||
Institute: Murat Aykol, Joseph Montoya, Jens Hummelshøj, Chris Fajardo, Michael Puzon, and Reko Ong. | ||
<br /> | ||
If you have any questions or feedback, please reach out to us at{' '} | ||
<u> | ||
<a href="mailto:[email protected]" className={styles.mailstyle}> | ||
[email protected] | ||
|
@@ -86,7 +87,7 @@ const About: React.FC<highlightProps> = ({ highlightedParagraph, highlight }) => | |
</div> | ||
</div> | ||
<p className={styles.gap}></p> | ||
<div id="code"> | ||
<div id="code" className="transition-all"> | ||
<div className={styles.InnerContainer}> | ||
<h4 className={styles.Titles}>Code</h4> | ||
<p className={styles.Content}> | ||
|
@@ -106,12 +107,12 @@ const About: React.FC<highlightProps> = ({ highlightedParagraph, highlight }) => | |
</div> | ||
</div> | ||
<p className={styles.gap}></p> | ||
<div id="manuscript"> | ||
<div id="manuscript" className="transition-all"> | ||
<div className={styles.InnerContainer}> | ||
<h4 className={styles.Titles}>Manuscript</h4> | ||
<p className={styles.Content}> | ||
For more information about the physical theory behind Piro, please read our paper, “Rational Solid-State | ||
Synthesis Routes for Inorganic Materials” by Murat Aykol et al.{' '} | ||
Synthesis Routes for Inorganic Materials” by Murat Aykol et al{' '} | ||
<u> | ||
<a href="https://pubs.acs.org/doi/abs/10.1021/jacs.1c04888" target="_blank" rel="noreferrer"> | ||
(https://pubs.acs.org/doi/abs/10.1021/jacs.1c04888) | ||
|