|
|
| (۹ نسخهٔ میانیِ ایجادشده توسط همین کاربر نشان داده نشد) |
| خط ۱: |
خط ۱: |
| {{منوی اصلی/کابینت یاشیل}}
| |
| <html>
| |
| <script>
| |
| document.addEventListener("contextmenu", function (event) {
| |
| event.preventDefault();
| |
| alert("کلیک راست در این صفحه غیرفعال است.");
| |
| });
| |
| </script>
| |
|
| |
|
| <div style="width:100%; text-align:center; margin:0 auto;"> | | <html lang="fa" dir="rtl"> |
| <div style="display:inline-block; max-width:100%; overflow:hidden; border-radius:2px;">
| |
| <img src="https://dl.faraghaib.ir/m/260015-01/baner-01.png" alt="کابینت ام دی اف یاشیل">
| |
| </div>
| |
|
| |
|
| <head> | | <head> |
|
| |
|
| <meta charset="UTF-8"> | | <meta charset="UTF-8"> |
| | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
| |
|
| <title> | | <title> |
| کابینت MDF سفارشی | طراحی، ساخت و اجرای کابینت مدرن و کلاسیک **یاشیل**
| | ساخت دستگاه صنعتی | طراحی و تولید ماشین آلات صنعتی سفارشی |
| </title> | | </title> |
|
| |
|
| <meta name="description" | | <meta name="description" |
| content="طراحی، ساخت و اجرای کابینت MDF سفارشی توسط برند **یاشیل** با استفاده از متریال درجه یک، یراقآلات باکیفیت و اجرای دقیق. جهت دریافت مشاوره و استعلام قیمت با شماره **09120713319** تماس بگیرید."> | | content=" |
| | طراحی و ساخت دستگاه صنعتی سفارشی، ماشین آلات صنعتی، |
| | تجهیزات خطوط تولید، اتوماسیون صنعتی و ساخت تجهیزات کارخانه با کیفیت مهندسی. |
| | "> |
|
| |
|
| <meta name="keywords" | | <link rel="stylesheet" |
| content="کابینت MDF، کابینت ام دی اف، کابینت سفارشی، کابینت آشپزخانه، کابینت مدرن، کابینت کلاسیک، یاشیل، ساخت کابینت، طراحی کابینت">
| | href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css"> |
|
| |
|
| <meta name="robots" content="index,follow">
| |
|
| |
|
| <link rel="stylesheet" href="common.css"> | | <style> |
|
| |
|
| </head>
| | /* =============================== |
| | FONT |
| | ================================ */ |
|
| |
|
| <header >
| | @font-face{ |
|
| |
|
| <style>
| | font-family:IRANSans; |
| @charset "UTF-8";
| |
|
| |
|
| /*================================================== | | src:url("fonts/IRANSans.woff2"); |
| IRANSans
| |
| ==================================================*/
| |
|
| |
|
| @font-face{
| |
| font-family:"IRANSans";
| |
| src:url("/fonts/IRANSans.woff2") format("woff2"),
| |
| url("/fonts/IRANSans.woff") format("woff");
| |
| font-display:swap;
| |
| font-weight:400;
| |
| } | | } |
|
| |
|
| @font-face{
| |
| font-family:"IRANSans";
| |
| src:url("/fonts/IRANSans-Bold.woff2") format("woff2"),
| |
| url("/fonts/IRANSans-Bold.woff") format("woff");
| |
| font-display:swap;
| |
| font-weight:700;
| |
| }
| |
|
| |
|
|
| |
|
| /*==================================================
| | *{ |
| VARIABLES
| |
| ==================================================*/
| |
|
| |
|
| :root{
| | box-sizing:border-box; |
| --primary:#111;
| |
| --secondary:#666;
| |
| --border:#ececec;
| |
| --bg:#fff;
| |
| --hover:#fafafa;
| |
| --radius:22px;
| |
| --shadow:0 8px 20px rgba(0,0,0,.06);
| |
| --shadow-hover:0 18px 40px rgba(0,0,0,.12);
| |
| --transition:.3s ease;
| |
| }
| |
|
| |
|
| | margin:0; |
|
| |
|
| /*==================================================
| | padding:0; |
| RESET
| |
| ==================================================*/
| |
|
| |
|
| *,
| |
| *::before,
| |
| *::after{
| |
| box-sizing:border-box;
| |
| margin:0;
| |
| padding:0;
| |
| } | | } |
|
| |
|
| html{
| |
| font-size:16px;
| |
| scroll-behavior:smooth;
| |
| }
| |
|
| |
|
| body{ | | body{ |
| direction:rtl;
| | |
| margin:0;
| | font-family:IRANSans,Tahoma,sans-serif; |
| background:#fff;
| | |
| color:var(--primary);
| | direction:rtl; |
| font-family:"IRANSans",Tahoma,sans-serif;
| | |
| line-height:2;
| | background:#fff; |
| overflow-x:hidden;
| | |
| text-rendering:optimizeLegibility;
| | color:#222; |
| | |
| } | | } |
| | |
|
| |
|
| img{ | | img{ |
| display:block;
| | |
| max-width:100%;
| | max-width:100%; |
| height:auto;
| | |
| | display:block; |
| | |
| } | | } |
| | |
|
| |
|
| a{ | | a{ |
| color:inherit;
| | |
| text-decoration:none;
| | text-decoration:none; |
| | |
| | color:inherit; |
| | |
| } | | } |
|
| |
|
| ul{
| | |
| list-style:none;
| | .container{ |
| | |
| | width:92%; |
| | |
| | max-width:1200px; |
| | |
| | margin:auto; |
| | |
| } | | } |
|
| |
|
| button,
| | |
| input,
| | |
| textarea,
| | /* =============================== |
| select{
| | HEADER |
| font:inherit;
| | ================================ */ |
| | |
| | |
| | .header{ |
| | |
| | position:absolute; |
| | |
| | top:0; |
| | |
| | right:0; |
| | |
| | width:100%; |
| | |
| | z-index:20; |
| | |
| | color:white; |
| | |
| } | | } |
|
| |
|
|
| |
|
| /*==================================================
| |
| PRODUCTS
| |
| ==================================================*/
| |
|
| |
|
| .deniz-products{ | | .header-box{ |
| position:relative;
| | |
| padding:45px 15px;
| | height:75px; |
| background:#fff;
| | |
| content-visibility:auto;
| | display:flex; |
| | |
| | align-items:center; |
| | |
| | justify-content:space-between; |
| | |
| } | | } |
|
| |
|
| .deniz-products .container{ | | |
| width:100%;
| | .logo{ |
| max-width:1320px;
| | |
| margin-inline:auto;
| | font-size:24px; |
| | |
| | font-weight:bold; |
| | |
| } | | } |
|
| |
|
|
| |
|
| /*==================================================
| |
| HEADING
| |
| ==================================================*/
| |
|
| |
|
| .deniz-heading{ | | .logo span{ |
| margin-bottom:35px;
| | |
| text-align:center;
| | color:#f32845; |
| | |
| } | | } |
|
| |
|
| .deniz-heading h2{ | | |
| color:#111;
| | |
| font-size:28px;
| | .menu-btn{ |
| font-weight:700;
| | |
| line-height:1.4;
| | background:none; |
| | |
| | border:none; |
| | |
| | color:white; |
| | |
| | font-size:25px; |
| | |
| | cursor:pointer; |
| | |
| } | | } |
|
| |
|
| .deniz-heading::after{ | | |
| display:block;
| | |
| width:60px;
| | .nav{ |
| height:2px;
| | |
| margin:8px auto 0;
| | display:none; |
| background:#d9d9d9;
| | |
| content:"";
| |
| } | | } |
|
| |
|
|
| |
|
| /*==================================================
| |
| INTRO
| |
| ==================================================*/
| |
|
| |
|
| .deniz-intro{ | | .nav a{ |
| max-width:1000px;
| | |
| margin:0 auto 15px;
| | font-size:13px; |
| padding-inline:1px;
| | |
| color:#555;
| | padding:10px; |
| font-size:14px;
| | |
| line-height:2.2;
| |
| text-align:center;
| |
| } | | } |
|
| |
|
| .deniz-intro strong, | | |
| .deniz-brand,
| | |
| .deniz-keyword{
| | .header-contact{ |
| font-weight:700;
| | |
| | display:none; |
| | |
| | background:white; |
| | |
| | color:#222; |
| | |
| | padding:8px 20px; |
| | |
| | border-radius:5px; |
| | |
| | font-size:12px; |
| | |
| } | | } |
|
| |
|
| .deniz-brand, | | |
| .deniz-keyword{ | | |
| color:#111;
| | /* =============================== |
| | HERO |
| | ================================ */ |
| | |
| | |
| | .hero{ |
| | |
| | height:540px; |
| | |
| | position:relative; |
| | |
| | background: |
| | |
| | linear-gradient( |
| | rgba(0,0,0,.75), |
| | rgba(0,0,0,.75) |
| | ), |
| | |
| | url("images/industrial-bg.jpg"); |
| | |
| | background-size:cover; |
| | |
| | background-position:center; |
| | |
| | display:flex; |
| | |
| | align-items:center; |
| | |
| | justify-content:center; |
| | |
| | text-align:center; |
| | |
| | color:white; |
| | |
| | overflow:hidden; |
| | |
| } | | } |
|
| |
|
|
| |
|
| /*==================================================
| |
| PRODUCT GRID
| |
| ==================================================*/
| |
|
| |
|
| .deniz-grid{ | | .hero:after{ |
| display:grid;
| | |
| grid-template-columns:1fr;
| | content:""; |
| gap:28px;
| | |
| align-items:start;
| | position:absolute; |
| | |
| | bottom:-45px; |
| | |
| | right:-5%; |
| | |
| | width:110%; |
| | |
| | height:90px; |
| | |
| | background:#fff; |
| | |
| | border-radius:50% 50% 0 0; |
| | |
| } | | } |
|
| |
|
|
| |
|
| /*==================================================
| |
| CARD
| |
| ==================================================*/
| |
|
| |
|
| .deniz-card{ | | .hero-content{ |
| position:relative;
| | |
| min-width:0;
| | width:90%; |
| text-align:center;
| | |
| | max-width:700px; |
| | |
| } | | } |
|
| |
|
| .deniz-card > a{ | | |
| position:relative;
| | |
| display:block;
| | .hero-small{ |
| height:100%;
| | |
| padding:8px;
| | font-size:14px; |
| border-radius:var(--radius);
| | |
| transition:var(--transition);
| | margin-bottom:15px; |
| | |
| } | | } |
|
| |
|
| .deniz-card .image-box{ | | |
| position:relative;
| | |
| width:100%;
| | .hero h1{ |
| aspect-ratio:1;
| | |
| margin-bottom:18px;
| | font-size:36px; |
| overflow:hidden;
| | |
| border-radius:18px;
| | line-height:1.6; |
| background:#f7f7f7;
| | |
| contain:layout paint;
| | margin-bottom:15px; |
| | |
| } | | } |
|
| |
|
| .deniz-card .image-box img{ | | |
| width:100%;
| | |
| height:100%;
| | .hero p{ |
| object-fit:cover;
| | |
| transition:var(--transition);
| | font-size:13px; |
| | |
| | line-height:2; |
| | |
| | color:#ddd; |
| | |
| | margin-bottom:25px; |
| | |
| } | | } |
|
| |
|
| .deniz-card h3{ | | |
| margin-bottom:10px;
| | |
| color:#111;
| | .main-btn{ |
| font-size:18px;
| | |
| font-weight:700;
| | display:inline-flex; |
| line-height:1.8;
| | |
| | background:white; |
| | |
| | color:#222; |
| | |
| | padding:12px 30px; |
| | |
| | border-radius:4px; |
| | |
| | font-size:13px; |
| | |
| | font-weight:bold; |
| | |
| } | | } |
|
| |
|
| .deniz-card p{ | | |
| max-width:280px;
| | |
| margin-inline:auto;
| | |
| color:var(--secondary);
| | /* =============================== |
| font-size:14px;
| | SERVICES |
| line-height:2;
| | ================================ */ |
| | |
| | |
| | .services{ |
| | |
| | padding:45px 0 30px; |
| | |
| } | | } |
|
| |
|
| .deniz-card .read-more{ | | |
| display:inline-flex;
| | |
| align-items:center;
| | .services-grid{ |
| justify-content:center;
| | |
| gap:8px;
| | display:grid; |
| margin-top:15px;
| | |
| color:#555;
| | grid-template-columns:repeat(2,1fr); |
| font-size:14px;
| | |
| font-weight:700;
| | gap:35px 15px; |
| | |
| } | | } |
|
| |
|
| .deniz-card .read-more::after{ | | |
| content:"←";
| | |
| font-size:18px;
| | .service{ |
| transition:var(--transition);
| | |
| | text-align:center; |
| | |
| } | | } |
|
| |
|
|
| |
|
| /*==================================================
| |
| FEATURES
| |
| ==================================================*/
| |
|
| |
|
| .deniz-features{ | | .service-icon{ |
| display:flex;
| | |
| flex-wrap:wrap;
| | width:70px; |
| justify-content:center;
| | |
| gap:7px;
| | height:70px; |
| margin-top:16px;
| | |
| | border-radius:50%; |
| | |
| | margin:auto; |
| | |
| | background:#111; |
| | |
| | color:white; |
| | |
| | display:flex; |
| | |
| | align-items:center; |
| | |
| | justify-content:center; |
| | |
| | font-size:28px; |
| | |
| | border:3px solid white; |
| | |
| | outline:2px solid #ff9aaa; |
| | |
| } | | } |
|
| |
|
| .deniz-features span{ | | |
| padding:4px 9px;
| | |
| border-radius:20px;
| | .service h3{ |
| background:#f6f6f6;
| | |
| color:#555;
| | font-size:13px; |
| font-size:11px;
| | |
| | margin-top:15px; |
| | |
| | font-weight:normal; |
| | |
| } | | } |
|
| |
|
|
| |
|
| /*==================================================
| |
| BADGE
| |
| ==================================================*/
| |
|
| |
|
| .deniz-card .product-badge{
| |
| position:absolute;
| |
| top:12px;
| |
| right:12px;
| |
| z-index:2;
| |
| padding:5px 10px;
| |
| border-radius:30px;
| |
| background:#111;
| |
| color:#fff;
| |
| font-size:11px;
| |
| font-weight:700;
| |
| line-height:1.5;
| |
| }
| |
|
| |
|
| .deniz-card .product-badge.new{
| | /* =============================== |
| background:#2ecc71;
| | ABOUT |
| }
| | ================================ */ |
| | |
|
| |
|
| .deniz-card .product-badge.sale{ | | .about{ |
| background:#e74c3c;
| |
| }
| |
|
| |
|
| .deniz-card .product-badge.best{
| | |
| background:#f39c12;
| | color: #FFF8C9; |
| }
| |
|
| |
|
| | text-align:center; |
|
| |
|
| /*==================================================
| | padding:45px 0; |
| ICON
| |
| ==================================================*/
| |
|
| |
|
| .deniz-icon{
| |
| display:flex;
| |
| align-items:center;
| |
| justify-content:center;
| |
| width:45px;
| |
| height:45px;
| |
| margin:0 auto 15px;
| |
| border-radius:50%;
| |
| background:#f4f4f4;
| |
| color:#222;
| |
| font-size:20px;
| |
| } | | } |
|
| |
|
|
| |
|
| /*==================================================
| | .my-div { |
| TRUST BOX
| | position: relative; |
| ==================================================*/
| | width: 100%; |
| | min-height: 220px; |
|
| |
|
| .deniz-trust-box{
| | background: |
| display:grid; | | url("https://dl.faraghaib.ir/m/260023-01/260023-01-13.png") |
| grid-template-columns:1fr;
| | center / cover |
| gap:15px;
| | no-repeat; |
| margin-top:45px;
| |
| padding:25px 15px;
| |
| border-radius:25px;
| |
| background:#fafafa;
| |
| text-align:center;
| |
| } | | } |
|
| |
|
| .deniz-trust-box .item{ | | /* لایه خاکستری شفاف */ |
| padding:15px; | | .my-div::before { |
| | content: ""; |
| | position: absolute; |
| | inset: 0; |
| | background: rgba(80, 80, 80, 0.5); |
| } | | } |
|
| |
|
| .deniz-trust-box .icon{ | | /* محتوای روی تصویر */ |
| display:flex; | | .my-div > * { |
| align-items:center;
| | position: relative; |
| justify-content:center;
| | z-index: 1; |
| width:55px;
| |
| height:55px;
| |
| margin:0 auto 15px;
| |
| border-radius:50%;
| |
| background:#111;
| |
| color:#fff;
| |
| font-size:22px; | |
| } | | } |
|
| |
|
| .deniz-trust-box h4{
| | /* تبلت */ |
| margin-bottom:8px; | | @media (min-width: 768px) { |
| color:#111;
| | .my-div { |
| font-size:15px; | | min-height: 300px; |
| | } |
| } | | } |
|
| |
|
| .deniz-trust-box p{
| | /* دسکتاپ */ |
| color:#666; | | @media (min-width: 1024px) { |
| font-size:13px;
| | .my-div { |
| line-height:1.9; | | min-height: 400px; |
| | } |
| } | | } |
|
| |
|
|
| |
|
| /*==================================================
| |
| PRODUCT DETAIL
| |
| ==================================================*/
| |
|
| |
|
| .deniz-product-detail{ | | .about p{ |
| max-width:1200px;
| | |
| margin:50px auto;
| | font-size:13px; |
| padding-inline:0;
| | |
| | line-height:2.3; |
| | |
| | margin-bottom:15px; |
| | |
| } | | } |
|
| |
|
| .deniz-product-title{ | | |
| margin-bottom:20px;
| | .about .main-btn{ |
| color:#111;
| | |
| font-size:24px;
| | margin-top:15px; |
| font-weight:700;
| | |
| line-height:1.5;
| |
| } | | } |
|
| |
|
| .deniz-product-description{
| | |
| margin-bottom:30px;
| | |
| color:#555;
| | |
| font-size:14px;
| | /* =============================== |
| line-height:2.3;
| | TABLET |
| | ================================ */ |
| | |
| | |
| | @media(min-width:768px){ |
| | |
| | |
| | .services-grid{ |
| | |
| | grid-template-columns:repeat(4,1fr); |
| | |
| } | | } |
|
| |
|
|
| |
|
| /*==================================================
| |
| SPECIFICATIONS
| |
| ==================================================*/
| |
|
| |
|
| .deniz-specs{ | | .hero h1{ |
| width:100%;
| | |
| border-collapse:separate;
| | font-size:55px; |
| border-spacing:0;
| | |
| overflow:hidden;
| |
| border-radius:18px;
| |
| box-shadow:var(--shadow);
| |
| } | | } |
|
| |
|
| .deniz-specs tr{
| | |
| background:#fff;
| | |
| } | | } |
|
| |
|
| .deniz-specs tr:nth-child(even){ | | |
| background:#fafafa;
| | |
| | </style> |
| | |
| | |
| | </head> |
| | |
| | |
| | |
| | <body> |
| | |
| | |
| | |
| | <header > |
| | |
| | |
| | <div > |
| | |
| | </html> |
| | <big>نمونه ای برای صفحات صنعتی(صفحه آقای علیزضایی فرق دارد این نیست)!!</big> |
| | {{منوی اصلی/اقای علیرضایی}} |
| | {{هدر منحنی/علیرضایی}} |
| | {{محصولات دایره ای/علیرضایی}} |
| | <html> |
| | |
| | </div> |
| | |
| | </header> |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | <section class="my-div about"> |
| | |
| | |
| | <div class="container"> |
| | |
| | |
| | <h2> |
| | |
| | درباره ما |
| | |
| | </h2> |
| | |
| | |
| | |
| | <p> |
| | |
| | شرکت ما با تجربه در زمینه طراحی و ساخت دستگاههای صنعتی، |
| | ماشینآلات سفارشی و تجهیزات کارخانه، |
| | راهکارهای مهندسی اختصاصی برای صنایع مختلف ارائه میدهد. |
| | |
| | </p> |
| | |
| | |
| | <p> |
| | |
| | از طراحی اولیه و نقشهکشی صنعتی تا ساخت، |
| | مونتاژ و راهاندازی دستگاه، |
| | تمام مراحل پروژه توسط تیم مهندسی انجام میشود. |
| | |
| | </p> |
| | |
| | |
| | |
| | <a href="#" class="main-btn"> |
| | |
| | دریافت مشاوره |
| | |
| | </a> |
| | |
| | |
| | </div> |
| | |
| | |
| | </section> |
| | |
| | <!-- ========================================== |
| | PROJECTS |
| | ========================================== --> |
| | |
| | <section class="projects"> |
| | |
| | <div class="container"> |
| | |
| | |
| | <div class="section-title"> |
| | |
| | <h2> |
| | جدیدترین پروژههای ما |
| | </h2> |
| | |
| | |
| | |
| | </div> |
| | |
| | |
| | |
| | <div class="project-grid"> |
| | |
| | |
| | |
| | <article class="project-item"> |
| | |
| | <img src="https://dl.faraghaib.ir/m/260023-01/260023-01-11.jpg" |
| | alt="ساخت دستگاه صنعتی سفارشی"> |
| | |
| | </article> |
| | |
| | |
| | |
| | |
| | <article class="project-item"> |
| | |
| | <img src="https://dl.faraghaib.ir/m/260023-01/260023-01-12.jpg" |
| | alt="طراحی ماشین آلات صنعتی"> |
| | |
| | </article> |
| | |
| | |
| | |
| | |
| | <article class="project-item"> |
| | |
| | <img src="https://dl.faraghaib.ir/m/260023-01/260023-01-07.jpg" |
| | alt="ساخت تجهیزات خطوط تولید"> |
| | |
| | </article> |
| | |
| | |
| | |
| | |
| | <article class="project-item"> |
| | |
| | <img src="https://dl.faraghaib.ir/m/260023-01/260023-01-01.jpg" |
| | alt="تولید دستگاه صنعتی کارخانه"> |
| | |
| | </article> |
| | |
| | |
| | |
| | |
| | </div> |
| | |
| | |
| | </div> |
| | |
| | </section> |
| | |
| | |
| | |
| | |
| | |
| | |
| | <!-- ========================================== |
| | STATISTICS |
| | ========================================== --> |
| | |
| | |
| | <section class="statistics"> |
| | |
| | |
| | <div class="container"> |
| | |
| | |
| | <h2> |
| | |
| | تجربهای جدید از خدمات ساخت صنعتی! |
| | |
| | </h2> |
| | |
| | |
| | |
| | <div class="stat-grid"> |
| | |
| | |
| | |
| | <div class="stat"> |
| | |
| | <strong> |
| | 10+ |
| | </strong> |
| | |
| | <span> |
| | سال تجربه صنعتی |
| | </span> |
| | |
| | </div> |
| | |
| | |
| | |
| | |
| | <div class="stat"> |
| | |
| | <strong> |
| | 110 |
| | </strong> |
| | |
| | <span> |
| | پروژه انجام شده |
| | </span> |
| | |
| | </div> |
| | |
| | |
| | |
| | |
| | |
| | <div class="stat"> |
| | |
| | <strong> |
| | 98% |
| | </strong> |
| | |
| | <span> |
| | رضایت مشتریان |
| | </span> |
| | |
| | </div> |
| | |
| | |
| | |
| | |
| | |
| | <div class="stat"> |
| | |
| | <strong> |
| | 350+ |
| | </strong> |
| | |
| | <span> |
| | دستگاه ساخته شده |
| | </span> |
| | |
| | </div> |
| | |
| | |
| | |
| | </div> |
| | |
| | |
| | </div> |
| | |
| | |
| | </section> |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | <!-- ========================================== |
| | ADVANTAGES |
| | ========================================== --> |
| | |
| | |
| | <section class="advantages"> |
| | |
| | |
| | <div class="container"> |
| | |
| | |
| | <div class="section-title"> |
| | |
| | <h2> |
| | |
| | خدمات تخصصی ما |
| | |
| | </h2> |
| | |
| | </div> |
| | |
| | |
| | |
| | <div class="adv-grid"> |
| | |
| | |
| | |
| | <div class="adv-box"> |
| | |
| | |
| | <div class="adv-icon"> |
| | |
| | <i class="fa-solid fa-compass-drafting"></i> |
| | |
| | </div> |
| | |
| | |
| | <h3> |
| | |
| | طراحی مهندسی |
| | |
| | </h3> |
| | |
| | |
| | <p> |
| | |
| | طراحی سه بعدی و نقشهکشی صنعتی |
| | براساس نیاز خط تولید مشتری. |
| | |
| | </p> |
| | |
| | |
| | </div> |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | <div class="adv-box"> |
| | |
| | |
| | <div class="adv-icon"> |
| | |
| | <i class="fa-solid fa-award"></i> |
| | |
| | </div> |
| | |
| | |
| | <h3> |
| | |
| | کنترل کیفیت نهایی |
| | |
| | </h3> |
| | |
| | |
| | <p> |
| | |
| | بررسی عملکرد دستگاه قبل از تحویل |
| | برای تضمین کیفیت و دوام. |
| | |
| | </p> |
| | |
| | |
| | </div> |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | <div class="adv-box"> |
| | |
| | |
| | <div class="adv-icon"> |
| | |
| | <i class="fa-solid fa-truck-fast"></i> |
| | |
| | </div> |
| | |
| | |
| | <h3> |
| | |
| | تحویل و نصب دستگاه |
| | |
| | </h3> |
| | |
| | |
| | <p> |
| | |
| | ارسال، نصب و راهاندازی تجهیزات |
| | در محل کارخانه مشتری. |
| | |
| | </p> |
| | |
| | |
| | </div> |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | <div class="adv-box"> |
| | |
| | |
| | <div class="adv-icon"> |
| | |
| | <i class="fa-solid fa-clock"></i> |
| | |
| | </div> |
| | |
| | |
| | <h3> |
| | |
| | زمانبندی دقیق |
| | |
| | </h3> |
| | |
| | |
| | <p> |
| | |
| | اجرای پروژه طبق برنامه مشخص |
| | و کاهش زمان توقف تولید. |
| | |
| | </p> |
| | |
| | |
| | </div> |
| | |
| | |
| | |
| | </div> |
| | |
| | |
| | </div> |
| | |
| | |
| | </section> |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | <!-- ========================================== |
| | ARTICLES |
| | ========================================== --> |
| | |
| | |
| | <section class="articles"> |
| | |
| | |
| | <div class="container"> |
| | |
| | |
| | <div class="section-title"> |
| | |
| | |
| | <h2> |
| | |
| | جدیدترین مطالب صنعتی |
| | |
| | </h2> |
| | |
| | |
| | </div> |
| | |
| | |
| | |
| | |
| | |
| | <div class="article-grid"> |
| | |
| | |
| | |
| | |
| | |
| | <article class="article-card"> |
| | |
| | |
| | <img src="https://dl.faraghaib.ir/m/260023-01/260023-01-23.jpg" |
| | alt="راهنمای خرید دستگاه صنعتی"> |
| | |
| | |
| | |
| | <div class="article-overlay"> |
| | |
| | <h3> |
| | |
| | راهنمای انتخاب دستگاه صنعتی مناسب خط تولید |
| | |
| | </h3> |
| | |
| | </div> |
| | |
| | |
| | </article> |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | <article class="article-card"> |
| | |
| | |
| | <img src="https://dl.faraghaib.ir/m/260023-01/260023-01-24.jpg" |
| | alt="مهندسی معکوس دستگاه صنعتی"> |
| | |
| | |
| | |
| | <div class="article-overlay"> |
| | |
| | <h3> |
| | |
| | مهندسی معکوس و ساخت دستگاه صنعتی سفارشی |
| | |
| | </h3> |
| | |
| | </div> |
| | |
| | |
| | </article> |
| | |
| | <article class="article-card"> |
| | |
| | |
| | <img src="https://dl.faraghaib.ir/m/260023-01/260023-01-03.jpeg" |
| | alt="مراحل ساخت ماشین آلات صنعتی"> |
| | |
| | <div class="article-overlay"> |
| | |
| | <h3> |
| | |
| | مراحل طراحی و ساخت ماشین آلات صنعتی |
| | |
| | </h3> |
| | |
| | </div> |
| | |
| | |
| | </article> |
| | |
| | <article class="article-card"> |
| | |
| | <img src="https://dl.faraghaib.ir/m/260023-01/260023-01-16.jpg" |
| | alt="قیمت ساخت دستگاه صنعتی"> |
| | |
| | <div class="article-overlay"> |
| | |
| | <h3> |
| | |
| | عوامل موثر بر قیمت ساخت دستگاه صنعتی |
| | |
| | </h3> |
| | |
| | </div> |
| | |
| | |
| | </article> |
| | |
| | |
| | |
| | |
| | |
| | |
| | </div> |
| | |
| | |
| | </div> |
| | |
| | |
| | </section> |
| | |
| | |
| | |
| | |
| | |
| | |
| | <style> |
| | |
| | |
| | /* ====================================== |
| | PROJECTS STYLE |
| | ====================================== */ |
| | |
| | |
| | .projects{ |
| | |
| | padding:45px 0; |
| | |
| } | | } |
|
| |
|
| .deniz-specs td{ | | |
| padding:12px;
| | .section-title{ |
| border-bottom:1px solid #eee;
| | |
| font-size:13px;
| | text-align:center; |
| | |
| | margin-bottom:30px; |
| | |
| } | | } |
|
| |
|
| .deniz-specs td:first-child{ | | |
| width:40%;
| | .section-title h2{ |
| color:#111;
| | |
| font-weight:700;
| | font-size:24px; |
| | |
| | font-weight:bold; |
| | |
| } | | } |
|
| |
|
| .deniz-specs tr:last-child td{ | | |
| border-bottom:0;
| | |
| | .dots{ |
| | |
| | display:flex; |
| | |
| | justify-content:center; |
| | |
| | gap:5px; |
| | |
| | margin-top:10px; |
| | |
| } | | } |
|
| |
|
|
| |
|
| /*==================================================
| | .dots span{ |
| ADVANTAGES
| | |
| ==================================================*/
| | width:8px; |
| | |
| | height:8px; |
| | |
| | background:#f52d48; |
| | |
| | border-radius:50%; |
|
| |
|
| .deniz-advantages{
| |
| display:grid;
| |
| grid-template-columns:1fr;
| |
| gap:20px;
| |
| margin-top:40px;
| |
| } | | } |
|
| |
|
| .deniz-advantage-item{ | | |
| padding:25px 18px;
| | |
| border-radius:22px;
| | |
| background:#fff;
| | .project-grid{ |
| box-shadow:var(--shadow);
| | |
| text-align:center;
| | display:grid; |
| | |
| | grid-template-columns:repeat(2,1fr); |
| | |
| | gap:20px; |
| | |
| } | | } |
|
| |
|
| .deniz-advantage-item .icon{ | | |
| margin-bottom:12px;
| | |
| color:#111;
| | .project-item{ |
| font-size:32px;
| | |
| | overflow:hidden; |
| | |
| | height:170px; |
| | |
| } | | } |
|
| |
|
| .deniz-advantage-item h4{ | | |
| margin-bottom:8px;
| | |
| color:#111;
| | .project-item img{ |
| font-size:17px;
| | |
| | width:100%; |
| | |
| | height:100%; |
| | |
| | object-fit:cover; |
| | |
| | transition:.3s; |
| | |
| } | | } |
|
| |
|
| .deniz-advantage-item p{ | | |
| color:#666;
| | |
| font-size:14px;
| | .project-item:hover img{ |
| line-height:2;
| | |
| | transform:scale(1.08); |
| | |
| } | | } |
|
| |
|
|
| |
|
| /*==================================================
| |
| REVIEWS
| |
| ==================================================*/
| |
|
| |
|
| .deniz-reviews{ | | |
| margin-top:55px;
| | |
| | |
| | |
| | |
| | /* ====================================== |
| | STATISTICS |
| | ====================================== */ |
| | |
| | |
| | .statistics{ |
| | |
| | |
| | padding:55px 0 70px; |
| | |
| | |
| | color:#fff; |
| | |
| | |
| | text-align:center; |
| | |
| | |
| | background: |
| | |
| | linear-gradient( |
| | rgba(0,0,0,.7), |
| | rgba(0,0,0,.7) |
| | ), |
| | |
| | url("images/stat-bg.jpg"); |
| | |
| | background-size:cover; |
| | |
| | background-position:center; |
| | |
| } | | } |
|
| |
|
| .deniz-review-item{ | | |
| margin-bottom:20px;
| | |
| padding:20px;
| | |
| border-radius:20px;
| | .statistics h2{ |
| background:#fff;
| | |
| box-shadow:var(--shadow);
| | font-size:22px; |
| | |
| | margin-bottom:35px; |
| | |
| } | | } |
|
| |
|
| .deniz-review-header{ | | |
| display:flex;
| | |
| align-items:center;
| | |
| justify-content:space-between;
| | .stat-grid{ |
| gap:15px;
| | |
| margin-bottom:12px;
| | |
| | display:grid; |
| | |
| | grid-template-columns:repeat(2,1fr); |
| | |
| | gap:30px 10px; |
| | |
| | |
| } | | } |
|
| |
|
| .deniz-review-name{ | | |
| color:#111;
| | |
| font-size:15px;
| | |
| font-weight:700;
| | .stat strong{ |
| | |
| | |
| | display:block; |
| | |
| | font-size:38px; |
| | |
| | color:#f52d48; |
| | |
| | line-height:1; |
| | |
| | |
| } | | } |
|
| |
|
| .deniz-stars{ | | |
| color:#555;
| | |
| font-size:16px;
| | .stat span{ |
| letter-spacing:2px;
| | |
| | font-size:12px; |
| | |
| } | | } |
|
| |
|
| .deniz-review-text{ | | |
| color:#666;
| | |
| font-size:14px;
| | |
| line-height:2;
| | |
| | |
| | |
| | /* ====================================== |
| | ADVANTAGES |
| | ====================================== */ |
| | |
| | |
| | |
| | .advantages{ |
| | |
| | padding:45px 0; |
| | |
| } | | } |
|
| |
|
|
| |
|
| /*==================================================
| |
| RELATED PRODUCTS
| |
| ==================================================*/
| |
|
| |
|
| .deniz-related{
| |
| margin-top:60px;
| |
| }
| |
|
| |
|
| .deniz-related-title{ | | .adv-grid{ |
| margin-bottom:30px;
| | |
| color:#111;
| | |
| font-size:24px;
| | display:grid; |
| font-weight:700;
| | |
| text-align:center;
| | grid-template-columns:1fr; |
| }
| |
|
| |
|
| .deniz-related-grid{
| | gap:20px; |
| display:grid;
| |
| grid-template-columns:1fr;
| |
| gap:20px;
| |
| }
| |
|
| |
|
| .deniz-related-item{
| |
| overflow:hidden;
| |
| border-radius:20px;
| |
| background:#fff;
| |
| box-shadow:var(--shadow);
| |
| }
| |
|
| |
|
| .deniz-related-item img{
| |
| width:100%;
| |
| aspect-ratio:1;
| |
| object-fit:cover;
| |
| } | | } |
|
| |
|
| .deniz-related-item h5{
| |
| padding:14px;
| |
| color:#111;
| |
| font-size:15px;
| |
| text-align:center;
| |
| }
| |
|
| |
|
|
| |
|
| /*==================================================
| | .adv-box{ |
| FAQ
| |
| ==================================================*/
| |
|
| |
|
| .deniz-faq{
| |
| max-width:1000px;
| |
| margin:60px auto 0;
| |
| }
| |
|
| |
|
| .deniz-faq-wrapper{
| | background:#f5f5f5; |
| max-width:1100px;
| |
| margin:60px auto;
| |
| padding-inline:0;
| |
| }
| |
|
| |
|
| .deniz-faq-title{
| | padding:25px 15px; |
| margin-bottom:30px;
| |
| color:#111;
| |
| font-size:24px;
| |
| font-weight:700;
| |
| line-height:1.6;
| |
| text-align:center;
| |
| }
| |
|
| |
|
| .deniz-faq-item{
| | text-align:center; |
| margin-bottom:12px;
| |
| overflow:hidden;
| |
| border:1px solid #ececec;
| |
| border-radius:18px;
| |
| background:#fff;
| |
| transition:var(--transition);
| |
| }
| |
|
| |
|
| .deniz-faq-item summary{
| |
| display:flex;
| |
| align-items:center;
| |
| justify-content:space-between;
| |
| gap:15px;
| |
| padding:16px;
| |
| cursor:pointer;
| |
| color:#111;
| |
| font-size:14px;
| |
| font-weight:700;
| |
| line-height:1.8;
| |
| list-style:none;
| |
| }
| |
|
| |
|
| .deniz-faq-item summary::-webkit-details-marker{
| |
| display:none;
| |
| } | | } |
|
| |
|
| .deniz-faq-item summary::after{
| |
| flex:none;
| |
| content:"+";
| |
| font-size:22px;
| |
| }
| |
|
| |
|
| .deniz-faq-item[open] summary::after{
| |
| content:"−";
| |
| }
| |
|
| |
|
| .deniz-faq-content{ | | .adv-icon{ |
| padding:0 16px 18px;
| |
| color:#666;
| |
| font-size:13px;
| |
| line-height:2.2;
| |
| }
| |
|
| |
|
|
| |
|
| /*==================================================
| | width:60px; |
| CTA
| |
| ==================================================*/
| |
|
| |
|
| .deniz-cta,
| | height:60px; |
| .deniz-final-contact{
| |
| max-width:1200px;
| |
| margin:60px auto;
| |
| padding:30px 20px;
| |
| border-radius:25px;
| |
| background:#111;
| |
| color:#fff;
| |
| text-align:center;
| |
| }
| |
|
| |
|
| .deniz-cta h3,
| | background:#151515; |
| .deniz-final-contact h2{
| |
| margin-bottom:15px;
| |
| font-size:22px;
| |
| line-height:1.6;
| |
| }
| |
|
| |
|
| .deniz-cta p,
| | color:#fff; |
| .deniz-final-contact p{
| |
| margin-bottom:25px;
| |
| color:#ddd;
| |
| font-size:14px;
| |
| line-height:2;
| |
| }
| |
|
| |
|
| .deniz-cta a,
| | display:flex; |
| .deniz-final-contact a{
| |
| display:inline-flex;
| |
| align-items:center;
| |
| justify-content:center;
| |
| padding:12px 30px;
| |
| border-radius:35px;
| |
| background:#fff;
| |
| color:#111;
| |
| font-weight:700;
| |
| }
| |
|
| |
|
| | align-items:center; |
|
| |
|
| /*==================================================
| | justify-content:center; |
| SHARE
| |
| ==================================================*/
| |
|
| |
|
| .deniz-share{
| | border-radius:50%; |
| display:flex;
| |
| align-items:center;
| |
| justify-content:center;
| |
| gap:10px;
| |
| margin:40px auto;
| |
| }
| |
|
| |
|
| .deniz-share a{
| | margin:auto; |
| display:flex;
| |
| align-items:center;
| |
| justify-content:center;
| |
| width:38px;
| |
| height:38px;
| |
| border-radius:50%;
| |
| background:#f5f5f5;
| |
| color:#222;
| |
| font-size:17px;
| |
| }
| |
|
| |
|
|
| |
|
| /*==================================================
| | font-size:22px; |
| BREADCRUMB
| |
| ==================================================*/
| |
|
| |
|
| .deniz-breadcrumb{
| |
| width:100%;
| |
| max-width:1320px;
| |
| margin:0 auto 30px;
| |
| padding:10px 14px;
| |
| border-radius:15px;
| |
| background:#00401A;
| |
| color:#FFF8C9;
| |
| font-size:12px;
| |
| }
| |
|
| |
|
| .deniz-breadcrumb a{
| | border:3px solid white; |
| color:#FFF8C9;
| |
| }
| |
|
| |
|
| | outline:2px solid #f59aaa; |
|
| |
|
| /*==================================================
| |
| PRICE
| |
| ==================================================*/
| |
|
| |
|
| .deniz-price{
| |
| display:flex;
| |
| align-items:center;
| |
| justify-content:center;
| |
| gap:10px;
| |
| margin-top:15px;
| |
| } | | } |
|
| |
|
| .deniz-price .old-price{
| |
| color:#999;
| |
| font-size:14px;
| |
| text-decoration:line-through;
| |
| }
| |
|
| |
|
| .deniz-price .new-price{
| |
| color:#111;
| |
| font-size:18px;
| |
| font-weight:700;
| |
| }
| |
|
| |
|
|
| |
|
| /*==================================================
| | .adv-box h3{ |
| TRUST
| | |
| ==================================================*/
| | font-size:15px; |
| | |
| | margin:12px 0; |
|
| |
|
| .deniz-trust{
| |
| display:flex;
| |
| flex-wrap:wrap;
| |
| justify-content:center;
| |
| gap:10px;
| |
| margin-top:25px;
| |
| } | | } |
|
| |
|
| .deniz-trust-item{
| |
| display:flex;
| |
| align-items:center;
| |
| gap:8px;
| |
| color:#555;
| |
| font-size:12px;
| |
| }
| |
|
| |
|
| .deniz-trust-item i{
| |
| color:#222;
| |
| font-size:18px;
| |
| }
| |
|
| |
|
| | .adv-box p{ |
| | |
| | font-size:12px; |
| | |
| | line-height:2; |
|
| |
|
| /*==================================================
| | color:#777; |
| FILTER
| |
| ==================================================*/
| |
|
| |
|
| .deniz-filter{
| |
| display:flex;
| |
| flex-wrap:wrap;
| |
| justify-content:center;
| |
| gap:8px;
| |
| margin-bottom:30px;
| |
| } | | } |
|
| |
|
| .deniz-filter button{
| |
| padding:8px 16px;
| |
| border:1px solid #ddd;
| |
| border-radius:30px;
| |
| background:#fff;
| |
| color:#111;
| |
| font-family:inherit;
| |
| font-size:12px;
| |
| cursor:pointer;
| |
| }
| |
|
| |
|
|
| |
|
| /*==================================================
| |
| ACTIONS
| |
| ==================================================*/
| |
|
| |
|
| .deniz-actions{
| |
| display:flex;
| |
| flex-direction:column;
| |
| gap:10px;
| |
| margin-top:20px;
| |
| }
| |
|
| |
|
| .deniz-view-btn,
| |
| .deniz-call-btn,
| |
| .deniz-card .product-btn{
| |
| display:inline-flex;
| |
| align-items:center;
| |
| justify-content:center;
| |
| border-radius:30px;
| |
| font-size:14px;
| |
| font-weight:700;
| |
| }
| |
|
| |
|
| .deniz-view-btn{
| |
| padding:11px 28px;
| |
| background:#111;
| |
| color:#fff;
| |
| }
| |
|
| |
|
| .deniz-call-btn{
| |
| padding:11px 22px;
| |
| border:1px solid #ddd;
| |
| background:#f5f5f5;
| |
| color:#111;
| |
| }
| |
|
| |
|
| .deniz-card .product-btn{
| | /* ====================================== |
| margin-top:20px;
| | ARTICLES |
| padding:10px 25px;
| | ====================================== */ |
| background:#111;
| | |
| color:#fff;
| |
| }
| |
|
| |
|
| | .articles{ |
|
| |
|
| /*==================================================
| | padding:30px 0 60px; |
| PREMIUM / FEATURED
| |
| ==================================================*/
| |
|
| |
|
| .deniz-card.featured > a{
| |
| background:#fafafa;
| |
| box-shadow:var(--shadow);
| |
| } | | } |
|
| |
|
| .deniz-card.premium > a{
| |
| border:1px solid #ededed;
| |
| background:#fff;
| |
| }
| |
|
| |
|
|
| |
|
| /*==================================================
| | .article-grid{ |
| BRAND
| | |
| ==================================================*/
| |
|
| |
|
| .deniz-brand{
| | display:grid; |
| position:relative;
| |
| }
| |
|
| |
|
| .deniz-brand::after{
| | grid-template-columns:1fr; |
| position:absolute;
| |
| right:0;
| |
| bottom:-5px;
| |
| width:100%;
| |
| height:2px;
| |
| background:#111;
| |
| content:"";
| |
| }
| |
|
| |
|
| | gap:20px; |
|
| |
|
| /*==================================================
| |
| FOOTER LINKS
| |
| ==================================================*/
| |
|
| |
|
| .deniz-footer-links{
| |
| display:grid;
| |
| grid-template-columns:1fr;
| |
| gap:20px;
| |
| margin-top:50px;
| |
| } | | } |
|
| |
|
| .deniz-footer-links h4{
| |
| margin-bottom:12px;
| |
| color:#111;
| |
| font-size:16px;
| |
| }
| |
|
| |
|
| .deniz-footer-links a{
| |
| display:block;
| |
| margin-bottom:7px;
| |
| color:#666;
| |
| font-size:14px;
| |
| }
| |
|
| |
|
| | .article-card{ |
|
| |
|
| /*==================================================
| |
| FOCUS
| |
| ==================================================*/
| |
|
| |
|
| .deniz-card a:focus-visible,
| | height:230px; |
| .deniz-share a:focus-visible,
| |
| .deniz-final-contact a:focus-visible,
| |
| .deniz-filter button:focus-visible{
| |
| outline:3px solid #777;
| |
| outline-offset:4px;
| |
| }
| |
|
| |
|
| | position:relative; |
|
| |
|
| /*==================================================
| | overflow:hidden; |
| TABLET
| |
| ==================================================*/
| |
|
| |
|
| @media (min-width:600px){
| |
|
| |
|
| .deniz-products{
| | } |
| padding:65px 20px;
| |
| }
| |
|
| |
|
| .deniz-heading h2{
| |
| font-size:38px;
| |
| }
| |
|
| |
|
| .deniz-grid{
| |
| grid-template-columns:repeat(2,minmax(0,1fr));
| |
| gap:35px;
| |
| }
| |
|
| |
|
| .deniz-card h3{
| |
| font-size:20px;
| |
| }
| |
|
| |
|
| .deniz-intro{
| | .article-card img{ |
| font-size:15px;
| |
| }
| |
|
| |
|
| .deniz-trust-box{
| |
| grid-template-columns:repeat(2,1fr);
| |
| }
| |
|
| |
|
| .deniz-advantages{
| | width:100%; |
| grid-template-columns:repeat(2,1fr);
| |
| }
| |
|
| |
|
| .deniz-related-grid{
| | height:100%; |
| grid-template-columns:repeat(2,1fr);
| |
| }
| |
|
| |
|
| .deniz-actions{
| | object-fit:cover; |
| flex-direction:row;
| |
| justify-content:center;
| |
| }
| |
|
| |
|
| .deniz-view-btn,
| |
| .deniz-call-btn{
| |
| width:auto;
| |
| }
| |
|
| |
|
| .deniz-footer-links{
| |
| grid-template-columns:repeat(2,1fr);
| |
| }
| |
| } | | } |
|
| |
|
|
| |
|
| /*==================================================
| |
| DESKTOP
| |
| ==================================================*/
| |
|
| |
|
| @media (min-width:992px){
| |
|
| |
|
| .deniz-products{
| | .article-overlay{ |
| padding:80px 20px;
| | |
| }
| | |
| | position:absolute; |
| | |
| | right:0; |
|
| |
|
| .deniz-heading{
| | bottom:0; |
| margin-bottom:45px;
| |
| }
| |
|
| |
|
| .deniz-heading h2{
| | left:0; |
| font-size:46px;
| |
| }
| |
|
| |
|
| .deniz-grid{
| | padding:15px; |
| grid-template-columns:repeat(3,minmax(0,1fr));
| |
| gap:42px;
| |
| }
| |
|
| |
|
| .deniz-card .image-box{
| | background: |
| border-radius:var(--radius);
| |
| }
| |
|
| |
|
| .deniz-card h3{
| | linear-gradient( |
| font-size:22px;
| | transparent, |
| }
| | rgba(0,0,0,.85) |
| | ); |
|
| |
|
| .deniz-card p{
| | height:100%; |
| font-size:15px;
| |
| }
| |
|
| |
|
| .deniz-trust-box{
| | display:flex; |
| grid-template-columns:repeat(4,1fr);
| |
| gap:25px;
| |
| }
| |
|
| |
|
| .deniz-product-detail{
| | align-items:flex-end; |
| margin:80px auto;
| |
| }
| |
|
| |
|
| .deniz-product-title{
| |
| font-size:36px;
| |
| }
| |
|
| |
|
| .deniz-product-description{
| | } |
| font-size:16px;
| |
| }
| |
|
| |
|
| .deniz-advantages{
| |
| grid-template-columns:repeat(3,1fr);
| |
| gap:25px;
| |
| }
| |
|
| |
|
| .deniz-related-grid{
| |
| grid-template-columns:repeat(4,1fr);
| |
| }
| |
|
| |
|
| .deniz-footer-links{
| |
| grid-template-columns:repeat(4,1fr);
| |
| }
| |
|
| |
|
| .deniz-final-contact{
| | .article-overlay h3{ |
| padding:45px 30px;
| |
| }
| |
|
| |
|
| .deniz-final-contact h2{
| |
| font-size:32px;
| |
| }
| |
| }
| |
|
| |
|
| | color:white; |
|
| |
|
| /*==================================================
| | font-size:14px; |
| LARGE DESKTOP
| |
| ==================================================*/
| |
|
| |
|
| @media (min-width:1200px){
| | line-height:2; |
|
| |
|
| .deniz-products .container{
| |
| max-width:1320px;
| |
| }
| |
|
| |
|
| .deniz-grid{
| |
| gap:45px;
| |
| }
| |
| } | | } |
|
| |
|
|
| |
|
| /*==================================================
| |
| HOVER
| |
| فقط دستگاههایی که واقعاً hover دارند
| |
| ==================================================*/
| |
|
| |
|
| @media (hover:hover) and (pointer:fine){
| |
|
| |
|
| .deniz-card:hover{
| |
| transform:translateY(-8px);
| |
| }
| |
|
| |
|
| .deniz-card:hover > a{
| |
| background:var(--hover);
| |
| box-shadow:var(--shadow-hover);
| |
| }
| |
|
| |
|
| .deniz-card:hover .image-box img{
| | /* ====================================== |
| transform:scale(1.05);
| | TABLET |
| }
| | ====================================== */ |
| | |
|
| |
|
| .deniz-card:hover h3{
| | @media(min-width:768px){ |
| color:#444;
| |
| }
| |
|
| |
|
| .deniz-card:hover .read-more{
| |
| color:#111;
| |
| }
| |
|
| |
|
| .deniz-card:hover .read-more::after{
| |
| transform:translateX(-5px);
| |
| }
| |
|
| |
|
| .deniz-advantage-item:hover{
| | .project-grid{ |
| transform:translateY(-6px);
| |
| box-shadow:var(--shadow-hover);
| |
| }
| |
|
| |
|
| .deniz-related-item:hover{
| | grid-template-columns:repeat(4,1fr); |
| transform:translateY(-6px);
| |
| }
| |
|
| |
|
| .deniz-card .product-btn:hover,
| | } |
| .deniz-view-btn:hover{
| |
| background:#333;
| |
| transform:translateY(-2px);
| |
| }
| |
|
| |
|
| .deniz-call-btn:hover{
| |
| border-color:#111;
| |
| background:#111;
| |
| color:#fff;
| |
| }
| |
|
| |
|
| .deniz-final-contact a:hover,
| |
| .deniz-cta a:hover{
| |
| transform:translateY(-3px);
| |
| }
| |
|
| |
|
| .deniz-share a:hover{
| | .project-item{ |
| background:#111;
| |
| color:#fff;
| |
| transform:translateY(-4px);
| |
| }
| |
|
| |
|
| .deniz-filter button:hover,
| | height:120px; |
| .deniz-filter button.active{
| |
| border-color:#111;
| |
| background:#111;
| |
| color:#fff;
| |
| }
| |
|
| |
|
| .deniz-footer-links a:hover{
| |
| padding-right:5px;
| |
| color:#111;
| |
| }
| |
| } | | } |
|
| |
|
|
| |
|
| /*==================================================
| |
| ACCESSIBILITY
| |
| ==================================================*/
| |
|
| |
|
| @media (prefers-reduced-motion:reduce){
| | .stat-grid{ |
| | |
| | grid-template-columns:repeat(4,1fr); |
|
| |
|
| *,
| |
| *::before,
| |
| *::after{
| |
| scroll-behavior:auto!important;
| |
| animation-duration:.01ms!important;
| |
| animation-iteration-count:1!important;
| |
| transition-duration:.01ms!important;
| |
| }
| |
| } | | } |
|
| |
|
|
| |
|
| /*==================================================
| |
| HIGH CONTRAST
| |
| ==================================================*/
| |
|
| |
|
| @media (prefers-contrast:high){
| | .adv-grid{ |
| | |
| | grid-template-columns:repeat(4,1fr); |
| | |
| | } |
|
| |
|
| .deniz-card h3,
| |
| .deniz-trust-box h4,
| |
| .deniz-advantage-item h4{
| |
| color:#000;
| |
| }
| |
|
| |
|
| .deniz-card p,
| |
| .deniz-trust-box p,
| |
| .deniz-advantage-item p{
| |
| color:#222;
| |
| }
| |
|
| |
|
| .deniz-card > a{
| | .article-grid{ |
| border:1px solid #333;
| | |
| }
| | grid-template-columns:repeat(4,1fr); |
| | |
| } | | } |
|
| |
|
|
| |
|
| /*==================================================
| |
| PRINT
| |
| ==================================================*/
| |
|
| |
|
| @media print{
| | .article-card{ |
| | |
| | height:200px; |
|
| |
|
| .deniz-products{
| | } |
| padding:20px;
| |
| }
| |
|
| |
|
| .deniz-card:hover,
| |
| .deniz-advantage-item:hover,
| |
| .deniz-related-item:hover{
| |
| transform:none;
| |
| }
| |
|
| |
|
| .deniz-card > a{
| |
| box-shadow:none!important;
| |
| background:none!important;
| |
| }
| |
|
| |
|
| .deniz-share,
| |
| .deniz-card .read-more{
| |
| display:none;
| |
| }
| |
| } | | } |
| | |
| | |
| | |
| | |
| | |
|
| |
|
| </style> | | </style> |
|
| |
|
| <h1> | | <!-- ========================================== |
| خرید کابینت MDF سفارشی از <strong>یاشیل</strong>
| | CLIENT LOGOS |
| </h1> | | ========================================== --> |
| | |
| | |
| | <section class="clients"> |
| | |
| | |
| | <div class="container"> |
| | |
| | |
| | <div class="section-title"> |
| | |
| | |
| | <h2> |
| | |
| | برخی از ماشین آلات ما |
| | |
| | </h2> |
| | |
|
| |
|
| </header> | | <p> |
| | |
| | همکاری با مجموعههای صنعتی معتبر |
| | |
| | </p> |
| | |
| | |
| | </div> |
| | |
| | |
| | |
| | |
| | |
| | <div class="client-grid"> |
|
| |
|
| </html>
| |
|
| |
|
| {{کادرهای متحرک/کابینت یاشیل}}
| | <div class="client-logo"> |
|
| |
|
| {{باکس شناور/کابینت یاشیل}}
| | <img src="https://dl.faraghaib.ir/m/260023-01/260023-01-08.jpg" |
| {{منوی پایین صفحه/کابینت یاشیل}}
| | alt="لوگوی مشتری صنعتی"> |
|
| |
|
| <html lang="fa" dir="rtl"> | | </div> |
|
| |
|
| <body>
| |
|
| |
|
| <!--==================================================
| |
| PRODUCTS SECTION
| |
| ===================================================-->
| |
|
| |
|
| <section class="deniz-products" | | <div class="client-logo"> |
| aria-label="محصولات کابینت MDF یاشیل">
| |
|
| |
|
| <div class="container" style="padding: 1px auto 2px"> | | <img src="https://dl.faraghaib.ir/m/260023-01/260023-01-10.png" |
| | alt="لوگوی کارخانه"> |
|
| |
|
| <!-- Heading --> | | </div> |
|
| |
|
|
| |
|
|
| |
|
| <!-- SEO Intro --> | | <div class="client-logo"> |
|
| |
|
| <div class="deniz-intro"> | | <img src="https://dl.faraghaib.ir/m/260023-01/260023-01-13.png" |
| | alt="لوگوی شرکت تولیدی"> |
|
| |
|
| <p> | | </div> |
|
| |
|
| برند
| |
| <strong class="deniz-brand">
| |
| یاشیل
| |
| </strong>
| |
|
| |
|
| تولیدکننده و مجری انواع
| |
| <strong class="deniz-keyword">
| |
| کابینت MDF سفارشی
| |
| </strong>
| |
|
| |
|
| با طراحی مدرن، ساخت اختصاصی، استفاده از MDF درجه یک، یراقآلات باکیفیت و اجرای دقیق برای آشپزخانههای مدرن، کلاسیک و نئوکلاسیک است. برای دریافت مشاوره رایگان و استعلام قیمت با
| | <div class="client-logo"> |
| <strong>09120713319</strong> | |
| تماس بگیرید.
| |
|
| |
|
| </p> | | <img src="https://dl.faraghaib.ir/m/260023-01/260023-01-14.jpg" |
| | alt="لوگوی مجموعه صنعتی"> |
|
| |
|
| </div> | | </div> |
|
| |
|
| <!-- Product Grid -->
| |
|
| |
|
| <div class="deniz-grid"> | | <div class="client-logo"> |
|
| |
|
| <!-- Product Card 1 --> | | <img src="https://dl.faraghaib.ir/m/260023-01/260023-01-25.jpg" |
| | alt="لوگوی مشتری"> |
|
| |
|
| <article class="deniz-card"> | | </div> |
|
| |
|
| <a href="/products/mdf-kitchen-modern">
| |
|
| |
|
| <div class="image-box">
| |
|
| |
|
| <span class="product-badge best">
| | </div> |
| پرفروش
| |
| </span> | |
|
| |
|
| <img
| |
| src="https://dl.faraghaib.ir/m/260015-01/260015-01-11.jpg"
| |
| alt="کابینت MDF مدرن یاشیل"
| |
| loading="lazy">
| |
|
| |
|
| </div> | | </div> |
|
| |
|
|
| |
|
| <h3> | | </section> |
| کابینت MDF مدرن <strong>یاشیل</strong>
| | |
| </h3> | | |
| | |
| | |
| | |
| | |
| | <!-- ========================================== |
| | CTA |
| | ========================================== --> |
| | |
| | |
| | <section class="cta"> |
| | |
| | |
| | <div class="container"> |
| | |
| | |
| | <h2> |
| | |
| | دستگاه صنعتی مورد نیاز خود را سفارش دهید |
| | |
| | </h2> |
| | |
| | |
|
| |
|
| <p> | | <p> |
| طراحی مینیمال، کیفیت ساخت بالا و مناسب آشپزخانههای امروزی | | |
| | طراحی و ساخت دستگاههای صنعتی سفارشی |
| | براساس نیاز کارخانه و خط تولید شما. |
| | |
| </p> | | </p> |
|
| |
|
| <div class="deniz-features">
| |
|
| |
|
| <span>
| |
| طراحی سفارشی
| |
| </span>
| |
|
| |
|
| <span>
| |
| MDF درجه یک
| |
| </span>
| |
|
| |
|
| <span> | | <a href="#" class="main-btn red"> |
| اجرای دقیق
| | |
| </span> | | دریافت مشاوره رایگان |
| | |
| | </a> |
| | |
| | |
|
| |
|
| </div> | | </div> |
|
| |
|
| <span class="read-more">
| |
| مشاهده محصول
| |
| </span>
| |
|
| |
|
| </a> | | </section> |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | <!-- ========================================== |
| | FOOTER |
| | ========================================== --> |
| | |
| | |
| | <footer class="footer"> |
|
| |
|
| </article>
| |
|
| |
|
| <!-- Product Card 2 --> | | <div class="container"> |
|
| |
|
| <article class="deniz-card">
| |
|
| |
|
| <a href="/products/mdf-kitchen-classic"> | | <div class="footer-grid"> |
|
| |
|
| <div class="image-box">
| |
|
| |
|
| <span class="product-badge new">
| |
| جدید
| |
| </span>
| |
|
| |
|
| <img | | <div class="footer-about"> |
| src="https://dl.faraghaib.ir/m/260015-01/260015-01-35.jpg"
| |
| alt="کابینت MDF کلاسیک یاشیل"
| |
| loading="lazy">
| |
|
| |
|
| </div>
| |
|
| |
|
| <h3> | | <h3> |
| کابینت MDF کلاسیک <strong>یاشیل</strong>
| | |
| | درباره شرکت |
| | |
| </h3> | | </h3> |
| | |
|
| |
|
| <p> | | <p> |
| طراحی لوکس با جزئیات حرفهای و متریال باکیفیت برای آشپزخانههای کلاسیک | | |
| | مجموعه ما با تخصص در طراحی و ساخت دستگاه صنعتی، |
| | تولید ماشینآلات سفارشی و اجرای پروژههای صنعتی، |
| | راهکارهای مهندسی برای صنایع مختلف ارائه میدهد. |
| | |
| </p> | | </p> |
|
| |
|
| <div class="deniz-features">
| |
|
| |
|
| <span>
| |
| رنگ سفارشی
| |
| </span>
| |
|
| |
|
| <span> | | <div class="social"> |
| یراقآلات ممتاز
| | |
| </span> | | |
| | <a href="#"> |
| | <i class="fa-brands fa-instagram"></i> |
| | </a> |
| | |
| | |
| | <a href="#"> |
| | <i class="fa-brands fa-whatsapp"></i> |
| | </a> |
| | |
| | |
| | <a href="#"> |
| | <i class="fa-brands fa-telegram"></i> |
| | </a> |
|
| |
|
| <span>
| |
| دوام بالا
| |
| </span>
| |
|
| |
|
| </div> | | </div> |
|
| |
|
| <span class="read-more">
| |
| مشاهده محصول
| |
| </span>
| |
|
| |
|
| </a> | | </div> |
|
| |
|
| </article>
| |
|
| |
|
| <!-- Product Card 3 -->
| |
|
| |
|
| <article class="deniz-card">
| |
|
| |
|
| <a href="/products/mdf-kitchen-neoclassic">
| |
|
| |
|
| <div class="image-box">
| |
|
| |
|
| <img | | <div class="footer-links"> |
| src="https://dl.faraghaib.ir/m/260015-01/260015-01-36.jpg"
| |
| alt="کابینت MDF نئوکلاسیک یاشیل"
| |
| loading="lazy">
| |
|
| |
|
| </div>
| |
|
| |
|
| <h3> | | <h3> |
| کابینت MDF نئوکلاسیک <strong>یاشیل</strong>
| | |
| | خدمات ما |
| | |
| </h3> | | </h3> |
|
| |
|
| <p>
| |
| ترکیبی از زیبایی سبک کلاسیک و سادگی طراحی مدرن برای آشپزخانههای شیک
| |
| </p>
| |
|
| |
|
| <div class="deniz-features"> | | <ul> |
| | |
| | |
| | <li> |
| | <a href="#"> |
| | ساخت دستگاه صنعتی |
| | </a> |
| | </li> |
| | |
| | |
| | <li> |
| | <a href="#"> |
| | طراحی ماشین آلات صنعتی |
| | </a> |
| | </li> |
|
| |
|
| <span>
| |
| طراحی اختصاصی
| |
| </span>
| |
|
| |
|
| <span> | | <li> |
| متریال درجه یک
| | <a href="#"> |
| </span> | | تجهیزات خطوط تولید |
| | </a> |
| | </li> |
|
| |
|
| <span>
| |
| اجرای حرفهای
| |
| </span>
| |
|
| |
|
| </div> | | <li> |
| | <a href="#"> |
| | اتوماسیون صنعتی |
| | </a> |
| | </li> |
|
| |
|
| <span class="read-more">
| |
| مشاهده محصول
| |
| </span>
| |
|
| |
|
| | <li> |
| | <a href="#"> |
| | مهندسی معکوس |
| </a> | | </a> |
| | </li> |
|
| |
|
| </article> | | |
| | </ul> |
|
| |
|
|
| |
|
| </div> | | </div> |
|
| |
|
| <!--==================================================
| |
| TRUST BOX
| |
| ===================================================-->
| |
|
| |
|
| <section class="deniz-trust-box"
| |
| aria-label="مزایای خرید از یاشیل">
| |
|
| |
|
| <div class="item">
| |
|
| |
|
| <div class="icon">
| |
| ✓
| |
| </div>
| |
|
| |
|
| <h4> | | |
| کیفیت ساخت ممتاز
| | |
| </h4> | | <div class="footer-contact"> |
| | |
| | |
| | <h3> |
| | |
| | تماس با ما |
| | |
| | </h3> |
| | |
| | |
| | <p> |
| | <i class="fa-solid fa-location-dot"></i> |
| | |
| | تهران، شهرک صنعتی |
| | |
| | </p> |
| | |
|
| |
|
| <p> | | <p> |
| استفاده از MDF مرغوب، یراقآلات استاندارد و اجرای دقیق برای افزایش دوام و زیبایی کابینت
| | <i class="fa-solid fa-phone"></i> |
| | |
| | 021-12345678 |
| | |
| </p> | | </p> |
|
| |
|
| </div>
| |
|
| |
|
| <div class="item"> | | <p> |
| | <i class="fa-solid fa-mobile"></i> |
| | |
| | 09121234567 |
|
| |
|
| <div class="icon">
| | </p> |
| 🏆
| |
| </div> | |
|
| |
|
| <h4>
| |
| طراحی کاملاً سفارشی
| |
| </h4>
| |
|
| |
|
| <p> | | <p> |
| طراحی متناسب با فضای آشپزخانه، سلیقه مشتری و بهترین بهرهوری از فضای موجود
| | <i class="fa-solid fa-envelope"></i> |
| | |
| | info@example.com |
| | |
| </p> | | </p> |
| | |
| | |
|
| |
|
| </div> | | </div> |
|
| |
|
| <div class="item">
| |
|
| |
|
| <div class="icon">
| | |
| ★
| | |
| | |
| </div> | | </div> |
|
| |
|
| <h4>
| |
| اجرای حرفهای
| |
| </h4>
| |
|
| |
|
| <p> | | |
| اندازهگیری دقیق، تولید استاندارد و نصب اصولی توسط تیم متخصص <strong>یاشیل</strong>
| | |
| </p>
| | |
| | |
| | <div class="copyright"> |
| | |
| | |
| | تمامی حقوق این سایت متعلق به شرکت طراحی و ساخت دستگاههای صنعتی است. |
| | |
|
| |
|
| </div> | | </div> |
|
| |
|
| <div class="item">
| |
|
| |
|
| <div class="icon">
| | |
| ☎
| |
| </div> | | </div> |
|
| |
|
| <h4>
| |
| مشاوره رایگان
| |
| </h4>
| |
|
| |
|
| <p> | | </footer> |
| برای دریافت مشاوره، طراحی اولیه و استعلام قیمت با
| | |
| <strong>09120713319</strong> | | |
| تماس بگیرید.
| | |
| </p>
| | |
| | |
| | |
| | |
| | <!-- ========================================== |
| | BACK TO TOP |
| | ========================================== --> |
| | |
| | |
| | <button class="top-btn" |
| | onclick="window.scrollTo({top:0,behavior:'smooth'})"> |
| | |
| | |
| | <i class="fa-solid fa-angle-up"></i> |
| | |
| | |
| | </button> |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | <style> |
| | |
| | |
| | /* ====================================== |
| | CLIENTS |
| | ====================================== */ |
| | |
| | |
| | .clients{ |
| | |
| | |
| | padding:45px 0; |
| | |
| | background:#fff; |
| | |
| | |
| | } |
| | |
| | |
| | |
| | .client-grid{ |
| | |
| | |
| | display:grid; |
| | |
| | grid-template-columns:repeat(2,1fr); |
| | |
| | gap:20px; |
| | |
| | |
| | } |
| | |
| | |
| | |
| | .client-logo{ |
| | |
| | |
| | height:90px; |
| | |
| | display:flex; |
| | |
| | align-items:center; |
| | |
| | justify-content:center; |
| | |
| | background:#fafafa; |
| | |
| | |
| | } |
| | |
| | |
| | |
| | .client-logo img{ |
| | |
| | |
| | max-width:130px; |
| | |
| | max-height:60px; |
| | |
| | filter:grayscale(100%); |
| | |
| | opacity:.7; |
| | |
| | transition:.3s; |
| | |
| | |
| | } |
| | |
| | |
| | |
| | .client-logo:hover img{ |
| | |
| | filter:none; |
| | |
| | opacity:1; |
| | |
| | } |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | /* ====================================== |
| | CTA |
| | ====================================== */ |
| | |
| | |
| | .cta{ |
| | |
| | |
| | padding:45px 0; |
| | |
| | text-align:center; |
| | |
| | background:#f6f6f6; |
| | |
| | |
| | } |
| | |
| | |
| | |
| | .cta h2{ |
| | |
| | |
| | font-size:24px; |
| | |
| | margin-bottom:15px; |
| | |
| | |
| | } |
| | |
| | |
| | |
| | .cta p{ |
| | |
| | |
| | font-size:13px; |
| | |
| | color:#777; |
| | |
| | margin-bottom:25px; |
| | |
| | |
| | } |
| | |
| | |
| | |
| | .main-btn.red{ |
| | |
| | |
| | background:#f52d48; |
| | |
| | color:white; |
| | |
| | |
| | } |
| | |
| | |
| | |
| | |
| | |
| | |
| | /* ====================================== |
| | FOOTER |
| | ====================================== */ |
| | |
| | |
| | |
| | .footer{ |
| | |
| | |
| | background: |
| | |
| | linear-gradient( |
| | rgba(20,20,20,.96), |
| | rgba(20,20,20,.96) |
| | ), |
| | |
| | url("images/footer-bg.jpg"); |
| | |
| | |
| | background-size:cover; |
| | |
| | color:white; |
| | |
| | padding:55px 0 20px; |
| | |
| | |
| | } |
| | |
| | |
| | |
| | |
| | .footer-grid{ |
| | |
| | |
| | display:grid; |
| | |
| | grid-template-columns:1fr; |
| | |
| | gap:35px; |
| | |
| | |
| | } |
| | |
| | |
| | |
| | |
| | .footer h3{ |
| | |
| | |
| | font-size:17px; |
| | |
| | margin-bottom:18px; |
| | |
| | |
| | } |
| | |
| | |
| | |
| | .footer p, |
| | .footer li, |
| | .footer a{ |
| | |
| | |
| | font-size:12px; |
| | |
| | color:#bbb; |
| | |
| | line-height:2.2; |
| | |
| | |
| | } |
| | |
| | |
| | |
| | |
| | .footer ul{ |
| | |
| | |
| | list-style:none; |
| | |
| | padding:0; |
| | |
| | |
| | } |
| | |
| | |
| | |
| | |
| | .footer li{ |
| | |
| | |
| | margin-bottom:5px; |
| | |
| | |
| | } |
| | |
| | |
| | |
| | .footer a:hover{ |
| | |
| | color:#f52d48; |
| | |
| | } |
| | |
| | |
| | |
| | |
| | .social{ |
| | |
| | |
| | display:flex; |
| | |
| | gap:10px; |
| | |
| | margin-top:20px; |
| | |
| | |
| | } |
| | |
| | |
| | |
| | |
| | .social a{ |
| | |
| | |
| | width:38px; |
| | |
| | height:38px; |
| | |
| | display:flex; |
| | |
| | align-items:center; |
| | |
| | justify-content:center; |
| | |
| | background:#292929; |
| | |
| | border-radius:50%; |
| | |
| | font-size:18px; |
| | |
| | |
| | } |
| | |
| | |
| | |
| | .copyright{ |
| | |
| | |
| | margin-top:35px; |
| | |
| | padding-top:20px; |
| | |
| | border-top:1px solid #333; |
| | |
| | text-align:center; |
| | |
| | font-size:11px; |
| | |
| | color:#888; |
| | |
|
| |
|
| </div>
| | } |
|
| |
|
| </section>
| |
|
| |
|
| <!--==================================================
| |
| PRODUCT DETAIL
| |
| ===================================================-->
| |
|
| |
|
| <section class="deniz-product-detail">
| |
|
| |
|
| <h2 class="deniz-product-title">
| |
| کابینت MDF سفارشی <strong>یاشیل</strong>
| |
| </h2>
| |
|
| |
|
| <p class="deniz-product-description">
| |
|
| |
|
| کابینتهای MDF <strong>یاشیل</strong> با بهرهگیری از صفحات MDF باکیفیت، یراقآلات استاندارد، طراحی اختصاصی و اجرای دقیق تولید میشوند. این کابینتها علاوه بر زیبایی ظاهری، فضای آشپزخانه را به بهترین شکل سازماندهی کرده و دوام بالایی در استفاده روزمره دارند. برای دریافت مشاوره و ثبت سفارش با شماره
| |
| <strong>09120713319</strong>
| |
| تماس بگیرید.
| |
|
| |
|
| </p>
| |
|
| |
|
| <!-- Specification Table -->
| | /* ====================================== |
| | TOP BUTTON |
| | ====================================== */ |
|
| |
|
| <table class="deniz-specs">
| |
|
| |
|
| <tr>
| | .top-btn{ |
| <td>
| |
| جنس بدنه
| |
| </td>
| |
| <td>
| |
| MDF درجه یک با روکش ملامینه یا PVC
| |
| </td>
| |
| </tr>
| |
|
| |
|
| <tr>
| |
| <td>
| |
| یراقآلات
| |
| </td>
| |
| <td>
| |
| ریل و لولا آرامبند با کیفیت بالا
| |
| </td>
| |
| </tr>
| |
|
| |
|
| <tr>
| | position:fixed; |
| <td>
| |
| نوع طراحی
| |
| </td>
| |
| <td>
| |
| مدرن، کلاسیک و نئوکلاسیک
| |
| </td>
| |
| </tr>
| |
|
| |
|
| <tr>
| | bottom:20px; |
| <td>
| |
| کاربرد
| |
| </td>
| |
| <td>
| |
| آشپزخانه، جزیره، کمد دیواری و دکوراسیون داخلی
| |
| </td>
| |
| </tr>
| |
|
| |
|
| <tr>
| | left:20px; |
| <td>
| |
| خدمات
| |
| </td>
| |
| <td>
| |
| طراحی، ساخت، حمل و نصب تخصصی
| |
| </td>
| |
| </tr>
| |
|
| |
|
| </table>
| | width:40px; |
|
| |
|
| | height:40px; |
|
| |
|
| </html>
| | border:none; |
| {{کانتینر اسلایدر و پس زمینه/کابینت یاشیل}}
| |
| <html>
| |
|
| |
|
| | border-radius:5px; |
|
| |
|
| | background:#f52d48; |
|
| |
|
| <!--==================================================
| | color:white; |
| ADVANTAGES
| |
| ===================================================-->
| |
|
| |
|
| <div class="deniz-advantages">
| | cursor:pointer; |
|
| |
|
| <div class="deniz-advantage-item">
| | z-index:100; |
|
| |
|
| <div class="icon">
| |
| 🏠
| |
| </div>
| |
|
| |
|
| <h4>
| | } |
| طراحی اختصاصی
| |
| </h4>
| |
|
| |
|
| <p>
| |
| طراحی کابینت کاملاً متناسب با ابعاد آشپزخانه، نیاز خانواده و سبک دکوراسیون داخلی.
| |
| </p>
| |
|
| |
|
| </div>
| |
|
| |
|
| <div class="deniz-advantage-item">
| |
|
| |
|
| <div class="icon">
| |
| 🛠
| |
| </div>
| |
|
| |
|
| <h4>
| |
| متریال درجه یک
| |
| </h4>
| |
|
| |
|
| <p>
| | /* ====================================== |
| استفاده از MDF مرغوب، یراقآلات استاندارد و تجهیزات باکیفیت برای افزایش دوام و طول عمر کابینت.
| | MOBILE MENU |
| </p>
| | ====================================== */ |
|
| |
|
| </div>
| |
|
| |
|
| <div class="deniz-advantage-item">
| |
|
| |
|
| <div class="icon">
| | @media(max-width:767px){ |
| ✨
| |
| </div>
| |
|
| |
|
| <h4>
| |
| اجرای حرفهای
| |
| </h4>
| |
|
| |
|
| <p>
| | .nav{ |
| اندازهگیری، طراحی، تولید و نصب دقیق توسط تیم متخصص <strong>یاشیل</strong> با تضمین کیفیت اجرا.
| |
| </p>
| |
|
| |
|
| </div>
| |
|
| |
|
| </div>
| | position:absolute; |
|
| |
|
| <!--==================================================
| | top:70px; |
| CUSTOMER REVIEWS
| |
| ===================================================-->
| |
|
| |
|
| <section class="deniz-reviews">
| | right:4%; |
|
| |
|
| <h3 class="deniz-related-title">
| | left:4%; |
| نظر مشتریان
| |
| </h3>
| |
|
| |
|
| <div class="deniz-review-item">
| | background:#111; |
|
| |
|
| <div class="deniz-review-header">
| | padding:15px; |
|
| |
|
| <span class="deniz-review-name">
| | border-radius:5px; |
| مشتری <strong>یاشیل</strong>
| |
| </span>
| |
|
| |
|
| <span class="deniz-stars">
| | flex-direction:column; |
| ★★★★★
| |
| </span>
| |
|
| |
|
| </div>
| |
|
| |
|
| <p class="deniz-review-text">
| | } |
| کیفیت ساخت کابینت بسیار عالی بود، طراحی دقیق انجام شد و نصب کاملاً تمیز و حرفهای انجام گرفت.
| |
| </p>
| |
|
| |
|
| </div>
| |
|
| |
|
| <div class="deniz-review-item">
| |
|
| |
|
| <div class="deniz-review-header">
| | .nav.show{ |
|
| |
|
| <span class="deniz-review-name">
| | display:flex; |
| صاحب منزل
| |
| </span>
| |
|
| |
|
| <span class="deniz-stars">
| |
| ★★★★★
| |
| </span>
| |
|
| |
|
| </div>
| | } |
|
| |
|
| <p class="deniz-review-text">
| |
| از طراحی سهبعدی تا اجرای نهایی همه چیز دقیق انجام شد و نتیجه دقیقاً مطابق انتظار ما بود.
| |
| </p>
| |
|
| |
|
| </div>
| | .nav a{ |
|
| |
|
| </section>
| | border-bottom:1px solid #333; |
|
| |
|
| <!--==================================================
| | padding:12px; |
| RELATED PRODUCTS
| |
| ===================================================-->
| |
|
| |
|
| <section class="deniz-related">
| | } |
|
| |
|
| <h3 class="deniz-related-title">
| |
| محصولات مرتبط
| |
| </h3>
| |
|
| |
|
| <div class="deniz-related-grid">
| |
|
| |
|
| <a href="/products/modern-mdf-cabinet"
| | } |
| class="deniz-related-item">
| |
|
| |
|
| <img
| |
| src="https://dl.faraghaib.ir/m/260015-01/260015-01-14.jpg"
| |
| alt="کابینت MDF مدرن یاشیل"
| |
| loading="lazy">
| |
|
| |
|
| <h5>
| |
| کابینت MDF مدرن
| |
| </h5>
| |
|
| |
|
| </a>
| |
|
| |
|
| <a href="/products/classic-mdf-cabinet"
| |
| class="deniz-related-item">
| |
|
| |
|
| <img
| |
| src="https://dl.faraghaib.ir/m/260015-01/260015-01-15.jpg"
| |
| alt="کابینت MDF کلاسیک یاشیل"
| |
| loading="lazy">
| |
|
| |
|
| <h5>
| |
| کابینت MDF کلاسیک
| |
| </h5>
| |
|
| |
|
| </a>
| | /* ====================================== |
| | DESKTOP |
| | ====================================== */ |
|
| |
|
| <a href="/products/neoclassic-mdf-cabinet"
| |
| class="deniz-related-item">
| |
|
| |
|
| <img
| | @media(min-width:768px){ |
| src="https://dl.faraghaib.ir/m/260015-01/260015-01-16.jpg"
| |
| alt="کابینت MDF نئوکلاسیک یاشیل"
| |
| loading="lazy">
| |
|
| |
|
| <h5>
| |
| کابینت MDF نئوکلاسیک
| |
| </h5>
| |
|
| |
|
| </a>
| |
|
| |
|
| <a href="/products/custom-mdf-cabinet"
| | .menu-btn{ |
| class="deniz-related-item">
| |
|
| |
|
| <img
| | display:none; |
| src="https://dl.faraghaib.ir/m/260015-01/260015-01-17.jpg"
| |
| alt="کابینت MDF سفارشی یاشیل"
| |
| loading="lazy">
| |
|
| |
|
| <h5>
| | } |
| کابینت MDF سفارشی
| |
| </h5>
| |
|
| |
|
| </a>
| |
|
| |
|
| </div>
| |
|
| |
|
| </section>
| | .nav{ |
|
| |
|
| <!--==================================================
| |
| FAQ SEO SECTION
| |
| ===================================================-->
| |
|
| |
|
| <section class="deniz-faq-wrapper">
| | display:flex; |
|
| |
|
| <h2 class="deniz-faq-title">
| | align-items:center; |
| سوالات متداول درباره کابینت MDF <strong>یاشیل</strong>
| |
| </h2>
| |
|
| |
|
| <details class="deniz-faq-item">
| | gap:18px; |
|
| |
|
| <summary>
| |
| چرا کابینت MDF <strong>یاشیل</strong> انتخاب مناسبی است؟
| |
| </summary>
| |
|
| |
|
| <div class="deniz-faq-content">
| | } |
| کابینتهای MDF <strong>یاشیل</strong> با استفاده از متریال درجه یک، یراقآلات باکیفیت، طراحی اختصاصی و اجرای حرفهای تولید میشوند و علاوه بر زیبایی، دوام و کارایی بالایی دارند.
| |
| </div>
| |
|
| |
|
| </details>
| |
|
| |
|
| <details class="deniz-faq-item">
| |
|
| |
|
| <summary>
| | .header-contact{ |
| آیا امکان طراحی کابینت به صورت سفارشی وجود دارد؟
| |
| </summary>
| |
|
| |
|
| <div class="deniz-faq-content">
| | display:block; |
| بله، تمامی کابینتها متناسب با ابعاد آشپزخانه، سبک دکوراسیون و سلیقه مشتری طراحی و تولید میشوند.
| |
| </div>
| |
|
| |
|
| </details>
| |
|
| |
|
| <details class="deniz-faq-item">
| | } |
|
| |
|
| <summary>
| |
| برای دریافت قیمت کابینت MDF چه کاری باید انجام دهم؟
| |
| </summary>
| |
|
| |
|
| <div class="deniz-faq-content">
| |
| کافی است برای دریافت مشاوره رایگان، ثبت درخواست بازدید و استعلام قیمت با شماره
| |
| <strong>09120713319</strong>
| |
| تماس بگیرید.
| |
| </div>
| |
|
| |
|
| </details>
| | .client-grid{ |
|
| |
|
| </section>
| |
|
| |
|
| <!--==================================================
| | grid-template-columns:repeat(5,1fr); |
| FINAL CTA
| |
| ===================================================-->
| |
| <section class="yasheel-section">
| |
|
| |
|
| | |
| | } |
|
| |
|
|
| |
|
| </section>
| |
| <section class="deniz-final-contact">
| |
|
| |
|
| <h2>
| | .footer-grid{ |
| سفارش کابینت MDF سفارشی از <strong>یاشیل</strong>
| |
| </h2>
| |
|
| |
|
| <p>
| |
| اگر به دنبال کابینتی زیبا، باکیفیت و کاملاً سفارشی هستید، کارشناسان
| |
| <strong>یاشیل</strong>
| |
| آماده ارائه مشاوره رایگان، طراحی سهبعدی و اعلام قیمت هستند.
| |
| برای ارتباط مستقیم با شماره
| |
| <strong>09120713319</strong>
| |
| تماس بگیرید.
| |
| </p>
| |
|
| |
|
| <a href="tel:09120713319">
| | grid-template-columns:2fr 1fr 1fr; |
| تماس با کارشناسان
| |
| </a>
| |
|
| |
|
| </section>
| |
|
| |
|
| <!--==================================================
| | } |
| SHARE
| |
| ===================================================-->
| |
|
| |
|
| <div class="deniz-share">
| |
|
| |
|
| <a href="#"
| |
| aria-label="اشتراک گذاری در شبکه اجتماعی">
| |
| f
| |
| </a>
| |
|
| |
|
| <a href="#"
| | .footer-about p{ |
| aria-label="اشتراک گذاری">
| |
| t
| |
| </a>
| |
|
| |
|
| <a href="#"
| |
| aria-label="اشتراک گذاری">
| |
| in
| |
| </a>
| |
|
| |
|
| </div>
| | max-width:350px; |
|
| |
|
| <!--==================================================
| |
| SEO STRUCTURED DATA
| |
| ===================================================-->
| |
|
| |
|
| <script type="application/ld+json">
| |
| {
| |
| "@context":"https://schema.org",
| |
| "@type":"Product",
| |
| "name":"کابینت MDF یاشیل",
| |
| "description":"طراحی، ساخت و اجرای کابینت MDF سفارشی با متریال درجه یک و یراقآلات باکیفیت",
| |
| "brand":{
| |
| "@type":"Brand",
| |
| "name":"یاشیل"
| |
| },
| |
| "category":"Kitchen Cabinet",
| |
| "telephone":"09120713319",
| |
| "offers":{
| |
| "@type":"Offer",
| |
| "availability":"https://schema.org/InStock",
| |
| "priceCurrency":"IRR"
| |
| }
| |
| } | | } |
| </script>
| |
|
| |
|
| <script type="application/ld+json">
| | |
| {
| | |
| "@context":"https://schema.org",
| |
| "@type":"FAQPage",
| |
| "mainEntity":[
| |
| {
| |
| "@type":"Question",
| |
| "name":"چرا کابینت MDF یاشیل انتخاب مناسبی است؟",
| |
| "acceptedAnswer":{
| |
| "@type":"Answer",
| |
| "text":"کابینتهای یاشیل با MDF مرغوب، یراقآلات استاندارد و طراحی سفارشی تولید میشوند."
| |
| }
| |
| },
| |
| {
| |
| "@type":"Question",
| |
| "name":"آیا طراحی کابینت به صورت سفارشی انجام میشود؟",
| |
| "acceptedAnswer":{
| |
| "@type":"Answer",
| |
| "text":"بله، تمامی پروژهها متناسب با فضای آشپزخانه و سلیقه مشتری طراحی و اجرا میشوند."
| |
| }
| |
| },
| |
| {
| |
| "@type":"Question",
| |
| "name":"چگونه میتوان سفارش ثبت کرد؟",
| |
| "acceptedAnswer":{
| |
| "@type":"Answer",
| |
| "text":"برای دریافت مشاوره رایگان و ثبت سفارش با شماره 09120713319 تماس بگیرید."
| |
| }
| |
| }
| |
| ]
| |
| } | | } |
| </script>
| |
|
| |
|
| </div>
| |
| </section>
| |
|
| |
|
| </body> | | |
| </html> | | |
| [[رده:در حال ویرایش جاوید]]
| | </style> |
| [[رده:کابینت سازی]]
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | <script> |
| | |
| | |
| | const menuButton = |
| | document.querySelector(".menu-btn"); |
| | |
| | |
| | const nav = |
| | document.querySelector(".nav"); |
| | |
| | |
| | |
| | menuButton.addEventListener("click",()=>{ |
| | |
| | |
| | nav.classList.toggle("show"); |
| | |
| | |
| | }); |
| | |
| | |
| | |
| | </script> |
| | </HTML> |