Добавила видео в product.
This commit is contained in:
49
product.html
49
product.html
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user