fix external links
This commit is contained in:
@ -24,19 +24,35 @@ export const Footer = () => {
|
||||
<div className="footer__bottom">
|
||||
<div className="footer__social">
|
||||
<div className="footer__social__icons">
|
||||
<a href="https://www.vk.com/">
|
||||
<a
|
||||
href="https://www.vk.com/"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
<img src={vk} alt="vk" width={24} />
|
||||
</a>
|
||||
<a href="https://www.telegram.org/">
|
||||
<a
|
||||
href="https://www.telegram.org/"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
<img src={tg} alt="tg" width={24} />
|
||||
</a>
|
||||
</div>
|
||||
<a href="mailto:office@itguild.info">office@itguild.info</a>
|
||||
<a
|
||||
href="mailto:office@itguild.info"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
office@itguild.info
|
||||
</a>
|
||||
</div>
|
||||
<div className="footer__info">
|
||||
<div className="footer__mail">
|
||||
{/* <img src={email} alt="email" /> */}
|
||||
<a href="#">Присоединиться к команде</a>
|
||||
<a href="#" target="_blank" rel="noopener noreferrer">
|
||||
Присоединиться к команде
|
||||
</a>
|
||||
</div>
|
||||
<p>
|
||||
© {new Date().getFullYear()} - Outstaffing. Все права защищены
|
||||
|
Reference in New Issue
Block a user