123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- <!DOCTYPE html>
- <html data-bs-theme="light" lang="en">
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
- <title>{dreamer-cms:global name="title" /}</title>
- <link rel="stylesheet" href="{dreamer-cms:template /}assets/bootstrap/css/bootstrap.min.css">
- <link rel="stylesheet" href="{dreamer-cms:template /}assets/css/Roboto.css">
- <link rel="stylesheet" href="{dreamer-cms:template /}assets/css/Roboto%20Slab.css">
- <link rel="stylesheet" href="{dreamer-cms:template /}assets/css/styles.css">
- <link rel="stylesheet" type="text/css" href="{dreamer-cms:template /}assets/css/animate.min.css">
- <link rel="stylesheet" type="text/css" href="{dreamer-cms:template /}assets/css/work.css">
- <style>
- </style>
- </head>
- <body>
- {dreamer-cms:include file='loading.html'/}
- {dreamer-cms:include file='header.html'/}
- <main class="service">
- <section>
- <div class="px-2 pt-3 pt-md-3 pt-xl-8">
- <div class="wow fadeIn slide-animate" data-wow-duration="1000"
- style="height: auto;">
- {dreamer-cms:type typeid="x1ttlx6s"}
- <img style="width: 100%;object-fit: cover;height: auto;"
- data-src="[field:typeimg/]" loading="lazy"
- src="{dreamer-cms:template /}assets/img/none.png" />
- {/dreamer-cms:type}
- </div>
- </div>
- </section>
- {dreamer-cms:channel typeid="x1ttlx6s" showall="false" type="son"}
- <section>
- <div class="px-2 pt-3 pt-md-3 pt-xl-8">
- <div class="wow fadeIn slide-animate" data-wow-duration="1000"
- style="height: auto;">
- <img style="width: 100%;object-fit: cover;height: auto;"
- data-src="[field:typeimg /]" loading="lazy"
- src="{dreamer-cms:template /}assets/img/none.png">
- </div>
- <div class="row gx-0 gy-0 gx-sm-2 gx-md-2 gx-lg-2 gx-xl-2 gx-xxl-2 row-cols-1 row-cols-md-3 row-cols-lg-3 row-cols-xl-3 row-cols-xxl-3">
- {dreamer-cms:list typeid="[field:typecode /]" pagenum="0" pagesize="3" flag="p"}
- <div class="col-12 col-md-4 work-col-box wow fadeIn mt-2">
- <div class="h-100 position-relative">
- <div class="position-absolute w-100 h-100 work-col-title-box">
- <a class="text-decoration-none text-light fw-bold fs-4 d-inline-block w-100 text-center position-absolute work-col-title"
- href="[field:arcurl/]">
- [field:title /]
- </a>
- </div>
- <div class="work-img-box h-100 w-100 position-absolute">
- <img class="position-absolute work-img" data-src="[field:litpic/]" loading="lazy"/>
- </div>
- </div>
- </div>
- {/dreamer-cms:list}
- </div>
- <hr class="mt-2 mt-md-3 mt-xl-5">
- </div>
- </section>
- {/dreamer-cms:channel}
- </main>
- {dreamer-cms:include file='footer.html'/}
- <script src="{dreamer-cms:template /}assets/js/jquery.min.js"></script>
- <script type="text/javascript" src="{dreamer-cms:template /}assets/js/wow.min.js"></script>
- <script src="{dreamer-cms:template /}assets/js/main.js"></script>
- <script src="{dreamer-cms:template /}assets/bootstrap/js/bootstrap.min.js"></script>
- <script src="{dreamer-cms:template /}assets/js/aos.min.js"></script>
- <script src="{dreamer-cms:template /}assets/js/bs-init.js"></script>
- <script src="{dreamer-cms:template /}assets/js/image.js"></script>
- </body>
- </html>
|