Skip to content

Commit

Permalink
Merge pull request #1057 from newrelic/event-updates
Browse files Browse the repository at this point in the history
Event updates
  • Loading branch information
John P Vajda authored Jan 8, 2021
2 parents 5b9537a + 873688d commit 885ec4b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 37 deletions.
10 changes: 5 additions & 5 deletions src/data/sidenav.json
Original file line number Diff line number Diff line change
Expand Up @@ -578,10 +578,6 @@
"displayName": "Developer events",
"url": "/developer-events",
"children": [
{
"displayName": "All things open",
"url": "/all-things-open"
},
{
"displayName": "Past events",
"children": [
Expand All @@ -592,6 +588,10 @@
{
"displayName": "Nerd days 1.0",
"url": "/nerd-days"
},
{
"displayName": "All things open",
"url": "/all-things-open"
}
]
}
Expand All @@ -605,4 +605,4 @@
"displayName": "Podcasts",
"url": "/podcasts"
}
]
]
38 changes: 6 additions & 32 deletions src/pages/developer-events.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ 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';
import { Link } from 'gatsby';
import PageLayout from '../components/PageLayout';
import FeatherIcon from '../components/FeatherIcon';
import nerdDays from '../images/nerd-days/nerd-days.png';
import styles from './nerd-days.module.scss';

Expand All @@ -31,32 +28,12 @@ const EventLandingPage = () => {
margin-bottom: 2rem;
`}
>
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.
There are a lot of developer events out there, so we will be
curated a list of events we're hosting or sponsoring that are
dedicated to developers, engineers, problem solvers, and
builders like you. Currently we have no events planned, but
below you can find some of our past events.
</p>
<h2>Featured event</h2>
<h3>Nerd Days 1.0: Return of the Data Nerd</h3>
<p>
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.
</p>
<Button
as={Link}
variant={Button.VARIANT.PRIMARY}
href="/nerd-days"
>
Register here
<FeatherIcon
className={styles.externalLinkIcon}
name="external-link"
/>
</Button>
</div>
<img
src={nerdDays}
Expand All @@ -67,7 +44,7 @@ const EventLandingPage = () => {
`}
/>
</section>
<h2>Upcoming events</h2>
<h2>Past events</h2>
<section className={styles.section}>
<div
css={css`
Expand Down Expand Up @@ -101,9 +78,6 @@ const EventLandingPage = () => {
cloud native communities.
</p>
</div>
</section>
<h2>Past events</h2>
<section className={styles.section}>
<div>
<h3>KubeCon and CloudNativeCon Europe 2020</h3>
<p>August 17 – 20</p>
Expand Down

0 comments on commit 885ec4b

Please sign in to comment.