pages/sluzby/index.html
2024-06-02 23:13:48 +02:00

181 lines
No EOL
22 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html><html lang="cs"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Služby - NoLogWeb</title><meta name="description" content="Nějaký text 😀"><meta name="generator" content="Publii Open-Source CMS for Static Site"><link rel="canonical" href="https://jsem.nudista.online/sluzby/"><link rel="alternate" type="application/atom+xml" href="https://jsem.nudista.online/feed.xml"><link rel="alternate" type="application/json" href="https://jsem.nudista.online/feed.json"><meta property="og:title" content="Služby"><meta property="og:image" content="https://jsem.nudista.online/media/website/logo.svg"><meta property="og:image:width" content="80"><meta property="og:image:height" content="84"><meta property="og:site_name" content="Jsem · Nudista · Online"><meta property="og:description" content="Nějaký text 😀"><meta property="og:url" content="https://jsem.nudista.online/sluzby/"><meta property="og:type" content="article"><link rel="shortcut icon" href="https://jsem.nudista.online/media/website/favicon.ico" type="image/x-icon"><link rel="preload" href="https://jsem.nudista.online/assets/dynamic/fonts/publicsans/publicsans.woff2" as="font" type="font/woff2" crossorigin><link rel="stylesheet" href="https://jsem.nudista.online/assets/css/style.css?v=3d76395111bb74a7367b77a1b0131feb"><script type="application/ld+json">{"@context":"http://schema.org","@type":"Article","mainEntityOfPage":{"@type":"WebPage","@id":"https://jsem.nudista.online/sluzby/"},"headline":"Služby","datePublished":"2024-03-28T03:33","dateModified":"2024-06-02T23:13","image":{"@type":"ImageObject","url":"https://jsem.nudista.online/media/website/logo.svg","height":84,"width":80},"description":"Nějaký text 😀","author":{"@type":"Person","name":"CZ 🇨🇿","url":"https://jsem.nudista.online/autor/jan-rippl-cz/"},"publisher":{"@type":"Organization","name":"CZ 🇨🇿","logo":{"@type":"ImageObject","url":"https://jsem.nudista.online/media/website/logo.svg","height":84,"width":80}}}</script><noscript><style>img[loading] {
opacity: 1;
}</style></noscript><script src="/kalendar/dist/index.global.js"></script><script src="/kalendar/packages/list/index.global.js"></script><script src="/kalendar/packages/core/locales/cs.global.js"></script><script src="/kalendar/packages/google-calendar/index.global.js"></script><script type="text/javascript">document.addEventListener('DOMContentLoaded', function() {
var calendarEl = document.getElementById('calendar');
var calendar = new FullCalendar.Calendar(calendarEl, {
headerToolbar: {
left: 'title',
center: '',
right: ''
},
footerToolbar: {
start: '',
center: '',
end: 'today prev,next'
},
initialView: 'listWeek',
locale: 'cs',
timeZone: 'Europe/Prague',
displayEventTime: true, // don't show the time column in list view
googleCalendarApiKey: 'AIzaSyD0IpA16TFEGbQNqUaD5MNmVm364DpHlqU',
eventSources: [
{
googleCalendarId: 'b4742c190c0f07274f2d3b8d0646db4b8dd98289c8159113bdda029514286bf3@group.calendar.google.com'
},
{
googleCalendarId: 'o8sn1cursjbacb729ulb4c50og@group.calendar.google.com',
className: 'nice-event'
},
{
googleCalendarId: 'uqu50taoqg4gi4jrl7pu7kknfs@group.calendar.google.com',
className: 'nice-event'
},
{
googleCalendarId: 'cs.czech#holiday@group.v.calendar.google.com',
className: 'nice-event'
},
{
googleCalendarId: 'janrippl@gmail.com',
className: 'nice-event'
}
]
});
calendar.render();
});</script><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css"><script>function getDateTime() {
var now = new Date();
var year = now.getFullYear();
var month = now.getMonth()+1;
var day = now.getDate();
var hour = now.getHours();
var minute = now.getMinutes();
var second = now.getSeconds();
if(month.toString().length == 1) {
month = '0'+month;
}
if(day.toString().length == 1) {
day = '0'+day;
}
if(hour.toString().length == 1) {
hour = '0'+hour;
}
if(minute.toString().length == 1) {
minute = '0'+minute;
}
if(second.toString().length == 1) {
second = '0'+second;
}
var dateTime = year+'-'+month+'-'+day+' '+hour+':'+minute+':'+second;
return dateTime;
}
// example usage: realtime clock
setInterval(function(){
currentTime = getDateTime();
document.getElementById("digital-clock").innerHTML = currentTime;
}, 1000);</script><style>:root {--toc-max-height: auto;}html {scroll-padding-top: 2rem;}.post__toc h3{align-items: center;border: none;cursor: pointer;display: inline-flex;gap: .5em;margin: 0;padding: 0;user-select: none;}.post__toc > ol {margin-left: 0;max-height: 0;overflow: auto;opacity: 0;transition: opacity 0.3s ease-out, max-height 0.5s ease-out;}.post__toc > ol[aria-hidden="false"] {max-height: var(--toc-max-height);opacity: 1;transition: opacity 0.3s ease-in, max-height 0.5s ease-in;}.post__toc ol {counter-reset: item;list-style: none;}.post__toc li {padding-left: 0;padding-bottom: 0;}.post__toc ol ol {margin-left: 1.5rem;margin-top: 0;}.post__toc ol ol li::before {margin-left: 0;}.post__toc a {align-items: stretch;color: var(--toc-link-color, var(--link-color));display: inline-flex;flex-wrap: nowrap;}.post__toc a:hover, .post__toc a:active, .post__toc a:focus {color: var(--toc-link-color-hover, var(--link-color-hover));}.post__toc a::before {content: counters(item, ".", decimal) ". ";counter-increment: item;color: var(--toc-number-color, var(--text-color));display: inline-block;flex-grow: 0;flex-shrink: 0;margin-right: 0.2em;}.post__toc-toggle {background: none;border: none;border-radius: 0;box-shadow: none;color: var(--toc-toggle-link-color, var(--color));cursor: pointer;display: inline;font-weight: normal;overflow: visible;padding: 0;text-align: left;text-decoration: none;text-transform: none;vertical-align: baseline;will-change: unset;}.post__toc-toggle:hover, .post__toc-toggle:active, .post__toc-toggle:focus {background: inherit;border: inherit;box-shadow: inherit;color: var(--toc-toggle-link-color-hover, var(--color, inherit));text-decoration: none;transform: inherit;}.post__toc-toggle::before{content: "[";color: var(--toc-toggle-color, var(--text-color));}.post__toc-toggle::after {content: "]";color: var(--toc-toggle-color, var(--text-color));}</style><noscript><style>.post__toc > ol {max-height: var(--toc-max-height);opacity: 1;transition: none;}.post__toc h3{cursor: default;}</style></noscript><style>.fi{fill:none;stroke-linecap:round;stroke-linejoin:round;vertical-align:middle}</style><style>:root { --flb-container-gap: 0.8rem; --flb-container-direction: row; --flb-btn-hover-effect: translate3d(0, -2px, 0); --flb-btn-gap: 0.4rem; --flb-btn-transition: all 0.24s ease-out; --flb-btn-border-radius: 6px; --flb-btn-font-family: var(--body-font); --flb-btn-font-size: 0.875rem; --flb-btn-line-height: inherit; --flb-icon-size: 24px; --flb-link-color: #404258; --flb-link-color-hover: #EC1037; --flb-link-icon-color: #404258; --flb-link-icon-color-hover: #EC1037; }.flb-container { display: inline-flex; flex-direction: var(--flb-container-direction); flex-wrap: wrap; gap: var(--flb-container-gap); justify-content: center; }a.tltp tltp--top { all: unset; align-items: center; color: var(--flb-link-color); cursor: pointer; display: inline-flex; font-family: var(--flb-btn-font-family); font-size: var(--flb-btn-font-size); gap: var(--flb-btn-gap); line-height: var(--flb-btn-line-height); transition: var(--flb-btn-transition); text-decodration: none; will-change: transform; } a.tltp tltp--top:hover { color: var(--flb-link-color-hover); transform: var(--flb-btn-hover-effect); } a.tltp tltp--top svg { fill: var(--flb-link-icon-color); height: var(--flb-icon-size); margin: unset; opacity: unset; pointer-events: none; transition: var(--flb-btn-transition); width: var(--flb-icon-size); } a.tltp tltp--top:hover svg { fill: var(--flb-link-icon-color-hover); }a.tltp tltp--top svg { fill: hsla(var(--s-platform-h), var(--s-platform-s), var(--s-platform-l), var(--s-platform-a)); }a.tltp tltp--top:hover svg { fill: hsla(var(--s-platform-h), var(--s-platform-s), var(--s-platform-l), var(--s-platform-a)); }a.tltp tltp--top.p-mastodon{--s-platform-h:252;--s-platform-s:59%;--s-platform-l:51%;--s-platform-a:1;}a.tltp tltp--top.p-twitter{--s-platform-h:0;--s-platform-s:0%;--s-platform-l:0%;--s-platform-a:1;}a.tltp tltp--top.p-deviantart{--s-platform-h:161;--s-platform-s:100%;--s-platform-l:45%;--s-platform-a:1;}</style></head><body><div class="content"><div class="left-bar"><div class="left-bar__inner"><header class="header"><a class="logo" href="https://jsem.nudista.online/"><img src="https://jsem.nudista.online/media/website/logo.svg" alt="NoLogWeb" width="80" height="84"></a><nav class="navbar"><button class="navbar__toggle" aria-label="Nabídka" aria-haspopup="true" aria-expanded="false"><span class="navbar__toggle__box"><span class="navbar__toggle__inner">Nabídka</span></span></button><ul class="navbar__menu"><li><a class="tltp" href="https://jsem.nudista.online/autor/jan-rippl-cz/" target="_self" aria-label="Jan Rippl 🇨🇿"><svg class="fi fi-user" width="24px" height="24px" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true" viewBox="0 0 24 24"><g><path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"></path><circle cx="12" cy="7" r="4"></circle></g></svg> <span>Jan Rippl 🇨🇿</span></a></li><li><a class="tltp" href="https://jsem.nudista.online/autor/jan-rippl-de/" target="_self" aria-label="Jan Rippl 🇩🇪"><svg class="fi fi-user-plus" width="24px" height="24px" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true" viewBox="0 0 24 24"><g><path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="8.5" cy="7" r="4"></circle><line x1="20" y1="8" x2="20" y2="14"></line><line x1="23" y1="11" x2="17" y2="11"></line></g></svg> <span>Jan Rippl 🇩🇪</span></a></li><li><a class="tltp" href="https://jsem.nudista.online/autor/janrippl-eu/" target="_self" aria-label="Jan Rippl 🇪🇺"><svg class="fi fi-user-check" width="24px" height="24px" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true" viewBox="0 0 24 24"><g><path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="8.5" cy="7" r="4"></circle><polyline points="17 11 19 13 23 9"></polyline></g></svg> <span>Jan Rippl 🇪🇺</span></a></li><li><a class="tltp" href="https://jsem.nudista.online/kategorie/" target="_self" aria-label="Kategorie 🏷️"><svg class="fi fi-tag" width="24px" height="24px" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true" viewBox="0 0 24 24"><g><path d="M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z"></path><line x1="7" y1="7" x2="7.01" y2="7"></line></g></svg> <span>Kategorie 🏷️</span></a></li></ul></nav><a class="logo logo--atbottom" href="./"><img src="https://jsem.nudista.online/media/website/logo.svg" alt="NoLogWeb" width="80" height="84"></a></header></div></div><main class="main"><article class="post"><div class="post__meta post__meta--attop"><div class="post__meta--attop__inner"><div class="post__maintag"><svg width="20" height="20" aria-hidden="true" focusable="false"><use xlink:href="https://jsem.nudista.online/assets/svg/svg-map.svg#tag"/></svg> Publikováno v kategorii: <a href="https://jsem.nudista.online/kategorie/seznamy/" class="metadata__maintag">📋 Seznamy</a></div></div></div><div class="main__inner"><div class="post__meta"><div class="post__author"><img src="https://www.gravatar.com/avatar/153f1792a2575477faab9e0cc15eec39?s&#x3D;240" loading="lazy" height="240" width="240" alt="CZ 🇨🇿" class="post__author__avatar"><div><a href="https://jsem.nudista.online/autor/jan-rippl-cz/" class="post__author__name">CZ 🇨🇿</a></div></div><div class="post__date"><time datetime="2024-03-28T03:33">bře 28, 2024</time></div></div><header class="post__header"><h1 class="post__title">Služby</h1><p class="post__lead">Externí podpůrné služby (<svg class="fi fi-clipboard" width="24px" height="24px" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true" viewBox="0 0 24 24"><g><path d="M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"></path><rect x="8" y="2" width="8" height="4" rx="1" ry="1"></rect></g></svg> seznam)</p></header><div class="post__entry"><p>Nějaký text 😀</p><p> </p></div><footer class="post__footer"><div class="post__last-updated">Tento příspěvek byl aktualizován dne: <time datetime="2024-06-02T23:13">čvn 2, 2024</time></div><div class="post__share"><a href="https://twitter.com/intent/tweet?url=https%3A%2F%2Fjsem.nudista.online%2Fsluzby%2F&amp;via=NoLogWeb&amp;text=Slu%C5%BEby" class="js-share twitter tltp tltp--top" aria-label="Twitter" rel="nofollow noopener noreferrer"><svg><use xlink:href="https://jsem.nudista.online/assets/svg/svg-map.svg#twitter"/></svg> <span>Twitter</span></a></div></footer></div></article></main><div class="right-bar"><div class="right-bar__inner"><div class="sidebar"><section class="box featured"><h3 class="box__title"><svg class="fi fi-award" width="24px" height="24px" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true" viewBox="0 0 24 24"><g><circle cx="12" cy="8" r="7"></circle><polyline points="8.21 13.89 7 23 12 20 17 23 15.79 13.88"></polyline></g></svg> Inzerce:</h3><ul class="featured__container"><li class="featured__item"><a href="https://jsem.nudista.online/fotograf-ka/" class="featured__image"><img src="https://jsem.nudista.online/media/posts/2/responsive/young-woman-1488904_1920-xs.jpg" loading="lazy" alt="" height="1208" width="1208"></a><div><a href="https://jsem.nudista.online/fotograf-ka/" class="featured__title">Fotograf(ka)</a> <time class="featured__meta" datetime="2024-02-23T17:27">úno 23, 2024</time></div></li></ul></section><section class="box tags"><h3 class="box__title"><svg class="fi fi-tag" width="24px" height="24px" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true" viewBox="0 0 24 24"><g><path d="M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z"></path><line x1="7" y1="7" x2="7.01" y2="7"></line></g></svg> Kategorie:</h3><ul class="tags__list"><li class="tags__item"><a href="https://jsem.nudista.online/kategorie/filmy/" class="btn btn--gray">🎥 Filmy <sup>(0)</sup></a></li><li class="tags__item"><a href="https://jsem.nudista.online/kategorie/seznamy/" class="btn btn--gray">📋 Seznamy <sup>(2)</sup></a></li><li class="tags__item"><a href="https://jsem.nudista.online/kategorie/publikace/" class="btn btn--gray">📝 Publikace <sup>(0)</sup></a></li><li class="tags__item"><a href="https://jsem.nudista.online/kategorie/ufo/" class="btn btn--gray">📡 UFO <sup>(0)</sup></a></li><li class="tags__item"><a href="https://jsem.nudista.online/kategorie/fotografie/" class="btn btn--gray">📷 Fotografie <sup>(0)</sup></a></li><li class="tags__item"><a href="https://jsem.nudista.online/kategorie/inzerce/" class="btn btn--gray">🔔 Inzerce <sup>(2)</sup></a></li><li class="tags__item"><a href="https://jsem.nudista.online/kategorie/it/" class="btn btn--gray">🖥️ IT <sup>(2)</sup></a></li><li class="tags__item"><a href="https://jsem.nudista.online/kategorie/aktivity/" class="btn btn--gray">🗓️ Aktivity <sup>(0)</sup></a></li><li class="tags__item"><a href="https://jsem.nudista.online/kategorie/nahota/" class="btn btn--gray">😳 Nahota <sup>(0)</sup></a></li><li class="tags__item"><a href="https://jsem.nudista.online/kategorie/technologie/" class="btn btn--gray">🚀 Technologie <sup>(0)</sup></a></li></ul></section><section class="box newsletter"><h3 class="box__title"><svg class="fi fi-clock" width="24px" height="24px" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true" viewBox="0 0 24 24"><g><circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline></g></svg> Čas zbývající k dokončení:</h3><p class="newsletter__desc">Usilovně na tom pracuji...</p><div id="pulsetic-badge"></div><script src="https://cdn.pulsetic.com/index.js" async></script><script>window.onload = function () {
Pulsetic.init({
monitor_id: 23424,
element_id: "pulsetic-badge"
});
}</script><br><div id="demo" style="width:100%;"><script>// Set the date we're counting down to
//var countDownDate = new Date("<?php echo($row['mesic'] . " " . $row['den'] . ", " . $row['rok'] . " " . $row['hodina'] . ":" . $row['minuta'] . ":" . $row['sekunda']); ?>").getTime();
var countDownDate = new Date("June 9, 2026 00:00:00").getTime();
// Update the count down every 1 second
var x = setInterval(function() {
// Get today's date and time
var now = new Date().getTime();
// Find the distance between now and the count down date
var distance = countDownDate - now;
// Time calculations for days, hours, minutes and seconds
var days = Math.floor(distance / (1000 * 60 * 60 * 24));
var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
var seconds = Math.floor((distance % (1000 * 60)) / 1000);
// Display the result in the element with id="demo"
document.getElementById("demo").innerHTML = "<button title='Dny'>" + days + "</button> <button title='Hodiny'>" + hours + "</button> <button title='Minuty'>"
+ minutes + "</button> <button title='Vteřiny'>" + seconds + "</button>";
// If the count down is finished, write some text
if (distance < 0) {
clearInterval(x);
document.getElementById("demo").innerHTML = "<button title='Dny'>00</button>:<button title='Hodiny'>00</button>:<button title='Minuty'>00</button>:<button title='Vteřiny'>00</button>";
}
}, 1000);</script></div><p><small>Vyprší dne: 26. června 2026</small></p></section><div class="follow"><div class="flb-container"><a href="https://witter.cz/@janrippl" target="_blank" class="tltp tltp--top p-mastodon"><svg width="24" height="24" aria-hidden="false"><use xlink:href="https://jsem.nudista.online/media/plugins/followButtons/svg-map.svg#mastodon"/></svg> </a><a href="https://twitter.com/JanRippl" target="_blank" class="tltp tltp--top p-twitter"><svg width="24" height="24" aria-hidden="false"><use xlink:href="https://jsem.nudista.online/media/plugins/followButtons/svg-map.svg#twitter"/></svg> </a><a href="https://www.deviantart.com/janrippl" target="_blank" class="tltp tltp--top p-deviantart"><svg width="24" height="24" aria-hidden="false"><use xlink:href="https://jsem.nudista.online/media/plugins/followButtons/svg-map.svg#deviantart"/></svg></a></div></div></div></div></div></div><script defer="defer" src="https://jsem.nudista.online/assets/js/scripts.min.js?v=12d8fcd46db8fdc7af6797ec26849875"></script><script>var images = document.querySelectorAll('img[loading]');
for (var i = 0; i < images.length; i++) {
if (images[i].complete) {
images[i].classList.add('is-loaded');
} else {
images[i].addEventListener('load', function () {
this.classList.add('is-loaded');
}, false);
}
}</script><script>(function() {
let collapsibleTOCItems = document.querySelectorAll(".post__toc h3");
collapsibleTOCItems.forEach(function(item, index) {
let subList = item.nextElementSibling;
let parentItem = item.parentElement;
let toggleButton;
if (subList && subList.tagName === "OL") {
let defaultState = 'false';
parentItem.setAttribute('aria-expanded', defaultState);
subList.setAttribute('aria-hidden', defaultState === 'true' ? 'false' : 'true');
item.setAttribute('id', 'sublist-' + index);
item.setAttribute('tabindex', '0');
const toggleElement = "both";
if (toggleElement === "header" || toggleElement === "both") {
item.addEventListener('click', function(event) {
event.preventDefault();
toggleSubList(this, toggleButton);
});
item.addEventListener('keydown', function(event) {
if (event.key === 'Enter' || event.key === ' ') {
event.preventDefault();
toggleSubList(this, toggleButton);
}
});
}
if (toggleElement === "button" || toggleElement === "both") {
toggleButton = item.querySelector('.post__toc-toggle');
toggleButton.textContent = defaultState === 'true' ? 'sbalit' : 'rozbalit';
toggleButton.addEventListener('click', function(event) {
event.stopPropagation();
event.preventDefault();
toggleSubList(item, toggleButton);
});
}
}
});
function toggleSubList(element, button) {
let parentItem = element.parentElement;
let subList = parentItem.querySelector('ol');
if (subList) {
if (parentItem.getAttribute('aria-expanded') === 'true') {
parentItem.setAttribute('aria-expanded', 'false');
subList.setAttribute('aria-hidden', 'true');
} else {
parentItem.setAttribute('aria-expanded', 'true');
subList.setAttribute('aria-hidden', 'false');
}
}
if (button) {
button.textContent = parentItem.getAttribute('aria-expanded') === 'true' ? 'sbalit' : 'rozbalit';
}
}
})();</script></body></html>