// Molly Fuhrman - Web Developer
return (
<Greeting>
|
<Introduction>
My name is Molly Fuhrman
</Introduction>
<Bio>
I'm a full-stack software engineer.
</Bio>
</Greeting>
<Contact>
If clicked, will copy email to clipboard.
If clicked, will open GitHub in new tab.
If clicked, will open LinkedIn in new tab.
</Contact>
<Appreciation>
Thank you for stopping by!
</Appreciation>
<ProjectsonClick={openProjects} />
)