diff --git a/src/data/nav.yml b/src/data/nav.yml
index a1d818021..ee7fbd441 100644
--- a/src/data/nav.yml
+++ b/src/data/nav.yml
@@ -439,8 +439,6 @@
pages:
- title: Kubecon & CloudNativeCon
url: '/kubecon-europe-2020'
- - title: Nerd days 1.0
- url: '/nerd-days'
- title: All things open
url: '/all-things-open'
- title: Nerd Bytes
diff --git a/src/pages/apj-nerd-days.js b/src/pages/apj-nerd-days.js
deleted file mode 100644
index 395764c0b..000000000
--- a/src/pages/apj-nerd-days.js
+++ /dev/null
@@ -1,610 +0,0 @@
-import React, { cloneElement } from 'react';
-import PropTypes from 'prop-types';
-import { css } from '@emotion/react';
-import cx from 'classnames';
-import PageLayout from '../components/PageLayout';
-import { Button, Icon, NewRelicLogo } from '@newrelic/gatsby-theme-newrelic';
-import DevSiteSeo from '../components/DevSiteSeo';
-import { graphql, useStaticQuery, Link } from 'gatsby';
-import FeatherIcon from '../components/FeatherIcon';
-import * as styles from './nerd-days.module.scss';
-import NerdDaysLogo from '../components/NerdDaysLogo';
-import graphLines from '../images/nerd-days/hero-image-graph-lines.png';
-import heroBackgroundPattern from '../images/nerd-days/nerd-days-hero-bg-pattern.png';
-import shapesIcon from '../images/nerd-days/icon-shapes.svg';
-import openSourceIcon from '../images/nerd-days/icon-open-source.svg';
-import HopinLogo from '../components/HopinLogo';
-import MarketoForm from '../components/MarketoForm';
-import styled from '@emotion/styled';
-import Agenda from '../components/Agenda';
-
-const NerdDaysPage = ({ location }) => {
- const {
- site: { layout },
- } = useStaticQuery(graphql`
- query {
- site {
- layout {
- contentPadding
- }
- }
- }
- `);
-
- const alternateSection = css`
- background-color: var(--tertiary-background-color);
- margin-left: -${layout.contentPadding};
- margin-right: -${layout.contentPadding};
- `;
-
- return (
- <>
-
-
-
-
-
-
-
-
-
- Nerd Days is a free
- {` `}
- 1-day event focused on building more perfect software
-
-
-
- Register for Nerd Days 1.0
-
- Nerd Days is a FREE engineering conference that kicks off October
- 22 (Dates vary by region)
-
-
-
-
What is Nerd Days exactly…
-
- Nerd Days is a FREE engineering conference that kicks
- off October 22 (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.
-
-
- Including:
-
-
Live workshops
-
Live coding and demos
-
Customer examples
-
Panel / Q&A sessions
-
-
-
- You’ll hear from fellow engineers who built New Relic
- solutions and New Relic users from various industries. Whether
- you’re new or a data nerd, there’s an interactive session for
- you.
-
-
Save the date & join us online
-
- Date: October 22, 2020
-
- Nerd Days Starts: 12PM AEDT/ 9AM SGT/ 6:30AM
- IST
-
- Nerd Days Ends: 5PM AEDT/ 2PM SGT/ 11:30AM
- IST
-
-
- We look forward to building with you during Nerd Days! If you
- have any questions about Nerd Days please emails{' '}
-
- APAC-events@newrelic.com
-
-
-
- Additional Nerd Days Events
-
-
-
- AMER Registration
-
-
- EMEA Registration
-
-
-
-
-
-
-
-
- Tracks
-
- Tracks will vary by region. All sessions will be recorded and
- distributed after the event.
-
-
-
- }
- />
- }
- />
- }
- />
-
-
-
-
- Nerd Days APAC Agenda
-
- We’ve got a packed schedule with thought-leaders of their
- respective industries
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Engage with the developer community
-
-
- Nerd Days is a free
- {` `}
- 1-day event focused on building more perfect software
-
-
-
- Register for Nerd Days 1.0
-
- Nerd Days is a FREE engineering conference that kicks off November
- 10 (Dates vary by region)
-
-
-
-
What is Nerd Days exactly…
-
- Nerd Days is a FREE engineering conference that kicks
- off November 10, 2020 (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.
-
-
- Including:
-
-
Live workshops
-
Live coding and demos
-
Customer examples
-
Panel / Q&A sessions
-
-
-
Save the date & join us online
-
- Whether you’re new or a data nerd, there’s an interactive
- session for you. Choose the sessions you're interested in and
- add Nerd Days to your calendar.
-
-
- Date: November 10, 2020
-
- Time: 9:45AM GMT - 3:30 - 4 pm GMT (Depending
- on last session)
-
-
- We look forward to building with you during Nerd Days! If you
- have any questions about Nerd Days please emails{' '}
-
- emeamarketing@newrelic.com
-
-
-
- Additional Nerd Days Events
-
-
-
- AMER Registration
-
-
- APJ Registration
-
-
-
-
-
-
-
- Speaker line up
-
- Get hands on with sessions presented by the following Relics,
- partners, Developer Champions, and customers.
-
-
-
-);
-
-CtaItem.propTypes = {
- date: PropTypes.string.isRequired,
- to: PropTypes.string,
- children: PropTypes.string,
-};
-
-export default NerdDaysPage;
diff --git a/src/pages/nerd-days-thank-you.js b/src/pages/nerd-days-thank-you.js
deleted file mode 100644
index ae854fd49..000000000
--- a/src/pages/nerd-days-thank-you.js
+++ /dev/null
@@ -1,61 +0,0 @@
-import React from 'react';
-import cx from 'classnames';
-import PropTypes from 'prop-types';
-import PageLayout from '../components/PageLayout';
-import DevSiteSeo from '../components/DevSiteSeo';
-import nerdDays from '../images/nerd-days/nerd-days.png';
-import * as styles from './nerd-days.module.scss';
-
-const NerdDaysPage = ({ location }) => {
- return (
- <>
-
-
-
-
-
-
-
You’re registered for Nerd Days
-
- Thanks again for signing up. Here’s some helpful information to
- know before you go.
-
-
-
Create your Hopin account:
-
- You’ll get an email from Hopin inviting you to create your
- account/profile for Nerd Days 1.0. Once you sign in, you’ll see:
-
-
-
-
- The Stage where the keynotes will take place
-
-
- Sessions where you can register for the
- hands-on workshops, and get access to New Relic One.
-
-
- Networking where you can connect 1:1 with
- other attendees or our SMEs to ask questions, chat, and share
- ideas.
-
-
-
-
-
-
-
- >
- );
-};
-
-NerdDaysPage.propTypes = {
- location: PropTypes.object.isRequired,
-};
-
-export default NerdDaysPage;
diff --git a/src/pages/nerd-days.js b/src/pages/nerd-days.js
deleted file mode 100644
index 8972513c5..000000000
--- a/src/pages/nerd-days.js
+++ /dev/null
@@ -1,964 +0,0 @@
-import React, { cloneElement } from 'react';
-import PropTypes from 'prop-types';
-import { css } from '@emotion/react';
-import cx from 'classnames';
-import PageLayout from '../components/PageLayout';
-import {
- Button,
- Icon,
- NewRelicLogo,
- Surface,
-} from '@newrelic/gatsby-theme-newrelic';
-import DevSiteSeo from '../components/DevSiteSeo';
-import { graphql, useStaticQuery, Link } from 'gatsby';
-import FeatherIcon from '../components/FeatherIcon';
-import * as styles from './nerd-days.module.scss';
-import roadIcon from '../images/nerd-days/icon-road.svg';
-import NerdDaysLogo from '../components/NerdDaysLogo';
-import graphLines from '../images/nerd-days/hero-image-graph-lines.png';
-import heroBackgroundPattern from '../images/nerd-days/nerd-days-hero-bg-pattern.png';
-import shapesIcon from '../images/nerd-days/icon-shapes.svg';
-import openSourceIcon from '../images/nerd-days/icon-open-source.svg';
-import HopinLogo from '../components/HopinLogo';
-import styled from '@emotion/styled';
-import Agenda from '../components/Agenda';
-
-import AaronSoto from '../images/nerd-days/speakers/AaronSoto.jpg';
-import CaitlinHalla from '../images/nerd-days/speakers/CaitlinHalla.jpg';
-import DavidShanker from '../images/nerd-days/speakers/DavidShanker.jpg';
-import JeremyCooper from '../images/nerd-days/speakers/JeremyCooper.jpg';
-import JoelWorrall from '../images/nerd-days/speakers/JoelWorrall.jpg';
-import JohnVajda from '../images/nerd-days/speakers/JohnVajda.jpg';
-import JonThurman from '../images/nerd-days/speakers/JonThurman.jpg';
-import JustinEveland from '../images/nerd-days/speakers/JustinEveland.jpg';
-import LeonChapman from '../images/nerd-days/speakers/LeonChapman.jpg';
-import LindsyFarina from '../images/nerd-days/speakers/LindsyFarina.jpg';
-import TaliaNassi from '../images/nerd-days/speakers/TaliaNassi.jpg';
-import ThomasMartin from '../images/nerd-days/speakers/ThomasMartin.jpg';
-import AlecSwanson from '../images/nerd-days/speakers/AlecSwanson.jpg';
-import BrianThomason from '../images/nerd-days/speakers/BrianThomason.jpg';
-import ChrisTrombley from '../images/nerd-days/speakers/ChrisTrombley.jpg';
-import GabeObrien from '../images/nerd-days/speakers/GabeObrien.jpg';
-import LiamHurrell from '../images/nerd-days/speakers/LiamHurrell.jpg';
-import MichaelCaron from '../images/nerd-days/speakers/MichaelCaron.jpg';
-import PhilWeber from '../images/nerd-days/speakers/PhilWeber.jpg';
-import SebastianRamirez from '../images/nerd-days/speakers/SebastianRamirez.jpg';
-import SanderBlue from '../images/nerd-days/speakers/SanderBlue.jpg';
-import JewelsNocera from '../images/nerd-days/speakers/JewelsNocera.jpg';
-import NicaFee from '../images/nerd-days/speakers/NicaFee.jpg';
-import StijnPolfliet from '../images/nerd-days/speakers/StijnPolfliet.jpg';
-import BradSchmitt from '../images/nerd-days/speakers/BradSchmitt.jpg';
-import EricMittelhammer from '../images/nerd-days/speakers/EricMittelhammer.jpg';
-import ColinMacNaughton from '../images/nerd-days/speakers/ColinMacNaughton.jpg';
-
-const NerdDaysPage = ({ location }) => {
- const {
- site: { layout },
- } = useStaticQuery(graphql`
- query {
- site {
- layout {
- contentPadding
- }
- }
- }
- `);
-
- const alternateSection = css`
- background-color: var(--tertiary-background-color);
- margin-left: -${layout.contentPadding};
- margin-right: -${layout.contentPadding};
- `;
-
- return (
- <>
-
-
-
-
-
-
-
-
-
- Nerd Days is a free
- {` `}
- 1-day event focused on building more perfect software
-
-
-
- Register for Nerd Days 1.0
-
- Nerd Days is a FREE engineering conference that kicks off October
- 13 (Dates vary by region)
-
-
-
-
What’s is Nerd Days exactly…
-
- A{' '}
-
- FREE
- {' '}
- developer focused live digital conference covering a broad
- range of topics at varying levels for all skill sets.
-
-
- Including:
-
-
Live workshops
-
Live coding and demos
-
Customer examples
-
Panel / Q&A sessions
-
-
-
- Presented by Relics, partners, Developer Champions, and
- customers
-
-
Save the date & join us online
-
- Whether you’re new or a data nerd, there’s an interactive
- session for you. Choose the sessions you're interested in and
- add Nerd Days to your calendar.
-