Browse Source

社媒对facebook

moshaorui 2 days ago
parent
commit
d72737d713

+ 0 - 47
resources/appearance/techvista/__product_list_1.liquid

@@ -1,47 +0,0 @@
-
-<div class="row cols-xs-space cols-sm-space cols-md-space">
-{% for item in products %}
-    {% comment %}{{ item.title }} - {{ item.sku }}{% endcomment %}
-
-    <div class="col-lg-4">
-        <div class="block product no-border z-depth-2-top z-depth-2--hover">
-            <div class="block-image ">
-                <a  href="/products/{{ item.id }}" target="_blank" >
-
-                    {% if item.images and item.images[0].image_url %}
-                        {% assign image_url = item.images[0].image_url %}
-                      
-                        {% if image_url contains 'http' %}
-                            <img src="{{ image_url }}" class="img-center default-image-thumbnail">
-                        {% else %}
-                            <img src="{{ site.image_base_url }}{{ image_url | append: '?x-oss-process=image/resize,m_pad,w_300,h_300' }}" class="img-center default-image-thumbnail">
-                        {% endif %}
-                    {% else %}
-                        <div class="img-center default-image-thumbnail no-image-placeholder-thumbnail">
-                            <span>No Image</span>
-                        </div>
-                    {% endif %}
-                </a>
-                <span class="product-ribbon product-ribbon-right product-ribbon--style-1 bg-blue text-uppercase">New</span>
-            </div>
-
-            <div class="block-body text-center">
-                <h3 class="heading heading-5 strong-600 text-capitalize title-over-flow" >
-                    <a  href="/products/{{ item.id }}" target="_blank"  title=" {{ item.title | strip_html  }}">
-                        {{ item.title |decode_html_entities| strip_html  }}
-                    </a>
-                </h3>
-                <p class="product-description title-over-flow">
-                    {{ item.content | decode_html_entities| strip_html | default: "No description " }}
-                </p>
-                <div class="product-buttons mt-4">
-                    <a href="/products/{{ item.id }}" class="btn  btn-gray-dark btn-circle px-4" target="_blank">
-                        Explore
-                    </a>
-                </div>
-            </div>
-        </div>
-    </div>
-{% endfor %}
-</div>
-

+ 0 - 73
resources/appearance/techvista/_footer.liquid

@@ -1,73 +0,0 @@
-<!-- _footer.template -->
-<footer id="footer" class="footer">
-    <div class="footer-top">
-        <div class="container">
-            <div class="row cols-xs-space cols-sm-space cols-md-space">
-                <div class="col-lg-5">
-                    <div class="col">
-
-                        <span class="clearfix"></span>
-                        {% comment %}<span class="heading heading-sm c-gray-light strong-400">Mietubl</span>{% endcomment %}
-                        <h4>
-                            {{site.dist.site_name }}
-                        </h4>
-
-                        <div class="copyright mt-4">
-                            <p>
-                                {{site.dist.copy_right | raw  }}
-                            </p>
-                        </div>
-                    </div>
-                </div>
-                {% for menu in site.menus_footer %}
-                    {% if menu.show %}
-                        <div class="col-lg-2">
-                            <div class="col">
-                                <h4 class="heading heading-xs strong-600 text-uppercase mb-1">
-                                    {{ menu.title }}
-                                </h4>
-
-                                <ul class="footer-links">
-                                    {% for child in menu.children %}
-                                        {% if child.show %}
-                                            <li>
-                                                <a href="{{ child.uri }}" title="{{ child.title }}">
-                                                    {{ child.title }}
-                                                </a>
-                                            </li>
-                                        {% endif %}
-                                    {% endfor %}
-                                </ul>
-                            </div>
-                        </div>
-                    {% endif %}
-                {% endfor %}
-
-                <div class="col-lg-3">
-                    <div class="col">
-                        <h4 class="heading heading-xs strong-600 text-uppercase mb-1">
-                            Get in touch
-                        </h4>
-
-                        <ul class="social-media social-media--style-1-v4">
-                            <li>
-                                <a href="{{ site.dist.facebook }}" class="facebook" target="_blank" data-toggle="tooltip" data-original-title="Facebook">
-                                    <i class="fa fa-facebook"></i>
-                                </a>
-                            </li>
-                            <li>
-                                <a href="{{ site.dist.instagram }}" class="instagram" target="_blank" data-toggle="tooltip" data-original-title="Instagram">
-                                    <i class="fa fa-instagram"></i>
-                                </a>
-                            </li>
-
-                            </li>
-
-                        </ul>
-                    </div>
-                </div>
-            </div>
-        </div>
-    </div>
-</footer>
-{{ site.dist.statistics_js }}

+ 0 - 64
resources/appearance/techvista/_footer_js.liquid

