Skip to content

Commit

Permalink
Add youtube video
Browse files Browse the repository at this point in the history
Add the youtube video demo to the webpage.

Signed-off-by: Eduardo Gonzalez <[email protected]>
  • Loading branch information
EddyTheCo authored and AndreaRicchi committed Oct 8, 2024
1 parent 72e1f4a commit 9a42044
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 25 deletions.
6 changes: 3 additions & 3 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1380,7 +1380,7 @@ progress {

.col-lg-4 {
flex: 0 0 auto;
width: 33.33333333%;
width: 50%;
}

.col-lg-5 {
Expand All @@ -1400,7 +1400,7 @@ progress {

.col-lg-8 {
flex: 0 0 auto;
width: 66.66666667%;
width: 50%;
}

.col-lg-9 {
Expand Down Expand Up @@ -11621,4 +11621,4 @@ footer a:hover, footer a:active, footer a:focus {
.masthead .masthead-device-mockup .device-wrapper {
max-width: 17rem;
}
}
}
23 changes: 1 addition & 22 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,28 +145,7 @@ <h3 class="font-alt">Open Source</h3>
</div>
</div>
<div class="col-lg-4 order-lg-0">
<!-- Features section device mockup-->
<div class="features-device-mockup">
<svg class="circle" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="circleGradient" gradientTransform="rotate(45)">
<stop class="gradient-start-color" offset="0%"></stop>
<stop class="gradient-end-color" offset="100%"></stop>
</linearGradient>
</defs>
<circle cx="50" cy="50" r="50"></circle></svg
><svg class="shape-1 d-none d-sm-block" viewBox="0 0 240.83 240.83" xmlns="http://www.w3.org/2000/svg">
<rect x="-32.54" y="78.39" width="305.92" height="84.05" rx="42.03" transform="translate(120.42 -49.88) rotate(45)"></rect>
<rect x="-32.54" y="78.39" width="305.92" height="84.05" rx="42.03" transform="translate(-49.88 120.42) rotate(-45)"></rect></svg
><svg class="shape-2 d-none d-sm-block" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"></circle></svg>
<div class="device-wrapper">
<div class="device" data-device="iPhoneX" data-orientation="portrait" data-color="black">
<div class="screen bg-black">
<video muted="muted" autoplay="" loop="" style="max-width: 100%; height: 100%"><source src="assets/img/demo-screen.webm" type="video/webm" /></video>
</div>
</div>
</div>
</div>
<iframe width="100%" height="400" src="https://www.youtube.com/embed/TFNbTDwV0WE?si=BGjE-wn8uvKQI5Gi" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</div>
</div>
Expand Down

0 comments on commit 9a42044

Please sign in to comment.