Добавила видео в product.

This commit is contained in:
Yulia Polushvayko
2025-06-06 17:11:04 +03:00
parent 1948683d55
commit 3d94a34c50
5 changed files with 104 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<link rel="stylesheet" href="source/styles/style.css">
<title>Render Line</title>
<title>Render Line Download</title>
</head>
@ -62,10 +62,57 @@
<main class="main">
<section class="home">
<div class="home-container container">
<div class="home-content">
<h3 class="home-subtitle">
Render Line
</h3>
<h1 class="home-title">
<span>
Download <br>
Create <br>
Get inspired
</span>
<!-- <img src="source/images/Wave.png" alt="" width="100"> -->
</h1>
<p class="home-description">
Develop, Overachieve and Outshine!
</p>
<a href="#" class="dowload-button">
Get Free
</a>
</div>
<div class="product-video">
<video autoplay loop muted height="100%" width="100%" src="source/Video/Video_Engine.mov" class="product-engine" ></video>
</div>
</div>
</section>
<footer>
<div class="footer" id="footer">
<div class="footer-container">
<p class="footer-copyright">Copyright © Render Line Technologies</p>
<ul class="footer-list">
<li>Legal</li>
<li>Privacy Policy</li>
<li>Cookies</li>
<li>Help</li>
</ul>
</div>
</div>
</footer>
</main>
<script src="source/files/gsap-public/minified/gsap.min.js"></script>