Duhovna obnova djelatnika Salezijanske klasične gimnazije

Danas su djelatnici naše Škole imali duhovnu obnovu koju je predvodio Don Branko Bendra. Kroz nagovor i čitanje Svetog pisma, Evanđelje po Luki 24:13-35, slijedilo je klanjanje pred Presvetim, zatim rad po grupama i Sveta misa.

Galerija slika

Klikni za povećati

Slika 1
Slika 2
Slika 3
Slika 4
Slika 5
Slika 6
Slika 7
Slika 8
Slika 9
Slika 10
Slika 15Slika 11
Slika 14Slika 12Slika 13
×

 

function myFunction(imgs) {
var expandImg = document.getElementById(“expandedImg”);
var imgText = document.getElementById(“imgtext”);
expandImg.src = imgs.src;
imgText.innerHTML = imgs.alt;
expandImg.parentElement.style.display = “block”;
}

* {
box-sizing: border-box;
}

body {
margin: 0;
font-family: Arial;
}

/* The grid: Four equal columns that floats next to each other */
.column {
float: left;
width: 25%;
padding: 10px;
}

/* Style the images inside the grid */
.column img {
opacity: 0.8;
cursor: pointer;
}

.column img:hover {
opacity: 1;
}

/* Clear floats after the columns */
.row:after {
content: “”;
display: table;
clear: both;
}

/* The expanding image container */
.container {
position: relative;
display: none;
}

/* Expanding image text */
#imgtext {
position: absolute;
bottom: 15px;
left: 15px;
color: white;
font-size: 20px;
}

/* Closable button inside the expanded image */
.closebtn {
position: absolute;
top: 10px;
right: 15px;
color: white;
font-size: 35px;
cursor: pointer;
}

Skip to content