diff --git a/docs/company/index-company.mdx b/docs/company/index-company.mdx index 07bd784..901edd7 100644 --- a/docs/company/index-company.mdx +++ b/docs/company/index-company.mdx @@ -1,6 +1,6 @@ --- id: index-company -title: Develop your application using programming languages +title: A little bit about how we made Playmates a really good thing! sidebar_label: Overview slug: /company --- @@ -8,5 +8,3 @@ slug: /company import ThreeTenCard from '@theme/ThreeTenCard'; Information about our company - - diff --git a/docs/games/index-games.mdx b/docs/games/index-games.mdx index e554836..3773a40 100644 --- a/docs/games/index-games.mdx +++ b/docs/games/index-games.mdx @@ -1,13 +1,13 @@ --- id: index-games -title: Games Created by ThreeTen Labs -sidebar_label: Overview - All Quick Starts +title: Games by ThreeTen Labs +sidebar_label: Library slug: /games --- import ThreeTenCard from '@theme/ThreeTenCard'; -The following quick starts shows various ways of how to get started and create a new Redis database: +These are the games created by ThreeTen Labs.:
@@ -18,6 +18,4 @@ The following quick starts shows various ways of how to get started and create a />
-
- diff --git a/docs/support/index-support.mdx b/docs/support/index-support.mdx index dda5835..8466e30 100644 --- a/docs/support/index-support.mdx +++ b/docs/support/index-support.mdx @@ -1,10 +1,10 @@ --- id: index-support -title: Operate Your Redis Database -sidebar_label: Overview +title: Get Some Help +sidebar_label: Help slug: /support --- import ThreeTenCard from '@theme/ThreeTenCard'; -Help & Support Coming Soon! \ No newline at end of file +Help & Support Coming Soon! diff --git a/docusaurus.config.js b/docusaurus.config.js index 082f1e8..92d78c6 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -53,33 +53,29 @@ module.exports = { 'typescript', ], }, - + image: 'img/logo.png', navbar: { style: 'dark', title: null, logo: { alt: 'ThreeTen Labs logo', - src: 'img/logo-1.png', + src: 'img/logo.png', }, hideOnScroll: true, items: [ - { - type: 'search', - position: 'right', - }, - { - to: '/games/', - activeBasePath: 'docs', - label: 'Games', - position: 'right', - }, + // { + // to: '/games/', + // activeBasePath: 'docs', + // label: 'Games', + // position: 'right', + // }, ], }, footer: { style: 'dark', logo: { alt: 'ThreeTen Labs logo', - src: 'img/logo-1.png', + src: 'img/logo.png', href: 'https://threetenlabs.com/', }, links: [ @@ -110,7 +106,7 @@ module.exports = { ], }, ], - copyright: `Copyright: © ${new Date().getFullYear()} ThreeTen Labs. All rights reserved. ThreeTen Labs and the cube logo are registered trademarks of ThreeTen Labs LLC`, + copyright: `Copyright: © ${new Date().getFullYear()} ThreeTen Labs. All rights reserved.`, }, colorMode: { // Hides the switch in the navbar diff --git a/src/css/_config.scss b/src/css/_config.scss index 193723a..a6ac100 100644 --- a/src/css/_config.scss +++ b/src/css/_config.scss @@ -1,50 +1,48 @@ -$primary-blue: #161F31; -$secondary-blue: #0565FF; -$red: #DC382C; -$white: #FFFFFF; +$primary-blue: #263248; +$secondary-blue: #40b7d3; +$red: #dc382c; +$white: #ffffff; $black: #000000; -$primary-black: #0C0E10; -$secondary-black: #2E2E2E; -$zircon: #F8FAFF; +$primary-black: #0c0e10; +$secondary-black: #2e2e2e; +$zircon: #f8faff; $grey: #707070; -$grey-light: #E0DFDF; -$grey-dark: #C2C0C0; -$purple: #5961FF; -$purple-hover: #3F41A0; -$purple-light: #F2F5FE; -$purple-lighter: #F9FAFF; +$grey-light: #e0dfdf; +$grey-dark: #c2c0c0; +$purple: #40b7d3; +$purple-hover: #263248; +$purple-light: #f2f5fe; +$purple-lighter: #f9faff; -$lato: 'Lato', -sans-serif; +$lato: 'Lato', sans-serif; -$roboto: 'Roboto Mono', -monospace; +$roboto: 'Roboto Mono', monospace; :root { --chill: #e3ebed; --ui: #dfdfdf; - --primary-blue: #161F31; - --secondary-blue: #0565FF; - --red: #DC382C; - --white: #FFFFFF; + --primary-blue: #263248; + --secondary-blue: #40b7d3; + --red: #dc382c; + --white: #ffffff; --black: #000000; - --primary-black: #0C0E10; - --secondary-black: #2E2E2E; - --zircon: #F8FAFF; + --primary-black: #0c0e10; + --secondary-black: #2e2e2e; + --zircon: #f8faff; --grey: #707070; - --grey-light: #E0DFDF; - --grey-dark: #C2C0C0; + --grey-light: #e0dfdf; + --grey-dark: #c2c0c0; --violet: #3e41a0; - --purple: #5961FF; - --purple-hover: #3F41A0; - --purple-light: #F2F5FE; - --purple-lighter: #F9FAFF; + --purple: #40b7d3; + --purple-hover: #263248; + --purple-light: #f2f5fe; + --purple-lighter: #f9faff; } /* dark mode */ @mixin dark { - html[data-theme="dark"] & { + html[data-theme='dark'] & { @content; } } diff --git a/src/css/components/_footer.scss b/src/css/components/_footer.scss index 2b4ef48..360ada7 100644 --- a/src/css/components/_footer.scss +++ b/src/css/components/_footer.scss @@ -32,7 +32,7 @@ user-select: none; @include mobile { - zoom: .8; + zoom: 0.8; top: 15px; right: -55px; } @@ -44,9 +44,17 @@ } } - &__logo-ctr { margin-top: -3px; } + &__logo-ctr { + margin-top: -3px; + margin: auto; + width: 50%; + } - &__logo-tagline { font-family: $roboto; font-weight: 600; margin-left: 5px; } + &__logo-tagline { + font-family: $roboto; + font-weight: 600; + margin-left: 5px; + } &__logo { display: block; @@ -108,7 +116,7 @@ line-height: 1.1; font-size: 14.5px; color: $white; - transition: color .2s ease-in-out; + transition: color 0.2s ease-in-out; &:hover { color: $white; diff --git a/src/css/components/_hero.scss b/src/css/components/_hero.scss index 7d55dfc..41e83c6 100644 --- a/src/css/components/_hero.scss +++ b/src/css/components/_hero.scss @@ -61,7 +61,7 @@ .hero-subtitle { margin: 17px 0 0 0; - line-height: 2.0; + line-height: 2; font-size: 18px; font-weight: 400; @@ -89,7 +89,7 @@ position: relative; border: 1px dashed $grey; border-radius: 10px; - transition: background-color .2s ease-in-out; + transition: background-color 0.2s ease-in-out; @include mobile { margin: 0 auto; @@ -98,6 +98,7 @@ &:hover { background-color: $secondary-blue; + color: $secondary-black; } &:not(:first-child) { @@ -130,7 +131,6 @@ left: 520px; } - &.box-operate .bg { top: 900px; left: 520px; @@ -204,7 +204,7 @@ flex: 0 0 14px; path { - transition: fill .2s ease-in-out; + transition: fill 0.2s ease-in-out; } } } @@ -234,13 +234,13 @@ @media only screen and (min-width: 997px) and (max-width: 1100px) { float: right; margin-left: 0; - zoom: .8; + zoom: 0.8; } @include tablet-mobile { display: block; margin: 0 auto 48px; - zoom: .48; + zoom: 0.48; } } } diff --git a/src/css/components/_navbar.scss b/src/css/components/_navbar.scss index 0f92764..9cfd806 100644 --- a/src/css/components/_navbar.scss +++ b/src/css/components/_navbar.scss @@ -38,6 +38,11 @@ } } +.navbar__logo img { + height: 160%; + margin-top: -10px; +} + .navbar { padding: 14px 15px; height: auto; diff --git a/src/css/custom.scss b/src/css/custom.scss index 3cb3578..42efad2 100644 --- a/src/css/custom.scss +++ b/src/css/custom.scss @@ -39,6 +39,8 @@ --ifm-transition-timing-default: ease-in-out; + --ifm-navbar-height: 100px; + --ifm-global-radius: 10px; } diff --git a/src/svg/Hero/index.tsx b/src/svg/Hero/index.tsx index 982acfd..bd804a4 100644 --- a/src/svg/Hero/index.tsx +++ b/src/svg/Hero/index.tsx @@ -3,32 +3,93 @@ import React from 'react'; const Hero = ({ color = '#161F31', ...rest }: any) => ( - - - - - - - + + + + + - ); diff --git a/src/theme/Footer/index.tsx b/src/theme/Footer/index.tsx index 77de2fc..f23aedc 100644 --- a/src/theme/Footer/index.tsx +++ b/src/theme/Footer/index.tsx @@ -54,7 +54,7 @@ interface FooterLogoProps { } const FooterLogo = ({ url, alt }: FooterLogoProps) => ( - {alt} + {alt} ); function Footer() { @@ -65,7 +65,6 @@ function Footer() { logo = { src: undefined, alt: '' }, } = footer ?? {}; const logoUrl = useBaseUrl(logo.src); - if (!footer) { return null; } @@ -77,25 +76,21 @@ function Footer() { })}>
-
- {logo && logo.src && ( -
+
+
+
Made with ❤️ by {logo.href ? ( - + ) : ( )}
- )} +
-
+
{links && links.length > 0 && (
{links.map( diff --git a/src/theme/Hero/index.tsx b/src/theme/Hero/index.tsx index c3756e7..73d2f86 100644 --- a/src/theme/Hero/index.tsx +++ b/src/theme/Hero/index.tsx @@ -19,23 +19,22 @@ function Hero() {
-
-

- The Home of -
ThreeTen Labs -

+
+

ThreeTen Labs

_ Mobile games simple, and might be a bit of fun', - ]} + strings={['>_ Life is Better With Playmates']} typeSpeed={75} />

-
- +
+
@@ -68,7 +67,7 @@ function Hero() { Take a look
- + Read More
@@ -88,27 +87,10 @@ function Hero() {
- + Read More
- - {/*
- - - - -
-

Operate

-

- Provision Redis and accelerate app deployment using DevOps -

- - Operate your database - - -
-
*/}
diff --git a/static/img/favicon.ico b/static/img/favicon.ico index c770810..3b8fe20 100644 Binary files a/static/img/favicon.ico and b/static/img/favicon.ico differ diff --git a/static/img/logo-1.png b/static/img/logo-1.png deleted file mode 100644 index d03a4b2..0000000 Binary files a/static/img/logo-1.png and /dev/null differ diff --git a/static/img/logo.png b/static/img/logo.png index c4481e0..71a4c76 100644 Binary files a/static/img/logo.png and b/static/img/logo.png differ diff --git a/static/img/logo.svg b/static/img/logo.svg index 86d91db..bcf764b 100644 --- a/static/img/logo.svg +++ b/static/img/logo.svg @@ -1,33 +1,42 @@ - - - redis-dev-logo@3x - - - - - - \ No newline at end of file + + + +Created with Fabric.js 3.6.3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/img/logos/cloud.png b/static/img/logos/cloud.png deleted file mode 100644 index 9525256..0000000 Binary files a/static/img/logos/cloud.png and /dev/null differ diff --git a/static/img/logos/devopslogo.jpg b/static/img/logos/devopslogo.jpg deleted file mode 100644 index c669e26..0000000 Binary files a/static/img/logos/devopslogo.jpg and /dev/null differ diff --git a/static/img/logos/devopslogo.png b/static/img/logos/devopslogo.png deleted file mode 100644 index fd119a5..0000000 Binary files a/static/img/logos/devopslogo.png and /dev/null differ diff --git a/static/img/logos/docker.png b/static/img/logos/docker.png deleted file mode 100644 index 81e1912..0000000 Binary files a/static/img/logos/docker.png and /dev/null differ diff --git a/static/img/logos/golang.png b/static/img/logos/golang.png deleted file mode 100644 index 3393a8f..0000000 Binary files a/static/img/logos/golang.png and /dev/null differ diff --git a/static/img/logos/java.png b/static/img/logos/java.png deleted file mode 100644 index 3f47c3c..0000000 Binary files a/static/img/logos/java.png and /dev/null differ diff --git a/static/img/logos/kubernetes.png b/static/img/logos/kubernetes.png deleted file mode 100644 index 2b80ae7..0000000 Binary files a/static/img/logos/kubernetes.png and /dev/null differ diff --git a/static/img/logos/mac.png b/static/img/logos/mac.png deleted file mode 100644 index 97c2858..0000000 Binary files a/static/img/logos/mac.png and /dev/null differ diff --git a/static/img/logos/micronaut.svg b/static/img/logos/micronaut.svg deleted file mode 100644 index 9e1fc0a..0000000 --- a/static/img/logos/micronaut.svg +++ /dev/null @@ -1 +0,0 @@ -micronaut_mini_copy_tm \ No newline at end of file diff --git a/static/img/logos/nodejs.png b/static/img/logos/nodejs.png deleted file mode 100644 index 6596d0e..0000000 Binary files a/static/img/logos/nodejs.png and /dev/null differ diff --git a/static/img/logos/python.png b/static/img/logos/python.png deleted file mode 100644 index 2e078bd..0000000 Binary files a/static/img/logos/python.png and /dev/null differ diff --git a/static/img/logos/quarkus.png b/static/img/logos/quarkus.png deleted file mode 100644 index d20ad2f..0000000 Binary files a/static/img/logos/quarkus.png and /dev/null differ diff --git a/static/img/logos/redis_om.png b/static/img/logos/redis_om.png deleted file mode 100644 index 78f308b..0000000 Binary files a/static/img/logos/redis_om.png and /dev/null differ diff --git a/static/img/logos/redisinsight.png b/static/img/logos/redisinsight.png deleted file mode 100644 index 1962ebf..0000000 Binary files a/static/img/logos/redisinsight.png and /dev/null differ diff --git a/static/img/logos/redisjson.png b/static/img/logos/redisjson.png deleted file mode 100644 index 997139e..0000000 Binary files a/static/img/logos/redisjson.png and /dev/null differ diff --git a/static/img/logos/redisom.gif b/static/img/logos/redisom.gif deleted file mode 100644 index 2558ee2..0000000 Binary files a/static/img/logos/redisom.gif and /dev/null differ diff --git a/static/img/logos/resoftware.png b/static/img/logos/resoftware.png deleted file mode 100644 index 25878dd..0000000 Binary files a/static/img/logos/resoftware.png and /dev/null differ diff --git a/static/img/logos/rust.jpg b/static/img/logos/rust.jpg deleted file mode 100644 index c1a147b..0000000 Binary files a/static/img/logos/rust.jpg and /dev/null differ diff --git a/static/img/logos/spring.png b/static/img/logos/spring.png deleted file mode 100644 index 570d009..0000000 Binary files a/static/img/logos/spring.png and /dev/null differ diff --git a/static/img/logos/vertx.png b/static/img/logos/vertx.png deleted file mode 100644 index 90f5475..0000000 Binary files a/static/img/logos/vertx.png and /dev/null differ diff --git a/static/img/logos/windows.png b/static/img/logos/windows.png deleted file mode 100644 index 0ec52d8..0000000 Binary files a/static/img/logos/windows.png and /dev/null differ