Skip to content

Commit

Permalink
Merge pull request #2 from GlobalDevOpsBootcamp/feature/accouncement2022
Browse files Browse the repository at this point in the history
Added announcement text and form for 2022 version
  • Loading branch information
mivano authored Sep 23, 2021
2 parents 83cd403 + 4acbca4 commit 88331e6
Show file tree
Hide file tree
Showing 5 changed files with 97 additions and 3 deletions.
15 changes: 15 additions & 0 deletions _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,18 @@

</section>

<section class="text-gray-400 bg-gray-900 body-font">
<div class="container px-5 py-32 mt-14 mx-auto">
<div class="bg-gray-700 bg-opacity-50 rounded-lg p-8 flex flex-col md:ml-auto w-full mt-10 md:mt-0">
<div class="lg:w-2/3 flex flex-col sm:flex-row sm:items-center items-start mx-auto">
<h1 class="flex-grow sm:pr-16 text-2xl font-medium title-font text-white">Announcing the 2022 edition!</h1>
<a class="flex-shrink-0 text-white bg-gdbc-orange border-0 py-2 px-8 focus:outline-none hover:bg-gdbc-orange rounded text-lg mt-10 sm:mt-0"
href="{{'announcement/2021/09/19/announcement-2022-edition.html' | relative_url }}">Read more</a>
</div>
</div>
</div>
</section>

<section class="text-gray-400 bg-gray-900 body-font">
<div class="container mx-auto flex px-5 py-24 md:flex-row flex-col items-center">
<div class="lg:max-w-lg lg:w-full md:w-1/2 w-5/6 md:mb-0 mb-10">
Expand Down Expand Up @@ -49,6 +61,9 @@ <h1 class="title-font sm:text-4xl text-3xl mb-4 font-medium text-gdbc-orange">Wh
</div>
</section>




<section class="text-gray-400 bg-gray-900 body-font">
<div class="container mx-auto flex px-5 py-2 md:flex-row flex-col items-center">
<div
Expand Down
42 changes: 42 additions & 0 deletions _posts/2021-09-19-announcement-2022-edition.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
layout: post
title: May 14th, 2022
category: announcement
excerpt: |
Saturday, the 14th of May, in 2022 will be a special day, where you will get to explore DevOps with a new edition of
Global DevOps Bootcamp! After missing out on the 2020 edition, we are very happy to announce the new date in the new
year. Where you get to spend a day on DevOps, learning new ways of working together with a team of other enthusiasts,
guided by proctors and local event organizers.
---

{:.inline-block }
# {{ page.title }}

{:.lead}
Saturday, the 14th of May, in 2022 will be a special day, where you will get to explore DevOps with a new edition of
Global DevOps Bootcamp! After missing out on the 2020 edition, we are very happy to announce the new date in the new
year. Where you get to spend a day on DevOps, learning new ways of working together with a team of other enthusiasts,
guided by proctors and local event organizers.

The team behind Global DevOps Bootcamp already started working on everything we need to make this day an experience to
remember. This time the
learnings for the day will be centered around chaos:

![Logo image of "embrace chaos to achieve stability](/images/embrace-chaos-logo.png)

**We hope to see you there!**

We’ll be dependent on how thing will develop in the new year, but we expect to have a mix of (smaller) venues together
with a virtual part of the bootcamp this time around. That way we can cater for everyone and every situation. We’ll
arrange an awesome keynote and have a platform you get to work on to learn by doing things yourself, together with a
team. Learn how to work in a DevOps way by spending a day with likeminded people!

Tell us if you want to help out at a location near you as a proctor, or maybe you want to host a venue yourself! Let us
know by filling in the form. Want to know what we ask of you? Check out the information page to learn more.

<div class="flex justify-center">
<a class="inline-flex no-underline text-white bg-gdbc-orange border-0 py-2 px-6 focus:outline-none hover:gdbc-orange rounded text-lg"
target="_blank" href="https://my.forms.app/form/6146634a2f6a6e3fadc8509f">Signup</a>
<a class="ml-4 inline-flex no-underline text-gray-400 bg-gray-800 border-0 py-2 px-6 focus:outline-none hover:bg-gray-700 hover:text-white rounded text-lg"
href="{{ '/venue-info' | relative_url }}">Information</a>
</div>
Binary file added images/embrace-chaos-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Global Devops Bootcamp website
# Global DevOps Bootcamp website

This is the main globaldevopsbootcamp.com website. We mostly use this site to tell the world what a cool event this is, how you can participate and what we did in the past.

Expand Down Expand Up @@ -62,7 +62,7 @@ Here are the docs for packages used in this boilerplate:
<details>
<summary><b>What is the tailwindcss-typography plugin and do I need it?</b></summary>

- By default Tailwind [normalises](https://tailwindcss.com/docs/preflight) styles so headings, paragraphs, etc. look the same
- By default Tailwind [normalizes](https://tailwindcss.com/docs/preflight) styles so headings, paragraphs, etc. look the same
- But Jekyll is often used for blogs and other text heavy site where you often *want* default text styles
- The typography plugin solves this and brings nice default styles to markdown generated content
- It's completely optional and easy to activate for specific content via the `prose` classes
Expand All @@ -74,7 +74,7 @@ Here are the docs for packages used in this boilerplate:
<summary><b>Why are CSS file changes slow to update?</b></summary>

- When you update the `index.css` file all Tailwind classes have to regenerate (via Parcel) which can take up to ~10 secs
- In practise this isn't a common problem as most people don't update the file that often
- In practice this isn't a common problem as most people don't update the file that often
- If you *are* writing custom CSS then you can add non-Tailwind CSS files and add refer to them in the `head.html` file directly which skips the Parcel build process
</details>

Expand Down
37 changes: 37 additions & 0 deletions venue-info.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
layout: post
---

{:.inline-block }
# Want to organize the Global DevOps Bootcamp at your location?

This is what we ask from you:

## A venue

We expect from you that you provide a location where you can host the event. This location should be able to provide internet access and food and beverages during the day. (last year we did get sponsors for most locations, but no promises at the moment.)

## Proctors

During the bootcamp we provide technical challenges to the attendees. We expect the local organizer to provide people that can help achieve the goals in the challenges. The challenges are provided by us and you get support from us to learn and master the challenges before your audience gets them.


## Local sponsors

Try to find local sponsors that can provide prizes that can be won when teams win the competition. Some swag is provided by us, but experience learns people love to get local swag and this is also a terrific opportunity for you to raise your brand awareness.

## What do we provide?

### Reach and exposure

We help drive demand for the event. It gives you an opportunity to organize something for your local community and drive DevOps awareness.

### Content

Global DevOps Bootcamp provides an Event out of the box. his means we provide all the content reaching from recorded Keynote videos with industry leaders, to presentations you can present yourself and put yourself at the center stage. We provide all the content and infrastructure, you handle the local event and logistics.

### Challenges

A Key piece of the Global DevOps Bootcamp are the challenges. We will provide the challenges to the event organizers and the infrastructure to run the challenges in the cloud. We arrange the required workstations in the cloud and if necessary the required sponsored subscriptions of various software providers.


0 comments on commit 88331e6

Please sign in to comment.