Skip to content

Commit

Permalink
Merge pull request #17 from r9y-dev/video-row
Browse files Browse the repository at this point in the history
add watch, chat tabs
  • Loading branch information
davidstanke authored Mar 27, 2023
2 parents cce71d7 + 353b2cc commit 9430ff0
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 0 deletions.
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" %}

0 comments on commit 9430ff0

Please sign in to comment.