From 9b5154d03d07392babf81a28f1f1534c45f69716 Mon Sep 17 00:00:00 2001 From: veextee Date: Tue, 25 Aug 2020 09:59:28 -0700 Subject: [PATCH 1/8] Create event-landing page Moving origi --- src/pages/attend-events.js | 70 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 src/pages/attend-events.js diff --git a/src/pages/attend-events.js b/src/pages/attend-events.js new file mode 100644 index 000000000..30fd2ad6f --- /dev/null +++ b/src/pages/attend-events.js @@ -0,0 +1,70 @@ +import cx from 'classnames'; +import SEO from '../components/Seo'; +import { Button, Video } from '@newrelic/gatsby-theme-newrelic'; +import PageLayout from '../components/PageLayout'; +import ExternalLink from '../components/ExternalLink'; +import FeatherIcon from '../components/FeatherIcon'; +import nerdDays from '../images/nerd-days/nerd-days.png'; +import styles from './nerd-days.module.scss' + +const EventLandingPage = () => { + return ( + <> + + + + +
+
+

+ Developer Events
+

+

+ There are a lot of developer events out there, so we've curated a list of events we're hosting or sponsoring that are dedicated to developers, engineers, problem solvers, and builders like you.

+ + UPCOMING EVENTS
+ Nerd Days 1.0: Return of the Data Nerd
+ Nerd Days is a FREE engineering conference that kicks off October 13 (Dates vary by region). Focused on building more perfect software, our goal is to spend less time looking at slides that tell you what software can do and more time on getting your hands on the software to solve problems efficiently. +

+ +
+ Nerd Days 1.0: Return of the Data Nerd +
+
+

Upcoming Events

+
+
+
+

KubeCon and CloudNativeCon North America 2020

+

November 17-20

+

The Cloud Native Computing Foundation’s flagship conference gathers adopters and technologists from leading open source and cloud native communities.

+
+

Past Events

+
+
+
+

KubeCon and CloudNativeCon Europe 2020

+

August 17 – 20

+

The Cloud Native Computing Foundation’s flagship conference gathers adopters and technologists from leading open source and cloud native communities.

+
+
+
+
+ + ); +}; + +export default EventLandingPage; From 61b1828839bbf064c44a84312c323bd365b6df75 Mon Sep 17 00:00:00 2001 From: Jerel Miller Date: Tue, 25 Aug 2020 10:09:55 -0700 Subject: [PATCH 2/8] chore: self-close the br tags --- src/pages/attend-events.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/attend-events.js b/src/pages/attend-events.js index 30fd2ad6f..53e932319 100644 --- a/src/pages/attend-events.js +++ b/src/pages/attend-events.js @@ -22,8 +22,8 @@ const EventLandingPage = () => {

There are a lot of developer events out there, so we've curated a list of events we're hosting or sponsoring that are dedicated to developers, engineers, problem solvers, and builders like you.

- UPCOMING EVENTS
- Nerd Days 1.0: Return of the Data Nerd
+ UPCOMING EVENTS
+ Nerd Days 1.0: Return of the Data Nerd
Nerd Days is a FREE engineering conference that kicks off October 13 (Dates vary by region). Focused on building more perfect software, our goal is to spend less time looking at slides that tell you what software can do and more time on getting your hands on the software to solve problems efficiently.

Nerd Days 1.0: Return of the Data Nerd -

Upcoming Events

+
+
+

Nerd Days 1.0: Return of the Data Nerd

+

+ US: October 13, 2020 +
+ EMEA: October 21, 2020 +
+ APJ: October 22, 2020 +
+

+

+ Nerd Days is a FREE engineering conference that kicks off + October 13 (Dates vary by region). Focused on building more + perfect software, our goal is to spend less time looking at + slides that tell you what software can do and more time on + getting your hands on the software to solve problems + efficiently. +

+
-

KubeCon and CloudNativeCon North America 2020

+

KubeCon and CloudNativeCon North America 2020

November 17-20

-

The Cloud Native Computing Foundation’s flagship conference gathers adopters and technologists from leading open source and cloud native communities.

+

+ The Cloud Native Computing Foundation’s flagship conference + gathers adopters and technologists from leading open source and + cloud native communities. +

-

Past Events

+

Past Events

-

KubeCon and CloudNativeCon Europe 2020

+

KubeCon and CloudNativeCon Europe 2020

August 17 – 20

-

The Cloud Native Computing Foundation’s flagship conference gathers adopters and technologists from leading open source and cloud native communities.

+

+ The Cloud Native Computing Foundation’s flagship conference + gathers adopters and technologists from leading open source and + cloud native communities. +

From 19a44afab57d3099d2a9fdc2bbaab0012735d772 Mon Sep 17 00:00:00 2001 From: Jerel Miller Date: Tue, 25 Aug 2020 13:21:16 -0700 Subject: [PATCH 8/8] chore: update spacing on the developer events page --- src/pages/developer-events.js | 38 ++++++++++++++++++++++++++--------- 1 file changed, 28 insertions(+), 10 deletions(-) diff --git a/src/pages/developer-events.js b/src/pages/developer-events.js index 8ff16a185..f4e4524d2 100644 --- a/src/pages/developer-events.js +++ b/src/pages/developer-events.js @@ -1,4 +1,5 @@ import React from 'react'; +import { css } from '@emotion/core'; import cx from 'classnames'; import SEO from '../components/Seo'; import { Button } from '@newrelic/gatsby-theme-newrelic'; @@ -15,9 +16,21 @@ const EventLandingPage = () => { -
+
-

+

There are a lot of developer events out there, so we've curated a list of events we're hosting or sponsoring that are dedicated to developers, engineers, problem solvers, and builders like @@ -47,13 +60,20 @@ const EventLandingPage = () => {

Nerd Days 1.0: Return of the Data Nerd

Upcoming Events

-
-
+
+

Nerd Days 1.0: Return of the Data Nerd

US: October 13, 2020 @@ -72,9 +92,7 @@ const EventLandingPage = () => { efficiently.

-
-
-
+

KubeCon and CloudNativeCon North America 2020

November 17-20

@@ -85,8 +103,8 @@ const EventLandingPage = () => {

Past Events

-
-
+
+

KubeCon and CloudNativeCon Europe 2020

August 17 – 20