Update about.tsx

This commit is contained in:
2021-12-13 13:35:49 -05:00
committed by GitHub
parent cf23df94c9
commit 85bdb97d04

View File

@@ -14,6 +14,8 @@ function AboutPage() {
<br /> <br />
<br /> <br />
It seems wise to have things up here even though they may embarrass me at some point in the future, as many of the things I have done in the past have. Especially the web sites I made in high school. I will never forget those. It seems wise to have things up here even though they may embarrass me at some point in the future, as many of the things I have done in the past have. Especially the web sites I made in high school. I will never forget those.
<hr />
Got any questions, concerns, or issues? Feel free to contact me via my email: <code>lambdapaul [at] pm [dot] me</code>.
</section> </section>
<section className='block'> <section className='block'>
<ReactMarkdown>{ReadmeMd}</ReactMarkdown> <ReactMarkdown>{ReadmeMd}</ReactMarkdown>