Skip to content

Commit

Permalink
add landingPage layout + meet up page (#3)
Browse files Browse the repository at this point in the history
* layout for landing pages

* meetup with team page

* adjust content

* setup description

* fix wording on page
  • Loading branch information
jerdog committed Mar 4, 2024
1 parent 7d610a6 commit 5dcb12d
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
28 changes: 28 additions & 0 deletions 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)

20 changes: 20 additions & 0 deletions layouts/page/landingPage.html
@@ -0,0 +1,20 @@
{{ define "main" }}

{{ partial "navigation.html" . }}

<section class="section">
<div class="container">
<div class="row">
<div class="col-lg-8 offset-lg-2 text-center">
<h1>{{ .Title }}</h1>
</div>
<div class="col-lg-8 offset-lg-2">
<div class="post-single-content">
{{ .Content }}
</div>
</div>
</div>
</div>
</section>

{{ end }}

0 comments on commit 5dcb12d

Please sign in to comment.