@@ -1,64 +0,0 @@
-<!-- _footer_js.template -->
-
-<!-- SCRIPTS -->
-<!-- Core -->
-<script src="/static/js/jquery.min.js"></script>
-<script src="/static/js/popper.min.js"></script>
-<script src="/static/js/bootstrap.min.js"></script>
-<script src="/static/js/slidebar.js"></script>
-<script src="/static/js/classie.js"></script>
-
-<!-- Bootstrap Extensions -->
-<script src="/static/js/bootstrap-growl.min.js"></script>
-<script src="/static/js/scrollpos-styler.js"></script>
-
-<!-- Plugins: Sorted A-Z -->
-<script src="/static/js/adaptive-backgrounds.js"></script>
-<script src="/static/js/jquery.countdown.min.js"></script>
-<script src="/static/js/dropzone.min.js"></script>
-<script src="/static/js/jquery.easypiechart.min.js"></script>
-<script src="/static/js/jquery.fancybox.min.js"></script>
-<script src="/static/js/flatpickr.min.js"></script>
-<script src="/static/js/flip.min.js"></script>
-<script src="/static/js/footer-reveal.min.js"></script>
-<script src="/static/js/jquery.gradientify.min.js"></script>
-<script src="/static/js/headroom.min.js"></script>
-<script src="/static/js/jquery.headroom.min.js"></script>
-<script src="/static/js/input-mask.min.js"></script>
-<script src="/static/js/instafeed.js"></script>
-<script src="/static/js/jquery.countto.js"></script>
-<script src="/static/js/nouislider.min.js"></script>
-<script src="/static/js/paraxify.min.js"></script>
-<script src="/static/js/select2.min.js"></script>
-<script src="/static/js/sticky-kit.min.js"></script>
-<script src="/static/js/swiper.min.js"></script>
-<script src="/static/js/autosize.min.js"></script>
-<script src="/static/js/typeahead.bundle.min.js"></script>
-<script src="/static/js/typed.min.js"></script>
-<script src="/static/js/vide.min.js"></script>
-<script src="/static/js/viewportchecker.min.js"></script>
-<script src="/static/js/wow.min.js"></script>
-
-<!-- Isotope -->
-<script src="/static/js/isotope.min.js"></script>
-<script src="/static/js/imagesloaded.pkgd.min.js"></script>
-
-<!-- RS5.0 Core JS Files -->
-<script src="/static/js/jquery.themepunch.tools.min.js"></script>
-<script src="/static/js/jquery.themepunch.revolution.min.js"></script>
-<script src="/static/js/revolution-slider-shop-electronics.js"></script>
-
-<script src="/static/js/revolution.extension.actions.min.js"></script>
-<script src="/static/js/revolution.extension.carousel.min.js"></script>
-<script src="/static/js/revolution.extension.kenburn.min.js"></script>
-<script src="/static/js/revolution.extension.layeranimation.min.js"></script>
-<script src="/static/js/revolution.extension.migration.min.js"></script>
-<script src="/static/js/revolution.extension.navigation.min.js"></script>
-<script src="/static/js/revolution.extension.parallax.min.js"></script>
-<script src="/static/js/revolution.extension.slideanims.min.js"></script>
-<script src="/static/js/revolution.extension.video.min.js"></script>
-
-<!-- App JS -->
-<script src="/static/js/main.min.js"></script>
-
-

+ 0 - 113
resources/appearance/techvista/_header.liquid

@@ -1,113 +0,0 @@
-<!-- _header.template -->
-
-<div class="header">
-    <!-- Top Bar -->
-    <div class="top-navbar">
-        <div class="container">
-            <div class="row">
-                <div class="col-md-6">
-
-                </div>
-
-                <div class="col-md-6">
-                    <nav class="top-navbar-menu">
-                        <ul class="top-menu">
-
-                        </ul>
-                    </nav>
-                </div>
-            </div>
-        </div>
-    </div>
-
-    <!-- Global Search -->
-    <section id="sctGlobalSearch" class="global-search global-search-overlay">
-        <div class="container">
-            <div class="global-search-backdrop mask-dark--style-2"></div>
-
-            <!-- Search form -->
-            <form class="form-horizontal form-global-search z-depth-2-top" role="form">
-                <div class="px-4">
-                    <div class="row">
-                        <div class="col-12">
-                            <input type="text" class="search-input" placeholder="Type and hit enter ...">
-                        </div>
-                    </div>
-                </div>
-                <a href="#" class="close-search" data-toggle="global-search" title="Close search bar"></a>
-            </form>
-        </div>
-    </section>
-
-    <!-- Navbar -->
-    <nav class="navbar navbar-expand-lg navbar--bold navbar--style-2 navbar-light bg-default  navbar--shadow">
-        <div class="container navbar-container">
-            <!-- Brand/Logo -->
-            <a class="navbar-brand" href="/">
-
-
-                {% if site.dist.logo %}
-                    <img src="{{ site.image_base_url }}{{ site.dist.logo }}" alt="logo" class="" alt="mtb" style="height: 50px;">
-                {% else %}
-                    <div class="logo-placeholder no-image-logo-thumbnail">
-                        No Logo
-                    </div>
-                {% endif %}
-
-            </a>
-
-            <div class="d-inline-block">
-                <!-- Navbar toggler  -->
-                <button class="navbar-toggler hamburger hamburger-js hamburger--spring" type="button" data-toggle="collapse" data-target="#navbar_main" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
-                    <span class="hamburger-box">
-                        <span class="hamburger-inner"></span>
-                    </span>
-                </button>
-            </div>
-
-            <div class="collapse navbar-collapse align-items-center justify-content-center" id="navbar_main">
-                <!-- Navbar search - For small resolutions -->
-                <div class="navbar-search-widget b-xs-bottom py-3 d-lg-none d-none">
-                    <form class="" role="form">
-                        <div class="input-group input-group-lg">
-                            <input type="text" class="form-control" placeholder="Search for...">
-                            <span class="input-group-btn">
-                <button class="btn btn-base-3" type="button">Go!</button>
-                </span>
-                        </div>
-                    </form>
-                </div>
-
-                <!-- Navbar links -->
-
-    <!-------------menus--------------->
-                <ul class="navbar-nav">
-                    {% for menu in site.menus_header %}
-                        <li class="nav-item dropdown {% if menu.children and menu.children.size == 0 %}megamenu{% endif %}">
-                            <a class="nav-link {% if menu.children and menu.children.size > 0 %}dropdown-toggle{% endif %}"
-                               href="{% if menu.children and menu.children.size > 0 %}#{% else %}{{ menu.uri }}{% endif %}"
-                               {% if menu.children and menu.children.size > 0 %}data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"{% endif %}>
-                                {{ menu.title }}
-                            </a>
-                            {% if menu.children and menu.children.size > 0 %}
-                                <div class="dropdown-menu dropdown-menu-xl py-0 px-0 overflow--hidden" aria-labelledby="navbar_{{ menu.id }}_dropdown">
-                                    <div class="list-group rounded">
-                                        {% for child in menu.children %}
-                                            <a href="{% if child.children and child.children.size > 0 %}#{% else %}{{ child.uri }}{% endif %}"
-                                               class="list-group-item list-group-item-action d-flex align-items-center">
-                                                <div class="list-group-content">
-                                                    <div class="list-group-heading heading heading-6 mb-1">{{ child.title }}</div>
-                                                    <p class="text-sm mb-0">{{ child.title }}</p>
-                                                </div>
-                                            </a>
-                                        {% endfor %}
-                                    </div>
-                                </div>
-                            {% endif %}
-                        </li>
-                    {% endfor %}
-                </ul>
-            </div>
-        </div>
-    </nav>
-</div>

