From 5dcb12d4287f018f72d1ab4848c83c3dbf9f3b6f Mon Sep 17 00:00:00 2001 From: Jeremy Meiss Date: Mon, 4 Mar 2024 10:53:03 -0600 Subject: [PATCH] add landingPage layout + meet up page (#3) * layout for landing pages * meetup with team page * adjust content * setup description * fix wording on page --- content/meetup-with-team.md | 28 ++++++++++++++++++++++++++++ layouts/page/landingPage.html | 20 ++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 content/meetup-with-team.md create mode 100644 layouts/page/landingPage.html diff --git a/content/meetup-with-team.md b/content/meetup-with-team.md new file mode 100644 index 0000000..d3b962a --- /dev/null +++ b/content/meetup-with-team.md @@ -0,0 +1,28 @@ ++++ +title = 'Meet With Team' +date = 2024-03-03T13:05:17-06:00 +draft = true +type = "page" +layout = "landingPage" +description = "" ++++ + +We would love to meet up with you, have a drink (coffee, tea, boba, wine, beer, etc.), and talk about your experiences using different tools and ways that we can be a resource for you. We have the following activities and events coming up, and would also be happy to meet up somewhere close to where you are. + +## Events + +- March 14-15, 2024: **Monki Gras 2024**, London, England +- March 14-17, 2024: **SCaLE 21x / DevOpsDays LA**, Los Angeles, CA +- March 19-22, 2024: **KubeCon Europe 2024**, Paris, France + - Happy Hour (LINK to event page) + - Meet up anytime (LINK to Calendly) +- April 9-12, 2024: **DevNexus 2024**, Atlanta, GA +- April 15-19, 2024: **Open Source Summit North America 2024**, Seattle, WA +- April 22-24, 2024: **Infobip Shift Miami**, Miami, FL +- April 29-30, 2024: **DevOps Denver Meetup**, Denver, CO + +## Chat with us locally + +- London, England (LINK to Calendly) +- Kansas City Metro Area (LINK to Calendly) + diff --git a/layouts/page/landingPage.html b/layouts/page/landingPage.html new file mode 100644 index 0000000..36a4f44 --- /dev/null +++ b/layouts/page/landingPage.html @@ -0,0 +1,20 @@ +{{ define "main" }} + +{{ partial "navigation.html" . }} + +
+
+
+
+

{{ .Title }}

+
+
+
+ {{ .Content }} +
+
+
+
+
+ +{{ end }} \ No newline at end of file