This repository has been archived by the owner on Apr 30, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
page-branding.hbs
77 lines (73 loc) · 3.15 KB
/
page-branding.hbs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{{!< default}}
<main>
<header class="page-header branding">
<div class="content container">
<h1 class="headline">Branding</h1>
</div>
<figure class="wave"></figure>
</header>
<section class="branding container">
<div class="row">
<figure class="logo color col-12"></figure>
</div>
<div class="row">
<figure class="logo black col-6"></figure>
<figure class="logo white col-6"></figure>
</div>
<div class="text">
<h2 class="title">Unser Logo</h2>
<p class="description">
Unser Logo ist nicht nur ein einfach hingeklatscht & ein Zufallsprodukt. – Hinter dem „ST“ steckt
tatsächlich eine Botschaft und ein einzigartiges Konzept! Dieses Logo repräsentiert und bietet neben
dem visuellen Anker einen besonderen Wert und soll sowohl als auch eine gewisse Zielgruppe ansprechen
und Interesse wecken. Es ist nicht dafür da, potentielle Reichweite zu generieren, sondern es ist
dafür da, Überzeugungskraft zu wecken.
</p>
</div>
<div class="row">
<figure class="color purple col-6">
<span class="hex">#59388D</span>
</figure>
<figure class="color blue col-6">
<span class="hex">#1688A7</span>
</figure>
</div>
<div class="row">
<figure class="color white col-3">
<span class="hex">#FFFFFF</span>
</figure>
<figure class="color light-gray col-3">
<span class="hex">#C1C1C1</span>
</figure>
<figure class="color dark-gray col-3">
<span class="hex">#212121</span>
</figure>
<figure class="color black col-3">
<span class="hex">#111111</span>
</figure>
</div>
<div class="text">
<h2 class="title">Lila, Blau und Grau</h2>
<p class="description">
Unser Branding hat nicht ohne Grund die beiden Farben als Farbverlauf zugewiesen bekommen: Es ist alles
eine Sache der Psychologie. Das lila sorgt dafür, dass sich das Logo von allen anderen besonders abhebt
und das blau sorgt für eine Symbolisierung unserer Glaubwürdigkeit und entsprechender Ernsthaftigkeit.
– Denn Nachrichten sind ein ernstes Thema in unserer Branche.
</p>
</div>
<div class="row">
<figure class="font montserrat col-12">
<span class="char">Aa</span>
<span class="name">Montserrat</span>
</figure>
</div>
<div class="text">
<h2 class="title">Fonts</h2>
<p class="description">
Gut gewählt ist schon halb gewonnen. Denn eine Font kann nur dann gut zu einem Branding passen, wenn
sie gut lesbar ist und zeitgleich gut aussieht. Wir haben uns deswegen für Montserrat entschieden.
</p>
</div>
</section>
{{!-- {{> "discord"}} --}}
</main>