Skip to content

Commit

Permalink
added google business info
Browse files Browse the repository at this point in the history
  • Loading branch information
CuriousCI committed Feb 13, 2023
1 parent 1216542 commit e7165c8
Show file tree
Hide file tree
Showing 12 changed files with 214 additions and 96 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -462,9 +462,6 @@ video {
.items-center{
align-items: center;
}
.justify-center{
justify-content: center;
}
.justify-between{
justify-content: space-between;
}
Expand All @@ -475,9 +472,6 @@ video {
--tw-bg-opacity: 1;
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black\/60{
background-color: rgb(0 0 0 / 0.6);
}
.bg-gray-900{
--tw-bg-opacity: 1;
background-color: rgb(17 24 39 / var(--tw-bg-opacity));
Expand Down Expand Up @@ -569,8 +563,8 @@ h2 {
.md\:max-h-\[50vh\]{
max-height: 50vh;
}
.md\:w-\[44\%\]{
width: 44%;
.md\:w-\[48\%\]{
width: 48%;
}
.md\:text-6xl{
font-size: 3.75rem;
Expand Down
1 change: 1 addition & 0 deletions docs/_app/immutable/assets/_page-0a4b0181.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion docs/_app/immutable/assets/_page-296cc876.css

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { _ } from "./_layout-324900b4.js";
import { default as default2 } from "../components/pages/_layout.svelte-01cd16bf.js";
import { default as default2 } from "../components/pages/_layout.svelte-428e9d3a.js";
export {
default2 as component,
_ as universal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { default as default2 } from "../components/pages/_page.svelte-6a38459e.js";
import { default as default2 } from "../components/pages/_page.svelte-655c9693.js";
export {
default2 as component
};
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,22 @@ function create_fragment(ctx) {
let t1;
let div1;
let div0;
let a1;
let img1;
let img1_src_value;
let t2;
let a2;
let img2;
let img2_src_value;
let t3;
let a3;
let img3;
let img3_src_value;
let t4;
let img4;
let img4_src_value;
let t5;
let a1;
let a4;
let t6;
let t7;
let main1;
Expand Down Expand Up @@ -60,15 +63,18 @@ function create_fragment(ctx) {
t1 = space();
div1 = element("div");
div0 = element("div");
a1 = element("a");
img1 = element("img");
t2 = space();
a2 = element("a");
img2 = element("img");
t3 = space();
a3 = element("a");
img3 = element("img");
t4 = space();
img4 = element("img");
t5 = space();
a1 = element("a");
a4 = element("a");
t6 = text("3932214993");
t7 = space();
main1 = element("main");
Expand Down Expand Up @@ -107,19 +113,43 @@ function create_fragment(ctx) {
var div1_nodes = children(div1);
div0 = claim_element(div1_nodes, "DIV", { class: true });
var div0_nodes = children(div0);
img1 = claim_element(div0_nodes, "IMG", { src: true, alt: true, class: true });
a1 = claim_element(div0_nodes, "A", {
href: true,
target: true,
rel: true,
class: true
});
var a1_nodes = children(a1);
img1 = claim_element(a1_nodes, "IMG", { src: true, alt: true, class: true });
a1_nodes.forEach(detach);
t2 = claim_space(div0_nodes);
img2 = claim_element(div0_nodes, "IMG", { src: true, alt: true, class: true });
a2 = claim_element(div0_nodes, "A", {
href: true,
target: true,
rel: true,
class: true
});
var a2_nodes = children(a2);
img2 = claim_element(a2_nodes, "IMG", { src: true, alt: true, class: true });
a2_nodes.forEach(detach);
t3 = claim_space(div0_nodes);
img3 = claim_element(div0_nodes, "IMG", { src: true, alt: true, class: true });
a3 = claim_element(div0_nodes, "A", {
href: true,
target: true,
rel: true,
class: true
});
var a3_nodes = children(a3);
img3 = claim_element(a3_nodes, "IMG", { src: true, alt: true, class: true });
a3_nodes.forEach(detach);
t4 = claim_space(div0_nodes);
img4 = claim_element(div0_nodes, "IMG", { src: true, alt: true, class: true });
div0_nodes.forEach(detach);
t5 = claim_space(div1_nodes);
a1 = claim_element(div1_nodes, "A", { href: true, class: true });
var a1_nodes = children(a1);
t6 = claim_text(a1_nodes, "3932214993");
a1_nodes.forEach(detach);
a4 = claim_element(div1_nodes, "A", { href: true, class: true });
var a4_nodes = children(a4);
t6 = claim_text(a4_nodes, "3932214993");
a4_nodes.forEach(detach);
div1_nodes.forEach(detach);
div2_nodes.forEach(detach);
div3_nodes.forEach(detach);
Expand Down Expand Up @@ -165,72 +195,84 @@ function create_fragment(ctx) {
this.h();
},
h() {
if (!src_url_equal(source.src, source_src_value = "background.mp4"))
if (!src_url_equal(source.src, source_src_value = "/background.mp4"))
attr(source, "src", source_src_value);
attr(source, "type", "video/mp4");
video.autoplay = true;
video.muted = true;
video.loop = true;
attr(video, "id", "background");
attr(video, "class", "w-full h-full svelte-13raawv");
attr(video, "class", "w-full h-full svelte-1pojezi");
if (!src_url_equal(img0.src, img0_src_value = "worldzen.svg"))
attr(img0, "src", img0_src_value);
attr(img0, "alt", "World Zen");
attr(img0, "class", "svelte-13raawv");
attr(a0, "href", "https://dizionario-taekwondo.web.app/home");
attr(a0, "class", "svelte-13raawv");
attr(img0, "class", "svelte-1pojezi");
attr(a0, "href", "https://app.worldzen.it");
attr(a0, "class", "svelte-1pojezi");
if (!src_url_equal(img1.src, img1_src_value = "youtube.png"))
attr(img1, "src", img1_src_value);
attr(img1, "alt", "YouTube");
attr(img1, "class", "h-7 md:h-16 drop-shadow-2xl svelte-13raawv");
attr(img1, "class", "h-7 md:h-16 drop-shadow-2xl svelte-1pojezi");
attr(a1, "href", "https://youtube.com/@ASDWorldZen");
attr(a1, "target", "_blank");
attr(a1, "rel", "noreferrer");
attr(a1, "class", "svelte-1pojezi");
if (!src_url_equal(img2.src, img2_src_value = "facebook.png"))
attr(img2, "src", img2_src_value);
attr(img2, "alt", "Facebook");
attr(img2, "class", "h-7 md:h-16 svelte-13raawv");
attr(img2, "class", "h-7 md:h-16 svelte-1pojezi");
attr(a2, "href", "https://www.facebook.com/taekwondoworldzen");
attr(a2, "target", "_blank");
attr(a2, "rel", "noreferrer");
attr(a2, "class", "svelte-1pojezi");
if (!src_url_equal(img3.src, img3_src_value = "instagram.png"))
attr(img3, "src", img3_src_value);
attr(img3, "alt", "Instagram");
attr(img3, "class", "h-7 md:h-16 svelte-13raawv");
attr(img3, "class", "h-7 md:h-16 svelte-1pojezi");
attr(a3, "href", "https://www.instagram.com/asdworldzen/ ");
attr(a3, "target", "_blank");
attr(a3, "rel", "noreferrer");
attr(a3, "class", "svelte-1pojezi");
if (!src_url_equal(img4.src, img4_src_value = "favicon.png"))
attr(img4, "src", img4_src_value);
attr(img4, "alt", "App");
attr(img4, "class", "hidden md:visible md:h-20 svelte-13raawv");
attr(img4, "class", "hidden md:visible md:h-20 svelte-1pojezi");
attr(div0, "class", "flex items-center gap-2 sm:gap-5");
attr(a1, "href", "tel:+393932214993");
attr(a1, "class", "text-2xl sm:text-3xl md:text-6xl font-extrabold svelte-13raawv");
attr(a4, "href", "tel:+393932214993");
attr(a4, "class", "text-2xl sm:text-3xl md:text-6xl font-extrabold svelte-1pojezi");
attr(div1, "class", "w-full flex justify-between");
attr(div2, "class", "p-10");
attr(div3, "class", "absolute top-0 left-0 w-full h-full grid place-items-center bg-black/60");
attr(div3, "class", "absolute top-0 left-0 w-full h-full grid place-items-center");
attr(main0, "class", "relative w-full h-screen bg-black");
if (!src_url_equal(img5.src, img5_src_value = "worldzen.png"))
attr(img5, "src", img5_src_value);
attr(img5, "alt", "World Zen");
attr(img5, "class", "max-h-screen md:max-h-[50vh] svelte-13raawv");
attr(img5, "class", "max-h-screen md:max-h-[50vh] svelte-1pojezi");
if (!src_url_equal(img6.src, img6_src_value = "m13k.png"))
attr(img6, "src", img6_src_value);
attr(img6, "alt", "M13K");
attr(img6, "class", "max-h-screen md:max-h-[50vh] svelte-13raawv");
attr(img6, "class", "max-h-screen md:max-h-[50vh] svelte-1pojezi");
if (!src_url_equal(img7.src, img7_src_value = "insta.png"))
attr(img7, "src", img7_src_value);
attr(img7, "alt", "Instagram");
attr(img7, "class", "max-h-screen md:max-h-[50vh] svelte-13raawv");
attr(div4, "class", "min-w-min h-full flex flex-wrap gap-2 px-10 py-10 items-center justify-center");
attr(img7, "class", "max-h-screen md:max-h-[50vh] svelte-1pojezi");
attr(div4, "class", "min-w-min h-full flex flex-wrap gap-2 px-10 py-10 items-center justify-between");
attr(main1, "class", "w-full min-h-min bg-gradient-to-br from-gray-900 to-red-900");
if (!src_url_equal(iframe0.src, iframe0_src_value = "https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1482.8276627044584!2d12.093015358279207!3d41.9862094885059!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x132f55f7f522e8f1%3A0xad7e3e210563e7b5!2sASD%20World%20Zen!5e0!3m2!1sen!2sit!4v1676199409781!5m2!1sen!2sit"))
attr(iframe0, "src", iframe0_src_value);
attr(iframe0, "class", "w-full md:w-[44%] h-[50vh] svelte-13raawv");
attr(iframe0, "class", "w-full md:w-[48%] h-[50vh] svelte-1pojezi");
set_style(iframe0, "border", "0");
attr(iframe0, "loading", "lazy");
attr(iframe0, "referrerpolicy", "no-referrer-when-downgrade");
attr(iframe0, "title", "World Zen Cerveteri");
if (!src_url_equal(iframe1.src, iframe1_src_value = "https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2966.6080530014383!2d12.074612215801183!3d41.96575306790258!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x132f557ac78afc8b%3A0x3fb0019c18fedb81!2sASD%20Bad%20Boys!5e0!3m2!1sen!2sit!4v1676199434829!5m2!1sen!2sit"))
attr(iframe1, "src", iframe1_src_value);
attr(iframe1, "class", "w-full md:w-[44%] h-[50vh] svelte-13raawv");
attr(iframe1, "class", "w-full md:w-[48%] h-[50vh] svelte-1pojezi");
set_style(iframe1, "border", "0");
attr(iframe1, "loading", "lazy");
attr(iframe1, "referrerpolicy", "no-referrer-when-downgrade");
attr(iframe1, "title", "World Zen Ladispoli");
attr(div5, "class", "min-w-min h-full flex flex-wrap gap-2 px-10 py-10 items-center justify-center");
attr(div5, "class", "min-w-min h-full flex flex-wrap gap-2 px-10 py-10 items-center justify-between");
attr(main2, "class", "w-full min-h-min bg-gradient-to-tr from-gray-900 to-red-900");
},
m(target, anchor) {
Expand All @@ -245,16 +287,19 @@ function create_fragment(ctx) {
append_hydration(div2, t1);
append_hydration(div2, div1);
append_hydration(div1, div0);
append_hydration(div0, img1);
append_hydration(div0, a1);
append_hydration(a1, img1);
append_hydration(div0, t2);
append_hydration(div0, img2);
append_hydration(div0, a2);
append_hydration(a2, img2);
append_hydration(div0, t3);
append_hydration(div0, img3);
append_hydration(div0, a3);
append_hydration(a3, img3);
append_hydration(div0, t4);
append_hydration(div0, img4);
append_hydration(div1, t5);
append_hydration(div1, a1);
append_hydration(a1, t6);
append_hydration(div1, a4);
append_hydration(a4, t6);
insert_hydration(target, t7, anchor);
insert_hydration(target, main1, anchor);
append_hydration(main1, div4);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -900,9 +900,9 @@ const __vitePreload = function preload(baseModule, deps, importerUrl) {
};
const matchers = {};
const nodes = [
() => __vitePreload(() => import("./chunks/0-1d083108.js"), true ? ["./chunks\\0-1d083108.js","./chunks\\_layout-324900b4.js","./components\\pages\\_layout.svelte-01cd16bf.js","./chunks\\index-4506c01f.js","./assets\\_layout-6b28c0d3.css"] : void 0, import.meta.url),
() => __vitePreload(() => import("./chunks/1-18191210.js"), true ? ["./chunks\\1-18191210.js","./components\\error.svelte-8ff3e056.js","./chunks\\index-4506c01f.js","./chunks\\singletons-b41b708a.js"] : void 0, import.meta.url),
() => __vitePreload(() => import("./chunks/2-d9663b79.js"), true ? ["./chunks\\2-d9663b79.js","./components\\pages\\_page.svelte-6a38459e.js","./chunks\\index-4506c01f.js","./assets\\_page-296cc876.css"] : void 0, import.meta.url)
() => __vitePreload(() => import("./chunks/0-433178e1.js"), true ? ["./chunks/0-433178e1.js","./chunks/_layout-324900b4.js","./components/pages/_layout.svelte-428e9d3a.js","./chunks/index-4506c01f.js","./assets/_layout-7f84ef13.css"] : void 0, import.meta.url),
() => __vitePreload(() => import("./chunks/1-18191210.js"), true ? ["./chunks/1-18191210.js","./components/error.svelte-8ff3e056.js","./chunks/index-4506c01f.js","./chunks/singletons-b41b708a.js"] : void 0, import.meta.url),
() => __vitePreload(() => import("./chunks/2-f56eefc5.js"), true ? ["./chunks/2-f56eefc5.js","./components/pages/_page.svelte-655c9693.js","./chunks/index-4506c01f.js","./assets/_page-0a4b0181.css"] : void 0, import.meta.url)
];
const server_loads = [];
const dictionary = {
Expand Down
2 changes: 1 addition & 1 deletion docs/_app/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"1676224003659"}
{"version":"1676281828113"}
Loading

0 comments on commit e7165c8

Please sign in to comment.