diff --git a/dist/assets/index-3Uy3iODF.js b/dist/assets/index-_9IXvV77.js similarity index 99% rename from dist/assets/index-3Uy3iODF.js rename to dist/assets/index-_9IXvV77.js index 21603b9..6a987d2 100644 --- a/dist/assets/index-3Uy3iODF.js +++ b/dist/assets/index-_9IXvV77.js @@ -19515,8 +19515,6 @@ const Uw = { class: "flex-col w-11/12 sm:w-10/12 md:w-8/12 py-4" }, { path: "/", component: null, props: { component: "home" } }, { path: "/pricing", component: null, props: { component: "pricing" } }, { path: "/contact", component: null, props: { component: "contact" } }, - { path: "/contact-me", component: null, props: { component: "contact" } }, - { path: "/about", component: null, props: { component: "about-me" } }, { path: "/about-me", component: null, props: { component: "about-me" } }, { path: "/portfolio", component: null, props: { component: "portfolio" } }, { diff --git a/dist/index.html b/dist/index.html index b717281..ac5193f 100644 --- a/dist/index.html +++ b/dist/index.html @@ -26,7 +26,7 @@ Vite + Vue - + diff --git a/dist/sitemap.xml b/dist/sitemap.xml index 3694118..bfd2f10 100644 --- a/dist/sitemap.xml +++ b/dist/sitemap.xml @@ -1 +1 @@ -https://josephhansen.dev/daily0.3https://josephhansen.dev/pricingdaily0.3https://josephhansen.dev/contactdaily0.3https://josephhansen.dev/contact-medaily0.3https://josephhansen.dev/aboutdaily0.3https://josephhansen.dev/about-medaily0.3https://josephhansen.dev/portfoliodaily0.3https://josephhansen.dev/portfolio/bazaardaily0.3https://josephhansen.dev/portfolio/okc-south-stakedaily0.3https://josephhansen.dev/portfolio/build-on-your-landdaily0.3https://josephhansen.dev/portfolio/aris-searchdaily0.3https://josephhansen.dev/portfolio/swim-state-pooldaily0.3https://josephhansen.dev/portfolio/atlanta-floor-onedaily0.3https://josephhansen.dev/portfolio/stehl-family-dentaldaily0.3https://josephhansen.dev/portfolio/stuart-pipedaily0.3https://josephhansen.dev/portfolio/tub-boysdaily0.3 \ No newline at end of file +https://josephhansen.dev/daily0.3https://josephhansen.dev/pricingdaily0.3https://josephhansen.dev/contactdaily0.3https://josephhansen.dev/contact-medaily0.3https://josephhansen.dev/aboutdaily0.3https://josephhansen.dev/about-medaily0.3https://josephhansen.dev/portfoliodaily0.3https://josephhansen.dev/portfolio/bazaardaily0.3https://josephhansen.dev/portfolio/okc-south-stakedaily0.3https://josephhansen.dev/portfolio/build-on-your-landdaily0.3https://josephhansen.dev/portfolio/aris-searchdaily0.3https://josephhansen.dev/portfolio/swim-state-pooldaily0.3https://josephhansen.dev/portfolio/atlanta-floor-onedaily0.3https://josephhansen.dev/portfolio/stehl-family-dentaldaily0.3https://josephhansen.dev/portfolio/stuart-pipedaily0.3https://josephhansen.dev/portfolio/tub-boysdaily0.3https://josephhansen.dev/portfolio/josephhansen-devdaily0.3 \ No newline at end of file diff --git a/public/sitemap.xml b/public/sitemap.xml index bfd2f10..98c3397 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -1 +1 @@ -https://josephhansen.dev/daily0.3https://josephhansen.dev/pricingdaily0.3https://josephhansen.dev/contactdaily0.3https://josephhansen.dev/contact-medaily0.3https://josephhansen.dev/aboutdaily0.3https://josephhansen.dev/about-medaily0.3https://josephhansen.dev/portfoliodaily0.3https://josephhansen.dev/portfolio/bazaardaily0.3https://josephhansen.dev/portfolio/okc-south-stakedaily0.3https://josephhansen.dev/portfolio/build-on-your-landdaily0.3https://josephhansen.dev/portfolio/aris-searchdaily0.3https://josephhansen.dev/portfolio/swim-state-pooldaily0.3https://josephhansen.dev/portfolio/atlanta-floor-onedaily0.3https://josephhansen.dev/portfolio/stehl-family-dentaldaily0.3https://josephhansen.dev/portfolio/stuart-pipedaily0.3https://josephhansen.dev/portfolio/tub-boysdaily0.3https://josephhansen.dev/portfolio/josephhansen-devdaily0.3 \ No newline at end of file +https://josephhansen.dev/daily0.3https://josephhansen.dev/pricingdaily0.3https://josephhansen.dev/contactdaily0.3https://josephhansen.dev/about-medaily0.3https://josephhansen.dev/portfoliodaily0.3https://josephhansen.dev/portfolio/bazaardaily0.3https://josephhansen.dev/portfolio/okc-south-stakedaily0.3https://josephhansen.dev/portfolio/build-on-your-landdaily0.3https://josephhansen.dev/portfolio/aris-searchdaily0.3https://josephhansen.dev/portfolio/swim-state-pooldaily0.3https://josephhansen.dev/portfolio/atlanta-floor-onedaily0.3https://josephhansen.dev/portfolio/stehl-family-dentaldaily0.3https://josephhansen.dev/portfolio/stuart-pipedaily0.3https://josephhansen.dev/portfolio/tub-boysdaily0.3https://josephhansen.dev/portfolio/josephhansen-devdaily0.3 \ No newline at end of file diff --git a/src/components/main/blocks/services/PanelDevelopment.vue b/src/components/main/blocks/services/PanelDevelopment.vue index 5e83a02..5c249cf 100644 --- a/src/components/main/blocks/services/PanelDevelopment.vue +++ b/src/components/main/blocks/services/PanelDevelopment.vue @@ -2,6 +2,140 @@ const props = defineProps({ brightness: Number, }) + const pClass = (brightness) => { + if (brightness >= 4) { + return "text-slate-800" + } else if (brightness == 3) { + return "text-slate-200" + } else if (brightness == 2) { + return "text-slate-300" + } else if (brightness == 1) { + return "text-slate-300" + } + } + + import ctaForm from "../ctaForm/ctaForm.vue" - + + + +