-
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.
Merge branch 'main' of github.com:DemocraciaEnRed/presupuesto-partici…
…pativo
- Loading branch information
Showing
81 changed files
with
733 additions
and
3,770 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 |
---|---|---|
|
@@ -129,7 +129,7 @@ | |
content: none | ||
|
||
.btn-primary-mgp | ||
background: #24436F; | ||
background: $primary; | ||
color: #fff; | ||
&:hover | ||
color: #fff |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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 |
---|---|---|
|
@@ -33,23 +33,22 @@ export default class Footer extends Component { | |
<p dangerouslySetInnerHTML={{__html: texts['footer-info']}}></p> | ||
</div> | ||
<div className='social-icon'> | ||
<a aria-label='Ícono de facebook' className='social-facebook' tabIndex="102" href='https://facebook.com/municipalidadmardelplata/ ' target="_blank"/> | ||
<a aria-label='Ícono de instagram' className='social-instagram' tabIndex="103" href='https://instagram.com/munimardelplata/' target="_blank" /> | ||
<a aria-label='Ícono de twitter' className='social-twitter' tabIndex="104" href='https://twitter.com/munimardelplata/' target="_blank" /> | ||
<a aria-label='Ícono de mail' className='social-mail' tabIndex="105" href='mailto:[email protected]' target="_blank"/> | ||
<a aria-label='Ícono de whatsapp' className='social-whatsapp' tabIndex="106" href='https://wa.link/69dr1s' target="_blank" /> | ||
<a aria-label='Ícono de facebook' className='social-facebook' tabIndex="102" href='https://www.facebook.com/democraciaenred' target="_blank" /> | ||
<a aria-label='Ícono de instagram' className='social-instagram' tabIndex="103" href='https://www.instagram.com/democraciaenred' target="_blank" /> | ||
<a aria-label='Ícono de twitter' className='social-twitter' tabIndex="104" href='https://x.com/fundacionDER' target="_blank" /> | ||
<a aria-label='Ícono de mail' className='social-mail' tabIndex="105" href='mailto:[email protected]' target="_blank" /> | ||
</div> | ||
<div className='logos'> | ||
{/* <a href="https://democraciaenred.org/" rel="noopener noreferer" target="_blank"> | ||
{/* <div className='logos'> | ||
<a href="https://democraciaenred.org/" rel="noopener noreferer" target="_blank"> | ||
<div className='logo-der'> | ||
<img src="/ext/lib/site/footer/logo-der.png" alt="Logo democracia en red"/> | ||
<span>Desarrollado por<br /><b>Democracia en red</b></span> | ||
</div> | ||
</a> */} | ||
</a> | ||
<div className='logo'> | ||
<a className='logo-mgp' tabIndex="107" href='https://www.mardelplata.gob.ar/' aria-label="Link a página de Mar del Plata" rel="noopener noreferer" target="_blank" /> | ||
</div> | ||
</div> | ||
</div> */} | ||
<div className='terminos'> | ||
<Link to='/s/terminos-y-condiciones' tabIndex="108"> Términos y condiciones | ||
</Link> | ||
|
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
Oops, something went wrong.