+ 0 - 40
resources/appearance/techvista/_header_css.liquid

@@ -1,40 +0,0 @@
-<!-- _header_css.template -->
-
-<!-- Bootstrap -->
-<link rel="stylesheet" href="/static/css/bootstrap.min.css" type="text/css">
-
-<!-- Fonts -->
-<link href="/static/css/af9117b70d024d9bab98a2f93152186d.css" rel="stylesheet">
-
-<!-- Plugins -->
-<link rel="stylesheet" href="/static/css/swiper.min.css">
-<link rel="stylesheet" href="/static/css/hamburgers.min.css" type="text/css">
-<link rel="stylesheet" href="/static/css/animate.min.css" type="text/css">
-<link rel="stylesheet" href="/static/css/jquery.fancybox.min.css">
-
-<!-- Icons -->
-<link rel="stylesheet" href="/static/css/font-awesome.min.css" type="text/css">
-<link rel="stylesheet" href="/static/css/ionicons.min.css" type="text/css">
-<link rel="stylesheet" href="/static/css/line-icons.css" type="text/css">
-<link rel="stylesheet" href="/static/css/line-icons-pro.css" type="text/css">
-
-<!-- Linea Icons -->
-<link rel="stylesheet" href="/static/css/linea-icons.css" type="text/css">
-<link rel="stylesheet" href="/static/css/linea-icons_1.css" type="text/css">
-<link rel="stylesheet" href="/static/css/linea-icons_2.css" type="text/css">
-<link rel="stylesheet" href="/static/css/linea-icons_3.css" type="text/css">
-
-<!-- Global style (main) -->
-<link id="stylesheet" type="text/css" href="/static/css/main.min.css" rel="stylesheet" media="screen">
-
-{% comment %}<!-- Custom style - Remove if not necessary -->{% endcomment %}
-{% comment %}<link type="text/css" href="../../assets/css/custom-style.css" rel="stylesheet">{% endcomment %}
-
-<!-- Favicon -->
-<link href="/static/images/favicon.png" rel="icon" type="image/png">
-
-
-<!-- RS5.0 -->
-<link rel="stylesheet" href="/static/css/settings.css">
-<link rel="stylesheet" href="/static/css/layers.css">
-<link rel="stylesheet" href="/static/css/navigation.css">

+ 0 - 162
resources/appearance/techvista/collection_list.liquid

