پرش به محتوا

09198128515 - فراغیب

از فراغیب
بدون خلاصۀ ویرایش
جایگزینی صفحه با '{{منوی اصلی/مکانیکی محمد}} <html> <script> document.addEventListener("contextmenu", function (event) { event.preventDefault(); alert("کلیک راست در این صفحه غیرفعال است."); }); </script> <div style="width:100%; text-align:center; margin:0 auto;"> <div style="display:inline-block; max-width:100%; overflow:hidden; border-radius:0 0 18px 18px;"> <img src="https://dl.faraghaib.ir/m/260024-01/baner-01.png" alt="...'
برچسب: جایگزین شد
 
(۳ نسخهٔ میانیِ ایجادشده توسط همین کاربر نشان داده نشد)
خط ۱: خط ۱:
{{منوی اصلی/مکانیکی محمد}}
{{منوی اصلی/مکانیکی محمد}}
<html lang="fa" dir="rtl">
<html>
 
<script>
<head>
document.addEventListener("contextmenu", function (event) {
 
  event.preventDefault();
<meta charset="UTF-8">
  alert("کلیک راست در این صفحه غیرفعال است.");
 
});
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</script>
 
<title>
ساخت دستگاه صنعتی | طراحی و تولید ماشین آلات صنعتی سفارشی
</title>
 
<meta name="description"
content="
طراحی و ساخت دستگاه صنعتی سفارشی، ماشین آلات صنعتی،
تجهیزات خطوط تولید، اتوماسیون صنعتی و ساخت تجهیزات کارخانه با کیفیت مهندسی.
">
 
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css">
 
 
<style>
 
/* ===============================
  FONT
================================ */
 
@font-face{
 
font-family:IRANSans;
 
src:url("fonts/IRANSans.woff2");
 
}
 
 
 
*{
 
box-sizing:border-box;
 
margin:0;
 
padding:0;
 
}
 
 
body{
 
font-family:IRANSans,Tahoma,sans-serif;
 
direction:rtl;
 
background:#fff;
 
color:#222;
 
}
 
 
img{
 
max-width:100%;
 
display:block;
 
}
 
 
a{
 
text-decoration:none;
 
color:inherit;
 
}
 
 
.container{
 
width:92%;
 
max-width:1200px;
 
margin:auto;
 
}
 
 
 
/* ===============================
HEADER
================================ */
 
 
.header{
 
position:absolute;
 
top:0;
 
right:0;
 
width:100%;
 
z-index:20;
 
color:white;
 
}
 
 
 
.header-box{
 
height:75px;
 
display:flex;
 
align-items:center;
 
justify-content:space-between;
 
}
 
 
.logo{
 
font-size:24px;
 
font-weight:bold;
 
}
 
 
 
.logo span{
 
color:#f32845;
 
}
 
 
 
.menu-btn{
 
background:none;
 
border:none;
 
color:white;
 
font-size:25px;
 
cursor:pointer;
 
}
 
 
 
.nav{
 
display:none;
 
}
 
 
 
.nav a{
 
font-size:13px;
 
padding:10px;
 
}
 
 
 
.header-contact{
 
display:none;
 
background:white;
 
color:#222;
 
padding:8px 20px;
 
border-radius:5px;
 
font-size:12px;
 
}
 
 
 
/* ===============================
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;
 
}
 
 
 
.hero:after{
 
content:"";
 
position:absolute;
 
bottom:-45px;
 
right:-5%;
 
width:110%;
 
height:90px;
 
background:#fff;
 
border-radius:50% 50% 0 0;
 
}
 
 
 
.hero-content{
 
width:90%;
 
max-width:700px;
 
}
 
 
 
.hero-small{
 
font-size:14px;
 
margin-bottom:15px;
 
}
 
 
 
.hero h1{
 
font-size:36px;
 
line-height:1.6;
 
margin-bottom:15px;
 
}
 
 
 
.hero p{
 
font-size:13px;
 
line-height:2;
 
color:#ddd;
 
margin-bottom:25px;
 
}
 
 
 
.main-btn{
 
display:inline-flex;
 
background:white;
 
color:#222;
 
padding:12px 30px;
 
border-radius:4px;
 
font-size:13px;
 
font-weight:bold;
 
}
 
 
 
 
/* ===============================
SERVICES
================================ */
 
 
.services{
 
padding:45px 0 30px;
 
}
 
 
 
.services-grid{
 
display:grid;
 
grid-template-columns:repeat(2,1fr);
 
gap:35px 15px;
 
}
 
 
 
.service{
 
text-align:center;
 
}
 
 
 
