Skip to content
Snippets Groups Projects
Commit 1673d6f2 authored by Olivier Goulet's avatar Olivier Goulet
Browse files

Merge branch 'oliviergoulet/main/2' into 'main'

feat: add video

Closes #2

See merge request eclipsefdn/it/websites/dataspace.eclipse.org!5
parents be478891 c7c756b5
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,13 @@ ...@@ -37,7 +37,13 @@
<h2 class="section-card-title">Learn More</h2> <h2 class="section-card-title">Learn More</h2>
<div class="section-card-body"> <div class="section-card-body">
<div class="section-card-content"> <div class="section-card-content">
<p> <a
class="eclipsefdn-video"
href="//www.youtube.com/embed/playlist?list=PLy7t4z5SYNaSqg00mS3sErHQjoKvMzhpx"
data-thumbnail-resolution="max"
>
</a>
<p class="margin-top-20">
Learn more about this working group: Learn more about this working group:
</p> </p>
<ul> <ul>
......
...@@ -121,3 +121,8 @@ ...@@ -121,3 +121,8 @@
.btn.btn-primary { .btn.btn-primary {
color: @white; color: @white;
} }
.eclipsefdn-video-with-js img {
aspect-ratio: 16/9;
object-fit: cover;
}
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
"build_netlify": "NODE_ENV=production npm run production" "build_netlify": "NODE_ENV=production npm run production"
}, },
"dependencies": { "dependencies": {
"eclipsefdn-hugo-solstice-theme": "0.0.201" "eclipsefdn-hugo-solstice-theme": "0.0.202"
}, },
"browserslist": "last 5 version, > 0.2%, not dead, IE 11" "browserslist": "last 5 version, > 0.2%, not dead, IE 11"
} }
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment