This commit is contained in:
a-ill
2023-06-24 16:44:16 +03:00
parent c2ed24a9b6
commit 875e5fb467
45 changed files with 5255 additions and 108 deletions

View File

@@ -1,6 +1,6 @@
(function(l, r) { if (!l || l.getElementById('livereloadscript')) return; r = l.createElement('script'); r.async = 1; r.src = '//' + (self.location.host || 'localhost').split(':')[0] + ':35729/livereload.js?snipver=1'; r.id = 'livereloadscript'; l.getElementsByTagName('head')[0].appendChild(r) })(self.document);
import { S as SvelteElement, i as init, a as attribute_to_object, b as insert_dev, s as safe_not_equal, d as dispatch_dev, v as validate_slots, o as onMount, e as element, q as space, n as noop, z as src_url_equal, f as attr_dev, c as add_location, g as append_dev, u as listen_dev, h as detach_dev, p as binding_callbacks } from './index-bc9d3868.js';
import { S as SvelteElement, i as init, a as attribute_to_object, b as insert_dev, s as safe_not_equal, d as dispatch_dev, c as validate_slots, o as onMount, e as element, f as space, n as noop, A as src_url_equal, j as attr_dev, g as add_location, k as append_dev, w as listen_dev, l as detach_dev, r as binding_callbacks } from './index-3e97afc8.js';
/* src\navbar\navbar-component.svelte generated by Svelte v3.52.0 */
const file = "src\\navbar\\navbar-component.svelte";
@@ -76,41 +76,41 @@ function create_fragment(ctx) {
if (!src_url_equal(img.src, img_src_value = "img/common/flag.png")) attr_dev(img, "src", img_src_value);
attr_dev(img, "id", "navbar-logo");
attr_dev(img, "alt", "logo");
add_location(img, file, 37, 8, 810);
add_location(img, file, 37, 8, 812);
attr_dev(span0, "id", "navbar-logo-text");
add_location(span0, file, 38, 8, 879);
add_location(span0, file, 38, 8, 881);
attr_dev(a0, "id", "logo-container");
attr_dev(a0, "href", "/");
add_location(a0, file, 36, 4, 770);
add_location(a0, file, 36, 4, 772);
attr_dev(input, "type", "checkbox");
attr_dev(input, "id", "side-menu");
add_location(input, file, 41, 4, 981);
add_location(input, file, 41, 4, 983);
attr_dev(span1, "id", "hamb-line");
add_location(span1, file, 42, 37, 1104);
add_location(span1, file, 42, 37, 1106);
attr_dev(label, "id", "hamb");
attr_dev(label, "for", "side-menu");
add_location(label, file, 42, 4, 1071);
add_location(label, file, 42, 4, 1073);
attr_dev(a1, "href", "/manifesto");
add_location(a1, file, 46, 16, 1221);
add_location(li0, file, 46, 12, 1217);
add_location(a1, file, 46, 16, 1223);
add_location(li0, file, 46, 12, 1219);
attr_dev(a2, "href", "/join-us");
add_location(a2, file, 47, 16, 1278);
add_location(li1, file, 47, 12, 1274);
add_location(a2, file, 47, 16, 1280);
add_location(li1, file, 47, 12, 1276);
attr_dev(a3, "href", "/groups");
add_location(a3, file, 48, 16, 1331);
add_location(li2, file, 48, 12, 1327);
add_location(a3, file, 48, 16, 1333);
add_location(li2, file, 48, 12, 1329);
attr_dev(a4, "href", "/communities");
add_location(a4, file, 49, 16, 1382);
add_location(li3, file, 49, 12, 1378);
add_location(a4, file, 49, 16, 1384);
add_location(li3, file, 49, 12, 1380);
attr_dev(a5, "href", "/cooperatives");
add_location(a5, file, 50, 16, 1443);
add_location(li4, file, 50, 12, 1439);
add_location(a5, file, 50, 16, 1445);
add_location(li4, file, 50, 12, 1441);
attr_dev(ul, "id", "menu");
add_location(ul, file, 45, 8, 1189);
add_location(ul, file, 45, 8, 1191);
attr_dev(nav, "id", "nav");
add_location(nav, file, 44, 4, 1165);
add_location(nav, file, 44, 4, 1167);
attr_dev(header, "id", "navbar");
add_location(header, file, 34, 0, 706);
add_location(header, file, 34, 0, 708);
},
l: function claim(nodes) {
throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option");
@@ -183,7 +183,6 @@ function instance($$self, $$props, $$invalidate) {
function changeNavbar() {
if (hambInput.checked) {
$$invalidate(1, navbar.style.background = "white", navbar);
$$invalidate(1, navbar.style.boxShadow = "0 0 0.314rem rgb(187, 187, 187)", navbar);
} else {
setTimeout(
() => {