Добавила страницу.

This commit is contained in:
Yulia Polushvayko
2025-06-12 22:14:04 +03:00
parent d4a78b673e
commit 880755b55d
23 changed files with 1266 additions and 173 deletions

View File

@ -9,6 +9,10 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/remixicon/4.6.0/remixicon.css">
<link rel="stylesheet" href="https://unicons.iconscout.com/release/v4.0.8/css/line.css">
<link rel="stylesheet" href="source/styles/swiper-bundle.min.css">
<link rel="stylesheet" href="source/styles/style.css">
<title>Render Line Download</title>
@ -30,7 +34,15 @@
</li>
<li class="nav-item">
<a href="#" class="nav-link">Store</a>
<a href="#" class="nav-link">About</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link">Plans</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link">Resources</a>
</li>
<li class="nav-item">
@ -61,36 +73,8 @@
<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 playsinline height="100%" width="100%" src="source/Video/Video_Engine.mp4" class="product-engine" ></video>
</div>
</div>
<section class="home section" id="home">
</section>
@ -117,8 +101,9 @@
<script src="source/files/gsap-public/minified/gsap.min.js"></script>
<script src="js/swiper-bundle.min.js"></script>
<script src="main.js"></script>
<script src="js/main.js"></script>
</body>
</html>