MediaWiki:Common.js: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 14: | Line 14: | ||
prr: "https://wiki.atronia.eu/images/4/42/Prr.png", | prr: "https://wiki.atronia.eu/images/4/42/Prr.png", | ||
igus: "https://wiki.atronia.eu/images/3/37/Igus.png" | igus: "https://wiki.atronia.eu/images/3/37/Igus.png" | ||
}; | }; | ||
| Line 32: | Line 25: | ||
var footerHTML = | var footerHTML = | ||
'<div id="custom-atronia-footer" style="padding: 60px 40px; font-family: sans-serif; clear: both;">' + | '<div id="custom-atronia-footer" style="background-color: #121e1c; padding: 60px 40px; font-family: sans-serif; clear: both;">' + | ||
'<div style="display: flex; flex-wrap: wrap; justify-content: space-between; max-width: 1400px; margin: 0 auto;">' + | '<div style="display: flex; flex-wrap: wrap; justify-content: space-between; max-width: 1400px; margin: 0 auto;">' + | ||
// Contactos | // Contactos | ||
'<div style="flex: | '<div style="flex: 1.5; min-width: 250px; margin-bottom: 40px;">' + | ||
'<h4 style="font-weight: bold; margin-bottom: | '<h4 style="font-weight: bold; margin-bottom: 15px;">Visit but keep in mind we\'re busy</h4>' + | ||
'<p>Rua do Norte 9,<br>Ílhavo, 3830-167<br>Portugal</p>' + | '<p style="line-height: 1.6;">Rua do Norte 9,<br>Ílhavo, 3830-167<br>Portugal</p>' + | ||
'<h4 style="font-weight: bold; margin-top: | '<h4 style="font-weight: bold; margin-top: 30px; margin-bottom: 15px;">Contact Us</h4>' + | ||
'<p>+351 934 886 253<br>info@atronia.eu</p>' + | '<p>+351 934 886 253<br>info@atronia.eu</p>' + | ||
'<div style="margin-top: | '<div style="margin-top: 20px; display: flex; gap: 15px;">' + | ||
'<a href="https://facebook.com/atroniatech" target="_blank"><img src="'+img.facebook+'" width=" | '<a href="https://facebook.com/atroniatech" target="_blank"><img src="'+img.facebook+'" width="25" style="filter: brightness(0) invert(1);"></a>' + | ||
'<a href="https://linkedin.com/company/atronia" target="_blank"><img src="'+img.linkedin+'" width=" | '<a href="https://linkedin.com/company/atronia" target="_blank"><img src="'+img.linkedin+'" width="25" style="filter: brightness(0) invert(1);"></a>' + | ||
'<a href="https://instagram.com/atroniatech" target="_blank"><img src="'+img.instagram+'" width=" | '<a href="https://instagram.com/atroniatech" target="_blank"><img src="'+img.instagram+'" width="25" style="filter: brightness(0) invert(1);"></a>' + | ||
'</div>' + | '</div>' + | ||
'</div>' + | '</div>' + | ||
// Menus | // Menus Organizáveis | ||
'<div style="flex: 3; display: flex; flex-wrap: wrap; | '<div style="flex: 3; display: flex; flex-wrap: wrap; gap: 20px;">' + | ||
'<div class="atronia-col"><h4>Menu</h4><a href="https://atronia.eu/">Home</a><a href="https://atronia.eu/about-us/">About us</a></div>' + | '<div class="atronia-col"><h4>Menu</h4><a href="https://atronia.eu/">Home</a><a href="https://atronia.eu/about-us/">About us</a></div>' + | ||
'<div class="atronia-col"><h4>Solutions</h4><a href="https://atronia.eu/solutions/aquaguard/">Aquaguard</a><a href="https://atronia.eu/solutions/firefly/">Firefly</a></div>' + | '<div class="atronia-col"><h4>Solutions</h4><a href="https://atronia.eu/solutions/aquaguard/">Aquaguard</a><a href="https://atronia.eu/solutions/firefly/">Firefly</a></div>' + | ||
| Line 57: | Line 50: | ||
// Parceiros | // Parceiros | ||
'<div style="display: flex; flex-wrap: wrap; align-items: flex-start; max-width: 1400px; margin: 0 auto; gap: 60px;">' + | '<div style="display: flex; flex-wrap: wrap; align-items: flex-start; max-width: 1400px; margin: 0 auto; gap: 60px;">' + | ||
'<div> | '<div><p style="font-size: 11px; opacity: 0.6; margin-bottom: 15px;">POWERED BY:</p><img src="'+img.igus+'" style="height: 40px;"></div>' + | ||
'<div><p style="font-size: 11px; opacity: 0.6; margin-bottom: 15px;">CO-SPONSORED BY:</p>' + | |||
'<div | |||
'<div class="sponsor-grid">' + | '<div class="sponsor-grid">' + | ||
' | '<img src="'+img.compete+'" class="footer-sponsor-img"><img src="'+img.centro+'" class="footer-sponsor-img">' + | ||
'<img src="'+img.pessoas+'" class="footer-sponsor-img"><img src="'+img.prr+'" class="footer-sponsor-img">' + | |||
' | |||
'</div>' + | '</div>' + | ||
'</div>' + | '</div>' + | ||
| Line 73: | Line 60: | ||
'</div>'; | '</div>'; | ||
$('.atronia-scrolling-container, #custom-atronia-footer').remove(); | $('.atronia-scrolling-container, #custom-atronia-footer').remove(); | ||
$('body').append(scrollingHTML + footerHTML); | $('body').append(scrollingHTML + footerHTML); | ||