Jump to content

MediaWiki:Common.js: Difference between revisions

No edit summary
No edit summary
Line 54: Line 54:
         '</div>' +
         '</div>' +


         // Linha Separadora Intensa
         // 3. LINHA BRANCA INTENSA LARGURA TOTAL
'<div class="atronia-full-width-line"></div>' +
        '<div class="atronia-full-width-line"></div>' +


// Secção de Logos Aumentada
        // 4. SECÇÃO FINAL DE LOGOS COM LINKS ATIVOS
'<div style="padding: 50px 0; max-width: 1300px; margin: 0 auto; display: flex; align-items: flex-start; gap: 100px;">' +
        '<div style="padding: 40px 0; max-width: 1300px; margin: 0 auto; display: flex; align-items: flex-start; gap: 60px;">' +
   
           
    // Bloco Powered By
            // Bloco Powered By
    '<div style="flex: 0 0 auto;">' +
            '<div style="flex: 0 0 auto; width: 120px;">' +  
        '<p style="font-size:11px; opacity:0.6; color:#ffffff !important; margin-bottom:20px; font-weight:bold; text-transform: uppercase;">Powered by:</p>' +
                '<p style="font-size:11px; opacity:0.6; color:#ffffff !important; margin-bottom:15px; font-weight:bold; text-transform: uppercase;">Powered by:</p>' +
        '<img src="'+img.igus+'" style="height: 100px; width: auto; display: block;">' +
                '<a href="https://www.igus.pt/" target="_blank">' +
    '</div>' +
                    '<img src="'+img.igus+'" style="height: auto; width: 100%; max-width: 100px; display: block; border:none;">' +
                '</a>' +
            '</div>' +


    // Bloco Co-sponsored By (Grelha 2x2 com logos maiores)
            // Bloco Co-sponsored By
    '<div style="flex: 1;">' +
            '<div style="flex: 1;">' +
        '<p style="font-size:11px; opacity:0.6; color:#ffffff !important; margin-bottom:20px; 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: 40px 70px; 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;">' +
            '<img src="'+img.cp+'" style="height: 50px; width: auto; object-fit: contain;">' +
                    // Compete 2030
            '<img src="'+img.ce+'" style="height: 50px; width: auto; object-fit: contain;">' +
                    '<a href="https://atronia.eu/wp-content/uploads/2025/12/Ficha-do-projeto-ATRONIA-LDA.pdf" target="_blank">' +
            '<img src="'+img.ps+'" style="height: 40px; width: auto; object-fit: contain;">' +
                        '<img src="'+img.cp+'" style="height: 35px; max-width: 180px; width: auto; object-fit: contain; border:none;">' +
            '<img src="'+img.pr+'" style="height: 50px; width: auto; object-fit: contain;">' +
                    '</a>' +
                    // Centro 2030
                    '<a href="https://atronia.eu/wp-content/uploads/2025/09/Ficha-de-Operacao_Tilt-Wind.pdf" target="_blank">' +
                        '<img src="'+img.ce+'" style="height: 35px; max-width: 180px; width: auto; object-fit: contain; border:none;">' +
                    '</a>' +
                    // Pessoas 2030
                    '<a href="https://atronia.eu/wp-content/uploads/2025/01/Pessoas2030.jpg" target="_blank">' +
                        '<img src="'+img.ps+'" style="height: 35px; max-width: 180px; width: auto; object-fit: contain; border:none;">' +
                    '</a>' +
                    // PRR
                    '<a href="https://atronia.eu/wp-content/uploads/2025/02/Ficha-de-Projeto.pdf" target="_blank">' +
                        '<img src="'+img.pr+'" style="height: 35px; max-width: 180px; width: auto; object-fit: contain; border:none;">' +
                    '</a>' +
                '</div>' +
            '</div>' +
         '</div>' +
         '</div>' +
     '</div>' +
     '</div>';
'</div>';


     // Limpeza e Inserção
     // Limpeza e Inserção