<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Лифтове в България</title>
		<link>https://liftove.alexts.xyz/</link>
		<description>Recent content on Лифтове в България</description>
		<generator>Hugo</generator>
		<language>bg-BG</language>
		
		
		
		
			<atom:link href="https://liftove.alexts.xyz/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Кабакум</title>
				<link>https://liftove.alexts.xyz/lift/closed/kabakum/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://liftove.alexts.xyz/lift/closed/kabakum/</guid>
				<description>&lt;p&gt;Kabakum&lt;/p&gt;</description>
			</item>
			<item>
				<title>Симеоновски лифт</title>
				<link>https://liftove.alexts.xyz/lift/closed/simeonovski/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://liftove.alexts.xyz/lift/closed/simeonovski/</guid>
				<description>&lt;h1 id=&#34;hahahugoshortcode14s0hbhb&#34;&gt;Симеоновски лифт&lt;a class=&#34;anchor&#34; href=&#34;#hahahugoshortcode14s0hbhb&#34;&gt;#&lt;/a&gt;&lt;/h1&gt;&#xA;&lt;p&gt;Here are some photos of the stations:&lt;/p&gt;&#xA;&lt;p&gt;&lt;div class=&#34;custom-gallery&#34;&gt;&#xA;  &lt;img src=&#34;https://liftove.alexts.xyz/images/lower-station.jpg&#34; alt=&#34;Lower Station&#34; /&gt;&#xA;&lt;img src=&#34;https://liftove.alexts.xyz/images/mid-station.jpg&#34; alt=&#34;Mid Station&#34; /&gt;&#xA;&lt;img src=&#34;https://liftove.alexts.xyz/images/upper-station.jpg&#34; alt=&#34;Upper Station&#34; /&gt;&#xA;&lt;/div&gt;&#xA;This is where your Wikipedia-style article will go. The data at the top (latitude, longitude, status_id) is hidden from the user, but we will use it programmatically for the map and live status script later.&lt;/p&gt;&#xA;&#xA;&lt;div id=&#34;map-wrapper-0551be251559eb36f606e326981227c0&#34; style=&#34;position: relative; width: 100%; height: 500px; background: #e9ecef; border-radius: 8px; display: flex; align-items: center; justify-content: center; overflow: hidden; margin-bottom: 2rem; border: 1px solid #ccc;&#34;&gt;&#xA;    &#xA;    &#xA;    &lt;div id=&#34;map-overlay-0551be251559eb36f606e326981227c0&#34; style=&#34;position: absolute; z-index: 10; display: flex; flex-direction: column; align-items: center; cursor: pointer;&#34;&gt;&#xA;        &lt;button style=&#34;padding: 12px 24px; font-size: 16px; font-weight: bold; background: #007bff; color: white; border: none; border-radius: 6px; cursor: pointer; box-shadow: 0 4px 6px rgba(0,0,0,0.1);&#34;&gt;&#xA;            📍 Зареди карта&#xA;        &lt;/button&gt;&#xA;        &lt;span style=&#34;font-size: 0.85rem; color: #6c757d; margin-top: 8px;&#34;&gt;Трасе и станции на лифта&lt;/span&gt;&#xA;    &lt;/div&gt;&#xA;&#xA;    &#xA;    &lt;div id=&#34;ropeway-route-map-0551be251559eb36f606e326981227c0&#34; style=&#34;width: 100%; height: 100%; z-index: 1;&#34;&gt;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;script&gt;&#xA;document.addEventListener(&#34;DOMContentLoaded&#34;, function() {&#xA;    var overlay = document.getElementById(&#34;map-overlay-0551be251559eb36f606e326981227c0&#34;);&#xA;    var mapContainerId = &#34;ropeway-route-map-0551be251559eb36f606e326981227c0&#34;;&#xA;    &#xA;    &#xA;    var stations = [{&#34;lat&#34;:42.6166047,&#34;lon&#34;:23.3485079,&#34;type&#34;:&#34;base&#34;},{&#34;lat&#34;:42.5913147,&#34;lon&#34;:23.3208001,&#34;type&#34;:&#34;mid&#34;},{&#34;lat&#34;:42.586485,&#34;lon&#34;:23.303713,&#34;type&#34;:&#34;mid&#34;},{&#34;lat&#34;:42.583272,&#34;lon&#34;:23.292732,&#34;type&#34;:&#34;top&#34;}] || [];&#xA;&#xA;    overlay.addEventListener(&#34;click&#34;, function() {&#xA;        &#xA;        overlay.style.display = &#34;none&#34;;&#xA;        &#xA;        &#xA;        if (!document.getElementById(&#34;leaflet-css&#34;)) {&#xA;            var css = document.createElement(&#34;link&#34;);&#xA;            css.id = &#34;leaflet-css&#34;;&#xA;            css.rel = &#34;stylesheet&#34;;&#xA;            css.href = &#34;https://unpkg.com/leaflet@1.9.4/dist/leaflet.css&#34;;&#xA;            document.head.appendChild(css);&#xA;        }&#xA;&#xA;        &#xA;        if (!document.getElementById(&#34;leaflet-js&#34;)) {&#xA;            var js = document.createElement(&#34;script&#34;);&#xA;            js.id = &#34;leaflet-js&#34;;&#xA;            js.src = &#34;https://unpkg.com/leaflet@1.9.4/dist/leaflet.js&#34;;&#xA;            js.onload = initRouteMap;&#xA;            document.head.appendChild(js);&#xA;        } else {&#xA;            &#xA;            initRouteMap();&#xA;        }&#xA;    });&#xA;&#xA;    function initRouteMap() {&#xA;        var map = L.map(mapContainerId);&#xA;        L.tileLayer(&#39;https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png&#39;, {&#xA;            attribution: &#39;&amp;copy; OpenStreetMap&#39;&#xA;        }).addTo(map);&#xA;&#xA;        var latlngs = [];&#xA;        &#xA;        &#xA;        var redIcon = new L.Icon({&#xA;            iconUrl: &#39;https://raw.githubusercontent.com/pointhi/leaflet-color-markers/master/img/marker-icon-2x-red.png&#39;,&#xA;            shadowUrl: &#39;https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.9.4/images/marker-shadow.png&#39;,&#xA;            iconSize: [25, 41],&#xA;            iconAnchor: [12, 41],&#xA;            popupAnchor: [1, -34],&#xA;            shadowSize: [41, 41]&#xA;        });&#xA;&#xA;        &#xA;        stations.forEach(function(station, index) {&#xA;            var coords = [station.lat, station.lon];&#xA;            latlngs.push(coords);&#xA;&#xA;            &#xA;            var isTop = (station.type === &#39;top&#39;);&#xA;            &#xA;            var marker = L.marker(coords, {&#xA;                icon: isTop ? redIcon : new L.Icon.Default() &#xA;            }).addTo(map);&#xA;&#xA;            &#xA;            var label = station.type === &#39;base&#39; ? &#39;Base Station&#39; : (station.type === &#39;top&#39; ? &#39;Top Station&#39; : `Mid Station ${index}`);&#xA;            marker.bindPopup(`&lt;b&gt;${label}&lt;/b&gt;`);&#xA;        });&#xA;&#xA;        &#xA;        if (latlngs.length &gt; 1) {&#xA;            var polyline = L.polyline(latlngs, {&#xA;                color: &#39;#343a40&#39;, &#xA;                weight: 4,&#xA;                opacity: 0.8,&#xA;                dashArray: &#39;10, 10&#39; &#xA;            }).addTo(map);&#xA;            &#xA;            &#xA;            map.fitBounds(polyline.getBounds(), { padding: [40, 40] });&#xA;        } else if (latlngs.length === 1) {&#xA;            &#xA;            map.setView(latlngs[0], 15);&#xA;        }&#xA;    }&#xA;});&#xA;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Обратна връзка</title>
				<link>https://liftove.alexts.xyz/contact/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://liftove.alexts.xyz/contact/</guid>
				<description>&lt;h1 id=&#34;send-feedback&#34;&gt;Send Feedback&lt;a class=&#34;anchor&#34; href=&#34;#send-feedback&#34;&gt;#&lt;/a&gt;&lt;/h1&gt;&#xA;&lt;form action=&#34;https://api.web3forms.com/submit&#34; method=&#34;POST&#34;&gt;&#xA;  &lt;input type=&#34;hidden&#34; name=&#34;access_key&#34; value=&#34;ed75da84-ead6-4ccd-bbee-e90253a8c08e&#34;&gt;&#xA;  &lt;input type=&#34;hidden&#34; name=&#34;subject&#34; value=&#34;Liftove Website Feedback&#34;&gt;&#xA;  &lt;!-- Honeypot Spam Protection --&gt;&#xA;  &lt;input type=&#34;checkbox&#34; name=&#34;botcheck&#34; class=&#34;hidden&#34; style=&#34;display: none;&#34;&gt;&#xA;  &lt;div style=&#34;margin-bottom: 1rem;&#34;&gt;&#xA;    &lt;label&gt;Name&lt;/label&gt;&lt;br&gt;&#xA;    &lt;input type=&#34;text&#34; name=&#34;name&#34; required style=&#34;width: 100%; padding: 8px;&#34;&gt;&#xA;  &lt;/div&gt;&#xA;  &lt;div style=&#34;margin-bottom: 1rem;&#34;&gt;&#xA;    &lt;label&gt;Email&lt;/label&gt;&lt;br&gt;&#xA;    &lt;input type=&#34;email&#34; name=&#34;email&#34; required style=&#34;width: 100%; padding: 8px;&#34;&gt;&#xA;  &lt;/div&gt;&#xA;  &lt;div style=&#34;margin-bottom: 1rem;&#34;&gt;&#xA;    &lt;label&gt;Message&lt;/label&gt;&lt;br&gt;&#xA;    &lt;textarea name=&#34;message&#34; required style=&#34;width: 100%; padding: 8px; height: 120px;&#34;&gt;&lt;/textarea&gt;&#xA;  &lt;/div&gt;&#xA;  &lt;!-- Zero-config hCaptcha provided by Web3Forms --&gt;&#xA;  &lt;div class=&#34;h-captcha&#34; data-captcha=&#34;true&#34;&gt;&lt;/div&gt;&#xA;  &lt;br&gt;&#xA;&lt;p&gt;&lt;button type=&#34;submit&#34; style=&#34;padding: 10px 20px; background: #0055ff; color: white; border: none; border-radius: 5px; cursor: pointer;&#34;&gt;Submit&lt;/button&gt;&lt;/p&gt;&#xA;&lt;/form&gt;&#xA;&lt;p&gt;This site was last built on: Jul 26, 2026 at 01:08 EEST&lt;/p&gt;&#xA;&lt;script src=&#34;https://web3forms.com/client/script.js&#34; async defer&gt;&lt;/script&gt;</description>
			</item>
	</channel>
</rss>
