6-6
templates/footer.tpl
< div class = "footer" ></ div > |
< footer class = "bg-dark text-white fixed-bottom" > |
< div class = "my-3 d-none d-sm-block" > |
以台南社大師生為主體寫作者的《巷集談-街道新聞》,秉持公民素人發聲 、開放以及非營利的宗旨,除希望培力更多公民記者、自由寫手之外,更希望以關注台南市未來城鄉永續發展過程中,保障公民參與審議的權利為精神,成為台南市公民傳播媒體的草根平台。 |
< div class = "my-2 d-block d-sm-none text-center" >台南市公民傳播媒體的草根平台</ div > |
< script src = "js/jquery-3.2.1.min.js" ></ script > |
< script src = "js/popper.min.js" ></ script > |
< script src = "js/bootstrap.min.js" ></ script > |
$(document).ready(function () { |
// var images = ['pic1.jpg', 'pic2.jpg']; |
// $('.img-container').css({ 'background-image': 'url(images/' + images[Math.floor(Math.random() * images.length)] + ')' }); |
// var txt = ['大家好', '歡迎光臨']; |
// $('title').text( txt[Math.floor(Math.random() * txt.length)] ); |
// $('.img-container').css('width', $(window).width()); |
$('.img-container').css('height', $(window).height()); |
$(window).resize(function () { |
// $('.img-container').css('width', $(window).width()); |
$('.img-container').css('height', $(window).height()); |