diff --git a/404.html b/404.html index a575c8a3c..a6d37ee5d 100644 --- a/404.html +++ b/404.html @@ -2,7 +2,7 @@
- + diff --git a/blog/2023-7-4-mdx-blog-post.md b/blog/2023-7-4-mdx-blog-post.md new file mode 100644 index 000000000..0288cc5b2 --- /dev/null +++ b/blog/2023-7-4-mdx-blog-post.md @@ -0,0 +1,34 @@ +--- +slug: newlogo +title: New logo! +authors: [sern] +tags: [branding] +--- + +Hey everyone! Today we have very special news for you all: We're changing our logo! + +# Why? + +You see, on today's standards, having a simple logo is essential. Our logo aligns perfectly with these design principles but it can always be improved. +We were chilling, you know, cooking sern handler v3, sern gui, `npm create @sern/bot` and serncord when we thought about changing the logo to a sleek design with less colors. +And here we are! + +# Who did our new branding? + +[Ropox](https://github.com/Murtatrxx)! +Bro's the GOAT. This website is maintained by him, the domain costs are funded by him and also he started brainstorming how the logo would be on paper: + +And there it all clicked: + +seren tried by the way! + + +# Anyways, here it is: + + + +Pretty nice! + +By the way, we have animations and variations on the way, so make sure to stay updated in the [discord server](https://sern.dev/discord)! + +# Finally, from the entire sern team, thank you for sticking around ❤️ \ No newline at end of file diff --git a/blog/authors.yml b/blog/authors.yml index 3e1f1c6ef..7561e676e 100644 --- a/blog/authors.yml +++ b/blog/authors.yml @@ -8,6 +8,10 @@ Sr Izan: title: Developer url: https://github.com/SrIzan10 image_url: https://github.com/SrIzan10.png +sern: + name: sern Team + url: https://github.com/sern-handler + image_url: https://github.com/sernbot.png Murtatrxx: name: Murtatrxx title: Developer diff --git a/docusaurus.config.js b/docusaurus.config.js index 2ed0fe633..7877d63c2 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -152,7 +152,7 @@ const config = { { name: 'twitter:description', content: 'A customizable, batteries-included, powerful discord.js framework to automate and streamline bot development' }, { name: 'twitter:image', content: './assets/images/logo.png' }, { name: 'twitter:url', content: 'https://sern.dev' }, - { name: 'theme-color', content: '#cb547c' } + { name: 'theme-color', content: '#F25186' } ], prism: { theme: lightCodeTheme, diff --git a/src/css/custom.css b/src/css/custom.css index d13278c5c..41037e1c1 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -19,7 +19,7 @@ --ifm-font-family-monospace: 'Fira Code', 'Meslo NGF', 'JetBrains Mono', 'Menlo', SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace; --ifm-font-family-base: Mulish, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji; - --ifm-navbar-background-color : #ca7693 + --ifm-navbar-background-color : #F25186 } .footer--dark { @@ -37,7 +37,6 @@ --ifm-color-primary-lighter: #ffffff; --ifm-color-primary-lightest: #ffffff; --docusaurus-highlighted-code-line-bg: rgba(82, 78, 183, 0.3); - --ifm-font-family-monospace: 'Fira Code', 'Meslo NGF', 'JetBrains Mono', 'Menlo', SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', - 'Courier New', monospace; - --ifm-navbar-background-color : #ca7693 + --ifm-font-family-monospace: 'JetBrains Mono', 'Fira Code', 'Meslo NGF', 'Menlo', SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', monospace; + --ifm-navbar-background-color : #F25186 } diff --git a/src/pages/index.js b/src/pages/index.js index e50127412..8aab839f0 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -28,7 +28,7 @@ function HomepageHeader() { - sern init + npm create @sern/bot