27 lines
1.2 KiB
PHP
27 lines
1.2 KiB
PHP
<section class="pb-0">
|
|
<div class="container-fluid">
|
|
<div class="row">
|
|
<div class="col-lg-12">
|
|
<video width="100%" height="auto" autoplay muted preload="auto" loop poster="video-poster.jpg">
|
|
<source src="images/access-image/access-hero-video.mp4" type="video/mp4">
|
|
</video>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!--Hero Section-->
|
|
<!--
|
|
<section class="top-space-margin p-0 full-screen md-h-600px sm-h-500px section-dark" data-parallax-background-ratio="0.8" style="background-image: url('images/demo-accounting-bg.jpg')">
|
|
<div class="container h-100">
|
|
<div class="row align-items-center h-100">
|
|
<div class="col-xl-7 col-md-9 col-sm-9 position-relative text-white" data-anime="{ "el": "childs", "opacity": [0, 1], "translateY": [30, 0], "staggervalue": 200, "easing": "easeInOutSine" }">
|
|
<video width="100%" height="auto" autoplay muted preload="auto" loop poster="video-poster.jpg">
|
|
<source src="images/access-image/access-video.mp4" type="video/mp4">
|
|
</video>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
-->
|
|
<!--Hero Section Ends--> |