<div style=“clear: both”></div>

<footer class=“page-footer”>

<div class="container">
    <div class="row">
        <style>
            .footerInfo h6{
                display: inline;
            }
        </style>
        <div class="col l6 s12 footerInfo">
            <p class="white-text" style="font-size: 2rem; margin: 2px 0">সাধারণ তথ্য</p>

            <span style="display:block;"> ব্লগ চলছে <h6><a href="https://jekyllrb.com/">জ্যাকেল</a></h6> এ, </span>
            <span> <h6><a href="https://github.com/">গিটহাব</a></h6>  এ হোস্ট করা । </span> <br/>
            <div>
                <iframe src="https://ghbtns.com/github-btn.html?user=jubayed/{{ admin.github }}&repo={{ site.repository }}&type=star&count=true" frameborder="0" scrolling="0" width="170px" height="20px"></iframe>
                <iframe src="https://ghbtns.com/github-btn.html?user=jubayed/{{ admin.github }}&repo={{ site.repository }}&type=watch&count=true&v=2" frameborder="0" scrolling="0" width="170px" height="20px"></iframe>
            </div>
        </div>
        <div class="col l4 offset-l2 s12">
            <h6 class="white-text" style="font-size: 2rem; margin: 2px 0" >যোগাযোগ করুন</h6>
            {% assign admin = site.data.authors | first %}
            <ul>
                <li><a href="#" class="grey-text text-lighten-3" >ইমেইল পাঠান : {{ admin.email }}</a></li>
                <li><a href="#" class="grey-text text-lighten-3" >&nbsp;&nbsp;&nbsp;&nbsp; {{ admin.email2 }}</a></li>
                <!--               <li><a href="#" class="grey-text text-lighten-3" >Phone : {{ admin.phone }}</a></li>-->
            </ul>
            <ul>
                <li>
                    <a class="grey-text text-lighten-3" href="#!">
                        <iframe src="https://ghbtns.com/github-btn.html?user={{ admin.github }}&type=follow&count=true&size=large" frameborder="0" scrolling="0" width="220px" height="30px"></iframe>
                    </a>
                </li>
            </ul>
            {% assign admin = nil %}
        </div>
    </div>
</div>
<div class="footer-copyright">
    <div class="container">
        © ২০১৭ জুবায়ের হোসেন
        <a class="grey-text text-lighten-4 right" href="#!">জুবায়ের</a>
    </div>
</div>

</footer> <!–Import jQuery before materialize.js–>

<script>

$('.carousel.carousel-slider').carousel({fullWidth: true});

$(document).ready(function () {

// handle links with @href started with '#' only
$("#blogArticle").on('click', '#postWithRight li a[href^="#"]', function(e) {
    // target element id
    var id = $(this).attr('href');

    // target element
    var $id = $(id);

    /*        if ($id.length === 0) {
                return;
            }*/

    // prevent standard hash navigation (avoid blinking in IE)
    e.preventDefault();

    // top position relative to the document
    var pos = $('#blogArticle h1[id^="'+ id +'"]').offset().top;

    // animated top scrolling
    $('body, html').animate({scrollTop: pos});
});

}); </script> {% include jspdf.html %} <script type=“text/javascript” src=“{{ '/assets/js/materialize.min.js' | relative_url }}”></script> <script id=“dsq-count-scr” src=“//jubayed-com.disqus.com/count.js” async></script> <script src=“{{ '/assets/js/custom_script.js' | relative_url }}”></script>