Skip to content

Commit c3d159a

Browse files
authored
Merge pull request #390 from RamakrushnaBiswal/rama-dev
feat: About page video enhanced
2 parents 627d681 + e09c718 commit c3d159a

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

website2.0/HelpOps-H.mp4

4.33 MB
Binary file not shown.

website2.0/abouts.css

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -189,15 +189,18 @@ a {
189189
justify-content: center;
190190
align-items: center;
191191
margin: 2rem 0rem;
192-
width: 100%;
192+
filter: drop-shadow(0 4px 6px #ff7d1f);
193193
}
194194

195-
.video iframe {
195+
video{
196+
border-top-left-radius : 40px;
197+
border-bottom-right-radius : 40px;
198+
border-top-right-radius : 40px;
199+
border-bottom-left-radius : 40px;
196200
width: 80%;
197-
height: 620px;
198-
border-radius: 30px;
199-
border: none;
201+
height: 80%;
200202
}
203+
201204
.start {
202205
width: 80%;
203206
display: flex;

website2.0/abouts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<div class="main">
4848
<div class="about_title">About us</div>
4949
<div class="video">
50-
<iframe width="560" height="315" src="https://www.youtube.com/embed/MCCc5mT5Pio?autoplay=1&mute=1&loop=1&playlist=MCCc5mT5Pio" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
50+
<video src="./HelpOps-H.mp4" autoplay loop muted></video>
5151
</div>
5252
<div class="start">
5353
<div class="img-container">

0 commit comments

Comments
 (0)