@@ -1,162 +0,0 @@
-<!DOCTYPE html>
-<html lang="{{site.dist.country_lang }}">
-<head>
-<meta charset="utf-8">
-<meta name="viewport" content="width=device-width, initial-scale=1.0">
-<meta name="robots" content="index, follow">
-<meta property="og:locale" content="{{site.dist.country_lang | replace: '-', '_' }}" />
-<meta name="author" content="Mietubl">
-<meta name="description" content="{{ tag.seo_description  | strip_html| strip_newlines  }}">
-<meta name="keywords" content="{{tag.seo_keywords}}">
-<title>{{tag.seo_title}}</title>
-{% include '_header_css.liquid' %}
-</head>
-<body>
-
-<!-- MAIN WRAPPER -->
-<div class="body-wrap shop-default shop-cards shop-tech">
-    <div id="st-container" class="st-container">
-
-        <div class="st-pusher">
-            <div class="st-content">
-                <div class="st-content-inner">
-                    <!-- HEADER -->
-                    {% include '_header.liquid' %}
-                    <!-- END: HEADER -->
-                    <!-- BREADCRUMB -->
-                    <section class="slice sct-color-1">
-                        <div class="container">
-                            <div class="page-title">
-                                <div class="row align-items-center">
-                                    <div class="d-flex justify-content-end col-lg-12 col-12">
-                                        {% for  breadcrumb in breadcrumbs %}
-                                            <h2 class="heading heading-6 text-capitalize strong-500 mb-0">
-                                                <a href="{{ breadcrumb.url }}" class="link text-underline--none">
-                                                    &nbsp;
-                                                    {% if forloop.index == 1 %}
-                                                        <!-- 第一个 breadcrumb 使用 ion-ios-home 图标 -->
-                                                        <i class="ion-ios-home"></i>
-                                                    {% else %}
-                                                        <!-- 其它 breadcrumb 使用 ion-ios-arrow-forward 图标 -->
-                                                        <i class="ion-ios-arrow-forward"></i>
-                                                    {% endif %}
-                                                    {{ breadcrumb.name }}
-                                                </a>
-                                            </h2>
-                                        {% endfor %}
-                                    </div>
-                                </div>
-                            </div>
-                        </div>
-                    </section>
-                    <!-- END: BREADCRUMB -->
-                    <section class="slice sct-color-1">
-                        <div class="container">
-                            <div class="row align-items-center">
-                                <div class="col-12" >
-                                    <h3 class="heading heading-3 strong-600 text-uppercase mb-0 text-center">{{ tag.name }}</h3>
-                                </div>
-
-                            </div>
-
-                            <div class="row cols-md-space cols-sm-space cols-xs-space">
-
-                                {% for item in pages %}
-                                    <div class="col-lg-4 col-wrapper--spaced-y">
-                                        <div class="card z-depth-2-top">
-                                            <div class="card-image">
-                                                <div class="view view-first">
-                                                    <a href="/pages/{% if item.slug %}{{ item.slug }}{% else %}{{ item.id }}{% endif %}">
-
-                                                        {% if item.cover_image %}
-                                                            <img src="{% if item.cover_image contains 'http' %}{{ item.cover_image }}{% else %}{{ site.image_base_url }}{{ item.cover_image | append: '?x-oss-process=image/resize,m_pad,w_400,h_400' }}{% endif %}" alt="Cover Image">
-                                                        {% else %}
-                                                            <div class=" d-flex justify-content-center align-items-center"
-                                                                 style="background-color: #FFF; width: 100%; height: 0; padding-top: 100%; position: relative; display: flex;">
-                                                               <span style="position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 16px; color: #555;">No Image</span>
-                                                            </div>
-                                                        {% endif %}
-
-                                                    </a>
-                                                </div>
-                                            </div>
-
-                                            <div class="card-body">
-                                                <h3 class="heading heading-5 strong-500 mb-0 title-over-flow" >
-                                                    <a href="/pages/{% if item.slug %}{{ item.slug }}{% else %}{{ item.id }}{% endif %}" title="{{ item.title | strip_html }}">{{ item.title | strip_html }}</a>
-                                                </h3>
-                                            </div>
-
-                                            <div class="card-footer">
-                                                <div class="row">
-
-                                                    <div class="col text-right">
-                                                        <ul class="inline-links inline-links--style-2">
-                                                            <li>
-                                                                {{item.post_date }}
-                                                            </li>
-                                                        </ul>
-                                                    </div>
-                                                </div>
-                                            </div>
-                                        </div>
-                                    </div>
-                                {% endfor %}
-
-
-
-
-
-                            </div>
-                        </div>
-                        <div class="pt-5">
-                            <nav aria-label="Product pagination">
-                                <ul class="pagination pagination--style-2 justify-content-center">
-                                    <!-- Previous Page Link -->
-                                    {% if paginator.previous_page %}
-                                        <li class="page-item">
-                                            <a class="page-link" href="{{ paginator.previous_page_url }}" tabindex="-1">Previous</a>
-                                        </li>
-                                    {% else %}
-                                        <li class="page-item disabled">
-                                            <a class="page-link" href="#" tabindex="-1">Previous</a>
-                                        </li>
-                                    {% endif %}
-
-                                    <!-- Pagination Links -->
-                                    {% for page in paginator.pages %}
-                                        {% if page == paginator.current_page %}
-                                            <li class="page-item active">
-                                                <span class="page-link">{{ page }}</span>
-                                            </li>
-                                        {% else %}
-                                            <li class="page-item">
-                                                <a class="page-link" href="{{ paginator.page_url[page] }}">{{ page }}</a>
-                                            </li>
-                                        {% endif %}
-                                    {% endfor %}
-
-                                    <!-- Next Page Link -->
-                                    {% if paginator.next_page %}
-                                        <li class="page-item">
-                                            <a class="page-link" href="{{ paginator.next_page_url }}">Next</a>
-                                        </li>
-                                    {% else %}
-                                        <li class="page-item disabled">
-                                            <a class="page-link" href="#">Next</a>
-                                        </li>
-                                    {% endif %}
-                                </ul>
-                            </nav>
-                        </div>
-                    </section>    <!-- FOOTER -->
-                    {% include '_footer.liquid' %}
-                </div>
-            </div>
-        </div><!-- END: st-pusher -->
-    </div><!-- END: st-container -->
-</div><!-- END: body-wrap -->
-<a href="#" class="back-to-top btn-back-to-top"></a>
-{% include '_footer_js.liquid' %}
-</body>
-</html>

+ 0 - 80
resources/appearance/techvista/home.liquid

@@ -1,80 +0,0 @@
-<!DOCTYPE html>
-<html lang="{{site.dist.country_lang }}">
-<head>
-    <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <meta name="robots" content="index, follow">
-    <meta property="og:locale" content="{{site.dist.country_lang | replace: '-', '_' }}" />
-    <meta name="description" content="{{ site.dist.seo_description  | strip_html| strip_newlines }}">
-    <meta name="keywords" content="{{ site.dist.seo_keywords }}">
-    <meta name="author" content="Mietubl">
-    <title>{{ site.dist.seo_title }}</title>
-    {% include '_header_css.liquid' %}
-</head>
-<body>
-
-<!-- MAIN WRAPPER -->
-<div class="body-wrap shop-default shop-cards shop-tech">
-    <div id="st-container" class="st-container">
-
-        <div class="st-pusher">
-            <div class="st-content">
-                <div class="st-content-inner">
-                    <!-- HEADER -->
-                    {% include '_header.liquid' %}
-                    <!-- END: HEADER -->
-
-                    <!-- banner -->
-                    {% banner limit=5 position=1 template='__banner_list.liquid' %}
-
-                    <!-- banner END -->
-                    <section class="slice sct-color-2">
-                        <div class="container">
-                            <div class="section-title section-title--style-1 text-center">
-                                <h3 class="section-title-inner heading-3 strong-600 text-capitalize">
-                                    <span>Featured products</span>
-                                </h3>
-                            </div>
-
-                            {% product  mode="list" limit=3 template='__product_list_1.liquid' %}
-
-                        </div>
-                    </section>
-
-
-
-
-
-                    <section class="slice-lg has-bg-cover bg-size-cover" style="background-image: url(static/images/img-slider-1.jpg);">
-                        <div class="mask mask-base-1--style-1"></div>
-                        <div class="container">
-                            <div class="row justify-content-center">
-                                <div class="col-6 text-center">
-                                    <h2 class="heading heading-1 strong-600 c-white">
-                                        Join the biggest sales of the year
-                                    </h2>
-                                    <p class="c-white trong-300 mt-4">
-                                        Lorem ipsum dolor sit amet adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna. There is only that moment, and the incredible certainty that everything under the sun has been written by one hand only.
-                                    </p>
-
-                                    <div class="btn-container mt-5">
-                                        <a href="/pages/sales" class="btn btn-styled btn-white btn-outline btn-circle px-5" target="_blank">Learn more</a>
-                                    </div>
-                                </div>
-                            </div>
-                        </div>
-                    </section>
-
-
-
-                    <!-- FOOTER -->
-                    {% include '_footer.liquid' %}
-                </div>
-            </div>
-        </div><!-- END: st-pusher -->
-    </div><!-- END: st-container -->
-</div><!-- END: body-wrap -->
-<a href="#" class="back-to-top btn-back-to-top"></a>
-{% include '_footer_js.liquid' %}
-</body>
-</html>

+ 0 - 135
resources/appearance/techvista/pages_detail.liquid

@@ -1,135 +0,0 @@
-<!DOCTYPE html>
-<html lang="{{site.dist.country_lang }}">
-<head>
-<meta charset="utf-8">
-<meta name="viewport" content="width=device-width, initial-scale=1.0">
-<meta name="robots" content="index, follow">
-<meta property="og:locale" content="{{site.dist.country_lang | replace: '-', '_' }}" />
-<meta name="author" content="Mietubl">
-<meta name="description" content="{{ page.seo_description | strip_html| strip_newlines  }}">
-<meta name="keywords" content="{{page.seo_keywords}}">
-<title>{{page.seo_title}}</title>
-
-{% include '_header_css.liquid' %}
-</head>
-<body>
-
-<!-- MAIN WRAPPER -->
-<div class="body-wrap shop-default shop-cards shop-tech">
-    <div id="st-container" class="st-container">
-        <div class="st-pusher">
-            <div class="st-content">
-                <div class="st-content-inner">
-                    <!-- HEADER -->
-                    {% include '_header.liquid' %}
-                    <!-- END: HEADER -->
-                    <!-- BREADCRUMB -->
-                    <section class="slice sct-color-1">
-                        <div class="container">
-                            <div class="page-title">
-                                <div class="row align-items-center">
-                                    <div class="d-flex justify-content-end col-lg-12 col-12">
-                                        {% for  breadcrumb in breadcrumbs %}
-                                            <h2 class="heading heading-6 text-capitalize strong-500 mb-0">
-                                                <a href="{{ breadcrumb.url }}" class="link text-underline--none">
-                                                    &nbsp;
-                                                    {% if forloop.index == 1 %}
-                                                        <!-- 第一个 breadcrumb 使用 ion-ios-home 图标 -->
-                                                        <i class="ion-ios-home"></i>
-                                                    {% else %}
-                                                        <!-- 其它 breadcrumb 使用 ion-ios-arrow-forward 图标 -->
-                                                        <i class="ion-ios-arrow-forward"></i>
-                                                    {% endif %}
-                                                    {{ breadcrumb.name }}
-                                                </a>
-                                            </h2>
-                                        {% endfor %}
-                                    </div>
-                                </div>
-                            </div>
-                        </div>
-                    </section>
-                    <!-- END: BREADCRUMB -->
-                    <section class="slice sct-color-1">
-                        <div class="container">
-
-                                    <div class="block block-post">
-                                        <div class="block-body block-post-body">
-                                            <h1>
-                                                {{ page.title | raw }}
-                                            </h1>
-
-                                            {{page.content | raw }}
-
-                                        </div>
-                                    <!-- Comment form -->
-                                </div>
-                             </div>
-                    </section>
-
-                    {{ page.page_type }}
-                    {% if page.page_type == 0 %}
-                    <section class="slice sct-color-1">
-                        <div class="container">
-                        <div class="pt-5">
-                                <nav aria-label="Product pagination">
-                                    <ul class="pagination pagination--style-2 justify-content-center">
-                                        <!-- Previous Page Link -->
-                                        {% if paginator.previous_page %}
-                                            <li class="page-item">
-                                                <a class="page-link" href="{{ paginator.previous_page_url }}" tabindex="-1">Previous</a>
-                                            </li>
-                                        {% else %}
-                                            <li class="page-item disabled">
-                                                <a class="page-link" href="#" tabindex="-1">Previous</a>
-                                            </li>
-                                        {% endif %}
-
-                                        <!-- Next Page Link -->
-                                        {% if paginator.next_page %}
-                                            <li class="page-item">
-                                                <a class="page-link" href="{{ paginator.next_page_url }}">Next</a>
-                                            </li>
-                                        {% else %}
-                                            <li class="page-item disabled">
-                                                <a class="page-link" href="#">Next</a>
-                                            </li>
-                                        {% endif %}
-                                    </ul>
-                                </nav>
-                            </div>
-                        </div>
-                    </section>
-                    {% endif %}
-
-                    <!-- FOOTER -->
-                    {% include '_footer.liquid' %}
-                </div>
-            </div>
-        </div><!-- END: st-pusher -->
-    </div><!-- END: st-container -->
-</div><!-- END: body-wrap -->
-<a href="#" class="back-to-top btn-back-to-top"></a>
-{% include '_footer_js.liquid' %}
-
-<!-- Isotope -->
-<script src="/static/js/isotope.min.js"></script>
-<script src="/static/js/imagesloaded.pkgd.min.js"></script>
-
-<!-- Deso Slide -->
-<script src="/static/js/jquery.desoslide.min.js"></script>
-<script>
-    $('#slideshow').desoSlide({
-        thumbs: $('#slideshow_thumbs .swiper-slide > a'),
-        thumbEvent: 'click',
-        first: 0,
-        effect: 'none',
-        overlay: 'none',
-        controls: {
-            show: false,
-            keys: false
-        },
-    });
-</script>
-</body>
-</html>

+ 0 - 190
resources/appearance/techvista/products_categories.liquid

