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

News - Videos page updated #2184

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
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
15 changes: 15 additions & 0 deletions _layouts/media.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ <h1>Case studies</h1>
frameborder="0" allowfullscreen>
</iframe>
</div>

<div id="tips">
</div>

<div id="talks">
</div>
<div id="screencasts">
Expand Down Expand Up @@ -128,6 +132,17 @@ <h3>Spanish</h3>
$(selector).html(html_result);
};

var tips = [
{ id: "RkCKG-sruKc", title: "The EASIEST Git workflow guide you'll ever watch", author: "Waldirio M Pinheiro" },
{ id: "rtTw6xqFtIE", title: "Setting Up the Foreman and Katello Development Environment: A Step-by-Step Guide", author: "Waldirio M Pinheiro" },
{ id: "SS0vvQFygvM", title: "How to Set Up VScode Icons Extension (2024)", author: "Waldirio M Pinheiro" },
{ id: "Dyjy85MfFOo", title: "Setting Up The Best VIM Extension for VScode (2024)", author: "Waldirio M Pinheiro" },
{ id: "LZbi9YwkQ-0", title: "How to Set Up Trailing Spaces Extension in VS Code", author: "Waldirio M Pinheiro" },
{ id: "b-T14EKqSvI", title: "Setting up Remote SSH in VScode is *really* this easy", author: "Waldirio M Pinheiro" },
{ id: "V5hVEr6Nt8Q", title: " How to Use Git via VSCode Like a Pro! ", author: "Waldirio M Pinheiro" }
];
createVideosLayout('Tips', 'div#tips', tips);

var talks = [
{ html: '<video width="397.5" src="https://video.fosdem.org/2022/D.infra/foreman_katello_leapp_elevate.webm" controls></video><h4><strong>FOSDEM2022: Migrating Foreman/Katello from EL7 to EL8 using LEAPP/ELevate</strong> - Evgeni Golov</h4>' },
{ html: '<video width="397.5" src="https://video.fosdem.org/2021/D.infra/yourmanagementlayershouldbecattletoo.webm" controls></video><h4><strong>FOSDEM2021: your management layer should be cattle too</strong> - Evgeni Golov</h4>' },
Expand Down