Files
renderline.gitea.dedyn.io/pricing.html
Yulia Polushvayko 4f07c30c2f Правки.
2025-06-02 17:19:49 +03:00

226 lines
9.8 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous" />
<link rel="stylesheet" href="source/styles/mycss.css" />
<link rel="apple-touch-icon" sizes="180x180" href="source/files/favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="source/files/favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="source/files/favicon_io/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="192x192" href="source/files/favicon_io/android-chrome-192x192.png">
<link rel="manifest" href="source/files/favicon_io/site.webmanifest">
<title>RenderLine</title>
</head>
<body>
<header>
<nav class="navbar navbar-expand-lg bg-dark">
<div class="container-fluid">
<a class="navbar-brand" href="/"><img src="source/files/Logo512х512.png" alt="Logo" /></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="pricing.html">Pricing</a>
<li class="nav-item">
<a class="nav-link" href="pricing.html">Contacts</a>
</li>
<li class="nav-item">
<a class="nav-link" href="pricing.html"><img style="width: 35px; margin-inline: 1em;"
src="source/files/Youtube_logo.png" alt="..."></a>
</li>
<li class="nav-item">
<a class="nav-link" href="pricing.html"><img style="width: 25px; margin-inline: 1em;"
src="source/files/Telegram_logo.svg.png" alt="..."></a>
</li>
</li>
</ul>
</div>
</div>
</nav>
</header>
<section>
<div class="container-fluid mt-4">
<div class="row">
<div class="col-lg-1">
</div>
<div class="col-lg-8 col-md-12">
<div class="row">
<div class="col-lg-4 col-md-6 mt-4">
<div class="card">
<a href="#"><img src="source/images/Icon_Avatar.png" class="card-img-top" alt="Avatar" /></a>
<div class="card-body">
<h5 class="card-title"><a href="#">Avatars</a></h5>
<p class="card-text">
<a href="#">
Some quick example text to build on the card title and
make up the bulk of the card's content.
</a>
</p>
<a href="#" class="btn btn-primary">Preview</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-4">
<div class="card">
<img src="source/images/Icon_Point_Light.png" class="card-img-top" alt="Light" />
<div class="card-body">
<h5 class="card-title">Lights</h5>
<p class="card-text">
Some quick example text to build on the card title and
make up the bulk of the card's content.
</p>
<a href="#" class="btn btn-primary">Preview</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-4">
<div class="card">
<img src="source/images/Icon_Texture.png" class="card-img-top" alt="Texture" />
<div class="card-body">
<h5 class="card-title">Textures</h5>
<p class="card-text">
Some quick example text to build on the card title and
make up the bulk of the card's content.
</p>
<a href="#" class="btn btn-primary">Preview</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-4">
<div class="card">
<img src="source/images/Icon_Cube_Fill.png" class="card-img-top" alt="Cube" />
<div class="card-body">
<h5 class="card-title">3D Models</h5>
<p class="card-text">
Some quick example text to build on the card title and
make up the bulk of the card's content.
</p>
<a href="#" class="btn btn-primary">Preview</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-4">
<div class="card">
<img src="source/images/Icon_Editor-3.png" class="card-img-top" alt="Editor" />
<div class="card-body">
<h5 class="card-title">Scenes</h5>
<p class="card-text">
Some quick example text to build on the card title and
make up the bulk of the card's content.
</p>
<a href="#" class="btn btn-primary">Preview</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-4">
<div class="card">
<img src="source/images/Icon_Object-2.png" class="card-img-top" alt="Plugins" />
<div class="card-body">
<h5 class="card-title">Plugins</h5>
<p class="card-text">
Some quick example text to build on the card title and
make up the bulk of the card's content.
</p>
<a href="#" class="btn btn-primary">Preview</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-4">
<div class="card">
<img src="source/images/Icon_Sound.png" class="card-img-top" alt="Sound" />
<div class="card-body">
<h5 class="card-title">Sounds</h5>
<p class="card-text">
Some quick example text to build on the card title and
make up the bulk of the card's content.
</p>
<a href="#" class="btn btn-primary">Preview</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-4">
<div class="card">
<img src="source/images/Icon_Video.png" class="card-img-top" alt="Video" />
<div class="card-body">
<h5 class="card-title">Video</h5>
<p class="card-text">
Some quick example text to build on the card title and
make up the bulk of the card's content.
</p>
<a href="#" class="btn btn-primary">Preview</a>
</div>
</div>
</div>
</div>
<div class="col-lg-12 col-md-12 text-center mt-4">
<p>Can we help you?</p>
</div>
<div class="col-lg-12 col-md-12 text-center mt-4">
<img class="call-anim" style="width: 40px;" src="source/files/22e7cece45bdaa10c0ed9d32a68007.png" alt="...">
</div>
</div>
<div class="col-lg-3 col-md-12">
<div class="row px-2">
<div class="col-lg-12 sidebar my-4">
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Ad dolore itaque hic nostrum. Tempora officiis
molestiae, quam consequuntur, magni nesciunt, doloremque cupiditate accusantium officia sint impedit! <a
href="#">Learn more>>></a></p>
</div>
<div class="col-lg-12 sidebar my-4">
<p>Lorem ipsum dolor hic nostrum. Tempora officiis molestiae, quam consequuntur, magni nesciunt,
doloremque cupiditate accusantium officia sint impedit! <a href="#">Learn more>>></a></p>
</div>
<div class="col-lg-12 sidebar my-4">
<p>Lorem ad dolore itaque hic nostrum. Tempora officiis molestiae, quam consequuntur, magni nesciunt,
doloremque cupiditate accusantium officia sint impedit! <a href="#">Learn more>>></a></p>
</div>
<div class="col-lg-12 sidebar my-4">
<p>Lorem elit. Ad dolore itaque hic nostrum. Tempora officiis molestiae, quam consequuntur, magni
nesciunt, doloremque cupiditate accusantium officia sint impedit! <a href="#">Learn more>>></a></p>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="mt-4">
<div class="container-fluid">
<div class="row">
<div class="col-lg-4 col-md-12 footer-text text-center">
<p>All rights Reserved 2025</p>
</div>
<div class="col-lg-4 col-md-12 footer-text text-center">
<p>Contacts <br>Job<br>Our Team</p>
</div>
<div class="col-lg-4 col-md-12 media-links">
<img style="width: 40px; margin-inline: 1em;" src="source/files/Youtube_logo.png" alt="...">
<img style="width: 40px; margin-inline: 1em;" src="source/files/Telegram_logo.svg.png" alt="...">
</div>
</div>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4"
crossorigin="anonymous"></script>
</body>
</html>