DELETE FROM KEYWORDS WHERE ID_DOMAINE=13272364DoneDoneDone
URL:shilkhaliup.coxsbazar.gov.bd
Connection: keep-alive
Date: Wed, 15 Jan 2025 07:10:22 GMT
Content-Length: 169
Content-Type: text/html
Location: https://shilkhaliup.coxsbazar.gov.bd/
Server: nginx/1.20.1
Content-Security-Policy: frame-src 'self' https://www.googletagmanager.com https://*.youtube.com https://*.google.com https://www.facebook.com https://*.gov.bd https://*.*.gov.bd;
Location => https://shilkhaliup.coxsbazar.gov.bd/
Status => 301
<html>
<head><title>301 Moved Permanently</title></head>
(vide) Tentative en https
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="//stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css" integrity="sha256-+N4/V/SbAFiW1MPBCXnfnP9QSN3+Keu+NlB+0ev/YKQ=" crossorigin="anonymous" />
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha256-eZrrJcwDc/3uDhsdt61sL2oOBY362qM3lon1gyExkL0=" crossorigin="anonymous" />
<link rel="stylesheet" href="//file-chittagong.portal.gov.bd/media/central/themes/theme-default/css/youtube-video-gallery.css">
<link rel="stylesheet" href="//file-chittagong.portal.gov.bd/media/central/themes/theme-default/css/meganizr.css">
<!-- Biggapon CSS Start -->
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/owl-carousel/1.3.3/owl.carousel.min.css" integrity="sha512-X/RSQYxFb/tvuz6aNRTfKXDnQzmnzoawgEQ4X8nZNftzs8KFFH23p/BA6D2k0QCM4R0sY1DEy9MIY9b3fwi+bg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- Biggapon CSS End -->
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<link href="//fonts.googleapis.com/css2?family=Hind+Siliguri:wght@600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="//file-chittagong.portal.gov.bd/media/central/themes/theme-default/css/responsive.css">
<script src="//code.jquery.com/jquery-3.3.1.min.js" crossorigin="anonymous"></script>
<script src="//cdn.jsdelivr.net/npm/jquery-cascading-dropdown@1.2.9/dist/jquery.cascadingdropdown.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" crossorigin="anonymous"></script>
<script src="//stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" crossorigin="anonymous"></script>
<script src="//file-chittagong.portal.gov.bd/media/central/themes/theme-default/js/simple-ticker.js" crossorigin="anonymous"></script>
<script src="//file-chittagong.portal.gov.bd/media/central/themes/theme-default/js/responsiveslides.min.js" crossorigin="anonymous"></script>
<script src="//file-chittagong.portal.gov.bd/media/central/themes/theme-default/js/jquery.youtubevideogallery.js" crossorigin="anonymous"></script>
<script src="//file-chittagong.portal.gov.bd/media/central/themes/theme-default/js/app.js" crossorigin="anonymous"></script>
<!-- Online Polling -->
<script src="//polling.portal.gov.bd/js/npop.script.js" defer></script>
<!-- Comment Management Tools -->
<script src="//polling.portal.gov.bd/js/npc.script.js" defer></script>
<!-- userway accessibility start -->
<!-- <script type="text/javascript">
var _userway_config = {
account: "xyS2BuGIbM"
};
</script>
<script type="text/javascript" src="//cdn.userway.org/widget.js"></script> -->
<!-- userway accessibility end -->
<!-- custom accessibility start -->
<link rel="stylesheet" href="//file.portal.gov.bd/media/central/accessibility/css/asb.css">
<script src="//file.portal.gov.bd/media/central/accessibility/js/asb.js" type="text/javascript"></script>
<!-- accessibility active issues -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<script>
document.addEventListener('keyup', (event) => {
//var name = event.key; //var code = event.code;
if (event.code === "Tab") {
var k = 0;
if (event.shiftKey) {
//shift+tab pressed//Code // console.log(event.target);
var activeElement = document.activeElement;
if (activeElement.tagName.toLowerCase() == 'button'){
if(activeElement.title === 'Download Screen Reader'){
$('#myModalClose').attr('id', 'myModal');
$('#myModal').modal();
return false;
}
}
} else {
//only tab pressed //Code
}
}
});
//====================//
// Add event listener on keydown
var access = 0;
if(access === 0){
document.addEventListener('keyup', (event) => {
var name = event.key;
var code = event.code;
var i = 0;
if(code == "Tab" && i == 0){
$('#myModal').modal();
i = i + 1;
}
// Alert the key name and key code on keydown
});
var accessibilitypop = document.querySelector('#accessibilitypop');
function accessibility(){
$('#myModal').modal('hide');
document.getElementById("universalAccessBtn").click();
$('#myModal').attr('id', 'myModalClose');
//$('#accessibilityBar').attr('class', 'active');
$('#myModal').attr('tabindex', '');
document.getElementById("universalAccessBtn").focus();
$('#accessibilityBar').attr('role', 'dialog');
$('#universalAccessBtn').attr('tabindex', '1');
};
function accessibilitySkipToMainContent(){
$('#myModal').attr('tabindex', '');
$('#myModal').attr('id', 'myModalClose');
//$('#notice-board-bg').attr({'aria-selected': true, 'tabindex': 0});
//document.getElementById("notice-board-bg").focus();
$('#skip-main-content-start-here').attr({'aria-selected': true, 'tabindex': 0});
document.getElementById("skip-main-content-start-here").focus();
}
function accessibilitymodelClose(){
//$('#notice-board-bg').attr('tabindex', '0');
$('#skip-main-content-start-here').attr('tabindex', '0');
$('#myModal').attr('tabindex', '');
$('#myModal').attr('id', 'myModalClose');
}
}
</script>
<!-- end accessibility active issues -->
<!-- <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.min.css" />
<script src="//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/js/all.min.js"></script> -->
<!-- custom accessibility end -->
<!-- Biggapon Js Start -->
<script src="//cdnjs.cloudflare.com/ajax/libs/owl-carousel/1.3.3/owl.carousel.min.js" integrity="sha512-9CWGXFSJ+/X0LWzSRCZFsOPhSfm6jbnL+Mpqo0o8Ke2SYr8rCTqb4/wGm+9n13HtDE1NQpAEOrMecDZw4FXQGg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script>
$(document).ready(function(){
$(".npsylhet_ad").owlCarousel({
items: 1,
autoPlay: true,
autoplayTimeout: 4000,
loop: true
});
});
</script>
<!-- Biggapon Js End -->
<style>
@media print{
.right{
display: none!important;
}
}
</style>
<!-- <title>shilkhaliup.coxsbazar.gov.bd</title> -->
<title> শীলখালী ইউনিয়ন </title>
<!-- <link rel="icon" href="//cdn.sylhet.gov.bd/media/central/themes/default/img/favicon.ico" type="image/x-icon"> -->
<link rel="icon" href="//file-chittagong.portal.gov.bd/media/central/themes/theme-default/img/logo.png" type="image/x-icon">
<style type="text/css" media="screen">
@font-face {
font-family: "kalpurushregular";
src: url("//file-chittagong.portal.gov.bd/media/central/themes/theme-default/fonts/Kalpurush.eot");
src: url("//file-chittagong.portal.gov.bd/media/central/themes/theme-default/fonts/Kalpurush.woff") format("woff"),
url("//file-chittagong.portal.gov.bd/media/central/themes/theme-default/fonts/Kalpurush.ttf") format("truetype"),
url("//file-chittagong.portal.gov.bd/media/central/themes/theme-default/fonts/Kalpurush.svg#Kalpurush") format("svg"),
url("//file-chittagong.portal.gov.bd/media/central/themes/theme-default/fonts/Kalpurush.eot?#iefix") format("embedded-opentype");
font-weight: normal;
font-style: normal;
}
.text-green{color:limegreen}
body {
font-family: kalpurushregular;
margin: 0;
font-weight: 400;
line-height: 1.5;
text-align: left;
background-color: #fff;
font-size: 16px;
color: #000;
}
video {
width: 100%
}
#left-content ul {
list-style: disc;
}
ul,
ol {
margin-bottom: 20px;
}
li {
line-height: 18px;
margin-bottom: 12px;
}
h5 {
font-size: 17px;
line-height: 24px;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
vertical-align: baseline;
}
a,
a:visited {
color: #333;
text-decoration: none;
outline: 0;
}
#logo img {
display: block;
width: 70px;
height: auto;
}
.right {
float: right;
}
.btn-nb {
background-image: linear-gradient(to bottom, #666, #a6a6a6);
background-repeat: repeat-x;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #a2a2a2;
padding: 0 5px;
color: #ffffff;
background-color: #a6a6a6;
}
.btn-right {
float: right;
/* padding: 0 5px; */
color: #ffffff;
margin: 15px -35px 0px 0px;
}
.blue {
color: blue;
}
.white {
color: white!important;
}
#contents .block {
overflow: hidden;
width: 100%;
}
.block {
margin-bottom: 10px;
font-size: 13px;
}
.right-side-bar .block img {
margin: 0 5px 0 0;
}
.right-side-bar {
padding-top: 0px;
}
.ul-none{
list-style: none;
}
/* .right-side-bar .block ul li {
border-bottom: 1px solid transparent;
border-image: linear-gradient(to right,#683091 0%, #8bc643 100%);
border-image-slice: 1;
background-position: left;
font-size: 120%;
height: auto;
list-style-type: none;
margin-bottom: 5px;
padding-left: 32px;
padding-top: 0px;
padding-bottom: 8px;
} */
.service-row {
margin-bottom: 20px;
/* margin-top: 20px; */
}
.block .title {
padding: 5px;
font-size: 1.2em;
background-color: #609513;
color: #fff;
line-height: 24px;
}
.block table td {
box-sizing: border-box;
padding: 5px;
border: 1px solid #d8d8d8;
}
.block h5 {
font-weight: bold;
margin-bottom: 10px;
font-size: inherit;
}
.job-block {
margin-bottom: 10px;
}
.job-block .apply-online {
border-bottom-style: solid;
border-bottom-width: 5px;
color: #ffffff;
font-size: 15px;
line-height: 1.2;
margin-bottom: 10px;
padding-bottom: 15px;
padding-top: 15px;
text-align: center;
}
.job-block .apply-online a {
color: #683091;
text-decoration: none;
}
sup {
font-size: xx-small;
vertical-align: super;
}
.service-list > h5 {
padding: 5px;
font-size: 1.2em;
overflow: hidden;
}
.service-list > ul {
padding: 10px 0;
margin: 0;
}
.service-list .title {
font-weight: bold;
margin-bottom: 10px;
background-attachment: scroll;
background-clip: border-box;
background-origin: padding-box;
background-position-x: 0px;
background-position-y: 0px;
background-repeat: no-repeat;
background-size: cover;
margin-top: 0;
padding-left: 45px !important;
border: 1px solid #ccc;
color: #683091;
line-height: 30px
}
.service-list ul li {
background-position: left;
font-size: 120%;
height: auto;
list-style-type: none;
margin-bottom: 5px;
padding-left: 2px;
padding-top: 0px;
padding-bottom: 8px;
line-height: 18px;
}
.service-list ul li a {
font-size: 16px;
text-decoration: none;
}
.service-list > h5 {
padding: 5px;
font-size: 1.2em;
}
.social img {
margin: 0 5px 0 0;
width: 30px;
}
.footer-wrapper {
background-color: #ebebeb;
height: 100px;
margin: 0 auto;
}
.footer-menu {
display: flex;
justify-content: space-between;
padding: 15px;
}
#footer-menu {
padding: 10px 20px 0px 10px;
}
#footer p{
float: none;
}
.footer-menu .last-update {
font-size: 0.9em;
}
.footer-menu .last-update .date {
font-style: italic;
}
.footer-credit {
float: right;
font-size: 0.8em;
text-align: right;
padding: 0px 20px 0px 10px;
}
.list .title {
padding: 15px 0;
font-size: 24px;
}
.list .pagination li {
margin-right: 10px;
}
.list .pagination .disabled {
color: #ccc
}
.list table td {
padding: 10px;
}
.details {
padding: 20px 0;
}
.control-file img {
height: 15px;
width: 15px;
}
table.content-type-list td[scope='row'] {
white-space: nowrap;
}
.box {
background-color: #f5f5f5;
border: 1px solid #ccc;
}
.list > li {
padding: 5px 0;
margin: 0;
}
.ticker {
/* margin: 0 auto;
padding: 10px;
width: 600px;
text-align: left;
border: #ccc 1px solid;
position: relative;
overflow: hidden;
background-color:#ffffff; */
}
.ticker ul {
width: 100%;
position: relative;
}
.ticker ul li {
width: 100%;
display: none;
}
.details-page .label {font-weight:bold}
/*for video gallary*/
.close a{float: right;color: #fff}
.close {float: none}
/* details page */
.details-page .title .value {font-size:20px;margin-bottom:10px;border-bottom:1px solid lightgray;}
@media print{
#top {
display: none !important;
}
}
@media only screen and (min-width:320px) and (max-width:959px){
.footer-credit {
margin: 10px 0px 0 0px !important;
float: left!important;
width: 99%;
text-align: left!important;
}
.footer-wrapper {
float: left;
height: auto;
width: 100%;
overflow: hidden;
padding: 0px 0px 20px 0px;
}
.service-box{
margin-bottom: 20px;
}
.service-row{
margin-bottom: 0px;
}
.footer-artwork {
height: 15px;
margin: 0 auto;
background-color: #666;
}
.service-list .title {
padding-left: 60px !important;
line-height: 35px;
padding-top: 10px;
padding-bottom: 10px;
}
}
@media only screen and (min-width: 960px) {
.footer-artwork {
height: 84px;
margin: 0 auto;
clear: both;
}
.footer-wrapper {
width: 100%;
}
#footer p br {
display: none;
}
}
.html_text a { color: blue !important; }
.content table tbody tr img {
height: 300px !important;
}
.card-horizontal img {
max-width: 100%!important;
height: 300px!important;
/* height: 300px ; */
}
/* Ch Bappy UY Systems Code Start */
.block table{
margin-left: 15px;
margin-top: 20px;
}
.block.job-block table {
margin-left: 0;
}
div#notice-board {
margin-top: 20px!important;
}
@media (max-width: 991px) {
#site-name a, #slogan {
margin-left: 30px!important;
}
#banner-slider {
display: block !important;
}
#banner-slider img {
display: block !important;
width: 100% !important;
height: auto !important;
}
#logo{
display: block!important;
}
.container.details-page .row {
display: block !important;
}
.right-side-bar.col-3 {
width: 100% !important;
max-width: 100% !important;
}
.img-square-wrapper img {
margin-top: 0px!important;
}
.block table{
margin-left: 0px;
}
}
@media (max-width: 767px) {
.img-square-wrapper img {
width: 100%;
margin-top: 50px;
}
#header-site-info {
display: block !important;
}
#logo img{
width: 50px!important;
}
.plain-header{
display: none!important;
}
#logo{
margin-top: 20px!important;
margin-left: -14px!important;
}
#site-name, #slogan {
margin-top: 14px !important;
}
#site-name a, #slogan {
font-size: 25px !important;
}
.block table{
margin-left: 0px;
}
}
@media (max-width: 575px) {
#ad-slider .ad-slide-item {
width: 95%!important;
}
.right-side-bar .block img{
width: 95%;
height: auto;
}
#site-name-wrapper #site-name {
display: block !important;
margin: 14px 25px 0px !important;
}
.service-box img{
width: 25% !important;
}
.block table{
margin-left: 0px;
}
#site-name a, #slogan {
font-size: 16px !important;
}
.block .content table iframe {
width: 95% !important;
}
.block .content iframe {
width: 98%!important;
}
}
@media (max-width: 320px) {
iframe {
display: none;
width: 100%;
}
.card-horizontal {
display: block!important;
}
.img-square-wrapper img {
margin-top: 10px!important;
}
.content table tbody tr img {
display: block;
height: 100px !important;
}
iframe {
display: block!important;
width: 100%;
}
.table-responsive.officer-table .info_officer_img {
display: none !important;
}
.block table{
margin-left: 0px;
}
.content table {
width: 289px !important;
/* display: none; */
}
}
.value img {
/* display: block; */
/* width: 100%!important; */
max-width: 1040px;
}
.image .value {
text-align: center;
}
.content table {
width: 100% !important;
}
.menu a{
padding: 11px 7px!important;
}
.html_text.body table, tr, td {
border: 1px solid #333!important;
}
table.table.table-bordered, tr, td, th {
border: 1px solid #000!important;
}
.label {
display: inline;
padding: 0px!important;
font-size: 75%;
font-weight: 700;
line-height: 1;
color: #000;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 0.25em;
}
/* .print_btn{
display: none!important;
} */
@media print {
.print_btn{
display: none!important;
}
#top{
display: none!important;
}
.footer-artwork, #footer-wrapper, #footer-menu {
display: none!important;
}
#footer-menu, #footer-credit{
display: none;
}
#footer-credit p{
display: none;
}
.top-menu{
display: none!important;
}
}
/* --- Start Social Share --- */
.social_btn{
color: #fff !important;
padding: 5px;
font-size: 12px;
width: 24px;
height: 24px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
transition: all 0.6s ease;
}
.social_btn:hover{
transform: translateY(-4px);
}
/* Social Icon */
.bread_social{
display: flex;
justify-content: space-between;
align-items: center;
}
.facebook{
background: #303F9E;
}
.twitter{
background: #3675AE;
}
.viber{
background: #9D1BC0;
}
.twitter {
background: #3675AE;
}
.whatsapp {
background: #6FBE3C;
}
.linkedin {
background: #3874B2;
}
.link {
background: #4FB2E2;
}
.messenger {
background: #BF3DC8;
}
.share-popup {
display: none;
position: absolute;
bottom: 3px;
left: 16px;
background-color: white;
/* border: 1px solid var(--globalColor); */
border-radius: 5px;
padding: 7px;
box-shadow: 0 0px 25px rgb(0 0 0 / 0.4);
z-index: 100000000000000000000000000;
}
.share-icon:hover+#share-popup,
.share-popup.active {
/* display: block; */
display: flex;
position: absolute;
z-index: 100000000000000000000000000;
}
@media (max-width: 767px) {
.bread_social{
flex-direction: column;
align-items: flex-start;
gap: 10px;
}
.webform{
display: flex;
flex-direction: column;
}
.webform iframe{
margin: 5px;
}
.webform .body{
width: 100%;
}
}
/* --- End Social Share --- */
/*.right-side-bar .block ul li {
background: url("//file-chittagong.portal.gov.bd/media/central/themes/theme-default/img/bg_block_list.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}*/
@media only screen and (min-width: 960px) {
body{
background: url("//file-chittagong.portal.gov.bd/media/central/themes/theme-default/img/bg_main.gif") repeat-y scroll center top rgba(0, 0, 0, 0);
}
.container {
position: relative;
width: 960px;
margin: 0 auto;
padding: 0;
}
.footer-artwork {
background: url("//file-chittagong.portal.gov.bd/media/central/themes/theme-default/img/footer_top_bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
}
/*==================================
Content share css design
===================================*/
.share-text-style{
font-family: 'Hind Siliguri';
color: #662D91!important;
font-size: 12px;
}
.share-title{
font-family: 'Hind Siliguri';
color: #662D91;
font-size: 17px;
margin-right: 4px;
text-align: right;
}
.share-youtube-title{
font-family: 'Hind Siliguri';
color: #2E2E2E;
font-size: 9px;
letter-spacing: 0px;
}
.share-content-box{
display: flex;
justify-content: end;
gap: 16px;
text-align: center;
align-items: end;
}
.at4-jumboshare .at4-count-container {
min-width: 30px!important;
padding-right: 0px!important;
}
.at4-jumboshare .at4-count{
padding-left: 0px!important;
padding-right: 0px!important;
font-size: 0!important;
line-height: 0!important;
}
.at4-jumboshare .at4-share-container {
padding-left: 10px!important;
}
.at4-jumboshare table, .at4-jumboshare table tr, .at4-jumboshare td, .at4-jumboshare table th{
border:none !important;
}
.at-svc-compact{
display:none !important;
}
@media only screen and (max-width: 770px) {
.share-content-box {
gap: 5px;
}
.share-content-box img{
width: 15px!important;
height: 13px!important;
}
.share-content-box > div{
margin-right: 0px!important;
}
.share-text-style{
font-size: 9px;
}
.at-mobile .at-resp-share-element .at-share-btn {
padding: 0px!important;
margin-right: 0px!important;
}
.share-title {
font-size: 10px;
}
.at4-jumboshare .at4-share-container {
padding-left: 3px!important;
}
}
#accessibilityBar{
top:364px!important;;
}
</style>
<style>
/*Addthis print hide css*/
@media print {
.hide-for-print, #accessibilityBar, #onlinePollBlock, #onlineCommentBlock { display: none !important; }
}
</style>
<script>
var lang = "bn";
</script>
</head>
shilkhaliup.coxsbazar.gov.bd
Recherche META Description de la page
Recherche META Keywords de la page
UPDATE DOMAINES SET server='nginx/1.20.1',redirection='https://shilkhaliup.coxsbazar.gov.bd/',Status='200',err='',[TITRE]=N'shilkhaliup.coxsbazar.gov.bd',[DESCRIPTION]=N'',[KEYWORDS]=N'' WHERE id=13272364
0 shilkhaliup.coxsbazar.gov.bd
0. shilkhaliup.coxsbazar.gov.bd (28)--------->0
INSERT INTO KEYWORDS (keyword,id_domaine) VALUES (N'shilkhaliup.coxsbazar.gov.bd',13272364)