diff --git a/site/data/discord.json b/site/data/discord.json new file mode 100644 index 0000000..843e1ac --- /dev/null +++ b/site/data/discord.json @@ -0,0 +1,3 @@ +{ + "joinUrl": "https://discord.gg/mBsKjx7" +} diff --git a/site/data/footer.json b/site/data/footer.json deleted file mode 100644 index 9c21b72..0000000 --- a/site/data/footer.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "title": "Newsletter subscribe", - "blurb": "Get awesome news from us in your inbox every two weeks. Be the first to learn about new products." -} diff --git a/site/layouts/partials/footer.html b/site/layouts/partials/footer.html index 0c3643f..168b39c 100644 --- a/site/layouts/partials/footer.html +++ b/site/layouts/partials/footer.html @@ -4,21 +4,16 @@
- Kaldi logo -

{{ .Site.Data.footer.title }}

-

{{ .Site.Data.footer.blurb }}

- - {{ partial "newsletter-form" . }} + NLL logo
-

Kaldi

+

NLL

-

Find out more

+

Join us

-

Social media

-
diff --git a/site/layouts/partials/nav.html b/site/layouts/partials/nav.html index 14dbaf9..8ab5a49 100644 --- a/site/layouts/partials/nav.html +++ b/site/layouts/partials/nav.html @@ -2,7 +2,7 @@ - Kaldi logo + NLL logo diff --git a/site/static/admin/config.yml b/site/static/admin/config.yml index 8fe7302..1f6b504 100644 --- a/site/static/admin/config.yml +++ b/site/static/admin/config.yml @@ -85,12 +85,11 @@ collections: # A list of collections the CMS should be able to edit - name: "site_settings" label: "Site Settings" files: - - file: "site/data/footer.json" - label: Footer - name: footer + - file: "site/data/discord.json" + label: Discord + name: discord fields: - - {label: Title, name: title, widget: string} - - {label: Blurb, name: blurb, widget: text} + - {label: Join Link, name: joinUrl, widget: string} - file: "site/hugo.toml" label: Hugo Config name: config diff --git a/site/static/nll-logo-horizontal.png b/site/static/nll-logo-horizontal.png new file mode 100644 index 0000000..7f8c196 Binary files /dev/null and b/site/static/nll-logo-horizontal.png differ