Files
header-inova/footer.html
2026-05-31 18:03:15 +03:30

169 lines
7.0 KiB
HTML

<!doctype html>
<html lang="fa" dir="rtl">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./src/core/stylesheet/core.css" />
<link rel="stylesheet" href="./src/assets/css/footer.css" />
<link rel="stylesheet" href="./src/assets/css/footer-responsive.css" />
<title></title>
</head>
<body>
<div id="root">
<footer class="footer">
<div class="footer-bottom-line"></div>
<div class="container">
<div class="footer-cta">
<div class="footer-cta-content">
<img class="footer-imga" src="./public/images/Group.png" alt="footer"/>
<img class="footer-imgb" src="/public/images/Ñëîé_10.png" alt="footer"/>
<img class="footer-imgc" src="/public/images/Vector (1).png" alt="footer"/>
<img class="footer-imgd" src="/public/images/Vector.png" alt="footer"/>
<div class="footer-cta-txt">
<h2>برای شروع آماده‌اید؟</h2>
<p>خلاقیت و نوآوری منتظر شماست. برای رشد برند خود اکنون اقدام کنید.</p>
</div>
<a href="/consultation" class="footer-cta-btn">
<span>درخواست جلسه مشاوره </span>
<svg aria-hidden="true" width="20px" height="24px">
<use href="./src/assets/icons/footer.svg#phone"></use>
</svg>
</a>
</div>
</div>
<div class="footer-container">
<div class="footer-column footer-one">
<svg aria-hidden="true" width="140px" height="60px">
<use href="./src/assets/icons/footer.svg#inova-logo"></use>
</svg>
<p class="footer-column-txt">
آژانس بازاریابی اینووا، جایی برای هموار کردن مسیر رشد برند شما با استراتژی‌های
نوآورانه و طراحی‌های هوشمندانه است.
</p>
<div class="social-links">
<a href="" target="_blank">
<svg aria-hidden="true" width="32px" height="32px">
<use href="./src/assets/icons/footer.svg#instagram"></use>
</svg>
</a>
<a href="" target="_blank">
<svg aria-hidden="true" width="32px" height="32px">
<use href="./src/assets/icons/footer.svg#telegram"></use>
</svg>
</a>
<a href="" target="_blank">
<svg aria-hidden="true" width="32px" height="32px">
<use href="./src/assets/icons/footer.svg#linkedin"></use>
</svg>
</a>
<a href="" target="_blank">
<svg aria-hidden="true" width="32px" height="32px">
<use href="./src/assets/icons/footer.svg#twitter"></use>
</svg>
</a>
<a href="" target="_blank">
<svg aria-hidden="true" width="32px" height="32px">
<use href="./src/assets/icons/footer.svg#youtube"></use>
</svg>
</a>
<a href="" target="_blank">
<svg aria-hidden="true" width="32px" height="32px">
<use href="./src/assets/icons/footer.svg#aparat"></use>
</svg>
</a>
</div>
</div>
<div class="footer-column footer-column-two">
<h3>ارتباط با ما</h3>
<ul>
<li class="footer-icon-two">
<svg aria-hidden="true" width="20px" height="24px">
<use href="./src/assets/icons/footer.svg#phone"></use>
</svg>
<a href="/contact">تلفن: 91096311-021</a>
</li>
<li class="footer-icon-two">
<svg aria-hidden="true" width="20px" height="24px">
<use href="./src/assets/icons/footer.svg#email"></use>
</svg>
<a href="Info@inova-agency.net"> ایمیل: Info@inova-agency.net </a>
</li>
<li class="footer-icon-two">
<svg aria-hidden="true" width="20px" height="24px">
<use href="./src/assets/icons/footer.svg#codeposti"></use>
</svg>
<div>کد پستی: 1518633969</div>
</li>
<li class="footer-icon-two">
<svg aria-hidden="true" width="20px" height="24px">
<use href="./src/assets/icons/footer.svg#location"></use>
</svg>
<div >
تهران، بلوار نلسون ماندلا (جردن)، پایین تر از جهان کودک، خیابان ناوک، پلاک 12،
طبقه سوم، واحد 8</div>
</li>
</ul>
</div>
<div class="footer-column footer-column-three">
<h3>دسترسی های سریع</h3>
<ul>
<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-column footer-column-four">
<h3>مجوزها</h3>
<ul>
<li class="footer-icon-three">
<svg aria-hidden="true" width="30px" height="24px">
<use href="./src/assets/icons/footer.svg#mojavez2"></use>
</svg>
<a href="" target="_blank"> دارای مجوز رسمی از نظام صنفی رایانه‌ای </a>
</li>
<li class="footer-icon-three">
<svg aria-hidden="true" width="30px" height="24px">
<use href="./src/assets/icons/footer.svg#mojavez3"></use>
</svg>
<a href="" target="_blank"> عضو انجمن صنفی کسب‌وکارهای اینترنتی </a>
</li>
<li class="footer-icon-three">
<img class="ershad-logo" src="./public/images/DigitalPublish 1.png" alt="ershad"/>
<a href="" target="_blank"> دارای مجوز نشر برخط از وزارت ارشاد اسلامی </a>
</li>
</ul>
</div>
</div>
<div class="footer-bottom">
© کلیه حقوق مادی و معنوی این وب‌سایت متعلق به
<span>شرکت پردازشگران بینش‌ساز نگاه نو</span>می‌باشد
</div>
</div>
</footer>
</div>
</body>
</html>