|
@@ -1,14 +1,14 @@
|
|
|
<!DOCTYPE html>
|
|
|
<html lang="{{site.dist.country_lang }}">
|
|
|
<head>
|
|
|
- <meta charset="utf-8">
|
|
|
+ <title>{{ site.dist.seo_title }}</title>
|
|
|
+ <meta charset="utf-8">
|
|
|
+ <meta name="keywords" content="{{ site.dist.seo_keywords }}">
|
|
|
+ <meta name="description" content="{{ site.dist.seo_description | strip_html| strip_newlines }}">
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
- <meta name="robots" content="index, follow">
|
|
|
+ <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' %}
|
|
|
<script type="application/ld+json">
|
|
|
{
|
|
@@ -39,29 +39,28 @@
|
|
|
</head>
|
|
|
<body class="bg-gray-100 tracking-wide">
|
|
|
|
|
|
-
|
|
|
+<header>
|
|
|
+ {% include '_header_home.liquid' %}
|
|
|
+ {% include '_header_mobile.liquid' %}
|
|
|
+</header>
|
|
|
<!-- Spring Sale Banner -->
|
|
|
-<div class="relative bg-cover bg-center min-h-[700px] md:min-h-[750px]" id="banner-carousel">
|
|
|
+<div class="relative" id="banner-carousel">
|
|
|
<!-- banner -->
|
|
|
{% banner limit=5 position=1 template='__banner_home.liquid' %}
|
|
|
-{% include '_header_home.liquid' %}
|
|
|
</div>
|
|
|
|
|
|
-{% include '_header_mobile.liquid' %}
|
|
|
-
|
|
|
-
|
|
|
<!-- Category Navigation -->
|
|
|
-<div class="bg-gray-100 py-0">
|
|
|
+<div class="relative bg-gray-100 py-0">
|
|
|
<div class="container mx-auto px-4 py-0">
|
|
|
- <h2 class="text-3xl md:text-5xl font-bold py-24 text-center">Products By Category</h2>
|
|
|
- <div class="grid grid-cols-2 md:grid-cols-4 gap-4 md:gap-6 grid-flow-dense">
|
|
|
+ <h1 class="text-3xl md:text-5xl font-bold py-24 text-center">Mobile Phone Accessories</h1>
|
|
|
+ <div class="grid grid-cols-2 md:grid-cols-4 gap-4 md:gap-6 grid-flow-dense pb-24">
|
|
|
<!-- Power Banks - 占据2行 -->
|
|
|
- <div class="relative md:row-span-2 overflow-hidden">
|
|
|
- <a href="/products/categories/intelligent-film-cutting-machine" target=_blank>
|
|
|
+ <div class="relative row-span-2 overflow-hidden">
|
|
|
+ <a href="/categories-intelligent-film-cutting-machine" target=_blank title="Smart Film Cutter">
|
|
|
<img src="{{ site.image_base_url }}static/tpl/cable_tech/images/index_product_category_1.jpg" alt="Power Banks" class="absolute inset-0 w-full h-full object-cover">
|
|
|
<div class="absolute left-0 top-0 p-3 md:p-4 text-left">
|
|
|
<h3 class="font-bold text-gray-900 text-base md:text-lg">Smart Film Cutter</h3>
|
|
|
- <p class="text-xs md:text-sm text-gray-600 ">More Products</p>
|
|
|
+ <p class="text-xs md:text-sm text-gray-600 ">More</p>
|
|
|
</div>
|
|
|
</a>
|
|
|
</div>
|
|
@@ -70,65 +69,66 @@
|
|
|
|
|
|
<!-- Screen Protector -->
|
|
|
<div class="relative overflow-hidden aspect-ratio-card">
|
|
|
- <a href="/products/categories/screen-protector" target=_blank>
|
|
|
+ <a href="/categories-screen-protector" target=_blank title="Screen Protector">
|
|
|
<img src="{{ site.image_base_url }}static/tpl/cable_tech/images/index_product_category_3.jpg?20250425" alt="Wireless Chargers" class="absolute inset-0 w-full h-full object-cover">
|
|
|
<div class="absolute left-0 top-0 p-3 md:p-4 text-left">
|
|
|
<h3 class="font-bold text-gray-900 text-base md:text-lg">Screen Protector</h3>
|
|
|
- <p class="text-xs md:text-sm text-gray-600">More Products</p>
|
|
|
+ <p class="text-xs md:text-sm text-gray-600">More</p>
|
|
|
</div>
|
|
|
</a>
|
|
|
</div>
|
|
|
|
|
|
<!-- Chargers -->
|
|
|
<div class="relative overflow-hidden aspect-ratio-card">
|
|
|
- <a href="/products/categories/wall-charger" target=_blank>
|
|
|
+ <a href="/categories-wall-charger" target=_blank title="Wall Chargers">
|
|
|
<img src="{{ site.image_base_url }}static/tpl/cable_tech/images/index_product_category_2.jpg" alt="Chargers" class="absolute inset-0 w-full h-full object-cover">
|
|
|
<div class="absolute left-0 top-0 p-3 md:p-4 text-left">
|
|
|
<h3 class="font-bold text-gray-900 text-base md:text-lg">Wall Chargers</h3>
|
|
|
- <p class="text-xs md:text-sm text-gray-600">More Products</p>
|
|
|
+ <p class="text-xs md:text-sm text-gray-600">More</p>
|
|
|
</div>
|
|
|
</a>
|
|
|
</div>
|
|
|
|
|
|
<!-- AC Power -->
|
|
|
<div class="relative overflow-hidden aspect-ratio-card">
|
|
|
- <a href="/products/categories/portable-power-supply" target=_blank>
|
|
|
+ <a href="/categories-portable-power-supply" target=_blank title="Portable Power">
|
|
|
<img src="{{ site.image_base_url }}static/tpl/cable_tech/images/index_product_category_4.jpg" alt="AC Power" class="absolute inset-0 w-full h-full object-cover">
|
|
|
<div class="absolute left-0 top-0 p-3 md:p-4 text-left">
|
|
|
<h3 class="font-bold text-gray-900 text-base md:text-lg">Portable Power</h3>
|
|
|
- <p class="text-xs md:text-sm text-gray-600">More Products</p>
|
|
|
+ <p class="text-xs md:text-sm text-gray-600">More</p>
|
|
|
</div>
|
|
|
</a>
|
|
|
</div>
|
|
|
|
|
|
<!-- Cables -->
|
|
|
<div class="relative overflow-hidden aspect-ratio-card">
|
|
|
- <a href="/products/categories/data-cable" target=_blank>
|
|
|
+ <a href="/categories-data-cable" target=_blank title="Cables">
|
|
|
<img src="{{ site.image_base_url }}static/tpl/cable_tech/images/index_product_category_5.jpg" alt="Cables" class="absolute inset-0 w-full h-full object-cover">
|
|
|
<div class="absolute left-0 top-0 p-3 md:p-4 text-left">
|
|
|
<h3 class="font-bold text-gray-900 text-base md:text-lg">Cables</h3>
|
|
|
- <p class="text-xs md:text-sm text-gray-600 ">More Products</p>
|
|
|
+ <p class="text-xs md:text-sm text-gray-600 ">More</p>
|
|
|
</div>
|
|
|
</a>
|
|
|
</div>
|
|
|
|
|
|
<!-- Hubs and Docks -->
|
|
|
<div class="relative overflow-hidden aspect-ratio-card">
|
|
|
- <a href="/products/categories/cutting-machine-consumables" target=_blank>
|
|
|
+ <a href="/categories-cutting-machine-consumables" target=_blank title="Materials">
|
|
|
<img src="{{ site.image_base_url }}static/tpl/cable_tech/images/index_product_category_6.jpg" alt="Hubs and Docks" class="absolute inset-0 w-full h-full object-cover">
|
|
|
<div class="absolute left-0 top-0 p-3 md:p-4 text-left">
|
|
|
<h3 class="font-bold text-gray-900 text-base md:text-lg">Materials</h3>
|
|
|
- <p class="text-xs md:text-sm text-gray-600 ">More Products</p>
|
|
|
+ <p class="text-xs md:text-sm text-gray-600 ">More</p>
|
|
|
</div>
|
|
|
</a>
|
|
|
</div>
|
|
|
|
|
|
<!-- Car Chargers -->
|
|
|
<div class="relative overflow-hidden aspect-ratio-card">
|
|
|
- <a href="/products/categories/bluetooth-headphones" target=_blank><img src="{{ site.image_base_url }}static/tpl/cable_tech/images/index_product_category_7.jpg" alt="Car Chargers" class="absolute inset-0 w-full h-full object-cover">
|
|
|
+ <a href="/categories-bluetooth-headphones" target=_blank title="Bluetooth Headphones">
|
|
|
+ <img src="{{ site.image_base_url }}static/tpl/cable_tech/images/index_product_category_7.jpg" alt="Car Chargers" class="absolute inset-0 w-full h-full object-cover">
|
|
|
<div class="absolute left-0 top-0 p-3 md:p-4 text-left">
|
|
|
- <h3 class="font-bold text-gray-900 text-base md:text-lg">Bluetooth Headphones</h3>
|
|
|
- <p class="text-xs md:text-sm text-gray-600">More Products</p>
|
|
|
+ <h3 class="font-bold text-gray-900 text-base md:text-lg">Headphones</h3>
|
|
|
+ <p class="text-xs md:text-sm text-gray-600">More</p>
|
|
|
</div>
|
|
|
</a>
|
|
|
</div>
|
|
@@ -141,78 +141,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
- <!-- Hot Sale Section -->
|
|
|
- <div class="container mx-auto px-4 py-0 ">
|
|
|
- <h2 class="text-3xl md:text-5xl font-bold py-28 text-center">Hot selling</h2>
|
|
|
- </div>
|
|
|
-<div class="bg-white py-28 ">
|
|
|
+<!-- Hot Sale Section -->
|
|
|
+
|
|
|
+<div class="bg-white py-0 ">
|
|
|
<div class="container mx-auto px-4 py-0">
|
|
|
- <div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-3 gap-6 pb bg-white ">
|
|
|
+
|
|
|
+ <h3 class="text-3xl md:text-5xl font-bold py-24 text-center">Hot Selling</h3>
|
|
|
+
|
|
|
+ <div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-3 gap-6 pb-24 bg-white ">
|
|
|
|
|
|
|
|
|
{% product mode="list" limit=3 template='__product_list_1.liquid' %}
|
|
|
|
|
|
-
|
|
|
- <!-- Product 1 -->
|
|
|
- {% comment %}<div class="bg-white rounded-lg shadow overflow-hidden">{% endcomment %}
|
|
|
- {% comment %}<div class="relative p-4">{% endcomment %}
|
|
|
- {% comment %}<div class="absolute top-6 left-6 bg-red-500 text-white text-xs px-2 py-1 rounded bold_header">HOT</div>{% endcomment %}
|
|
|
- {% comment %}<img src="{{ site.image_base_url }}static/tpl/cable_tech/images/product1.jpg" alt="USB Hub" class="w-full h-56 object-cover rounded">{% endcomment %}
|
|
|
- {% comment %}</div>{% endcomment %}
|
|
|
- {% comment %}<div class="p-4">{% endcomment %}
|
|
|
- {% comment %}<div class="text-xs/6 text-gray-500 mb-1">4 Port | Switching between 4 type devices | USB A...</div>{% endcomment %}
|
|
|
- {% comment %}<h3 class="bold text-sm/6 mb-2 ">4-Port KVM Switch for 4 Computer</h3>{% endcomment %}
|
|
|
- {% comment %}</div>{% endcomment %}
|
|
|
- {% comment %}</div>{% endcomment %}
|
|
|
-
|
|
|
- <!-- Product 2 -->
|
|
|
- {% comment %}<div class="bg-white rounded-lg shadow overflow-hidden">{% endcomment %}
|
|
|
- {% comment %}<div class="relative p-4">{% endcomment %}
|
|
|
- {% comment %}<div class="absolute top-6 left-6 bg-red-500 text-white text-xs px-2 py-1 rounded bold_header">HOT</div>{% endcomment %}
|
|
|
- {% comment %}<img src="{{ site.image_base_url }}static/tpl/cable_tech/images/product1.jpg" alt="USB-C Adapter" class="w-full h-56 object-cover rounded">{% endcomment %}
|
|
|
- {% comment %}</div>{% endcomment %}
|
|
|
- {% comment %}<div class="p-4">{% endcomment %}
|
|
|
- {% comment %}<div class="text-xs/6 text-gray-500 mb-1">Adapter Dock | Type-C HDMI 4K | 100W PD</div>{% endcomment %}
|
|
|
- {% comment %}<h3 class="bold text-sm/6 mb-2">USB-C to HDMI Adapter</h3>{% endcomment %}
|
|
|
- {% comment %}</div>{% endcomment %}
|
|
|
- {% comment %}</div>{% endcomment %}
|
|
|
-
|
|
|
- {% comment %}<!-- Product 3 -->{% endcomment %}
|
|
|
- {% comment %}<div class="bg-white rounded-lg shadow overflow-hidden">{% endcomment %}
|
|
|
- {% comment %}<div class="relative p-4">{% endcomment %}
|
|
|
- {% comment %}<img src="{{ site.image_base_url }}static/tpl/cable_tech/images/product1.jpg" alt="USB-C Hub" class="w-full h-56 object-cover rounded">{% endcomment %}
|
|
|
- {% comment %}</div>{% endcomment %}
|
|
|
- {% comment %}<div class="p-4">{% endcomment %}
|
|
|
- {% comment %}<div class="text-xs/6 text-gray-500 mb-1">7-in-1 | USB-C to USB 3.0 | SD/TF Card Reader</div>{% endcomment %}
|
|
|
- {% comment %}<h3 class="bold text-sm/6 mb-2">USB-C Hub Multiport Adapter</h3>{% endcomment %}
|
|
|
- {% comment %}</div>{% endcomment %}
|
|
|
- {% comment %}</div>{% endcomment %}
|
|
|
-{% comment %}{% endcomment %}
|
|
|
- {% comment %}<!-- Product 4 -->{% endcomment %}
|
|
|
- {% comment %}<div class="bg-white rounded-lg shadow overflow-hidden">{% endcomment %}
|
|
|
- {% comment %}<div class="relative p-4">{% endcomment %}
|
|
|
- {% comment %}<img src="{{ site.image_base_url }}static/tpl/cable_tech/images/product1.jpg" alt="DisplayPort Cable" class="w-full h-56 object-cover rounded">{% endcomment %}
|
|
|
- {% comment %}</div>{% endcomment %}
|
|
|
- {% comment %}<div class="p-4">{% endcomment %}
|
|
|
- {% comment %}<div class="text-xs/6 text-gray-500 mb-1">DisplayPort 1.4 Cable | 8K@60Hz | HDR | Braided</div>{% endcomment %}
|
|
|
- {% comment %}<h3 class="bold text-sm/6 mb-2">High Speed DisplayPort Cable</h3>{% endcomment %}
|
|
|
- {% comment %}</div>{% endcomment %}
|
|
|
- {% comment %}</div>{% endcomment %}
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-- World of Electronic Products -->
|
|
|
-<div class="container mx-auto px-4 py-0 ">
|
|
|
- <h2 class="text-3xl md:text-5xl font-bold py-24 text-center">Electronic Products</h2>
|
|
|
+<div class="container mx-auto py-0 ">
|
|
|
+ <h3 class="text-3xl md:text-5xl font-bold py-24 text-center">Screen Protector Solution</h3>
|
|
|
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
|
|
|
<!-- -->
|
|
|
|
|
|
<div class="relative overflow-hidden aspect-[0.92/1] bg-gradient-to-br from-blue-50 to-blue-100" style="background-image: url('{{ site.image_base_url }}static/tpl/cable_tech/images/index_product2_1.jpg'); background-size: cover; background-position: center bottom;">
|
|
|
<div class="p-8 pb-32 flex flex-col items-center relative z-10">
|
|
|
<div class="text-amber-500 font-medium mb-3 text-center">New Release</div>
|
|
|
- <h3 class="text-2xl md:text-3xl font-bold text-center mb-2">Screen Protector Machine</h3>
|
|
|
- <p class="text-gray-700 text-center mb-6">making screen protector back films for all kinds of devices</p>
|
|
|
- <a href="/products/455" target=_blank class="bg-blue-500 hover:bg-blue-600 text-white px-6 py-2 rounded text-sm font-medium transition-colors">
|
|
|
+ <h3 class="text-2xl md:text-3xl font-bold text-center mb-3 pb-8">Screen Protector Machine</h3>
|
|
|
+ <a href="/products/455" target=_blank class="bg-orange-500 hover:bg-blue-600 text-white px-6 py-2 rounded text-sm font-medium transition-colors">
|
|
|
LEARN MORE
|
|
|
</a>
|
|
|
</div>
|
|
@@ -224,9 +178,9 @@
|
|
|
<div class="relative overflow-hidden aspect-[0.92/1] bg-black" style="background-image: url('{{ site.image_base_url }}static/tpl/cable_tech/images/index_product2_2.jpg'); background-size: cover; background-position: center bottom;">
|
|
|
<div class="p-8 pb-32 flex flex-col items-center relative z-10">
|
|
|
<div class="text-amber-500 font-medium mb-3 text-center">NEW RELEASE</div>
|
|
|
- <h3 class="text-2xl md:text-3xl font-bold text-white text-center mb-2">QUICK-FIT BOX Tempered glass</h3>
|
|
|
- <p class="text-gray-300 text-center mb-6">Precise positioning , Super Large Arc 120 Wire</p>
|
|
|
- <a href="/products/470" target=_blank class="bg-blue-500 hover:bg-blue-600 text-white px-6 py-2 rounded text-sm font-medium transition-colors">
|
|
|
+ <h3 class="text-2xl md:text-3xl font-bold text-center mb-2 pb-8">Tempered Glass Screen Protector</h3>
|
|
|
+
|
|
|
+ <a href="https://ph.mietubl.website/categories-screen-protector" target=_blank class="bg-orange-500 hover:bg-blue-600 text-white px-6 py-2 rounded text-sm font-medium transition-colors">
|
|
|
LEARN MORE
|
|
|
</a>
|
|
|
</div>
|
|
@@ -237,167 +191,31 @@
|
|
|
|
|
|
|
|
|
<!-- Screen Protector Machine Banner -->
|
|
|
-<div class="relative bg-gradient-to-tr from-black via-gray-900 to-gray-800 bg-cover bg-center py-8 md:py-12 text-white overflow-hidden mt-20">
|
|
|
+<div class="relative bg-gradient-to-tr from-black via-gray-900 to-gray-800 bg-cover bg-center text-white overflow-hidden mt-20">
|
|
|
<div class="container mx-auto px-4 py-28">
|
|
|
<div class="flex flex-col md:flex-row items-center md:justify-between md:space-x-4">
|
|
|
- <div class="w-full md:w-[55%] z-10 text-center md:text-left md:pl-24 mb-8 md:mb-0">
|
|
|
- <h2 class="text-xl md:text-2xl font-bold py-3 ">New generation</h2>
|
|
|
- <h3 class="text-2xl md:text-3xl font-bold py-3">Screen protector machine</h3>
|
|
|
- <p class="text-sm text-gray-300 py-3 mx-auto md:mx-0 max-w-md leading-6">As a new generation of screen protector machine, the MTB-CUT M288 screen protector cutting and laminating all-in-one machine meets multiple functions with one machine. And it solves the problem of aligning the screen protector with the screen.</p>
|
|
|
+ <div class="w-full md:w-[55%] z-10 text-center md:text-left md:pl-0 mb-8 md:mb-0">
|
|
|
+ <h3 class="text-xl md:text-2xl font-bold py-3">New generation</h3>
|
|
|
+ <h2 class="text-2xl md:text-3xl font-bold py-3">Screen protector machine</h2>
|
|
|
+ <p class="py-3 mx-auto md:mx-0 max-w-xl leading-6">As a new generation of screen protector machine, the MTB-CUT M288 screen protector cutting and laminating all-in-one machine meets multiple functions with one machine. And it solves the problem of aligning the screen protector with the screen.</p>
|
|
|
<a href="/products/456" target=_blank class="inline-block bg-orange-500 hover:bg-orange-600 mt-6 text-white px-6 py-2 rounded font-medium transition-colors">
|
|
|
Read more
|
|
|
</a>
|
|
|
</div>
|
|
|
- <div class="w-full md:w-[45%] flex justify-center md:justify-start">
|
|
|
+ <div class="w-full md:w-[45%] flex justify-center md:justify-center">
|
|
|
<img src="{{ site.image_base_url }}static/tpl/cable_tech/images/product_m288.png" alt="Screen Protector Machine" class="max-w-[280px] md:max-w-[350px] z-10">
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <!-- 添加增强的光效和渐变 -->
|
|
|
- <div class="absolute inset-0 bg-gradient-to-r from-blue-900/20 to-transparent opacity-40"></div>
|
|
|
- <div class="absolute top-0 right-0 w-2/5 h-full bg-gradient-to-l from-blue-900/30 via-gray-800/20 to-transparent opacity-50"></div>
|
|
|
- <div class="absolute top-1/4 right-1/3 w-64 h-64 rounded-full bg-blue-300/10 blur-3xl"></div>
|
|
|
- <div class="absolute bottom-1/4 left-1/3 w-48 h-48 rounded-full bg-gray-400/10 blur-3xl"></div>
|
|
|
</div>
|
|
|
|
|
|
- {% comment %}<!-- Featured On Section -->{% endcomment %}
|
|
|
- {% comment %}<div class="container mx-auto px-4 py-12">{% endcomment %}
|
|
|
- {% comment %}<h2 class="text-2xl font-bold mb-8 text-center">Featured On</h2>{% endcomment %}
|
|
|
- {% comment %}<div class="grid grid-cols-2 md:grid-cols-4 gap-8">{% endcomment %}
|
|
|
- {% comment %}<div class="text-center flex flex-col">{% endcomment %}
|
|
|
- {% comment %}<p class="text-sm/6 text-gray-800 mb-4 flex-grow bold_header">"The CABLETIME USB-C dock delivers exceptional performance for its compact design"</p>{% endcomment %}
|
|
|
- {% comment %}<div class="h-[100px] flex items-center justify-center">{% endcomment %}
|
|
|
- {% comment %}<img src="{{ site.image_base_url }}static/tpl/cable_tech/images/index_feature.png" alt="Forbes Logo" class="max-w-[160px] max-h-[100px]">{% endcomment %}
|
|
|
- {% comment %}</div>{% endcomment %}
|
|
|
- {% comment %}</div>{% endcomment %}
|
|
|
- {% comment %}<div class="text-center flex flex-col">{% endcomment %}
|
|
|
- {% comment %}<p class="text-sm/6 text-gray-800 mb-4 flex-grow bold_header">"CABLETIME's USB-C dock is one of our favorite charging solutions"</p>{% endcomment %}
|
|
|
- {% comment %}<div class="h-[100px] flex items-center justify-center">{% endcomment %}
|
|
|
- {% comment %}<img src="{{ site.image_base_url }}static/tpl/cable_tech/images/index_feature.png" alt="PCMag Logo" class="max-w-[160px] max-h-[100px]">{% endcomment %}
|
|
|
- {% comment %}</div>{% endcomment %}
|
|
|
- {% comment %}</div>{% endcomment %}
|
|
|
- {% comment %}<div class="text-center flex flex-col">{% endcomment %}
|
|
|
- {% comment %}<p class="text-sm/6 text-gray-800 mb-4 flex-grow bold_header">"The best value display hub I've tested in years"</p>{% endcomment %}
|
|
|
- {% comment %}<div class="h-[100px] flex items-center justify-center">{% endcomment %}
|
|
|
- {% comment %}<img src="{{ site.image_base_url }}static/tpl/cable_tech/images/index_feature.png" alt="TechRadar Logo" class="max-w-[160px] max-h-[100px]">{% endcomment %}
|
|
|
- {% comment %}</div>{% endcomment %}
|
|
|
- {% comment %}</div>{% endcomment %}
|
|
|
- {% comment %}<div class="text-center flex flex-col">{% endcomment %}
|
|
|
- {% comment %}<p class="text-sm/6 text-gray-800 mb-4 flex-grow bold_header">"CABLETIME makes some of the most reliable tech accessories"</p>{% endcomment %}
|
|
|
- {% comment %}<div class="h-[100px] flex items-center justify-center">{% endcomment %}
|
|
|
- {% comment %}<img src="{{ site.image_base_url }}static/tpl/cable_tech/images/index_feature.png" alt="CNET Logo" class="max-w-[160px] max-h-[100px]">{% endcomment %}
|
|
|
- {% comment %}</div>{% endcomment %}
|
|
|
- {% comment %}</div>{% endcomment %}
|
|
|
- {% comment %}</div>{% endcomment %}
|
|
|
- {% comment %}</div>{% endcomment %}
|
|
|
-
|
|
|
- <!-- Social Media Section -->
|
|
|
- {% comment %}<div class="container mx-auto px-4 py-8" style="display:">{% endcomment %}
|
|
|
- {% comment %}<h2 class="text-2xl font-bold p-8 ">Share on Social Media</h2>{% endcomment %}
|
|
|
- {% comment %}<div class="flex justify-center flex-wrap gap-8">{% endcomment %}
|
|
|
- {% comment %}<div class="overflow-hidden rounded-lg shadow w-[250px] h-[280px]">{% endcomment %}
|
|
|
- {% comment %}<img src="https://placehold.co/250x280" alt="Social Media Post 1" class="w-[250px] h-[280px] object-cover">{% endcomment %}
|
|
|
- {% comment %}</div>{% endcomment %}
|
|
|
- {% comment %}<div class="overflow-hidden rounded-lg shadow w-[250px] h-[280px]">{% endcomment %}
|
|
|
- {% comment %}<img src="https://placehold.co/250x280" alt="Social Media Post 1" class="w-[250px] h-[280px] object-cover">{% endcomment %}
|
|
|
- {% comment %}</div>{% endcomment %}
|
|
|
- {% comment %}<div class="overflow-hidden rounded-lg shadow w-[250px] h-[280px]">{% endcomment %}
|
|
|
- {% comment %}<img src="https://placehold.co/250x280" alt="Social Media Post 1" class="w-[250px] h-[280px] object-cover">{% endcomment %}
|
|
|
- {% comment %}</div>{% endcomment %}
|
|
|
- {% comment %}<div class="overflow-hidden rounded-lg shadow w-[250px] h-[280px]">{% endcomment %}
|
|
|
- {% comment %}<img src="https://placehold.co/250x280" alt="Social Media Post 1" class="w-[250px] h-[280px] object-cover">{% endcomment %}
|
|
|
- {% comment %}</div>{% endcomment %}
|
|
|
- {% comment %}<div class="overflow-hidden rounded-lg shadow w-[250px] h-[280px]">{% endcomment %}
|
|
|
- {% comment %}<img src="https://placehold.co/250x280" alt="Social Media Post 1" class="w-[250px] h-[280px] object-cover">{% endcomment %}
|
|
|
- {% comment %}</div>{% endcomment %}
|
|
|
- {% comment %}</div>{% endcomment %}
|
|
|
- {% comment %}</div>{% endcomment %}
|
|
|
- {% comment %}{% endcomment %}
|
|
|
- <!-- Program Section -->
|
|
|
- {% comment %}<div class="container mx-auto px-4 py-8">{% endcomment %}
|
|
|
- {% comment %}<h2 class="text-2xl font-bold p-8">Agent Plan</h2>{% endcomment %}
|
|
|
- {% comment %}<div class="grid grid-cols-1 md:grid-cols-3 gap-6">{% endcomment %}
|
|
|
- {% comment %}<div class="bg-white rounded-lg shadow p-6 text-center">{% endcomment %}
|
|
|
- {% comment %}<h3 class="bold text-lg mb-4">Distributor</h3>{% endcomment %}
|
|
|
- {% comment %}<div class="w-20 h-20 bg-blue-100 rounded-full flex items-center justify-center mx-auto mb-4">{% endcomment %}
|
|
|
- {% comment %}<svg xmlns="http://www.w3.org/2000/svg" class="h-10 w-10 text-blue-500" fill="none" viewBox="0 0 24 24" stroke="currentColor">{% endcomment %}
|
|
|
- {% comment %}<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 7v8a2 2 0 002 2h6M8 7V5a2 2 0 012-2h4.586a1 1 0 01.707.293l4.414 4.414a1 1 0 01.293.707V15a2 2 0 01-2 2h-2M8 7H6a2 2 0 00-2 2v10a2 2 0 002 2h8a2 2 0 002-2v-2" />{% endcomment %}
|
|
|
- {% comment %}</svg>{% endcomment %}
|
|
|
- {% comment %}</div>{% endcomment %}
|
|
|
- {% comment %}<p class="text-sm/6 text-gray-800 bold_header">Become a local Dealer and help your customers with a more complete range.</p>{% endcomment %}
|
|
|
- {% comment %}</div>{% endcomment %}
|
|
|
- {% comment %}<div class="bg-white rounded-lg shadow p-6 text-center">{% endcomment %}
|
|
|
- {% comment %}<h3 class="bold text-lg mb-4">Shine</h3>{% endcomment %}
|
|
|
- {% comment %}<div class="w-20 h-20 bg-yellow-100 rounded-full flex items-center justify-center mx-auto mb-4">{% endcomment %}
|
|
|
- {% comment %}<svg xmlns="http://www.w3.org/2000/svg" class="h-10 w-10 text-yellow-500" fill="none" viewBox="0 0 24 24" stroke="currentColor">{% endcomment %}
|
|
|
- {% comment %}<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20 7l-8-4-8 4m16 0v10a2 2 0 01-2 2H6a2 2 0 01-2-2V7m16 0l-8 4m0 0l-8-4m8 4v10" />{% endcomment %}
|
|
|
- {% comment %}</svg>{% endcomment %}
|
|
|
- {% comment %}</div>{% endcomment %}
|
|
|
- {% comment %}<p class="text-sm/6 text-gray-800 bold_header">Partner with us as a Dealer and bring exclusive solutions to your clients</p>{% endcomment %}
|
|
|
- {% comment %}</div>{% endcomment %}
|
|
|
- {% comment %}<div class="bg-white rounded-lg shadow p-6 text-center">{% endcomment %}
|
|
|
- {% comment %}<h3 class="bold text-lg mb-4">Lead</h3>{% endcomment %}
|
|
|
- {% comment %}<div class="w-20 h-20 bg-orange-100 rounded-full flex items-center justify-center mx-auto mb-4">{% endcomment %}
|
|
|
- {% comment %}<svg xmlns="http://www.w3.org/2000/svg" class="h-10 w-10 text-orange-500" fill="none" viewBox="0 0 24 24" stroke="currentColor">{% endcomment %}
|
|
|
- {% comment %}<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8c-1.657 0-3 .895-3 2s1.343 2 3 2 3 .895 3 2-1.343 2-3 2m0-8c1.11 0 2.08.402 2.599 1M12 8V7m0 1v8m0 0v1m0-1c-1.11 0-2.08-.402-2.599-1M21 12a9 9 0 11-18 0 9 9 0 0118 0z" />{% endcomment %}
|
|
|
- {% comment %}</svg>{% endcomment %}
|
|
|
- {% comment %}</div>{% endcomment %}
|
|
|
- {% comment %}<p class="text-sm/6 text-gray-800 bold_header">Grow as a Regional Leader and deliver exceptional value to your market</p>{% endcomment %}
|
|
|
- {% comment %}</div>{% endcomment %}
|
|
|
- {% comment %}</div>{% endcomment %}
|
|
|
- {% comment %}</div>{% endcomment %}
|
|
|
-
|
|
|
- {% comment %}<!-- Blogs and News Section -->{% endcomment %}
|
|
|
- {% comment %}<div class="container mx-auto px-4 py-8">{% endcomment %}
|
|
|
- {% comment %}<div class="flex justify-between items-center mb-6">{% endcomment %}
|
|
|
- {% comment %}<h2 class="text-2xl font-bold">Blogs and News</h2>{% endcomment %}
|
|
|
- {% comment %}<a href="#" class="text-orange-500 text-sm">View All</a>{% endcomment %}
|
|
|
- {% comment %}</div>{% endcomment %}
|
|
|
- {% comment %}<div class="grid grid-cols-1 md:grid-cols-3 gap-6">{% endcomment %}
|
|
|
- {% comment %}<div class="bg-white rounded-lg shadow overflow-hidden">{% endcomment %}
|
|
|
- {% comment %}<img src="{{ site.image_base_url }}static/tpl/cable_tech/images/index_news_600_300.jpg" alt="Blog Post 1" class="w-full h-48 object-cover">{% endcomment %}
|
|
|
- {% comment %}<div class="p-4">{% endcomment %}
|
|
|
- {% comment %}<h3 class="font-bold text-lg mb-4">How to Use USB-C Cables For Your iPhone</h3>{% endcomment %}
|
|
|
- {% comment %}<p class="text-sm/6 text-gray-600 mb-4">The iPhone 15 ditches Lightning for USB-C. Here's everything you need to know about using USB-C with your new iPhone.</p>{% endcomment %}
|
|
|
- {% comment %}<div class="flex justify-between items-center">{% endcomment %}
|
|
|
- {% comment %}<span class="text-xs text-gray-500">April 12, 2023</span>{% endcomment %}
|
|
|
- {% comment %}<a href="#" class="text-orange-500 text-sm">Read More</a>{% endcomment %}
|
|
|
- {% comment %}</div>{% endcomment %}
|
|
|
- {% comment %}</div>{% endcomment %}
|
|
|
- {% comment %}</div>{% endcomment %}
|
|
|
- {% comment %}<div class="bg-white rounded-lg shadow overflow-hidden">{% endcomment %}
|
|
|
- {% comment %}<img src="{{ site.image_base_url }}static/tpl/cable_tech/images/index_news_600_300.jpg" alt="Blog Post 2" class="w-full h-48 object-cover">{% endcomment %}
|
|
|
- {% comment %}<div class="p-4">{% endcomment %}
|
|
|
- {% comment %}<h3 class="font-bold text-lg mb-4">How to Keep Your Setup as Tidy as Possible</h3>{% endcomment %}
|
|
|
- {% comment %}<p class="text-sm/6 text-gray-600 mb-4 ">A tidy desk setup leads to a more productive work day. We've got tips on how to organize cables and accessories.</p>{% endcomment %}
|
|
|
- {% comment %}<div class="flex justify-between items-center">{% endcomment %}
|
|
|
- {% comment %}<span class="text-xs text-gray-500">March 28, 2023</span>{% endcomment %}
|
|
|
- {% comment %}<a href="#" class="text-orange-500 text-sm">Read More</a>{% endcomment %}
|
|
|
- {% comment %}</div>{% endcomment %}
|
|
|
- {% comment %}</div>{% endcomment %}
|
|
|
- {% comment %}</div>{% endcomment %}
|
|
|
- {% comment %}<div class="bg-white rounded-lg shadow overflow-hidden">{% endcomment %}
|
|
|
- {% comment %}<img src="{{ site.image_base_url }}static/tpl/cable_tech/images/index_news_600_300.jpg" alt="Blog Post 3" class="w-full h-48 object-cover">{% endcomment %}
|
|
|
- {% comment %}<div class="p-4">{% endcomment %}
|
|
|
- {% comment %}<h3 class="font-bold text-lg mb-4">Review: The Advantages of USB 4K/8K HDMI Converter</h3>{% endcomment %}
|
|
|
- {% comment %}<p class="text-sm/6 text-gray-600 mb-4">USB-C to HDMI dongles are essential for modern laptops. Here's why our converters stand out from the competition.</p>{% endcomment %}
|
|
|
- {% comment %}<div class="flex justify-between items-center">{% endcomment %}
|
|
|
- {% comment %}<span class="text-xs text-gray-500">March 15, 2023</span>{% endcomment %}
|
|
|
- {% comment %}<a href="#" class="text-orange-500 text-sm">Read More</a>{% endcomment %}
|
|
|
- {% comment %}</div>{% endcomment %}
|
|
|
- {% comment %}</div>{% endcomment %}
|
|
|
- {% comment %}</div>{% endcomment %}
|
|
|
- {% comment %}</div>{% endcomment %}
|
|
|
- {% comment %}</div>{% endcomment %}
|
|
|
-
|
|
|
-
|
|
|
{% collection slug="news" limit=3 template="__collection_list_3.liquid" %}
|
|
|
|
|
|
|
|
|
<!-- Delivery Services Section -->
|
|
|
|
|
|
<div class="container mx-auto px-4 mb-24">
|
|
|
- <h2 class="text-3xl md:text-5xl font-bold py-24 text-center">Delivery</h2>
|
|
|
+ <h3 class="text-3xl md:text-5xl font-bold py-24 text-center">Delivery</h3>
|
|
|
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-6">
|
|
|
<!-- Delivery Time -->
|
|
|
<div class="bg-gray-200 p-6 rounded flex flex-col items-center text-center">
|
|
@@ -448,57 +266,7 @@
|
|
|
|
|
|
{% include '_footer.liquid' %}
|
|
|
{% include '_footer_js.liquid' %}
|
|
|
-
|
|
|
-<style>
|
|
|
-
|
|
|
-
|
|
|
- /* 导航菜单样式 */
|
|
|
- .dropdown {
|
|
|
- position: relative;
|
|
|
- padding: 8px 12px;
|
|
|
- transition: all 0.3s ease;
|
|
|
- }
|
|
|
-
|
|
|
- /* 确保下拉菜单内容位置正确 */
|
|
|
- .dropdown-content {
|
|
|
- top: 100%;
|
|
|
- left: 0;
|
|
|
- }
|
|
|
-
|
|
|
- /* 整个导航条悬浮样式 */
|
|
|
- .nav-container {
|
|
|
- transition: all 0.3s ease;
|
|
|
- width: 100%;
|
|
|
- padding-top: 0;
|
|
|
- padding-bottom: 0;
|
|
|
- }
|
|
|
-
|
|
|
- .nav-container:hover {
|
|
|
- background-color: rgba(255, 255, 255);
|
|
|
- }
|
|
|
-
|
|
|
- .nav-container:hover .dropdown > a {
|
|
|
- color: #1A1A1A !important;
|
|
|
- }
|
|
|
-
|
|
|
- /*.nav-container:hover .dropdown > a,*/
|
|
|
- /*.nav-container:hover .font-bold.text-xl {*/
|
|
|
- /* color: #999999 !important; !* text-gray-800 *!*/
|
|
|
- /*}*/
|
|
|
-
|
|
|
- /*.nav-container:hover .dropdown:hover > a {*/
|
|
|
- /* color: #999999 !important; !* text-orange-500 *!*/
|
|
|
- /*}*/
|
|
|
-
|
|
|
- /* 确保导航背景无间隙覆盖 */
|
|
|
- .nav-wrapper {
|
|
|
- position: absolute;
|
|
|
- top: 0;
|
|
|
- left: 0;
|
|
|
- right: 0;
|
|
|
- z-index: 20;
|
|
|
- width: 100%;
|
|
|
- }
|
|
|
-</style>
|
|
|
+<link rel="stylesheet" href="{{ site.image_base_url }}static/tpl/cable_tech/css/css_home.css">
|
|
|
+<script src="{{ site.image_base_url }}static/tpl/cable_tech/js/home.js" defer></script>
|
|
|
</body>
|
|
|
</html>
|