improvement: add zoonect logo

This commit is contained in:
Zach Daniel 2023-08-11 01:48:24 -07:00
parent d334025fa4
commit 283d597eed
5 changed files with 52 additions and 10 deletions

View file

@ -7,12 +7,6 @@ defmodule AshHqWeb.Components.CalloutText do
prop text, :string, required: true
prop class, :css_class
def render(%{__context__: %{platform: :ios}} = assigns) do
~F"""
<text color={primary_light_600()}>{@text}</text>
"""
end
def render(assigns) do
~F"""
<span class={classes(["text-primary-light-600 dark:text-primary-dark-400 font-bold", @class])}>

View file

@ -210,8 +210,8 @@ defmodule AshHqWeb.Pages.Home do
</div>
</div>
<div class="grid grid-cols-1 md:grid-cols-4 items-center align-middle justify-items-center justify-center mt-12 gap-4">
<a class=" block" href="https://coinbits.app/">
<div class="grid grid-cols-1 md:grid-cols-4 items-center align-middle justify-items-center justify-center mt-12 gap-4 gap-y-12">
<a class="block" href="https://coinbits.app/">
<img class="h-6" src="/images/coinbits-logo.png">
</a>
<a class="block dark:hidden" href="https://www.wintermeyer-consulting.de/">
@ -229,6 +229,16 @@ defmodule AshHqWeb.Pages.Home do
<a class="block" href="https://www.groupflow.app">
<img class="h-6" src="/images/group-flow-logo.svg">
</a>
<div class="hidden md:block">
</div>
<a class="block dark:hidden col-span-1 md:col-span-2" href="https://www.zoonect.com/en/homepage">
<img class="h-6" src="/images/zoonect-light.svg">
</a>
<a class="hidden dark:block col-span-2" href="https://www.zoonect.com/en/homepage">
<img class="h-6" src="/images/zoonect-dark.svg">
</a>
<div class="hidden md:block">
</div>
</div>
</div>

View file

@ -110,7 +110,7 @@
"slugify": {:hex, :slugify, "1.3.1", "0d3b8b7e5c1eeaa960e44dce94382bee34a39b3ea239293e457a9c5b47cc6fd3", [:mix], [], "hexpm", "cb090bbeb056b312da3125e681d98933a360a70d327820e4b7f91645c4d8be76"},
"sobelow": {:hex, :sobelow, "0.11.1", "23438964486f8112b41e743bbfd402da3e5b296fdc9eacab29914b79c48916dd", [:mix], [{:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: false]}], "hexpm", "9897363a7eff96f4809304a90aad819e2ad5e5d24db547af502885146746a53c"},
"sourceror": {:hex, :sourceror, "0.12.3", "a2ad3a1a4554b486d8a113ae7adad5646f938cad99bf8bfcef26dc0c88e8fade", [:mix], [], "hexpm", "4d4e78010ca046524e8194ffc4683422f34a96f6b82901abbb45acc79ace0316"},
"spark": {:hex, :spark, "1.1.18", "349ad7ec69b389294fd3f17a4e49e772cafbbb71d3571add652a80f7b3c44990", [:mix], [{:nimble_options, "~> 0.5 or ~> 1.0", [hex: :nimble_options, repo: "hexpm", optional: false]}, {:sourceror, "~> 0.1", [hex: :sourceror, repo: "hexpm", optional: false]}], "hexpm", "964b46866e01b39810a82f9ee538f7f25d450cb3223af58b0f4717ce69d6f167"},
"spark": {:hex, :spark, "1.1.21", "8d09983e628d26edf358e7e8c0fa922667a049c4cfea6895d4b0820fc9bc1261", [:mix], [{:nimble_options, "~> 0.5 or ~> 1.0", [hex: :nimble_options, repo: "hexpm", optional: false]}, {:sourceror, "~> 0.1", [hex: :sourceror, repo: "hexpm", optional: false]}], "hexpm", "588dda298d6ea0a1d3f06c7978145ee799281bf8bcb0b418b7dae4b3d0be2e59"},
"ssl_verify_fun": {:hex, :ssl_verify_fun, "1.1.7", "354c321cf377240c7b8716899e182ce4890c5938111a1296add3ec74cf1715df", [:make, :mix, :rebar3], [], "hexpm", "fe4c190e8f37401d30167c8c405eda19469f34577987c76dde613e838bbc67f8"},
"stream_data": {:hex, :stream_data, "0.5.0", "b27641e58941685c75b353577dc602c9d2c12292dd84babf506c2033cd97893e", [:mix], [], "hexpm", "012bd2eec069ada4db3411f9115ccafa38540a3c78c4c0349f151fc761b9e271"},
"sunflower_ui": {:git, "https://github.com/zachdaniel/sunflower_ui.git", "3ec87f33e003693e6db2329f9d6d8ac59983cf17", []},
@ -118,7 +118,7 @@
"surface_heroicons": {:hex, :surface_heroicons, "0.6.0", "04e171843439d2d52c868f8adf5294c49505f504a74a0200179e49c447d6f354", [:mix], [{:surface, ">= 0.5.0", [hex: :surface, repo: "hexpm", optional: false]}], "hexpm", "1136c88a8de44a63c050cec9b0b64f771127dfd96feabab4cd0bde8b6b727ba2"},
"swoosh": {:hex, :swoosh, "1.8.1", "b1694d57c01852f50f7d4e6a74f5d119b2d8722d6a82f7288703c3e448ddbbf8", [:mix], [{:cowboy, "~> 1.1 or ~> 2.4", [hex: :cowboy, repo: "hexpm", optional: true]}, {:ex_aws, "~> 2.1", [hex: :ex_aws, repo: "hexpm", optional: true]}, {:finch, "~> 0.6", [hex: :finch, repo: "hexpm", optional: true]}, {:gen_smtp, "~> 0.13 or ~> 1.0", [hex: :gen_smtp, repo: "hexpm", optional: true]}, {:hackney, "~> 1.9", [hex: :hackney, repo: "hexpm", optional: true]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: false]}, {:mail, "~> 0.2", [hex: :mail, repo: "hexpm", optional: true]}, {:mime, "~> 1.1 or ~> 2.0", [hex: :mime, repo: "hexpm", optional: false]}, {:plug_cowboy, ">= 1.0.0", [hex: :plug_cowboy, repo: "hexpm", optional: true]}, {:telemetry, "~> 0.4.2 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "e64a93d71d1e1e32db681cf7870697495c9cb2df4a5484f4d91ded326ccd3cbb"},
"table_rex": {:hex, :table_rex, "3.1.1", "0c67164d1714b5e806d5067c1e96ff098ba7ae79413cc075973e17c38a587caa", [:mix], [], "hexpm", "678a23aba4d670419c23c17790f9dcd635a4a89022040df7d5d772cb21012490"},
"tails": {:hex, :tails, "0.1.5", "e9ede056fa7d2b9c01ded85797994563f09806702e6a0f2c0bc2b7403c02aa3c", [:mix], [{:jason, "~> 1.4", [hex: :jason, repo: "hexpm", optional: false]}], "hexpm", "e93124476f57652417e9245752fb8fd868b00a5d550e1ca1d9794bac40c47c22"},
"tails": {:hex, :tails, "0.1.6", "ac0760d0d11ecc4dc673c60c2f014b0417e099ef63aefcd4d28e50e5f643b6d7", [:mix], [{:jason, "~> 1.4", [hex: :jason, repo: "hexpm", optional: false]}], "hexpm", "9787ce0c233a5ac7c9b9c3f8b66861eada7b23f29714b9c69d943b705287f9dd"},
"telemetry": {:hex, :telemetry, "1.2.1", "68fdfe8d8f05a8428483a97d7aab2f268aaff24b49e0f599faa091f1d4e7f61c", [:rebar3], [], "hexpm", "dad9ce9d8effc621708f99eac538ef1cbe05d6a874dd741de2e689c47feafed5"},
"telemetry_metrics": {:hex, :telemetry_metrics, "0.6.1", "315d9163a1d4660aedc3fee73f33f1d355dcc76c5c3ab3d59e76e3edf80eef1f", [:mix], [{:telemetry, "~> 0.4 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "7be9e0871c41732c233be71e4be11b96e56177bf15dde64a8ac9ce72ac9834c6"},
"telemetry_poller": {:hex, :telemetry_poller, "1.0.0", "db91bb424e07f2bb6e73926fcafbfcbcb295f0193e0a00e825e589a0a47e8453", [:rebar3], [{:telemetry, "~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "b3a24eafd66c3f42da30fc3ca7dda1e9d546c12250a2d60d7b81d264fbec4f6e"},

View file

@ -0,0 +1,19 @@
<svg width="1987" height="455" viewBox="0 0 1987 455" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1280_17)">
<path d="M1866.1 349.68H1895.13V133.817H1972.24V104.752H1788.99V133.817H1866.1V349.68Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1745.18 299.783C1729.24 312.626 1708.98 320.313 1686.93 320.313C1635.57 320.313 1593.94 278.632 1593.94 227.216C1593.94 175.8 1635.57 134.12 1686.93 134.12C1708.98 134.12 1729.24 141.806 1745.18 154.649L1766.02 133.791C1744.69 115.678 1717.08 104.752 1686.93 104.752C1619.37 104.752 1564.61 159.581 1564.61 227.216C1564.61 294.851 1619.37 349.68 1686.93 349.68C1717.08 349.68 1744.69 338.754 1766.02 320.641L1745.18 299.783Z" fill="white"/>
<path d="M1558.86 320.615H1419.76V241.9H1529.83V212.835H1419.76V133.817H1558.86V104.752H1390.73V349.68H1558.86V320.615Z" fill="white"/>
<path d="M1323.9 104.752V274.294L1169.68 104.752V349.68H1198.71V180.441L1352.93 349.68V104.752H1323.9Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1012.58 349.68C1080.14 349.68 1134.9 294.851 1134.9 227.216C1134.9 159.581 1080.14 104.752 1012.58 104.752C945.025 104.752 890.26 159.581 890.26 227.216C890.26 294.851 945.025 349.68 1012.58 349.68ZM1012.58 320.313C1063.94 320.313 1105.57 278.632 1105.57 227.216C1105.57 175.8 1063.94 134.12 1012.58 134.12C961.225 134.12 919.593 175.8 919.593 227.216C919.593 278.632 961.225 320.313 1012.58 320.313Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M739.212 349.68C806.767 349.68 861.532 294.851 861.532 227.216C861.532 159.581 806.767 104.752 739.212 104.752C671.656 104.752 616.892 159.581 616.892 227.216C616.892 294.851 671.656 349.68 739.212 349.68ZM739.212 320.313C790.567 320.313 832.199 278.632 832.199 227.216C832.199 175.8 790.567 134.12 739.212 134.12C687.856 134.12 646.224 175.8 646.224 227.216C646.224 278.632 687.856 320.313 739.212 320.313Z" fill="white"/>
<path d="M611.146 320.616H479.906L611.146 104.753H427.894V133.817H559.134L427.894 349.68H611.146V320.616Z" fill="white"/>
<path d="M244.928 302.753L0 454.13L122.464 227.065L244.928 302.753Z" fill="#0083FF"/>
<path d="M0 454.13V151.377L244.928 0L0 454.13Z" fill="#45A4FF"/>
<path d="M244.928 0H0V151.377L244.928 0Z" fill="#73BBFF"/>
</g>
<defs>
<clipPath id="clip0_1280_17">
<rect width="1986.82" height="454.13" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View file

@ -0,0 +1,19 @@
<svg width="1987" height="455" viewBox="0 0 1987 455" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1280_2)">
<path d="M1866.1 349.68H1895.13V133.817H1972.24V104.752H1788.99V133.817H1866.1V349.68Z" fill="#111111"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1745.18 299.783C1729.24 312.626 1708.98 320.313 1686.93 320.313C1635.57 320.313 1593.94 278.632 1593.94 227.216C1593.94 175.8 1635.57 134.119 1686.93 134.119C1708.98 134.119 1729.24 141.806 1745.18 154.649L1766.02 133.791C1744.69 115.678 1717.08 104.752 1686.93 104.752C1619.37 104.752 1564.61 159.581 1564.61 227.216C1564.61 294.851 1619.37 349.68 1686.93 349.68C1717.08 349.68 1744.69 338.754 1766.02 320.641L1745.18 299.783Z" fill="#111111"/>
<path d="M1558.86 320.615H1419.76V241.9H1529.83V212.835H1419.76V133.817H1558.86V104.752H1390.73V349.68H1558.86V320.615Z" fill="#111111"/>
<path d="M1323.9 104.752V274.294L1169.68 104.752V349.68H1198.71V180.441L1352.93 349.68V104.752H1323.9Z" fill="#111111"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M1012.58 349.68C1080.14 349.68 1134.9 294.851 1134.9 227.216C1134.9 159.581 1080.14 104.752 1012.58 104.752C945.025 104.752 890.26 159.581 890.26 227.216C890.26 294.851 945.025 349.68 1012.58 349.68ZM1012.58 320.313C1063.94 320.313 1105.57 278.632 1105.57 227.216C1105.57 175.8 1063.94 134.119 1012.58 134.119C961.225 134.119 919.593 175.8 919.593 227.216C919.593 278.632 961.225 320.313 1012.58 320.313Z" fill="#111111"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M739.212 349.68C806.767 349.68 861.532 294.851 861.532 227.216C861.532 159.581 806.767 104.752 739.212 104.752C671.656 104.752 616.892 159.581 616.892 227.216C616.892 294.851 671.656 349.68 739.212 349.68ZM739.212 320.313C790.567 320.313 832.199 278.632 832.199 227.216C832.199 175.8 790.567 134.119 739.212 134.119C687.856 134.119 646.224 175.8 646.224 227.216C646.224 278.632 687.856 320.313 739.212 320.313Z" fill="#111111"/>
<path d="M611.146 320.616H479.906L611.146 104.753H427.894V133.817H559.134L427.894 349.68H611.146V320.616Z" fill="#111111"/>
<path d="M244.64 302.753L0 454.13L122.32 227.065L244.64 302.753Z" fill="#1721D8"/>
<path d="M0 454.13V151.377L244.64 0L0 454.13Z" fill="#0C55FB"/>
<path d="M244.64 0H0V151.377L244.64 0Z" fill="#0083FF"/>
</g>
<defs>
<clipPath id="clip0_1280_2">
<rect width="1986.82" height="454.13" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB