From fa314b9ca50a83fa5ad5c50226d2012f1944c962 Mon Sep 17 00:00:00 2001 From: Daniel Golden Date: Wed, 2 Sep 2020 15:24:38 -0400 Subject: [PATCH] fix: clean up linting errors + start new section --- src/components/FeatherIcon.js | 5 +- src/pages/nerd-days.js | 259 ++++++++++++++++++++++++++++---- src/pages/nerd-days.module.scss | 22 +-- 3 files changed, 240 insertions(+), 46 deletions(-) diff --git a/src/components/FeatherIcon.js b/src/components/FeatherIcon.js index 55dbe9316..e747031b8 100644 --- a/src/components/FeatherIcon.js +++ b/src/components/FeatherIcon.js @@ -16,8 +16,8 @@ const FeatherIcon = ({ className, name, size = '1em', ...props }) => { > - - + + {paths} @@ -155,7 +155,6 @@ const ICONS = { ), eye: ( <> - diff --git a/src/pages/nerd-days.js b/src/pages/nerd-days.js index f9249f0fa..fa130ef1c 100644 --- a/src/pages/nerd-days.js +++ b/src/pages/nerd-days.js @@ -160,32 +160,62 @@ const NerdDaysPage = () => { -
+

Tracks

- Tracks will vary by region. All sessions will be recorded and + Tracks will vary by region. All sessions will be recorded and distributed after the event.

  • - +
    Observability
  • - -
    Cloud Migration
    + +
    + Cloud Migration +
  • - open source + open source
    Open Source
  • - devops journey -
    Devops Journey
    + devops journey +
    + Devops Journey +
  • - Fundamentals + Fundamentals
    fundamentals
@@ -194,56 +224,219 @@ const NerdDaysPage = () => {

Agenda

- We’ve got a packed schedule with thought-leaders of their respective industries + We’ve got a packed schedule with thought-leaders of their + respective industries

- +
-
Observability
-
Cloud Migration
-
Open Source
-
DevOps Journey
-
Fundamentals
+
+ Observability +
+
+ Cloud Migration +
+
+ Open Source +
+
+ DevOps Journey +
+
+ Fundamentals +

8:00 AM

-

Welcome

+

+ Welcome + + Jemiah Sius + +

8:30 AM

-

Building better apps

-

Open DevOps

-

NR 101

+

+ Building better apps + + Anita Baker + +

+

+ Open DevOps + + Robert Parr + +

+

+ NR 101 + + Jeff Osborne + +

9:00 AM

-

All seeing eye

-

AWS Ops

-

Main v master

-

DevOps Journey

+

+ All seeing eye + + Dylan Hernandez + +

+

+ AWS Ops + + Celso Piña + +

+

+ Main v master + + Jeff Osborne + +

+

+ DevOps Journey + + Jemiah Sius + +

11:00 AM

-

Is it down? Yes.

-

How much is too much?

-

Monolith Magic

-

Debuggers

+

+ Is it down? Yes. + + Dylan Hernandez + +

+

+ How much is too much? + + Natalia Lafourcade + +

+

+ Monolith Magic + + John McGibbons + +

+

+ Debuggers + + Anita Baker + +

-

12:00 PM

-

Lunch break

+

+ 12:00 PM +

+

+ Lunch break + + Music by DJ Mykael V + +

1:30 PM

-

Observability and you

-

Covid productivity

+

+ Observability and you + + Natalia Lafourcade + +

+

+ Covid productivity + + Celso Piña + +

2:30 PM

-

Closing + Swag

+

+ Closing + Swag + + Jemiah Sius and Team + +

+ +
+

Engage with the developer community

+
diff --git a/src/pages/nerd-days.module.scss b/src/pages/nerd-days.module.scss index 5c0737801..d7c06c965 100644 --- a/src/pages/nerd-days.module.scss +++ b/src/pages/nerd-days.module.scss @@ -294,16 +294,18 @@ a.ctaButton { background-color: #fff; margin: 0; - &:after { - display: block; - content: attr(data-speaker); - margin-top: 1px; - font-size: 12px; - text-transform: uppercase; - letter-spacing: .05rem; - font-weight: normal; - color: #464e4eb0; - } +} + +.agendaSessionSpeaker { + display: block; + content: attr(data-speaker); + margin-top: 1px; + font-size: 12px; + text-transform: uppercase; + letter-spacing: .05rem; + font-weight: normal; + color: #464e4eb0; + user-select: text; } .agendaSession5Col {