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

landing video #373

Merged
merged 2 commits into from
Sep 12, 2024
Merged
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
20 changes: 9 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,17 +150,13 @@
align-items: center;
margin: 0 auto;
border-radius: 10px;
/*Remove aspect-ratio when iframe uncomment*/
aspect-ratio: 16 / 9;
background-image: url(./quickmock-frame.png);
background-size: 100%;
background-repeat: no-repeat;
border: 1px solid black;
}

iframe {
width: 100%;
aspect-ratio: 14.35 / 9;
border-radius: 10px;
aspect-ratio: 16 / 9;
border-radius: 9px;
}
.content {
display: grid;
Expand Down Expand Up @@ -256,7 +252,7 @@
.title {
top: 2vw;
width: 60%;
max-width: 1000px;
max-width: 900px;
margin-right: auto;
padding-left: 1.5vw;
}
Expand Down Expand Up @@ -320,11 +316,13 @@ <h1>
</div>
<div>
<div class="video">
<!-- <iframe
src="https://www.youtube.com/embed/87ZZbDZLido?si=fanae_ZvATEOIkHZ"
<iframe
src="https://www.youtube.com/embed/NqswxUvXm4c?si=CouwMULhG-OBGlZT"
title="YouTube video player"
frameborder="0"
referrerpolicy="strict-origin-when-cross-origin"
allowfullscreen
></iframe> -->
></iframe>
</div>
</div>
<div class="right">
Expand Down
Loading