.service-icon{
 
width:70px;
 
height:70px;
 
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;
 
}
 
 
 
.service h3{
 
font-size:13px;
 
margin-top:15px;
 
font-weight:normal;
 
}
 
 
 
 
/* ===============================
ABOUT
================================ */
 
 
.about{
 
   
    color: #FFF8C9;
 
      text-align:center;
 
      padding:45px 0;
 
}
 
 
.my-div {
    position: relative;
    width: 100%;
    min-height: 220px;
 
    background:
        url("https://dl.faraghaib.ir/m/260023-01/260023-01-13.png")
        center / cover
        no-repeat;
}


/* لایه خاکستری شفاف */
.my-div::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(80, 80, 80, 0.5);
}
/* محتوای روی تصویر */
.my-div > * {
    position: relative;
    z-index: 1;
}
/* تبلت */
@media (min-width: 768px) {
    .my-div {
        min-height: 300px;
    }
}
/* دسکتاپ */
@media (min-width: 1024px) {
    .my-div {
        min-height: 400px;
    }
}
.about p{
font-size:13px;
line-height:2.3;
margin-bottom:15px;
}
.about .main-btn{
margin-top:15px;
}
/* ===============================
TABLET
================================ */
@media(min-width:768px){
.services-grid{
grid-template-columns:repeat(4,1fr);
}
.hero h1{
font-size:55px;
}
}
/* استایل برای اطمینان از قرارگیری صحیح در عرض صفحه و ریسپانسیو بودن */
    .advantages {
        padding: 60px 0;
        direction: rtl; /* راست‌چین برای زبان فارسی */
    }
    .container {
        width: 100%;
        max-width: 1200px; /* عرض استاندارد برای جلوگیری از کشیدگی بیش از حد در مانیتورهای بزرگ */
        margin: 0 auto;
        padding: 0 15px;
    }
    .adv-grid {
        display: grid;
        /* ایجاد ۴ ستون مساوی در دسکتاپ */
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }
    .section-title {
        text-align: center;
        margin-bottom: 40px;
    }
    .adv-box {
        text-align: center;
        padding: 20px;
        /* اضافه کردن استایل‌های پایه برای زیبایی (اختیاری) */
    }
    .adv-icon {
        font-size: 2.5rem;
        margin-bottom: 15px;
        color: #007bff; /* رنگ دلخواه برای آیکون‌ها */
    }
    /* بهینه‌سازی برای موبایل و تبلت */
    @media (max-width: 992px) {
        .adv-grid {
            grid-template-columns: repeat(2, 1fr); /* ۲ ستون در تبلت */
        }
    }
    @media (max-width: 576px) {
        .adv-grid {
            grid-template-columns: 1fr; /* ۱ ستون در موبایل */
        }
    }
</style>
</head>
<body>
<header >
<div style="width:100%; text-align:center; margin:0 auto;">
<div style="width:100%; text-align:center; margin:0 auto;">
   <div style="display:inline-block; max-width:100%; overflow:hidden; border-radius:0 0 18px 18px;">
   <div style="display:inline-block; max-width:100%; overflow:hidden; border-radius:0 0 18px 18px;">
<img src="https://dl.faraghaib.ir/m/260024-01/baner-01.png" alt="مکانیکی،جلوبندی و هیدرولیک فرمان محمد">
<img src="https://dl.faraghaib.ir/m/260024-01/baner-01.png" alt="مکانیکی،جلوبندی و هیدرولیک فرمان محمد">
</div>
</div>
<div >
<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-car-burst"></i> <!-- آیکون مرتبط با خودرو -->
                </div>
                <h3>تعمیرات تخصصی جلوبندی</h3>
                <p>
                    بازبینی و تعمیر کامل سیستم تعلیق، کمک‌فنرها و قطعات جلوبندی جهت افزایش پایداری خودرو.
                </p>
            </div>
            <!-- سرویس دوم: هیدرولیک -->
            <div class="adv-box">
                <div class="adv-icon">
                    <i class="fa-solid fa-gears"></i> <!-- آیکون مرتبط با گیربکس و سیستم‌های مکانیکی -->
                </div>
                <h3>خدمات سیستم‌های هیدرولیک</h3>
                <p>
                    عیب‌یابی و سرویس تخصصی پمپ‌ها، سیلندرها و سیستم‌های هیدرولیک سنگین و صنعتی.
                </p>
            </div>
            <!-- سرویس سوم: مکانیک -->
            <div class="adv-box">
                <div class="adv-icon">
                    <i class="fa-solid fa-wrench"></i> <!-- آیکون آچار و تعمیرات -->
                </div>
                <h3>مکانیک خودرو و ماشین‌آلات</h3>
                <p>
                    عیب‌یابی پیشرفته موتور و سیستم‌های انتقال قدرت با استفاده از دستگاه‌های دیاگ و ابزارهای دقیق.
                </p>
            </div>
            <!-- سرویس چهارم: کیفیت و زمان -->
            <div class="adv-box">
                <div class="adv-icon">
                    <i class="fa-solid fa-circle-check"></i> <!-- آیکون تایید کیفیت -->
                </div>
                <h3>تضمین کیفیت و دقت</h3>
                <p>
                    ارائه قطعات اصلی و اجرای تعمیرات با دقت بالا جهت کاهش هزینه‌های نگهداری و افزایش طول عمر قطعات.
                </p>
            </div>
        </div>
    </div>
