diff --git a/package.json b/package.json index 5abed89..6628fda 100644 --- a/package.json +++ b/package.json @@ -13,15 +13,11 @@ "@astrojs/check": "^0.2.0", "@astrojs/tailwind": "^5.0.0", "@astrolib/analytics": "^0.4.2", - "@solid-primitives/broadcast-channel": "^0.0.103", - "@solid-primitives/media": "^2.2.5", - "astro": "^3.1.1", + "astro": "3.1.1", "astro-icon": "^0.8.1", "astro-navbar": "^2.2.1", "astro-seo": "^0.8.0", "dayjs": "^1.11.10", - "solid-icons": "^1.0.12", - "solid-js": "^1.4.3", "tailwindcss": "^3.0.24", "typescript": "^5.2.2", "vanilla-cookieconsent": "^2.9.2" diff --git a/src/components/About/Members.astro b/src/components/About/Members.astro index 50bc445..afe84d4 100644 --- a/src/components/About/Members.astro +++ b/src/components/About/Members.astro @@ -2,6 +2,7 @@ import { Image } from "astro:assets"; import { getEntry } from "astro:content"; const members = await getEntry("data", "members"); +console.log(members); ---
diff --git a/src/components/Head/Cookies.astro b/src/components/Head/Cookies.astro index d89cdc9..00ca099 100644 --- a/src/components/Head/Cookies.astro +++ b/src/components/Head/Cookies.astro @@ -11,13 +11,12 @@ import "../../styles/cookies.scss"; gui_options: { consent_modal: { layout: "cloud", // box/cloud/bar - position: "bottom center", // bottom/middle/top + left/right/center + position: "bottom right", // bottom/middle/top + left/right/center transition: "slide", // zoom/slide swap_buttons: false, // enable to invert buttons }, settings_modal: { layout: "box", // box/bar - // position: 'left', // left/right transition: "slide", // zoom/slide }, }, @@ -45,7 +44,7 @@ import "../../styles/cookies.scss"; en: { consent_modal: { title: "Cookies & Privacy Policy", - description: `Enabling cookies allows you to use our website to its full extent and to personalize your experience on our sites. They tell us which parts of our websites people have visited, help us measure the effectiveness of ads and web searches and give us insights into user behavior so we can improve our communications with you. Cookies Policy-Privacy Policy`, + description: `Enabling cookies allows you to use our website to its full extent and to personalize your experience on our sites. They tell us which parts of our websites people have visited, help us measure the effectiveness of ads and web searches and give us insights into user behavior so we can improve our communications with you. Cookies Policy-Privacy Policy`, primary_btn: { text: "Accept all Cookies", role: "accept_all", //'accept_selected' or 'accept_all' @@ -70,7 +69,7 @@ import "../../styles/cookies.scss"; { title: "Cookie usage", description: - 'We use cookies to ensure the basic functionalities of the website and to enhance your online experience. You can choose for each category to opt-in/out whenever you want. For more details about cookies and how we use them, read the full cookie policy.', + 'We use cookies to ensure the basic functionalities of the website and to enhance your online experience. You can choose for each category to opt-in/out whenever you want. For more details about cookies and how we use them, read the full cookie policy.', }, { title: "Analytics cookies", @@ -105,11 +104,6 @@ import "../../styles/cookies.scss"; }, ], }, - { - title: "More information", - description: - 'For any queries in relation to our policy on cookies and your choices, please contact me.', - }, ], }, }, diff --git a/src/content/pages/cookies.md b/src/content/pages/cookies.md index b98c206..4b47de9 100644 --- a/src/content/pages/cookies.md +++ b/src/content/pages/cookies.md @@ -1,5 +1,5 @@ --- -title: Cookies Policy +main_title: Cookies Policy slug: cookies description: |- Update and remove cookies from your browser set by our site.