@@ -1,190 +0,0 @@
-<!DOCTYPE html>
-<html lang="{{site.dist.country_lang }}">
-<head>
-<meta charset="utf-8">
-<meta name="viewport" content="width=device-width, initial-scale=1.0">
-<meta name="robots" content="index, follow">
-<meta property="og:locale" content="{{site.dist.country_lang | replace: '-', '_' }}" />
-<meta name="description" content="{{ category.seo_description | strip_html| strip_newlines  }}">
-<meta name="keywords" content="{{category.seo_keywords}}">
-<title>{{category.seo_title}}</title>
-<meta name="author" content="Mietubl">
-{% include '_header_css.liquid' %}
-</head>
-<body>
-
-<!-- MAIN WRAPPER -->
-<div class="body-wrap shop-default shop-cards shop-tech">
-    <div id="st-container" class="st-container">
-
-
-
-        <div class="st-pusher">
-            <div class="st-content">
-                <div class="st-content-inner">
-                    <!-- HEADER -->
-                    {% include '_header.liquid' %}
-                    <!-- END: HEADER -->
-                    <!-- BREADCRUMB -->
-                    <section class="slice sct-color-1">
-                        <div class="container">
-                            <div class="page-title">
-                                <div class="row align-items-center">
-                                    <div class="d-flex justify-content-end col-lg-12 col-12">
-                                        {% for  breadcrumb in breadcrumbs %}
-                                            <h2 class="heading heading-6 text-capitalize strong-500 mb-0">
-                                                <a href="{{ breadcrumb.url }}" class="link text-underline--none">
-                                                    &nbsp;
-                                                    {% if forloop.index == 1 %}
-                                                        <!-- 第一个 breadcrumb 使用 ion-ios-home 图标 -->
-                                                        <i class="ion-ios-home"></i>
-                                                    {% else %}
-                                                        <!-- 其它 breadcrumb 使用 ion-ios-arrow-forward 图标 -->
-                                                        <i class="ion-ios-arrow-forward"></i>
-                                                    {% endif %}
-                                                    {{ breadcrumb.name }}
-                                                </a>
-                                            </h2>
-                                        {% endfor %}
-                                    </div>
-                                </div>
-                            </div>
-                        </div>
-                    </section>
-                    <!-- END: BREADCRUMB -->
-                    <section class="slice sct-color-2">
-                        <div class="container">
-                            <h4 class="heading heading-xs text-uppercase strong-600 mb-0 text-center">
-                                Trending
-                            </h4>
-                            <div class="section-title section-title--style-1 text-center mt-1">
-                                <h3 class="section-title-inner heading-3 strong-600 line-height-1_6">
-                                    <span>{{category.name}}</span>
-                                </h3>
-                                <span class="section-title-delimiter clearfix d-none"></span>
-                            </div>
-
-                            <div class="row-wrapper">
-                                <div class="row cols-xs-space cols-sm-space cols-md-space">
-                                    {% for item in products %}
-
-                                    <div class="col-lg-3 col-md-6 col-wrapper--spaced-y">
-                                        <div class="card card-product z-depth-1-top z-depth-2--hover">
-                                            <div class="card-body">
-                                                <h2 class="heading heading-6 strong-600 mt-2 mb-3 title-over-flow">
-                                                    <a  href="/products/{{ item.id }}" target="_blank" title="{{ item.title | strip_html }}">
-                                                        {{ item.title | strip_html }}
-                                                    </a>
-                                                </h2>
-
-                                                <div class="card-image swiper-js-container">
-                                                    <div class="">
-                                                        <div class="swiper-container" data-swiper-items="1" data-swiper-space-between="0">
-                                                            <div class="swiper-wrapper">
-                                                                <div class="swiper-slide">
-                                                                    <a  href="/products/{{ item.id }}" target="_blank" >
-                                                                        {% if item.images and item.images[0].image_url %}
-                                                                            {% assign image_url = item.images[0].image_url %}
-                                                                            <img src="{% if image_url contains 'http' %}{{ image_url }}{% else %}{{ site.image_base_url }}{{ image_url | append: '?x-oss-process=image/resize,m_pad,w_200,h_200' }}{% endif %}"
-                                                                                 class="img-fluid img-center img-primary default-image-thumbnail-small">
-                                                                        {% else %}
-                                                                            <div class="img-fluid img-center img-primary default-image-thumbnail-small no-image-placeholder-thumbnail-small">
-                                                                                <span>No Image</span>
-                                                                            </div>
-                                                                        {% endif %}
-                                                                    </a>
-                                                                </div>
-                                                            </div>
-                                                        </div>
-                                                    </div>
-                                                </div>
-
-                                                <div class="mt-3">
-
-                                                    <p class="product-description mt-3 mb-0 title-over-flow" >
-                                                        {{ item.content | strip_html| strip_newlines | default: "No description " }}
-                                                    </p>
-                                                </div>
-                                            </div>
-                                            <div class="card-footer">
-                                                <div class="product-buttons">
-                                                    <div class="row align-items-center">
-                                                        <div class="col-2"></div>
-                                                        <div class="col-8">
-                                                            <a  href="/products/{{ item.id }}" target="_blank" >
-                                                            <button type="button" class="btn btn-block btn-base-1 btn-circle btn-icon-left">
-                                                                View Details
-                                                            </button>
-                                                            </a>
-                                                        </div>
-                                                    </div>
-                                                </div>
-                                            </div>
-                                        </div>
-                                    </div>
-
-                                    {% endfor %}
-                                </div>
-
-                            </div>
-
-                            <div class="pt-5">
-                                <nav aria-label="Product pagination">
-                                    <ul class="pagination pagination--style-2 justify-content-center">
-                                        <!-- Previous Page Link -->
-                                        {% if paginator.previous_page %}
-                                            <li class="page-item">
-                                                <a class="page-link" href="{{ paginator.previous_page_url }}" tabindex="-1">Previous</a>
-                                            </li>
-                                        {% else %}
-                                            <li class="page-item disabled">
-                                                <a class="page-link" href="#" tabindex="-1">Previous</a>
-                                            </li>
-                                        {% endif %}
-
-                                        <!-- Pagination Links -->
-                                        {% for page in paginator.pages %}
-                                            {% if page == paginator.current_page %}
-                                                <li class="page-item active">
-                                                    <span class="page-link">{{ page }}</span>
-                                                </li>
-                                            {% else %}
-                                                <li class="page-item">
-                                                    <a class="page-link" href="{{ paginator.page_url[page] }}">{{ page }}</a>
-                                                </li>
-                                            {% endif %}
-                                        {% endfor %}
-
-                                        <!-- Next Page Link -->
-                                        {% if paginator.next_page %}
-                                            <li class="page-item">
-                                                <a class="page-link" href="{{ paginator.next_page_url }}">Next</a>
-                                            </li>
-                                        {% else %}
-                                            <li class="page-item disabled">
-                                                <a class="page-link" href="#">Next</a>
-                                            </li>
-                                        {% endif %}
-                                    </ul>
-                                </nav>
-                            </div>
-
-                        </div>
-                    </section>
-
-
-
-
-
-
-                    <!-- FOOTER -->
-                    {% include '_footer.liquid' %}
-                </div>
-            </div>
-        </div><!-- END: st-pusher -->
-    </div><!-- END: st-container -->
-</div><!-- END: body-wrap -->
-<a href="#" class="back-to-top btn-back-to-top"></a>
-{% include '_footer_js.liquid' %}
-</body>
-</html>

+ 0 - 258
resources/appearance/techvista/products_detail.liquid

@@ -1,258 +0,0 @@
-<!DOCTYPE html>
-<html lang="{{site.dist.country_lang }}">
-<head>
-<meta charset="utf-8">
-<meta name="viewport" content="width=device-width, initial-scale=1.0">
-<meta name="robots" content="index, follow">
-<meta property="og:locale" content="{{site.dist.country_lang | replace: '-', '_' }}" />
-<meta name="author" content="Mietubl">
-<meta name="description" content="{{ product.seo_description  | strip_html| strip_newlines }}">
-<meta name="keywords" content="{{product.seo_keywords}}">
-<title>{{product.seo_title}}</title>
-{% include '_header_css.liquid' %}
-</head>
-<body>
-
-<!-- MAIN WRAPPER -->
-<div class="body-wrap shop-default shop-cards shop-tech">
-    <div id="st-container" class="st-container">
-        <div class="st-pusher">
-            <div class="st-content">
-                <div class="st-content-inner">
-                    <!-- HEADER -->
-                    {% include '_header.liquid' %}
-                    <!-- END: HEADER -->
-                    <!-- BREADCRUMB -->
-                    <section class="slice sct-color-1">
-                        <div class="container">
-                            <div class="page-title">
-                                <div class="row align-items-center">
-                                    <div class="d-flex justify-content-end col-lg-12 col-12">
-                                        {% for  breadcrumb in breadcrumbs %}
-                                            <h2 class="heading heading-6 text-capitalize strong-500 mb-0">
-                                                <a href="{{ breadcrumb.url }}" class="link text-underline--none">
-                                                    &nbsp;
-                                                    {% if forloop.index == 1 %}
-                                                        <!-- 第一个 breadcrumb 使用 ion-ios-home 图标 -->
-                                                        <i class="ion-ios-home"></i>
-                                                    {% else %}
-                                                        <!-- 其它 breadcrumb 使用 ion-ios-arrow-forward 图标 -->
-                                                        <i class="ion-ios-arrow-forward"></i>
-                                                    {% endif %}
-                                                    {{ breadcrumb.name }}
-                                                </a>
-                                            </h2>
-                                        {% endfor %}
-                                    </div>
-                                </div>
-                            </div>
-                        </div>
-                    </section>
-                    <!-- END: BREADCRUMB -->
-                    <section class="slice sct-color-1">
-                        <div class="container">
-                            <!-- Product gallery and Description -->
-                            <div class="row cols-xs-space cols-sm-space cols-md-space">
-                                <div class="col-lg-6">
-                                    <div class="gallery-container">
-                                        <div id="slideshow" class="gallery-top no-padding bg-transparent"></div>
-                                        <div id="slideshow_thumbs" class="swiper-js-container gallery-thumbs gallery-thumbs--style-1 mt-4">
-                                            <div class="swiper-container" data-swiper-items="5" data-swiper-space-between="10" data-swiper-xs-items="3" data-swiper-xs-space-between="10" data-swiper-sm-items="4" data-swiper-sm-space-between="10">
-                                                <div class="swiper-wrapper">
-                                                    {% if product.images and product.images.size > 0 %}
-                                                        {% for item in product.images %}
-                                                            {% assign image_url = item.image_url %}
-                                                            <div class="swiper-slide">
-                                                                <a href="{% if image_url contains 'http' %}{{ image_url }}?x-oss-process=image/resize,w_500,m_lfit{% else %}{{ site.image_base_url }}{{ image_url }}?x-oss-process=image/resize,w_500,m_lfit{% endif %}" data-desoslide-index="{{ forloop.index0 }}">
-                                                                    <img src="{% if image_url contains 'http' %}{{ image_url }}?x-oss-process=image/resize,m_pad,w_100,h_100{% else %}{{ site.image_base_url }}{{ image_url }}?x-oss-process=image/resize,m_pad,w_100,h_100{% endif %}" alt="{{ product.title }}">
-                                                                </a>
-                                                            </div>
-                                                        {% endfor %}
-                                                    {% else %}
-                                                        <div class="swiper-slide">
-                                                            <a href="/static/images/product_default.jpg" data-desoslide-index="0">
-                                                                <img src="/static/images/product_default.jpg" alt="Default Product">
-                                                            </a>
-                                                        </div>
-                                                    {% endif %}
-                                                </div>
-                                            </div>
-                                        </div>
-                                    </div>
-                                </div>
-
-                                <div class="col-lg-6">
-                                    <div class="px-2">
-                                        <!-- Product description -->
-                                        <div class="product-description-wrapper px-1">
-                                            <!-- Product title -->
-                                            <h2 class="product-title font-size-2">
-                                                {{product.title | strip_html }}
-                                            </h2>
-                                            <hr>
-                                            <div class="row align-items-center">
-
-                                            </div>
-
-                                            <!-- Product description -->
-
-                                            <table class="table table-specs">
-                                                <tbody>
-                                                {% for item in product.parameters %}
-
-                                                <tr>
-                                                    <td>
-                                                        <span class="c-gray-light strong-600">  {{ item.key }}</span>
-                                                    </td>
-                                                    <td>
-                                                        {{ item.value }}
-                                                    </td>
-                                                </tr>
-                                                {% endfor %}
-                                                </tbody>
-                                            </table>
-                                            <hr>
-                                            <div class="row row-no-padding no-margin">
-                                                <div class="col-lg-8">
-                                                    <form class="form-default">
-                                                        <!-- Choose size -->
-                                                        <label class="strong-600">Contact us </label>
-
-
-                                                        <div class="d-table product-quantity width-100 mt-3">
-
-                                                            <div class="d-table-cell">
-                                                                <a data-fancybox data-src="#fancybox_hidden_content" class="btn btn-base-1 btn-icon-left" href="javascript:;">
-                                                                    <i class="icon ion-android-add"></i>     Get a quote
-                                                                </a>
-                                                            </div>
-                                                        </div>
-                                                    </form>
-                                                </div>
-                                            </div>
-                                        </div>
-                                    </div>
-                                </div>
-                            </div>
-
-                            <span class="space-xs-xl"></span>
-
-                            <div class="row-wrapper">
-                                <div class="row cols-xs-space cols-sm-space cols-md-space">
-                                    <div class="col-lg-12">
-                                        <div class="feature  feature--bg-1">
-                                            <h3 class="heading heading-6 strong-600">     Description:</h3>
-
-
-                                            <p>
-                                                {{product.content | raw }}
-                                            </p>
-                                        </div>
-                                    </div>
-
-
-                                </div>
-
-
-                            </div>
-
-                        </div>
-                    </section>
-
-                    <!-- FOOTER -->
-                    {% include '_footer.liquid' %}
-                </div>
-            </div>
-        </div><!-- END: st-pusher -->
-    </div><!-- END: st-container -->
-</div><!-- END: body-wrap -->
-<a href="#" class="back-to-top btn-back-to-top"></a>
-
-<!-- Hidden content -->
-<div   id="fancybox_hidden_content" style="display:none;">
-    <h4 >Get a quote</h4>
-    <form id="form_contact" data-action="/contact" class="form-default" role="form">
-        <input type="hidden" name="_token" value="{{ csrf_token }}">
-        <input type="hidden" name="consulting_products" value="{{ product.title }} }}">
-        <div class="row">
-            <div class="col-md-6">
-                <div class="form-group has-feedback">
-                    <label for="" class="text-uppercase c-gray-light">Your name</label>
-                    <input type="text" name="customer_name" class="form-control form-control-lg" required>
-                    <span class="glyphicon form-control-feedback" aria-hidden="true"></span>
-                    <div class="help-block with-errors"></div>
-                </div>
-            </div>
-            <div class="col-md-6">
-                <div class="form-group has-feedback">
-                    <label for="" class="text-uppercase c-gray-light">Email address</label>
-                    <input type="email" name="email" class="form-control form-control-lg" required>
-                    <span class="glyphicon form-control-feedback" aria-hidden="true"></span>
-                    <div class="help-block with-errors"></div>
-                </div>
-            </div>
-        </div>
-
-        <div class="row">
-            <div class="col-md-6">
-                <div class="form-group has-feedback">
-                    <label for="" class="text-uppercase c-gray-light">Company name</label>
-                    <input type="text" name="company_name" class="form-control form-control-lg">
-                    <span class="glyphicon form-control-feedback" aria-hidden="true"></span>
-                    <div class="help-block with-errors"></div>
-                </div>
-            </div>
-            <div class="col-sm-6">
-                <div class="form-group has-feedback">
-                    <label for="" class="text-uppercase c-gray-light">Phone/whats_app</label>
-                    <input type="text" name="whats_app" class="form-control form-control-lg" required>
-                    <span class="glyphicon form-control-feedback" aria-hidden="true"></span>
-                    <div class="help-block with-errors"></div>
-                </div>
-            </div>
-        </div>
-
-        <div class="row">
-            <div class="col-md-12">
-                <div class="form-group has-feedback">
-                    <label for=""  class="text-uppercase c-gray-light">Message</label>
-                    <textarea name="content" class="form-control no-resize" rows="5" required></textarea>
-                    <span class="glyphicon form-control-feedback" aria-hidden="true"></span>
-                    <div class="help-block with-errors"></div>
-                </div>
-            </div>
-        </div>
-
-        <div class="">
-
-
-            <button type="reset" class="btn-reset d-none"></button>
-            <button type="submit" class="btn btn-styled btn-base-1 mt-4">Send message</button>
-        </div>
-    </form>
-
-</div>
-
-
-
-
-{% include '_footer_js.liquid' %}
-
-
-<!-- Deso Slide -->
-<script src="/static/js/jquery.desoslide.min.js"></script>
-<script>
-    $('#slideshow').desoSlide({
-        thumbs: $('#slideshow_thumbs .swiper-slide > a'),
-        thumbEvent: 'click',
-        first: 0,
-        effect: 'none',
-        overlay: 'none',
-        controls: {
-            show: false,
-            keys: false
-        },
-    });
-</script>
-</body>
-</html>

+ 0 - 1
resources/appearance/techvista/version.liquid

@@ -1 +0,0 @@
-<!-- update date 2024-12-12 11:45 -->