</section>
</html>
</html>
 
{{کانتبنر 6 ضلعی/مکانیکی محمد}}
{{باکس سلامتی/مکانیکی محمد}}
 
{{محصولات مربعی/مکانیکی محمد}}
{{محصولات مربعی/مکانیکی محمد}}
<html>
</div>
</header>
<!-- ==========================================
    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>
</div>
</div>
</section>
</html>
{{کارت دوره/مکانیکی محمد}}
{{کارت دوره/مکانیکی محمد}}
<html>
<!-- ==========================================
    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;
}
.section-title{
text-align:center;
margin-bottom:30px;
}
.section-title h2{
font-size:24px;
font-weight:bold;
}
.dots{
display:flex;
justify-content:center;
gap:5px;
margin-top:10px;
}
.dots span{
width:8px;
height:8px;
background:#f52d48;
border-radius:50%;
}
.project-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:20px;
}
.project-item{
overflow:hidden;
height:170px;
}
.project-item img{
width:100%;
height:100%;
object-fit:cover;
transition:.3s;
}
.project-item:hover img{
transform:scale(1.08);
}
/* ======================================
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;
}
.statistics h2{
font-size:22px;
margin-bottom:35px;
}
.stat-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:30px 10px;
}
.stat strong{
display:block;
font-size:38px;
color:#f52d48;
line-height:1;
}
.stat span{
font-size:12px;
}
/* ======================================
ADVANTAGES
====================================== */
.advantages{
padding:45px 0;
}
.adv-grid{
display:grid;
grid-template-columns:1fr;
gap:20px;
}
.adv-box{
background:#f5f5f5;
padding:25px 15px;
text-align:center;
}
.adv-icon{
width:60px;
height:60px;
background:#151515;
color:#fff;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
margin:auto;
font-size:22px;
border:3px solid white;
outline:2px solid #f59aaa;
}
.adv-box h3{
font-size:15px;
margin:12px 0;
}
.adv-box p{
font-size:12px;
line-height:2;
color:#777;
}
/* ======================================
ARTICLES
====================================== */
.articles{
padding:30px 0 60px;
}
.article-grid{
display:grid;
grid-template-columns:1fr;
gap:20px;
}
.article-card{
height:230px;
position:relative;
overflow:hidden;
}
.article-card img{
width:100%;
height:100%;
object-fit:cover;
}
.article-overlay{
position:absolute;
right:0;
bottom:0;
left:0;
padding:15px;
background:
linear-gradient(
transparent,
rgba(0,0,0,.85)
);
height:100%;
display:flex;
align-items:flex-end;
}
.article-overlay h3{
color:white;
font-size:14px;
line-height:2;
}
/* ======================================
TABLET
====================================== */
@media(min-width:768px){
.project-grid{
grid-template-columns:repeat(4,1fr);
}
.project-item{
height:120px;
}
.stat-grid{
grid-template-columns:repeat(4,1fr);
}
.adv-grid{
grid-template-columns:repeat(4,1fr);
}
.article-grid{
grid-template-columns:repeat(4,1fr);
}
.article-card{
height:200px;
}
}
</style>
<!-- ==========================================
    CTA
========================================== -->
<section class="cta">
<div class="container">
<h2>
متخصص تعمیرات جلوبندی و سیستم‌های تعلیق
</h2>
<p>
بازبینی کامل سیستم‌های هیدرولیک، تعویض قطعات جلوبندی و رفع تمامی نواقص مکانیکی خودرو.
</p>
<a href="#" class="main-btn red">
دریافت نوبت رزرو
</a>
</div>
</section>
<!-- ==========================================
    FOOTER
