-
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
41e6044
commit 0fb5a94
Showing
3 changed files
with
43 additions
and
3 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,25 @@ | ||
export default function AboutModal() { | ||
return ( | ||
<div> | ||
<p> | ||
Sidle was designed and developed by{' '} | ||
<a href="https://aaronson.org" target="_blank" rel="noopener noreferrer"> | ||
Adam Aaronson | ||
</a> | ||
. It came to him in a dream. Or not quite a dream, but a hypnagogic state. | ||
</p> | ||
|
||
<p> | ||
To learn more, read{' '} | ||
<a href="https://youtu.be/1wnE4vF9CQ4" target="_blank" rel="noopener noreferrer"> | ||
the blog post! | ||
</a> | ||
</p> | ||
|
||
<p className="copyright-message"> | ||
© {new Date().getFullYear()} Adam Aaronson, all rights reserved. Not affiliated with any other games | ||
that might happen to end in the suffix "-dle". | ||
</p> | ||
</div> | ||
); | ||
} |
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