Skip to content

Commit

Permalink
feat: Update EMEA calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
idirouhab committed Sep 23, 2020
1 parent 73d9cef commit b9f3a89
Showing 1 changed file with 23 additions and 81 deletions.
104 changes: 23 additions & 81 deletions src/pages/emea-nerd-days.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import SEO from '../components/Seo';
import { graphql, useStaticQuery, Link } from 'gatsby';
import FeatherIcon from '../components/FeatherIcon';
import 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';
Expand Down Expand Up @@ -182,7 +181,7 @@ const NerdDaysPage = () => {
<p>
<strong>Date:</strong> November 10, 2020
<br />
<strong>Time:</strong> 9AM - 3PM
<strong>Time:</strong> 9AM CET - 2:45PM CET
</p>
<p>
We look forward to building with you during Nerd Days! If you
Expand Down Expand Up @@ -256,18 +255,10 @@ const NerdDaysPage = () => {
name="Observability"
icon={<TrackFeatherIcon name="eye" size="87px" />}
/>
<TrackItem
name="Cloud migration"
icon={<TrackFeatherIcon name="upload-cloud" size="87px" />}
/>
<TrackItem
name="Open source"
icon={<img src={openSourceIcon} alt="open source" />}
/>
<TrackItem
name="Devops journey"
icon={<img src={roadIcon} alt="devops journey" />}
/>
<TrackItem
name="Fundamentals"
icon={
Expand All @@ -287,124 +278,75 @@ const NerdDaysPage = () => {
We’ve got a packed schedule with thought-leaders of their
respective industries
</SectionDescription>

<Agenda
css={css`
max-width: 1000px;
margin: 0 auto;
`}
mobileBreakpoint="1000px"
tracks={[
'Fundamentals',
'Observability',
'Cloud migration',
'DevOps journey',
'Open source',
]}
tracks={['Observability', 'Open source', 'Fundamentals']}
>
<Agenda.Session
time="9:00 AM"
title="Keynote: Observability For Good with Code for America"
speaker="Lew Cirne"
track={null}
span={5}
/>
<Agenda.Session
time="10:00 AM"
title="Instrumenting your service using agents "
/>
<Agenda.Session
time="10:00 AM"
title="Increased Maturity with Full Stack Observability "
/>
<Agenda.Session
time="10:00 AM"
title="Deploying an app on Kubernetes"
span={3}
/>
<Agenda.Session time="10:00 AM" title="Golden Signals" />
<Agenda.Session
time="10:00 AM"
title="Delivering SRE as a Service"
title="React and the power of visualization"
/>
<Agenda.Session
time="10:00 AM"
title="Building applications on New Relic One"
/>
<Agenda.Session
time="11:00 AM"
title="Exploring your data using NRQL"
title="Instrumenting your service using agents "
/>
<Agenda.Session time="11:00 AM" title="New Relic AI" />
<Agenda.Session
time="11:00 AM"
title="Going Serverless: Chipping at the monolith "
title="Setting SLOs, SLAs and SLIs in the Real World"
/>
<Agenda.Session
time="11:00 AM"
title="Logging for Modern Organizations"
title="Digging into Kubernetes's data"
/>
<Agenda.Session
time="11:00 AM"
title="Grafana and Prometheus with TDP"
title="Exploring your data using NRQL"
/>
<Agenda.Session
inactive
time="12:00 PM"
title="Lunch Break"
speaker="Distant Disco"
track={null}
span={5}
span={3}
/>
<Agenda.Session time="1:00 PM" title="Custom Instrumentation" />
<Agenda.Session
time="1:00 PM"
title="Exploring Data with NerdGraph"
time="12:30 PM"
title="Fireside Chat"
track={null}
span={3}
/>
<Agenda.Session time="1:00 PM" title="Tool Consolidation" />
<Agenda.Session
time="1:00 PM"
title="Flex Integration - Build Your First Linux Configuration"
title="From Monolith to Observable Microservices"
/>
<Agenda.Session
time="1:00 PM"
title="Open Source powers the New Relic One Catalog"
/>
<Agenda.Session time="2:00 PM" title="Alerts Best Practices " />
<Agenda.Session
time="2:00 PM"
title="The Art & Science of Deciphering Perceived Performance: A look at how user behavior affects your data"
/>
<Agenda.Session
time="2:00 PM"
title="Kubernetes Observability "
/>
<Agenda.Session time="2:00 PM" title="Measuring code pipelines" />
<Agenda.Session
time="2:00 PM"
title="New Relic CLI Wizardry/ Reducing toil with Terraform"
/>
<Agenda.Session
time="3:00 PM"
title="True availability using Synthetics "
/>
<Agenda.Session
time="3:00 PM"
title="How Observability-Driven Development accelerates DevOps transformations"
title="Reducing toil with Terraform"
/>
<Agenda.Session time="1:00 PM" title="Custom Instrumentation" />
<Agenda.Session time="2:00 PM" title="Stressing your services" />
<Agenda.Session time="2:00 PM" title="Plot your data" />
<Agenda.Session time="2:00 PM" title="Alerts Best Practices" />
<Agenda.Session time="3:00 PM" title="A journey to the cloud" />
<Agenda.Session
time="3:00 PM"
title="CFP Customer Session: Cloud fundamentals"
title="Open Source from the scratch"
/>
<Agenda.Session time="3:00 PM" title="Testing in Production" />
<Agenda.Session
time="3:00 PM"
title="NerdStorageVault: ThirdParty Secrets"
/>
<Agenda.Session
time="4:00 PM"
title="Closing + Swag"
speaker="Jemiah Sius and Team"
track={null}
span={5}
title="True availability using Synthetics"
/>
</Agenda>
</Section>
Expand Down

0 comments on commit b9f3a89

Please sign in to comment.