Jump to content

MediaWiki:Common.js: Difference between revisions

No edit summary
No edit summary
Line 11: Line 11:
         ig: imgBase + "b/b7/Instagram.png",
         ig: imgBase + "b/b7/Instagram.png",
         igus: imgBase + "2/2b/Igus.svg",
         igus: imgBase + "2/2b/Igus.svg",
        selo: imgBase + "2/23/Selo_ID_reconhecimento_idoneidade_branco_.png",
         cp: imgBase + "9/92/Compete.png",
         cp: imgBase + "9/92/Compete.png",
         ce: imgBase + "c/ce/Centro.png",
         ce: imgBase + "c/ce/Centro.png",
Line 76: Line 77:
         // 4. SECÇÃO FINAL (LOGOS)
         // 4. SECÇÃO FINAL (LOGOS)
         '<div style="padding: 40px 20px; max-width: 1300px; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: flex-start; gap: 40px;">' +
         '<div style="padding: 40px 20px; max-width: 1300px; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: flex-start; gap: 40px;">' +
             '<div style="flex: 1; min-width: 280px; display: flex; flex-direction: column; gap: 25px;">' +  
             '<div style="flex: 1.2; min-width: 320px; display: flex; flex-direction: column; gap: 25px;">' +  
                 '<div>' +
                 '<div style="display: flex; gap: 30px; align-items: flex-start;">' +
                     '<p style="font-size:11px; opacity:0.6; color:#ffffff !important; margin-bottom:15px; font-weight:bold; text-transform: uppercase;">Powered by:</p>' +
                    // Approved by (Selo ID)
                    '<a href="https://www.igus.pt/" target="_blank"><img src="'+img.igus+'" style="height: auto; width: auto; max-width: 180px; display: block; border:none;"></a>' +
                    '<div>' +
                        '<p style="font-size:11px; opacity:0.6; color:#ffffff !important; margin-bottom:15px; font-weight:bold; text-transform: uppercase;">Approved by:</p>' +
                        '<img src="'+img.selo+'" style="height: auto; width: 100px; display: block; border:none;">' +
                    '</div>' +
                    // Powered by (igus)
                     '<div>' +
                        '<p style="font-size:11px; opacity:0.6; color:#ffffff !important; margin-bottom:15px; font-weight:bold; text-transform: uppercase;">Powered by:</p>' +
                        '<a href="https://www.igus.pt/" target="_blank"><img src="'+img.igus+'" style="height: auto; width: 140px; display: block; border:none;"></a>' +
                    '</div>' +
                 '</div>' +
                 '</div>' +
                 '<div>' +
                 '<div>' +
Line 87: Line 96:
                 '</div>' +
                 '</div>' +
             '</div>' +
             '</div>' +
             '<div style="flex: 1;">' +
             '<div style="flex: 2;">' +
                 '<p style="font-size:11px; opacity:0.6; color:#ffffff !important; margin-bottom:15px; font-weight:bold; text-transform: uppercase;">Co-sponsored by:</p>' +
                 '<p style="font-size:11px; opacity:0.6; color:#ffffff !important; margin-bottom:15px; font-weight:bold; text-transform: uppercase;">Co-sponsored by:</p>' +
                 '<div style="display: grid; grid-template-columns: repeat(2, auto); gap: 20px 40px; justify-content: start; align-items: center;">' +
                 '<div style="display: grid; grid-template-columns: repeat(2, auto); gap: 20px 40px; justify-content: start; align-items: center;">' +
                     '<a href="https://atronia.eu/wp-content/uploads/2025/12/Ficha-do-projeto-ATRONIA-LDA.pdf" target="_blank"><img src="'+img.cp+'" style="height: 50px; max-width: 350px; width: auto; object-fit: contain; border:none;"></a>' +
                     '<a href="https://atronia.eu/wp-content/uploads/2025/12/Ficha-do-projeto-ATRONIA-LDA.pdf" target="_blank"><img src="'+img.cp+'" style="height: 45px; max-width: 300px; width: auto; object-fit: contain; border:none;"></a>' +
                     '<a href="https://atronia.eu/wp-content/uploads/2025/09/Ficha-de-Operacao_Tilt-Wind.pdf" target="_blank"><img src="'+img.ce+'" style="height: 50px; max-width: 350px; width: auto; object-fit: contain; border:none;"></a>' +
                     '<a href="https://atronia.eu/wp-content/uploads/2025/09/Ficha-de-Operacao_Tilt-Wind.pdf" target="_blank"><img src="'+img.ce+'" style="height: 45px; max-width: 300px; width: auto; object-fit: contain; border:none;"></a>' +
                     '<a href="https://atronia.eu/wp-content/uploads/2025/01/Pessoas2030.jpg" target="_blank"><img src="'+img.ps+'" style="height: 50px; max-width: 350px; width: auto; object-fit: contain; border:none;"></a>' +
                     '<a href="https://atronia.eu/wp-content/uploads/2025/01/Pessoas2030.jpg" target="_blank"><img src="'+img.ps+'" style="height: 45px; max-width: 300px; width: auto; object-fit: contain; border:none;"></a>' +
                     '<a href="https://atronia.eu/wp-content/uploads/2025/02/Ficha-de-Projeto.pdf" target="_blank"><img src="'+img.pr+'" style="height: 50px; max-width: 350px; width: auto; object-fit: contain; border:none;"></a>' +
                     '<a href="https://atronia.eu/wp-content/uploads/2025/02/Ficha-de-Projeto.pdf" target="_blank"><img src="'+img.pr+'" style="height: 45px; max-width: 300px; width: auto; object-fit: contain; border:none;"></a>' +
                 '</div>' +
                 '</div>' +
             '</div>' +
             '</div>' +
Line 122: Line 131:


/*FIM DO FOOTER*/
/*FIM DO FOOTER*/