Skip to content

Commit 12ae973

Browse files
committed
feat: update logo cloud
1 parent 1186c61 commit 12ae973

File tree

16 files changed

+508
-46
lines changed

16 files changed

+508
-46
lines changed

lib/algora_web/components/wordmarks.ex

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,4 +174,37 @@ defmodule AlgoraWeb.Components.Wordmarks do
174174
</svg>
175175
"""
176176
end
177+
178+
attr :class, :string, default: nil
179+
attr :rest, :global
180+
181+
def cap(assigns) do
182+
~H"""
183+
<svg
184+
xmlns="http://www.w3.org/2000/svg"
185+
viewBox="0 0 120 40"
186+
fill="currentColor"
187+
class={@class}
188+
{@rest}
189+
>
190+
<path
191+
fill="#4785FF"
192+
d="M20 36c8.837 0 16-7.163 16-16 0-8.836-7.163-16-16-16-8.836 0-16 7.164-16 16 0 8.837 7.164 16 16 16z"
193+
>
194+
</path>
195+
<path fill="#ADC9FF" d="M20 33c7.18 0 13-5.82 13-13S27.18 7 20 7 7 12.82 7 20s5.82 13 13 13z">
196+
</path>
197+
<path
198+
fill="#fff"
199+
d="M20 30c5.523 0 10-4.477 10-10s-4.477-10-10-10-10 4.477-10 10 4.477 10 10 10z"
200+
>
201+
</path>
202+
<path
203+
fill="#12161F"
204+
d="M58.416 30.448c-5.404 0-9.212-3.864-9.212-10.36 0-6.384 3.668-10.416 9.268-10.416 5.068 0 7.784 2.66 8.624 7.168l-3.808.196c-.476-2.604-2.072-4.2-4.816-4.2-3.388 0-5.488 2.828-5.488 7.252 0 4.48 2.156 7.196 5.46 7.196 2.94 0 4.508-1.708 4.956-4.564l3.808.196c-.784 4.676-3.752 7.532-8.792 7.532zm16.23-.112c-3.137 0-5.209-1.484-5.209-4.088 0-2.576 1.596-3.948 4.872-4.592l4.956-.98c0-2.1-.98-3.192-2.856-3.192-1.764 0-2.716.812-3.052 2.324l-3.668-.168c.588-3.136 2.996-4.928 6.72-4.928 4.256 0 6.44 2.24 6.44 6.216v5.432c0 .812.28 1.036.84 1.036h.476V30c-.224.056-.812.112-1.288.112-1.624 0-2.828-.588-3.136-2.436-.728 1.596-2.632 2.66-5.096 2.66zm.727-2.604c2.38 0 3.892-1.512 3.892-3.78v-.84l-3.864.784c-1.596.308-2.24.98-2.24 2.016 0 1.176.784 1.82 2.212 1.82zM86.874 34.2V15.048h3.444l.056 2.212c.868-1.652 2.52-2.548 4.48-2.548 4.256 0 6.356 3.5 6.356 7.812s-2.128 7.812-6.384 7.812c-1.904 0-3.556-.924-4.368-2.38V34.2h-3.584zm7.112-6.776c2.184 0 3.5-1.82 3.5-4.9s-1.316-4.9-3.5-4.9-3.528 1.652-3.528 4.9 1.316 4.9 3.528 4.9z"
205+
>
206+
</path>
207+
</svg>
208+
"""
209+
end
177210
end

lib/algora_web/live/home_live.ex

Lines changed: 183 additions & 46 deletions
Large diffs are not rendered by default.
104 KB
Loading

priv/static/images/logos/kyo.png

190 KB
Loading
Lines changed: 27 additions & 0 deletions
Loading
636 Bytes
Loading
Lines changed: 1 addition & 0 deletions
Loading
67.8 KB
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 19 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)