Skip to content

Commit

Permalink
feat: add video
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviergoulet5 committed Nov 26, 2024
1 parent 6dc92a9 commit f753846
Show file tree
Hide file tree
Showing 4 changed files with 6,280 additions and 2 deletions.
Binary file added content/release/11/videos/new-features.mp4
Binary file not shown.
7 changes: 6 additions & 1 deletion layouts/shortcodes/pages/release/11.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
<div class="features-and-benefits container">
<div class="row margin-bottom-60">
<div class="col-sm-12 col-xs-24 col-sm-offset-6">
<a class="eclipsefdn-video" href="https://youtu.be/fLqYvjuCxeE"></a>
<video class="w-100" preload="metadata" muted controls>
<source
src="/release/11/videos/new-features.mp4"
type="video/mp4"
>
</video>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"optimize_news_images": "bash ./optimize_images.sh content/news"
},
"dependencies": {
"eclipsefdn-hugo-solstice-theme": "0.0.212",
"eclipsefdn-hugo-solstice-theme": "0.1.1",
"list.js": "^1.2.0",
"lodash-es": "^4.17.21"
},
Expand Down
Loading

0 comments on commit f753846

Please sign in to comment.