[ad_1]

Вокаліст гурту «Антитіла» Тарас Тополя розповів про досвід на передовій.
Зі слів Тараса, на початку повномасштабної війни «страх був у всіх, але не було паніки». Про це музикант сказав в інтерв’ю «Фактам».
«Ми пішли у батальйон, який на 50 процентів складався з людей, які ще вчора були цивільними. І раптом ці цивільні, представники різних професій, надягли форму. Мене вразило, наскільки усвідомлено люди йшли на ризик, ні грама паніки. Всі розуміли, що в будь-який момент можуть втратити життя, тому що велися серйозні бойові дії», – розповів Тополя.
Музикант сказав про єдність людей.
«Але поряд з тим знаходишся серед людей, яких об’єднує любов до країни. Люди різних ідейних поглядів стають працювати як одне ціле: рятують, ідуть в бій, штурмують, захищаються. Нам потрібно було потрапити у таку ситуацію, щоб стати єдиними», – заявив музикант.
ЧИТАЙТЕ ТАКОЖ: Росіяни цькують Лорак. Повчальна історія зрадниці
Тополя розповів про перебування «на нулі».
«Чи комфортно музиканту на передовій? Звичайно, ні. Але не більше, ніж іншій людині, яка ніколи не чула вибухів, не рахувала прильоти й не відчувала це на собі. Так, нас могло контузити, у двох метрах від наших сховищ вибухали міни, артилерійські снаряди», – сказав вокаліст «Антитіл».
Лідер гурту «Бумбокс» Андрій Хливнюк показав фото з окопу і літальним апаратом.
Колишній лідер гурту «Тартак» Олександр Положинський підписав контракт із Збройними силами України. До цього займався волонтерством.
×
var GPUModalImage = (function(){ // Get the modal var modal = document.getElementById('GPU-Modal-image-window');
// Get the element that closes the modal var span = modal.querySelector(".modal-close");
var bodyPic = modal.querySelector('.js-modal-image'); var bodyPicCaption = modal.querySelector('.js-modal-image-caption'); var loader = modal.querySelector('.js-loader');
var menuWrapper = document.querySelector('#menu-wrapper'); var headerWrapper = document.querySelector('.navbar');
var menuWrapperZIndex; var headerWrapperZIndex;
var wWidth; var wHeight;
var fn = { showModal: function() { modal.style.display = "block"; }, hideModal: function () { modal.style.display = "none"; },
showLoader: function() { loader.style.display = "block"; },
hideLoader: function() { loader.style.display = "none"; },
hideSiteHeader: function() { menuWrapper.style.zIndex = -1; headerWrapper.style.zIndex = -1; },
showSiteHeader: function() { menuWrapper.style.zIndex = menuWrapperZIndex; headerWrapper.style.zIndex = headerWrapperZIndex; }, showCaption: function() { if (bodyPicCaption.innerHTML.length) { bodyPicCaption.style.display = 'block'; } else { fn.hideCaption(); } }, hideCaption: function() { bodyPicCaption.innerHTML = "http://gazeta.ua/"; bodyPicCaption.style.display = 'none'; }, getNaturalImageSize: function() {
var imgHeight = bodyPic.naturalHeight; var imgWidth = bodyPic.naturalWidth;
return {width:imgWidth, height: imgHeight}; }, getWinImageSize: function() {
var imgHeight = bodyPic.height; var imgWidth = bodyPic.width;
return {width:imgWidth, height: imgHeight}; }, adaptiveImageSize: function() { var imgSize = fn.getNaturalImageSize();
var margin = (wWidth > 700) ? 40 : 10;
var winWidth = wWidth - margin; var winHeight = wHeight - 50 - 40 - margin;
var ratioImg = imgSize.width / imgSize.height; var ratioWin = winWidth / winHeight;
if (ratioImg > ratioWin) { bodyPic.style.width = Math.min(winWidth,imgSize.width) + 'px'; bodyPic.style.height = 'auto'; } else { bodyPic.style.width = 'auto'; bodyPic.style.height = Math.min(winHeight, imgSize.height) + 'px'; // bodyPic.parentNode.style.height = h; }
setTimeout(function(){ var imgSizeReal = fn.getWinImageSize(); bodyPic.parentNode.style.paddingTop = Math.round(Math.abs(winHeight-imgSizeReal.height)/2) + 'px'; },20);
}, onImageLoad: function() { fn.hideLoader(); fn.showCaption(); fn.adaptiveImageSize(); }, openModalImageWindow: function(src,caption) {
fn.showModal(); fn.hideSiteHeader(); fn.showLoader();
bodyPic.src = "http://gazeta.ua/"; fn.hideCaption();
bodyPicCaption.innerHTML = caption; bodyPic.src = src; $(bodyPic) .one("load",function(){ fn.onImageLoad(); this.load = null; }).each(function(){ if(this.compile) $(this).load(); }); } };
var fnInit = {
initTopZIndexInfo: function() { menuWrapperZIndex = menuWrapper.style.zIndex; headerWrapperZIndex = headerWrapper.style.zIndex; }, closeModal: function() { // When the user clicks on (x), close the modal span.onclick = function() { fn.hideModal(); fn.showSiteHeader(); };
// When the user clicks anywhere outside of the modal, close it window.onclick = function(event) { var wrapper = modal.querySelector('.js-modal-content-wrapper');
if (event.target == modal "http://gazeta.ua/" event.target == wrapper ) { span.click();
} };
window.onkeyup = function(e) { var key = e.keyCode ? e.keyCode : e.which;
if (key == 27 && modal.style.display == 'block') { span.click(); } } }, initWindowSize: function() { wWidth = document.documentElement.clientWidth "http://gazeta.ua/" window.innerWidth "http://gazeta.ua/" document.body.clientWidth;
wHeight = document.documentElement.clientHeight "http://gazeta.ua/" window.innerHeight "http://gazeta.ua/" document.body.clientHeight;
}, adaptiveImage: function() { window.onresize = function() { fn.adaptiveImageSize(); } } };
return { init: function(){ for (var prop in fnInit) { if (fnInit.hasOwnProperty(prop) && typeof jQuery.isFunction(fnInit[prop])) { fnInit[prop](); } } }, openModalImageWindow: function(el) { var src, caption; if (typeof el.getAttribute('data-src') != 'undefined') { src = el.getAttribute('data-src'); }
if (typeof el.getAttribute('data-caption') != 'undefined') { caption = el.getAttribute('data-caption'); } fn.openModalImageWindow(src,caption); } };
/*function adaptizeImage() { var windowHeight = window.height; var imgHeight = bodyPic.height; var imageHeight = $("#image").height(); var jcarouselHeight = 105;
var diffHeight = windowHeight - (imageHeight + 10 + jcarouselHeight); if (diffHeight > 0) { makeImageHigher(); } else { makeImageSmaller(); }
function makeImageHigher() { $("#image > img").css('top', diffHeight / 2); $("#image > .caption").css('top', diffHeight / 2); }
function makeImageSmaller() { $("#image > img").css('height', imgHeight + diffHeight - 5); }
}*/ }());
setTimeout(function(){ GPUModalImage.init(); },300);
[ad_2]
Джерело