diff --git a/src/components/HomePageHeader/index.jsx b/src/components/HomePageHeader/index.jsx index 4d5e014b..c5ecf7ff 100644 --- a/src/components/HomePageHeader/index.jsx +++ b/src/components/HomePageHeader/index.jsx @@ -10,10 +10,10 @@ function HomepageHeader() { return (
-
+
{siteConfig.title} -

{siteConfig.tagline}

+

{siteConfig.tagline}

-

Quick start

+

Quick start

Get Fastify with NPM:

npm install fastify diff --git a/src/css/custom.css b/src/css/custom.css index e7a2e3a6..b99eee0e 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -68,3 +68,22 @@ border-radius: var(--ifm-code-border-radius); padding: 2em 1em 1em; } + +.flex { + display: flex; + justify-content: center; + align-items: center; + gap: 2.5rem; +} + +.button { + min-width: 10.75rem; + padding: 0.5rem 1rem; +} + +@media screen and (max-width: 480px) { + .flex { + justify-content: space-evenly; + gap: 0; + } +} diff --git a/src/pages/index.jsx b/src/pages/index.jsx index 0fce7c52..34eea9bb 100644 --- a/src/pages/index.jsx +++ b/src/pages/index.jsx @@ -20,8 +20,18 @@ export default function Home() {
+
+ + Getting Started + + + + Learn More + +
+
-
+

Why

An efficient server implies a lower cost of the infrastructure, a better responsiveness under load and @@ -37,7 +47,7 @@ export default function Home() {

-
+

Who is using Fastify?

Fastify is proudly powering a large ecosystem of organisations and products out there.

@@ -50,8 +60,8 @@ export default function Home() {

-

Core features

-

These are the main features and principles on which Fastify has been built:

+

Core features

+

These are the main features and principles on which Fastify has been built:

  • Highly performant: as far as we know, Fastify is one of the fastest web frameworks in @@ -126,8 +136,8 @@ export default function Home() {
    -

    Meet The Team

    -

    +

    Meet The Team

    +

    In alphabetical order