From fdbf497c75bf19cc9a465c465a5ec49922d168f6 Mon Sep 17 00:00:00 2001 From: Alexandre Duverger Date: Fri, 6 Sep 2024 12:10:26 +0200 Subject: [PATCH] add padding and google analytics --- config/_default/params.yaml | 6 +- content/en/_index.md | 2 +- hugo_stats.json | 10 + public/404.html | 19 +- public/authors/index.html | 19 +- public/blog/index.html | 19 +- public/categories/index.html | 19 +- public/contact/index.html | 1049 +++++++++++++++++ ...12054e6e94a6ae03fe51ce891e225440fb97cb.css | 1 + ...211e3de2a9c79d9212acae7786f84243a004c6.css | 1 + ...31a73a41e4f719cb61995b149f6b696ff8b66a.css | 1 + ...9b3c4be7da4b46a8e8404095a29d4629782dfb.css | 1 + ...7e0f9451099c2e62caeecad2a12b3bdf512574.css | 1 + ...ec2991bc3500f7fd20276d1404b3a9bfdeae3e.css | 1 + ...d2a7c7782ee73f96a07d431c423dc6281bc506.css | 1 + ...01f9b97ffe424e76dd13bd5ffb9084b075f6bf.css | 1 + ...e9d5bda4187f349b9e1a7c1752fa3a201a696b.css | 1 + public/fr/404.html | 19 +- public/fr/authors/index.html | 19 +- public/fr/blog/index.html | 19 +- public/fr/categories/index.html | 19 +- public/fr/index.html | 19 +- public/fr/privacy/index.html | 19 +- public/fr/tags/index.html | 19 +- public/fr/terms/index.html | 19 +- public/index.html | 21 +- public/privacy/index.html | 19 +- public/tags/index.html | 19 +- public/terms/index.html | 19 +- 29 files changed, 1361 insertions(+), 21 deletions(-) create mode 100644 public/contact/index.html create mode 100644 public/css/custom.min.0fa7bf625df1fecfb29c9e1cd012054e6e94a6ae03fe51ce891e225440fb97cb.css create mode 100644 public/css/custom.min.200738ba399632ad5da37a1ffd211e3de2a9c79d9212acae7786f84243a004c6.css create mode 100644 public/css/custom.min.496b278f690b33a84d902762fc31a73a41e4f719cb61995b149f6b696ff8b66a.css create mode 100644 public/css/custom.min.581515adbfb019f2947e87704c9b3c4be7da4b46a8e8404095a29d4629782dfb.css create mode 100644 public/css/custom.min.5e72f45f6a47b1cba19c708ea07e0f9451099c2e62caeecad2a12b3bdf512574.css create mode 100644 public/css/custom.min.72cb6344d115438d0ad8c6dec1ec2991bc3500f7fd20276d1404b3a9bfdeae3e.css create mode 100644 public/css/custom.min.848e1b15aabe48034c39019b9bd2a7c7782ee73f96a07d431c423dc6281bc506.css create mode 100644 public/css/custom.min.b6d306b8462583f9203108d32601f9b97ffe424e76dd13bd5ffb9084b075f6bf.css create mode 100644 public/css/custom.min.bf1bad972298d7a1365c0ce364e9d5bda4187f349b9e1a7c1752fa3a201a696b.css diff --git a/config/_default/params.yaml b/config/_default/params.yaml index 7ebd4a0..91a9ff7 100644 --- a/config/_default/params.yaml +++ b/config/_default/params.yaml @@ -17,7 +17,7 @@ marketing: description: '' twitter: 'GetResearchDev' analytics: - google_analytics: '' + google_analytics: 'G-Z41P3E8PXG' baidu_tongji: '' plausible: '' fathom: '' @@ -38,9 +38,9 @@ header: # Logo filename in `assets/media/` folder filename: "daikon.svg" button: - enable: false + enable: true text: "Let's talk!" - url: "/#contact" + url: "mailto:contact@daikon.eco" show_search: true show_theme_chooser: true diff --git a/content/en/_index.md b/content/en/_index.md index fa7dad6..8c3e36d 100644 --- a/content/en/_index.md +++ b/content/en/_index.md @@ -58,7 +58,7 @@ With **daikon**, our ambition is to break down these barriers through clear obje css_class: "bg-gray-100 dark:bg-gray-900 justify-text" # Reduce spacing spacing: - padding: ["1rem", 0, "1rem", 0] + padding: ["1rem", "1rem", "1rem", "1rem"] - block: cta-image-paragraph id: solutions diff --git a/hugo_stats.json b/hugo_stats.json index a363267..fb0bcaf 100644 --- a/hugo_stats.json +++ b/hugo_stats.json @@ -63,6 +63,7 @@ "blox-hero", "blox-markdown", "border", + "border-black", "border-dotted", "border-gray-100", "border-neutral-300", @@ -81,11 +82,14 @@ "dark:block", "dark:border-gray-700", "dark:border-neutral-600", + "dark:border-white", "dark:focus:ring-primary-900", "dark:group-hover:text-primary-400", "dark:hidden", "dark:hover:bg-primary-100/5", "dark:hover:bg-primary-800", + "dark:hover:bg-white", + "dark:hover:text-black", "dark:hover:text-gray-200", "dark:hover:text-gray-50", "dark:hover:text-primary-300", @@ -147,6 +151,7 @@ "header", "hidden", "home-section-bg", + "hover:bg-black", "hover:bg-gray-100", "hover:bg-primary-50", "hover:bg-primary-500", @@ -159,6 +164,7 @@ "hover:text-primary", "hover:text-primary-600", "hover:text-primary-700", + "hover:text-white", "inline-block", "inline-flex", "isolate", @@ -177,6 +183,7 @@ "lg:h-6", "lg:h-[calc(100vh-var(--navbar-height))]", "lg:hidden", + "lg:inline-block", "lg:mb-16", "lg:ml-0", "lg:order-1", @@ -215,6 +222,7 @@ "md:gap-12", "md:grid", "md:grid-cols-2", + "md:ml-4", "md:mt-0", "md:order-2", "md:px-12", @@ -298,6 +306,7 @@ "relative", "ring-1", "ring-black/5", + "rounded", "rounded-full", "rounded-lg", "rounded-md", @@ -343,6 +352,7 @@ "top-0", "top-16", "tracking-tight", + "transition", "transition-colors", "transition-transform", "w-10", diff --git a/public/404.html b/public/404.html index acaa7b5..8317b0a 100644 --- a/public/404.html +++ b/public/404.html @@ -1,6 +1,6 @@ - @@ -657,6 +657,14 @@ +
  • + + Let's talk! + +
  • +
    @@ -734,6 +742,15 @@ + +
    diff --git a/public/authors/index.html b/public/authors/index.html index 846b935..7e2f2d8 100644 --- a/public/authors/index.html +++ b/public/authors/index.html @@ -1,6 +1,6 @@ - @@ -659,6 +659,14 @@ +
  • + + Let's talk! + +
  • +
    @@ -736,6 +744,15 @@ + +
    diff --git a/public/blog/index.html b/public/blog/index.html index 55be6be..275f115 100644 --- a/public/blog/index.html +++ b/public/blog/index.html @@ -1,6 +1,6 @@ - @@ -659,6 +659,14 @@ +
  • + + Let's talk! + +
  • +
    @@ -736,6 +744,15 @@ + +
    diff --git a/public/categories/index.html b/public/categories/index.html index b793fca..9e3190d 100644 --- a/public/categories/index.html +++ b/public/categories/index.html @@ -1,6 +1,6 @@ - @@ -659,6 +659,14 @@ +
  • + + Let's talk! + +
  • +
    @@ -736,6 +744,15 @@ + +
    diff --git a/public/contact/index.html b/public/contact/index.html new file mode 100644 index 0000000..32bd294 --- /dev/null +++ b/public/contact/index.html @@ -0,0 +1,1049 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + My page | daikon + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + +
    +
    +
    + + +
    +
    + + +
    +
    + + +
    + +
    + +
    + + +
    +
    + + +
      + + + + + + + + + + + + + + + + + +
    + + + +
    + + + + +
    + + + + +
    + + + + + + + + + + + + + + + + + diff --git a/public/css/custom.min.0fa7bf625df1fecfb29c9e1cd012054e6e94a6ae03fe51ce891e225440fb97cb.css b/public/css/custom.min.0fa7bf625df1fecfb29c9e1cd012054e6e94a6ae03fe51ce891e225440fb97cb.css new file mode 100644 index 0000000..595301a --- /dev/null +++ b/public/css/custom.min.0fa7bf625df1fecfb29c9e1cd012054e6e94a6ae03fe51ce891e225440fb97cb.css @@ -0,0 +1 @@ +.justify-text{text-align:justify}.full-width-text{width:100%;max-width:100%;margin:0;padding:0}.custom-margin{margin-left:10px;margin-right:10px}@media(min-width:769px){.custom-margin{margin-left:auto;margin-right:auto;max-width:1200px}} \ No newline at end of file diff --git a/public/css/custom.min.200738ba399632ad5da37a1ffd211e3de2a9c79d9212acae7786f84243a004c6.css b/public/css/custom.min.200738ba399632ad5da37a1ffd211e3de2a9c79d9212acae7786f84243a004c6.css new file mode 100644 index 0000000..e19b904 --- /dev/null +++ b/public/css/custom.min.200738ba399632ad5da37a1ffd211e3de2a9c79d9212acae7786f84243a004c6.css @@ -0,0 +1 @@ +.justify-text{text-align:justify}.full-width-text{width:100%;max-width:100%;margin:0;padding:0}.custom-margin{margin-left:10px;margin-right:10px}@media(min-width:769px){.custom-margin{margin-left:auto;margin-right:auto;max-width:4000px}} \ No newline at end of file diff --git a/public/css/custom.min.496b278f690b33a84d902762fc31a73a41e4f719cb61995b149f6b696ff8b66a.css b/public/css/custom.min.496b278f690b33a84d902762fc31a73a41e4f719cb61995b149f6b696ff8b66a.css new file mode 100644 index 0000000..8c5fb66 --- /dev/null +++ b/public/css/custom.min.496b278f690b33a84d902762fc31a73a41e4f719cb61995b149f6b696ff8b66a.css @@ -0,0 +1 @@ +.justify-text{text-align:justify}.full-width-text{width:100%;max-width:100%;margin:0;padding:0}.bg-gray-100.custom-margin,.bg-gray-900.custom-margin{padding-left:10px!important;padding-right:10px!important}@media(min-width:769px){.bg-gray-100.custom-margin,.bg-gray-900.custom-margin{padding-left:auto!important;padding-right:auto!important;max-width:1200px}} \ No newline at end of file diff --git a/public/css/custom.min.581515adbfb019f2947e87704c9b3c4be7da4b46a8e8404095a29d4629782dfb.css b/public/css/custom.min.581515adbfb019f2947e87704c9b3c4be7da4b46a8e8404095a29d4629782dfb.css new file mode 100644 index 0000000..0d2c68c --- /dev/null +++ b/public/css/custom.min.581515adbfb019f2947e87704c9b3c4be7da4b46a8e8404095a29d4629782dfb.css @@ -0,0 +1 @@ +.justify-text{text-align:justify}.full-width-text{width:100%;max-width:100%;margin:0;padding:0}.custom-margin{padding-left:10px;padding-right:10px}@media(min-width:769px){.custom-margin{padding-left:auto;padding-right:auto;max-width:1200px}} \ No newline at end of file diff --git a/public/css/custom.min.5e72f45f6a47b1cba19c708ea07e0f9451099c2e62caeecad2a12b3bdf512574.css b/public/css/custom.min.5e72f45f6a47b1cba19c708ea07e0f9451099c2e62caeecad2a12b3bdf512574.css new file mode 100644 index 0000000..10e14b4 --- /dev/null +++ b/public/css/custom.min.5e72f45f6a47b1cba19c708ea07e0f9451099c2e62caeecad2a12b3bdf512574.css @@ -0,0 +1 @@ +.justify-text{text-align:justify}.full-width-text{width:100%;max-width:100%;margin:0;padding:0}.custom-margin{margin-left:10px;margin-right:10px}@media(min-width:769px){.custom-margin{margin-left:auto;margin-right:auto}} \ No newline at end of file diff --git a/public/css/custom.min.72cb6344d115438d0ad8c6dec1ec2991bc3500f7fd20276d1404b3a9bfdeae3e.css b/public/css/custom.min.72cb6344d115438d0ad8c6dec1ec2991bc3500f7fd20276d1404b3a9bfdeae3e.css new file mode 100644 index 0000000..aee1c12 --- /dev/null +++ b/public/css/custom.min.72cb6344d115438d0ad8c6dec1ec2991bc3500f7fd20276d1404b3a9bfdeae3e.css @@ -0,0 +1 @@ +.justify-text{text-align:justify}.full-width-text{width:100%;max-width:100%;margin:0;padding:0}} \ No newline at end of file diff --git a/public/css/custom.min.848e1b15aabe48034c39019b9bd2a7c7782ee73f96a07d431c423dc6281bc506.css b/public/css/custom.min.848e1b15aabe48034c39019b9bd2a7c7782ee73f96a07d431c423dc6281bc506.css new file mode 100644 index 0000000..0bb4209 --- /dev/null +++ b/public/css/custom.min.848e1b15aabe48034c39019b9bd2a7c7782ee73f96a07d431c423dc6281bc506.css @@ -0,0 +1 @@ +.justify-text{text-align:justify}.full-width-text{width:100%;max-width:100%;margin:0;padding:0}.custom-margin{padding-left:10px;padding-right:10px} \ No newline at end of file diff --git a/public/css/custom.min.b6d306b8462583f9203108d32601f9b97ffe424e76dd13bd5ffb9084b075f6bf.css b/public/css/custom.min.b6d306b8462583f9203108d32601f9b97ffe424e76dd13bd5ffb9084b075f6bf.css new file mode 100644 index 0000000..ba66836 --- /dev/null +++ b/public/css/custom.min.b6d306b8462583f9203108d32601f9b97ffe424e76dd13bd5ffb9084b075f6bf.css @@ -0,0 +1 @@ +.justify-text{text-align:justify}.full-width-text{width:100%;max-width:100%;margin:0;padding:0}.custom-margin{padding-left:10px;padding-right:10px}} \ No newline at end of file diff --git a/public/css/custom.min.bf1bad972298d7a1365c0ce364e9d5bda4187f349b9e1a7c1752fa3a201a696b.css b/public/css/custom.min.bf1bad972298d7a1365c0ce364e9d5bda4187f349b9e1a7c1752fa3a201a696b.css new file mode 100644 index 0000000..f73c91a --- /dev/null +++ b/public/css/custom.min.bf1bad972298d7a1365c0ce364e9d5bda4187f349b9e1a7c1752fa3a201a696b.css @@ -0,0 +1 @@ +.justify-text{text-align:justify}.full-width-text{width:100%;max-width:100%;margin:0;padding:0}.custom-margin{margin-left:10px;margin-right:10px}@media(min-width:769px){.custom-margin{margin-left:10px;margin-right:10px;max-width:1200px}} \ No newline at end of file diff --git a/public/fr/404.html b/public/fr/404.html index 19e89eb..f0fc286 100644 --- a/public/fr/404.html +++ b/public/fr/404.html @@ -1,6 +1,6 @@ - @@ -657,6 +657,14 @@ +
  • + + Let's talk! + +
  • +
    @@ -734,6 +742,15 @@ + +
    diff --git a/public/fr/authors/index.html b/public/fr/authors/index.html index 1516886..042dde8 100644 --- a/public/fr/authors/index.html +++ b/public/fr/authors/index.html @@ -1,6 +1,6 @@ - @@ -659,6 +659,14 @@ +
  • + + Let's talk! + +
  • +
    @@ -736,6 +744,15 @@ + +
    diff --git a/public/fr/blog/index.html b/public/fr/blog/index.html index 1cbf980..241cbb6 100644 --- a/public/fr/blog/index.html +++ b/public/fr/blog/index.html @@ -1,6 +1,6 @@ - @@ -659,6 +659,14 @@ +
  • + + Let's talk! + +
  • +
    @@ -736,6 +744,15 @@ + +
    diff --git a/public/fr/categories/index.html b/public/fr/categories/index.html index 78fd9fe..f155178 100644 --- a/public/fr/categories/index.html +++ b/public/fr/categories/index.html @@ -1,6 +1,6 @@ - @@ -659,6 +659,14 @@ +
  • + + Let's talk! + +
  • +
    @@ -736,6 +744,15 @@ + +
    diff --git a/public/fr/index.html b/public/fr/index.html index 4a4aa05..880803e 100644 --- a/public/fr/index.html +++ b/public/fr/index.html @@ -1,6 +1,6 @@ - @@ -669,6 +669,14 @@ +
  • + + Let's talk! + +
  • +
    @@ -746,6 +754,15 @@ + +
    diff --git a/public/fr/privacy/index.html b/public/fr/privacy/index.html index c299a19..f8145d8 100644 --- a/public/fr/privacy/index.html +++ b/public/fr/privacy/index.html @@ -1,6 +1,6 @@ - @@ -665,6 +665,14 @@ +
  • + + Let's talk! + +
  • +
    @@ -742,6 +750,15 @@ + +
    diff --git a/public/fr/tags/index.html b/public/fr/tags/index.html index c5a638b..7a88353 100644 --- a/public/fr/tags/index.html +++ b/public/fr/tags/index.html @@ -1,6 +1,6 @@ - @@ -659,6 +659,14 @@ +
  • + + Let's talk! + +
  • +
    @@ -736,6 +744,15 @@ + +
    diff --git a/public/fr/terms/index.html b/public/fr/terms/index.html index eda6e41..c862bac 100644 --- a/public/fr/terms/index.html +++ b/public/fr/terms/index.html @@ -1,6 +1,6 @@ - @@ -665,6 +665,14 @@ +
  • + + Let's talk! + +
  • +
    @@ -742,6 +750,15 @@ + +
    diff --git a/public/index.html b/public/index.html index 290dfc3..2950091 100644 --- a/public/index.html +++ b/public/index.html @@ -1,6 +1,6 @@ - @@ -669,6 +669,14 @@ +
  • + + Let's talk! + +
  • +
    @@ -746,6 +754,15 @@ + +
    @@ -1002,7 +1019,7 @@

    +
    diff --git a/public/privacy/index.html b/public/privacy/index.html index 1ddf5bc..5c2819e 100644 --- a/public/privacy/index.html +++ b/public/privacy/index.html @@ -1,6 +1,6 @@ - @@ -665,6 +665,14 @@ +
  • + + Let's talk! + +
  • +
    @@ -742,6 +750,15 @@ + +
    diff --git a/public/tags/index.html b/public/tags/index.html index f003284..58793da 100644 --- a/public/tags/index.html +++ b/public/tags/index.html @@ -1,6 +1,6 @@ - @@ -659,6 +659,14 @@ +
  • + + Let's talk! + +
  • +
    @@ -736,6 +744,15 @@ + +
    diff --git a/public/terms/index.html b/public/terms/index.html index ce409af..90c08b1 100644 --- a/public/terms/index.html +++ b/public/terms/index.html @@ -1,6 +1,6 @@ - @@ -665,6 +665,14 @@ +
  • + + Let's talk! + +
  • +
    @@ -742,6 +750,15 @@ + +