From 1dbe93627163ebf49178bec372f1af7158cc8794 Mon Sep 17 00:00:00 2001 From: Ava Gaiety W Date: Tue, 1 Aug 2023 19:01:38 -0500 Subject: [PATCH] Bigger logo, proud h1's --- src/app.css | 15 ++++++++++++++- src/views/home.handlebars | 4 +++- src/views/individual.handlebars | 10 ++++++---- src/views/layouts/main.handlebars | 11 ++++++++--- src/views/list.handlebars | 2 +- src/views/partials/header.handlebars | 10 +++++----- 6 files changed, 37 insertions(+), 15 deletions(-) diff --git a/src/app.css b/src/app.css index d4c2eaa..192a1f4 100644 --- a/src/app.css +++ b/src/app.css @@ -30,6 +30,12 @@ body { font-weight: 500; } +header h2 { + font-family: "Special Elite", cursive; + font-size: 2em; + line-height: 1.5em; +} + h1, h2, h3, @@ -44,7 +50,14 @@ h4 { } h1 { - font-family: "Redaction", Georgia, "Times New Roman", Times, serif; + font-family: "Special Elite", cursive; + color: var(--background); + background-color: var(--text-shout); + display: inline-block; + padding: 0.35em 0.4em 0.15em; + border-radius: 0 1.2rem; + margin-left: -0.4em; + transform: skewY(-3deg); } h2 { diff --git a/src/views/home.handlebars b/src/views/home.handlebars index c34926e..86c22dd 100644 --- a/src/views/home.handlebars +++ b/src/views/home.handlebars @@ -1,5 +1,7 @@
-

Howl your pronouns loud and proud

+
+

Howl your pronouns loud and proud

+

Because while we are silly, your gender identity is important. Be your genuine self. Share how you are to be referred to by newer users of neopronouns or English language learners.

View full database diff --git a/src/views/individual.handlebars b/src/views/individual.handlebars index af13702..69a98a6 100644 --- a/src/views/individual.handlebars +++ b/src/views/individual.handlebars @@ -1,6 +1,8 @@ -

- {{#each lexicon}}{{this.value}}{{/each}} -

+
+

+ {{#each lexicon}}{{this.value}}{{/each}} +

+
{{> exampleSentences lexicon=lexicon}} -{{> exampleTable lexicon=lexicon}} \ No newline at end of file +{{> exampleTable lexicon=lexicon}} diff --git a/src/views/layouts/main.handlebars b/src/views/layouts/main.handlebars index f496910..a3d2f38 100644 --- a/src/views/layouts/main.handlebars +++ b/src/views/layouts/main.handlebars @@ -1,22 +1,26 @@ + {{{pageTitle}}} - + - - + + + + {{> header siteName=siteName }}
@@ -26,4 +30,5 @@ {{> footer }}
+ diff --git a/src/views/list.handlebars b/src/views/list.handlebars index b886ba7..ff91fa1 100644 --- a/src/views/list.handlebars +++ b/src/views/list.handlebars @@ -1,4 +1,4 @@
-

List of Popular Pronouns

+

List of Popular Pronouns

{{> pronounList}}
diff --git a/src/views/partials/header.handlebars b/src/views/partials/header.handlebars index f1f3df4..fb27c8f 100644 --- a/src/views/partials/header.handlebars +++ b/src/views/partials/header.handlebars @@ -1,7 +1,7 @@ - +