Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add watch, chat tabs #17

Merged
merged 1 commit into from
Mar 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ GEM
webrick (1.7.0)

PLATFORMS
x86_64-darwin-22
x86_64-linux

DEPENDENCIES
Expand Down
4 changes: 4 additions & 0 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
main:
- title: "Discuss"
url: "/discuss"
- title: "Watch"
url: "/watch"
- title: "Chat"
url: "/chat"
Binary file added assets/images/SREconAPAC23.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions chat/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: "r9y"
layout: splash
permalink: /chat
date: 2022-09-20T11:48:41-04:00
header:
overlay_color: "#000"
overlay_filter: "0.5"
overlay_image: /assets/images/MapBanner.png
actions:
- label: "View The Map"
url: "https://map.r9y.dev/beck/map.html"
- label: "View The Code"
url: "https://github.com/r9y-dev"
excerpt: "Putting the 9s into reliability"
intro:
- excerpt: ''
feature_row_social:
- image_path: https://assets-global.website-files.com/6257adef93867e50d84d30e2/625e5fcef7ab80b8c1fe559e_Discord-Logo-Color.png
alt: "Community Information"
title: "The r9y Community"
btn_label: "Join our Discord"
btn_class: "btn--info"
url: "https://discord.gg/NkmxCSkq7c"
excerpt: 'Join our community on Discord and become part of the discussion around Reliability across the industry.'
---

{% include feature_row id="intro" type="center" %}
{% include feature_row id="feature_row_social" type="left" %}
28 changes: 28 additions & 0 deletions watch/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: "r9y"
layout: splash
permalink: /watch
date: 2022-09-20T11:48:41-04:00
header:
overlay_color: "#000"
overlay_filter: "0.5"
overlay_image: /assets/images/MapBanner.png
actions:
- label: "View The Map"
url: "https://map.r9y.dev/beck/map.html"
- label: "View The Code"
url: "https://github.com/r9y-dev"
excerpt: "Putting the 9s into reliability"
intro:
- excerpt: ''
feature_row_video:
- image_path: /assets/images/SREconAPAC23.png
alt: "A talk from SREcon APAC 2023 about r9y.dev"
title: "Watch a talk from SREcon APAC 2023 about r9y.dev"
excerpt: "Given by Aaron Bowden, from Google"
url: "https://www.youtube.com/watch?v=e_OD4AnxICg"
---

{% include feature_row id="intro" type="center" %}
{% include feature_row id="feature_row_video" type="left" %}
{% include video id="e_OD4AnxICg" provider="youtube" %}