Skip to content
This repository was archived by the owner on Dec 18, 2023. It is now read-only.
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
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
layout: default
description: A collection of resources on how to facilitate Machine Learning Ops with GitHub.
image: "https://ghicons.github.com/assets/images/blue/png/Data-driven%20recommendations.png"
---
{%- include intro.html -%}
<div class="content_grid">
Expand Down
4 changes: 2 additions & 2 deletions team.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: default
title: Meet the team
layout : default
title : Meet the team
description: |
There is a growing team that maintains and builds the assets you find on this site.
Keep an eye on the <a href='https://github.com/about/careers'>GitHub Careers page</a> if you are interested in working with us.
Expand Down
7 changes: 4 additions & 3 deletions tutorials.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
layout : default
title : "Tutorials"
layout : default
title : "Tutorials"
description : "Recorded demos and tutorials on GitHub Actions and MLOps."
image : "https://ghicons.github.com/assets/images/blue/svg/Enterprise%20Observability.svg"
---
<section class="intro blog_intro">
<div class="image_box">
<img src="https://ghicons.github.com/assets/images/blue/svg/Enterprise%20Observability.svg" alt="demos">
<img src="{{page.image}}" alt="demos">
</div>
<div class="text_box">
<h1>{{page.title}}</h1>
Expand Down