-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding our contact info links to the footer
- Loading branch information
1 parent
51dd75c
commit 83fe25e
Showing
2 changed files
with
21 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,17 @@ const Footer = () => ( | |
</Link> | ||
<br /> | ||
<p><span>KATENNA</span> was created by Alexander, Charles, Mariela, Melissa and Rajat. We are passionate about building applications which solve problems that have yet to even be discovered on our daily basis. We’d love to show you our solutions, get your feedback and see if we might be a good fit for your organization. Please contact us if you would like to schedule a brief demo.</p> | ||
<br/> | ||
<p>Alexander Lizarraga • | ||
<Link to="mailto:[email protected]?Subject=From%20Katenna%20Website" target="_top">Email</Link> • <Link to="https://www.linkedin.com/in/alizarraga" target="_blank">Connect</Link><br/> | ||
Charles Caldwell • | ||
<Link to="mailto:[email protected]?Subject=From%20Katenna%20Website" target="_top">Email</Link> • <Link to="https://www.linkedin.com/in/thoughtfool" target="_blank">Connect</Link><br/> | ||
Mariela Pascual • | ||
<Link to="mailto:[email protected]?Subject=From%20Katenna%20Website" target="_top">Email</Link> • <Link to="https://www.linkedin.com/in/marielapascual" target="_blank">Connect</Link><br/> | ||
Melissa Wolowicz • | ||
<Link to="mailto:[email protected]?Subject=From%20Katenna%20Website" target="_top">Email</Link> • <Link to="https://www.linkedin.com/in/mwolowicz" target="_blank">Connect</Link><br/> | ||
Rajat Narula • | ||
<Link to="mailto:[email protected]?Subject=From%20Katenna%20Website" target="_top">Email</Link> • <Link to="https://www.linkedin.com/in/r-narula" target="_blank">Connect</Link></p> | ||
</div> | ||
|
||
<ContactForm/> | ||
|