MediaWiki:Common.js: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
$(function() { | $(function() { | ||
var imgBase = "https://wiki.atronia.eu/images/"; | var imgBase = "https://wiki.atronia.eu/images/"; | ||
var img = { | var img = { | ||
| Line 17: | Line 16: | ||
pr: imgBase + "4/42/Prr.png" | pr: imgBase + "4/42/Prr.png" | ||
}; | }; | ||
// Estilo comum para todos os links brancos | |||
var linkStyle = 'style="color: #ffffff !important; text-decoration: none; display: block; margin-bottom: 10px; font-size: 14px;"'; | |||
var titleStyle = 'style="color: #ffffff !important; font-weight: bold; margin-bottom: 20px; font-size: 16px; border: none;"'; | |||
var html = | var html = | ||
'<div id="custom-atronia-footer">' + | '<div id="custom-atronia-footer">' + | ||
// | // Scroll com separador superior e inferior | ||
'<div class="atronia-scrolling-container">' + | '<div class="atronia-scrolling-container">' + | ||
'<div class="atronia-scrolling-content">' + | '<div class="atronia-scrolling-content">' + | ||
| Line 28: | Line 31: | ||
'</div>' + | '</div>' + | ||
'<div style="display: flex; flex-wrap: wrap; justify-content: space-between; max-width: 1300px; margin: 0 auto; padding: 60px 20px; color: #ffffff;">' + | |||
'<div | // Contactos e Redes (Forçar invert nos ícones) | ||
'<div | '<div style="flex: 1.5; min-width: 300px;">' + | ||
'<h4>Visit but keep in mind we\'re busy</h4>' + | '<h4 '+titleStyle+'>Visit but keep in mind we\'re busy</h4>' + | ||
'<p>Rua do Norte 9,<br>Ílhavo, 3830-167, Portugal</p>' + | '<p style="color: #ffffff !important;">Rua do Norte 9,<br>Ílhavo, 3830-167, Portugal</p>' + | ||
'<h4 style="margin-top:30px">Contact Us</h4>' + | '<h4 '+titleStyle+' style="margin-top:30px">Contact Us</h4>' + | ||
'<p>+351 934 886 253<br>info@atronia.eu</p>' + | '<p style="color: #ffffff !important;">+351 934 886 253<br>info@atronia.eu</p>' + | ||
'<div style="display:flex; gap:15px; margin-top: | '<div style="display:flex; gap:15px; margin-top:20px">' + | ||
'<a href="#"><img src="'+img.fb+'" width="25" style="filter:invert(1)"></a>' + | '<a href="#"><img src="'+img.fb+'" width="25" style="filter: brightness(0) invert(1) !important;"></a>' + | ||
'<a href="#"><img src="'+img.ln+'" width="25" style="filter:invert(1)"></a>' + | '<a href="#"><img src="'+img.ln+'" width="25" style="filter: brightness(0) invert(1) !important;"></a>' + | ||
'<a href="#"><img src="'+img.ig+'" width="25" style="filter:invert(1)"></a>' + | '<a href="#"><img src="'+img.ig+'" width="25" style="filter: brightness(0) invert(1) !important;"></a>' + | ||
'</div>' + | '</div>' + | ||
'</div>' + | '</div>' + | ||
'<div | // Menus | ||
'<div style="flex: 3; display: flex; justify-content: space-between; flex-wrap: wrap;">' + | |||
'<div><h4 '+titleStyle+'>Menu</h4><a '+linkStyle+' href="/">Home</a><a '+linkStyle+' href="/about-us/">About us</a><a '+linkStyle+' href="/hardware/">Hardware</a><a '+linkStyle+' href="/solutions/">Solutions</a></div>' + | |||
'<div><h4 '+titleStyle+'>Solutions</h4><a '+linkStyle+' href="/solutions/aquaguard/">Aquaguard</a><a '+linkStyle+' href="/solutions/firefly/">Firefly</a><a '+linkStyle+' href="/solutions/melisafe/">Melisafe</a><a '+linkStyle+' href="/solutions/prevent/">Prevent</a></div>' + | |||
'<div><h4 '+titleStyle+'>Shop</h4><a '+linkStyle+' href="/product/monarch-gateway/">Monarch</a><a '+linkStyle+' href="/product/atlas-sbc/">Atlas</a><a '+linkStyle+' href="/product-category/probes/">Probes</a><a '+linkStyle+' href="/product-category/accessories/">Accessories</a></div>' + | |||
'<div><h4 '+titleStyle+'>Support</h4><a '+linkStyle+' href="https://wiki.atronia.eu/">Wiki</a></div>' + | |||
'</div>' + | '</div>' + | ||
'</div>' + | '</div>' + | ||
| Line 61: | Line 56: | ||
'<hr style="border:0; border-top:1px solid rgba(255,255,255,0.1); margin:0 40px">' + | '<hr style="border:0; border-top:1px solid rgba(255,255,255,0.1); margin:0 40px">' + | ||
// | // Logos Padronizados | ||
'<div style="padding: 40px; display: flex; flex-wrap: wrap; gap: | '<div style="padding: 50px 40px; display: flex; flex-wrap: wrap; gap: 60px; max-width: 1300px; margin: 0 auto; align-items: flex-start;">' + | ||
'<div><p style="font-size: | '<div><p style="font-size:11px; opacity:0.6; color:#ffffff !important; margin-bottom:20px;">POWERED BY:</p><img src="'+img.igus+'" style="height: 45px; width: auto;"></div>' + | ||
'<div><p style="font-size: | '<div><p style="font-size:11px; opacity:0.6; color:#ffffff !important; margin-bottom:20px;">CO-SPONSORED BY:</p>' + | ||
'<div | '<div style="display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 40px;">' + | ||
'<img src="'+img.cp+'" | '<img src="'+img.cp+'" style="height: 45px; width: auto; object-fit: contain;">' + | ||
'<img src="'+img.ps+'" | '<img src="'+img.ce+'" style="height: 45px; width: auto; object-fit: contain;">' + | ||
'<img src="'+img.ps+'" style="height: 45px; width: auto; object-fit: contain;">' + | |||
'<img src="'+img.pr+'" style="height: 45px; width: auto; object-fit: contain;">' + | |||
'</div>' + | '</div>' + | ||
'</div>' + | '</div>' + | ||
| Line 73: | Line 70: | ||
'</div>'; | '</div>'; | ||
$('#custom-atronia-footer').remove(); | $('#custom-atronia-footer').remove(); | ||
$('body').append(html); | $('body').append(html); | ||