90 lines
3.5 KiB
PHP
90 lines
3.5 KiB
PHP
</main>
|
|
<!-- <script src="https://accounts.google.com/gsi/client" async defer></script> -->
|
|
<!-- <div id="g_id_onload"
|
|
data-client_id="260326497669-d4ogqrhhp4j7oimsk7nftc3hmret970i.apps.googleusercontent.com"
|
|
data-context="signin"
|
|
data-ux_mode="redirect"
|
|
data-login_uri="<?php echo "http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']; ?>"
|
|
data-itp_support="true">
|
|
</div> -->
|
|
|
|
<!-- Google tag (gtag.js) -->
|
|
<!-- <script async src="https://www.googletagmanager.com/gtag/js?id=G-GJFEHEKR43"></script> -->
|
|
<!-- <script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag(){dataLayer.push(arguments);}
|
|
gtag('js', new Date());
|
|
|
|
gtag('config', 'G-GJFEHEKR43');
|
|
</script> -->
|
|
<style>
|
|
main{
|
|
overflow-x: auto;
|
|
}
|
|
</style>
|
|
<footer class="footer-style diZBottom-0" style="margin-top: 350px;">
|
|
<section class=" diZContainer diZmxAuto">
|
|
<div class="icon-center-position">
|
|
<p class="social">Connect on social networks:</p>
|
|
<div class="" style="display: flex; flex-direction: row;">
|
|
<a href="" target="_blank" class=""><img class="" src="/assets/svg/facebook.svg" alt=""></a>
|
|
<a href="" target="_blank" class=""><img class="" src="/assets/svg/twitter.svg" alt=""></a>
|
|
<a href="" target="_blank" class=""><img class="" src="/assets/svg/link.svg" alt=""></a>
|
|
<a href="" target="_blank" class=""><img class="" src="/assets/svg/insta.svg" alt=""></a>
|
|
</div>
|
|
</div>
|
|
<div class="diZGridCols1-3">
|
|
<div class="grid-item">
|
|
<h3 class="">DWD SiliconPin</h3>
|
|
<p class="">Keeping your data resilient.</p>
|
|
</div>
|
|
<div class="grid-item ">
|
|
<h3 class="">Useful Links</h3>
|
|
<div style="display: flex; flex-direction: column;">
|
|
<a href="/" class="diZCustomLink">Home</a>
|
|
<a href="/about-us" class="diZCustomLink"> About </a>
|
|
<!-- <a href="/services" class="diZCustomLink"> Services </a> -->
|
|
<a href="/contact-us" class="diZCustomLink"> Contact </a>
|
|
</div>
|
|
</div>
|
|
<div class="grid-item">
|
|
<h3 class="">Contact Us</h3>
|
|
<p class=""> 121 Lalbari, GourBongo Road <br class=""> Habra, W.B. 743271, India. <br class="">Phone: +91-700-160-1485</p>
|
|
</div>
|
|
</div>
|
|
<div style="display: flex; flex-direction: column; justify-content: center; border-top: 3px solid #fff; text-align: center">
|
|
<p class="">🄯 dwd.siliconpin.com 2024 | <a class="diZCustomLink" href="/terms-and-condition">Terms of Service</a> | <a class="diZCustomLink" href="/privacy-and-policies">Privacy & Policies</a></p>
|
|
<p class="">We Support Copyleft</p>
|
|
</div>
|
|
</section>
|
|
</footer>
|
|
|
|
</body>
|
|
</html>
|
|
<style>
|
|
.diZBottom-0{
|
|
bottom: 0px;
|
|
}
|
|
.diZGridCols1-3 {
|
|
display: grid;
|
|
grid-gap: 10px;
|
|
margin: 0 auto;
|
|
max-width: 1200px;
|
|
}
|
|
|
|
.grid-item {
|
|
padding: 10px;
|
|
text-align: center;
|
|
border-radius: 15px;
|
|
}
|
|
.icon-center-position{
|
|
justify-content: space-between;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
border-top: 3px solid #fff;
|
|
border-bottom: 3px solid #fff;
|
|
padding: 7px 0px 7px 0px
|
|
}
|
|
</style>
|