Skip to content

Commit

Permalink
Adding our contact info links to the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
m-wolowicz committed Apr 18, 2018
1 parent 51dd75c commit 83fe25e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
10 changes: 10 additions & 0 deletions client/src/components/Footer/Footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,13 @@
text-align: left !important;
}

#aboutUs > p > a {
color: white;
text-decoration: underline;
cursor: pointer;
}

#aboutUs > p >a:hover {
color: #f6c501;
}

11 changes: 11 additions & 0 deletions client/src/components/Footer/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 •&nbsp;
<Link to="mailto:[email protected]?Subject=From%20Katenna%20Website" target="_top">Email</Link> •&nbsp;<Link to="https://www.linkedin.com/in/alizarraga" target="_blank">Connect</Link><br/>
Charles Caldwell •&nbsp;
<Link to="mailto:[email protected]?Subject=From%20Katenna%20Website" target="_top">Email</Link> •&nbsp;<Link to="https://www.linkedin.com/in/thoughtfool" target="_blank">Connect</Link><br/>
Mariela Pascual •&nbsp;
<Link to="mailto:[email protected]?Subject=From%20Katenna%20Website" target="_top">Email</Link> •&nbsp;<Link to="https://www.linkedin.com/in/marielapascual" target="_blank">Connect</Link><br/>
Melissa Wolowicz •&nbsp;
<Link to="mailto:[email protected]?Subject=From%20Katenna%20Website" target="_top">Email</Link> •&nbsp;<Link to="https://www.linkedin.com/in/mwolowicz" target="_blank">Connect</Link><br/>
Rajat Narula •&nbsp;
<Link to="mailto:[email protected]?Subject=From%20Katenna%20Website" target="_top">Email</Link> •&nbsp;<Link to="https://www.linkedin.com/in/r-narula" target="_blank">Connect</Link></p>
</div>

<ContactForm/>
Expand Down

0 comments on commit 83fe25e

Please sign in to comment.