MediaWiki:Common.js: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 75: | Line 75: | ||
// Compete 2030 | // Compete 2030 | ||
'<a href="https://atronia.eu/wp-content/uploads/2025/12/Ficha-do-projeto-ATRONIA-LDA.pdf" target="_blank">' + | '<a href="https://atronia.eu/wp-content/uploads/2025/12/Ficha-do-projeto-ATRONIA-LDA.pdf" target="_blank">' + | ||
'<img src="'+img.cp+'" style="height: | '<img src="'+img.cp+'" style="height: 60px; max-width: 250px; width: auto; object-fit: contain; border:none;">' + | ||
'</a>' + | '</a>' + | ||
// Centro 2030 | // Centro 2030 | ||
'<a href="https://atronia.eu/wp-content/uploads/2025/09/Ficha-de-Operacao_Tilt-Wind.pdf" target="_blank">' + | '<a href="https://atronia.eu/wp-content/uploads/2025/09/Ficha-de-Operacao_Tilt-Wind.pdf" target="_blank">' + | ||
'<img src="'+img.ce+'" style="height: | '<img src="'+img.ce+'" style="height: 60px; max-width: 250px; width: auto; object-fit: contain; border:none;">' + | ||
'</a>' + | '</a>' + | ||
// Pessoas 2030 | // Pessoas 2030 | ||
'<a href="https://atronia.eu/wp-content/uploads/2025/01/Pessoas2030.jpg" target="_blank">' + | '<a href="https://atronia.eu/wp-content/uploads/2025/01/Pessoas2030.jpg" target="_blank">' + | ||
'<img src="'+img.ps+'" style="height: | '<img src="'+img.ps+'" style="height: 60px; max-width: 250px; width: auto; object-fit: contain; border:none;">' + | ||
'</a>' + | '</a>' + | ||
// PRR | // PRR | ||
'<a href="https://atronia.eu/wp-content/uploads/2025/02/Ficha-de-Projeto.pdf" target="_blank">' + | '<a href="https://atronia.eu/wp-content/uploads/2025/02/Ficha-de-Projeto.pdf" target="_blank">' + | ||
'<img src="'+img.pr+'" style="height: | '<img src="'+img.pr+'" style="height: 60px; max-width: 250px; width: auto; object-fit: contain; border:none;">' + | ||
'</a>' + | '</a>' + | ||
'</div>' + | '</div>' + | ||