diff --git a/src/assets/css/_css/index.less b/src/assets/css/_css/index.less index 741a2eacf0..674d11bd35 100644 --- a/src/assets/css/_css/index.less +++ b/src/assets/css/_css/index.less @@ -15,7 +15,6 @@ div.index { color: #fff; text-align: center; max-width: none; - margin-top: 30px; & > a { color: white; diff --git a/src/components/Conf/About/index.tsx b/src/components/Conf/About/index.tsx index 0fa12a1ec3..83f0fc6b5a 100644 --- a/src/components/Conf/About/index.tsx +++ b/src/components/Conf/About/index.tsx @@ -2,27 +2,13 @@ import { CheckCircledIcon } from "@radix-ui/react-icons" import React from "react" const list = [ - { - title: "Cloud Engineering", - }, - { - title: "Software Development", - }, - { - title: "Platform Engineering", - }, - { - title: "Data Engineering", - }, - { - title: "Technology Architecture", - }, - { - title: "Data Architecture", - }, - { - title: "Product Management", - }, + { title: "Cloud Engineering" }, + { title: "Software Development" }, + { title: "Platform Engineering" }, + { title: "Data Engineering" }, + { title: "Technology Architecture" }, + { title: "Data Architecture" }, + { title: "Product Management" }, ] const whyAttend = [ @@ -35,31 +21,48 @@ const whyAttend = [ ), }, { - title:

- Discover best practices and real-world use cases through engaging presentations and panel discussions. -

+ title: ( +

+ Discover best practices and + real-world use cases through engaging presentations and panel + discussions. +

+ ), }, { - title: -

Connect with leading companies that are using GraphQL to transform their businesses and industries.

, + title: ( +

+ Connect with leading companies that + are using GraphQL to transform their businesses and industries. +

+ ), }, { - title: + title: (

- Build your skills and deepen your understanding of GraphQL through workshops, tutorials, and code labs. -

, + Build your skills and deepen your + understanding of GraphQL through workshops, tutorials, and code labs. +

+ ), }, { - title: -

Network with a diverse and vibrant community of professionals who are passionate about GraphQL and its potential.

, + title: ( +

+ Network with a diverse and vibrant + community of professionals who are passionate about GraphQL and its + potential. +

+ ), }, ] const AboutSection = () => { return ( -
-
-

About

+
+
+

+ About +

GRAPHQLCONF | SEP 19 – 21

diff --git a/src/components/Conf/Footer/index.tsx b/src/components/Conf/Footer/index.tsx index 71a8b4dde5..a7985e2b16 100644 --- a/src/components/Conf/Footer/index.tsx +++ b/src/components/Conf/Footer/index.tsx @@ -24,7 +24,7 @@ const links = [ const FooterConf = () => { return (