========================================== -->
<footer class="footer">
<div class="container">
<div class="footer-grid">
<div class="footer-about">
<h3>
درباره شرکت
</h3>
<p>
تخصص ما در مکانیکی خودرو، تعمیر جلوبندی و هیدرولیک فرمان است.
ارائه خدمات تخصصی تعمیر، سرویس و عیب‌یابی سیستم فرمان و جلوبندی خودرو.
با تکیه بر تجربه فنی، تعمیرات مکانیکی دقیق و باکیفیت را برای انواع خودرو انجام می‌دهیم.
</p>
<div class="social">
<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>
</div>
</div>
<div class="footer-links">
<h3>
خدمات ما
</h3>
<ul>
<li>
<a href="#">
تعمیر انواع موتور
</a>
</li>
<li>
<a href="#">
تعمیرات گیربکس
</a>
</li>
<li>
<a href="#">
جلوبندی سازی
</a>
</li>
<li>
<a href="#">
تعمیرات پمپ هیدرولیک
</a>
</li>
<li>
<a href="#">
مهندسی معکوس
</a>
</li>
</ul>
</div>
<div class="footer-contact">
<h3>
تماس با ما
</h3>
<p>
<i class="fa-solid fa-location-dot"></i>
تهران، شهرک صنعتی
</p>
<p>
<i class="fa-solid fa-phone"></i>
021-12345678
</p>
<p>
<i class="fa-solid fa-mobile"></i>
09121234567
</p>
<p>
<i class="fa-solid fa-envelope"></i>
info@example.com
</p>
</div>
</div>
<div class="copyright">
تمامی حقوق این سایت متعلق به شرکت طراحی و پشتیبانی فراغیب است.
</div>
</div>
</footer>
<!-- ==========================================
    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;
}
/* ======================================
TOP BUTTON
====================================== */
.top-btn{
position:fixed;
bottom:20px;
left:20px;
width:40px;
height:40px;
border:none;
border-radius:5px;
background:#f52d48;
color:white;
cursor:pointer;
z-index:100;
}
/* ======================================
MOBILE MENU
====================================== */
@media(max-width:767px){
.nav{
position:absolute;
top:70px;
right:4%;
left:4%;
background:#111;
padding:15px;
border-radius:5px;
flex-direction:column;
}
.nav.show{
display:flex;
}
.nav a{
border-bottom:1px solid #333;
padding:12px;
}
}
/* ======================================
DESKTOP
====================================== */
@media(min-width:768px){
.menu-btn{
display:none;
}
.nav{
display:flex;
align-items:center;
gap:18px;
}
.header-contact{
display:block;
}
.client-grid{
grid-template-columns:repeat(5,1fr);
}
.footer-grid{
grid-template-columns:2fr 1fr 1fr;
}
.footer-about p{
max-width:350px;
}
}
</style>
<script>
document.addEventListener("contextmenu", function (event) {
  event.preventDefault();
  alert("کلیک راست در این صفحه غیرفعال است.");
});
const menuButton =
document.querySelector(".menu-btn");
const nav =
document.querySelector(".nav");
menuButton.addEventListener("click",()=>{
nav.classList.toggle("show");
});
</script>
</HTML>

نسخهٔ کنونی تا ‏۲۲ اوت ۲۰۲۶، ساعت ۰۸:۰۰

مکانیکی،جلوبندی و هیدرولیک فرمان محمد
توضیح سئو ۱

تعمیر موتور کامل خودرو

تعمیر کامل موتور، با قطعات اصلی و ضمانت؛ قلب خودرو دوباره میتپه.

رزرو نوبت بازدید
توضیح سئو ۲

تعمیرات گیربکس های اتوماتیک

تعمیر تخصصی گیربکس اتوماتیک؛ تعویض نرم دنده و حرکت بیدغدغه.

رزرو نوبت بازدید
توضیح سئو ۱

جلوبندی سازی

جلوبندی اصولی؛ جلوگیری از نشتی روغن و عمر بیشتر موتور

رزرو نوبت بازدید
توضیح سئو ۲

تعمیر پمپ هیدرولیک فرمان

تعمیر پمپ هیدرولیک فرمان؛ فرمان سبک و دقیق، رانندگی ایمن تر

رزرو نوبت بازدید
توضیح سئو ۱

تراشکاری قطعات مختلف

تراشکاری دقیق قطعات؛ دقت میلیمتری و کیفیت کارخانه ای

رزرو نوبت بازدید
توضیح سئو ۲

تعویض روغنی

تعویض روغن به موقع؛ روغن مناسب، عمر طویلتر موتور و گیربکس

رزرو نوبت بازدید