diff --git a/appview/pages/templates/brand/brand.html b/appview/pages/templates/brand/brand.html --- a/appview/pages/templates/brand/brand.html +++ b/appview/pages/templates/brand/brand.html @@ -10,76 +10,69 @@
-
+
- +

Tangled's logo and mascot is Dolly, the first ever cloned mammal. Please follow the below guidelines when using Dolly and the logotype.

-

- All assets are served as SVGs, and can be downloaded by right-clicking and clicking "Save image as". -

- -
-
-
- Tangled logo - black version + +
+
+
+ {{ template "fragments/dolly/logotype" (dict "Classes" "w-full max-w-sm mx-auto" "FillColor" "black") }}
-
+

Black logotype

For use on light-colored backgrounds.

-

+

This is the preferred version of the logotype, featuring dark text and elements, ideal for light backgrounds and designs.

+
- -
-
-
- Tangled logo - white version + +
+
+
+ {{ template "fragments/dolly/logotype" (dict "Classes" "w-full max-w-sm mx-auto" "FillColor" "white") }}
-
+

White logotype

For use on dark-colored backgrounds.

-

+

This version features white text and elements, ideal for dark backgrounds and inverted designs.

+
- -
-
-
- -
- Dolly face - black version + +
+
+
+
+ {{ template "fragments/dolly/logo" (dict "Classes" "w-full max-w-16 mx-auto" "FillColor" "black") }}
- -
- Dolly face - white version +
+ {{ template "fragments/dolly/logo" (dict "Classes" "w-full max-w-16 mx-auto" "FillColor" "white") }}
-
+

Mark only

When a smaller 1:1 logo or icon is needed, Dolly's face may be used on its own. @@ -88,40 +81,36 @@ Note: for situations where the background is unknown, use the black version for ideal contrast in most environments.

+
+ + +
- -
-
+ +
+
-
- Tangled logo on pastel green background + {{ template "fragments/dolly/logo" (dict "Classes" "w-full max-w-16 mx-auto" "FillColor" "white") }}
-
- Tangled logo on pastel blue background + {{ template "fragments/dolly/logo" (dict "Classes" "w-full max-w-16 mx-auto" "FillColor" "white") }}
-
- Tangled logo on pastel yellow background + {{ template "fragments/dolly/logo" (dict "Classes" "w-full max-w-16 mx-auto" "FillColor" "white") }}
-
- Tangled logo on pastel red background + {{ template "fragments/dolly/logo" (dict "Classes" "w-full max-w-16 mx-auto" "FillColor" "white") }}
-
+

Colored backgrounds

White logo mark on colored backgrounds. @@ -133,37 +122,25 @@

- -
-
+ +
+
-
- Tangled logo on pastel green background + {{ template "fragments/dolly/logo" (dict "Classes" "w-full max-w-16 mx-auto" "FillColor" "black") }}
-
- Tangled logo on pastel blue background + {{ template "fragments/dolly/logo" (dict "Classes" "w-full max-w-16 mx-auto" "FillColor" "black") }}
-
- Tangled logo on pastel yellow background + {{ template "fragments/dolly/logo" (dict "Classes" "w-full max-w-16 mx-auto" "FillColor" "black") }}
-
- Tangled logo on pastel pink background + {{ template "fragments/dolly/logo" (dict "Classes" "w-full max-w-16 mx-auto" "FillColor" "black") }}
-
+

Lighter backgrounds

Dark logo mark on lighter, pastel backgrounds. @@ -175,16 +152,14 @@

- -
-
+ +
+
- Recolored Tangled logotype in gray/sand color + {{ template "fragments/dolly/logotype" (dict "Classes" "w-full max-w-sm mx-auto opacity-60 sepia contrast-75 saturate-50" "FillColor" "black") }}
-
+

Recoloring

Custom coloring of the logotype is permitted. @@ -201,4 +176,37 @@

+ + {{ end }}