Skip to content

Commit

Permalink
video updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Zahi Ben Shabat committed Sep 29, 2024
1 parent 63c7355 commit ea8fbf3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
6 changes: 6 additions & 0 deletions website/docs/getting-started/videos.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ sidebar_position: 2
3. BackstageCon 2024
4. Containers from the couch
5. The Platformers review + demo
6. Container days Conference 2024 + demo


## YouTube technical playlist
Expand Down Expand Up @@ -101,3 +102,8 @@ sidebar_position: 2
<iframe width="400" height="250" src="https://www.youtube.com/embed/h9HwnkkmQPA/1.jpg?" title="What is Harmonix on AWS + Demo" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>

## Container days Conference 2024 + demo
<div className=''>
<h4>Container days Conference 2024</h4>
<iframe width="400" height="250" src="https://www.youtube.com/embed/Sg0X4RPJbvQ/1.jpg?start=1451" title="What is Harmonix on AWS + Demo" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
4 changes: 2 additions & 2 deletions website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ const config: Config = {
title: 'Learn',
items: [
{
label: 'YouTube Tech-videos',
href: 'https://www.youtube.com/playlist?list=PLhr1KZpdzukcf5e7vYOVkpw4h-rzy7Pn3'
label: 'Video Tutorials',
href: 'https://harmonixonaws.io/docs/getting-started/videos'
}
]
},
Expand Down
5 changes: 2 additions & 3 deletions website/src/components/HomepageFeatures.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,8 @@ const opaFifthVideoContent = (
)
const opaSixthVideoContent = (
<div className='opa-video-item'>
{/* <h4>Hamburg Containers days 2024</h4> */}

<div className='empty-video'></div>
<h4>Container days Conference 2024</h4>
<iframe width="400" height="225" src="https://www.youtube.com/embed/Sg0X4RPJbvQ/2.jpg?start=1451" title="Building modern Architectures and Developer Acceleration" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
)

Expand Down

0 comments on commit ea8fbf3

Please sign in to comment.