article.html 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=Edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <title>The Future of Web Development: Trends to Watch in 2025 | ITAgency Blog</title>
  8. <meta name="description" content="Discover the latest web development trends for 2025, including AI integration, serverless architecture, and progressive web apps that are shaping the future of digital experiences.">
  9. <meta name="keywords" content="web development 2025, web development trends, AI integration, serverless architecture, progressive web apps, WebAssembly, headless CMS">
  10. <meta name="author" content="James Wilson">
  11. <meta name="robots" content="index,follow">
  12. <!-- Open Graph Tags -->
  13. <meta property="og:title" content="The Future of Web Development: Trends to Watch in 2025 | ITAgency Blog">
  14. <meta property="og:description" content="Discover the latest web development trends for 2025, including AI integration, serverless architecture, and progressive web apps that are shaping the future of digital experiences.">
  15. <meta property="og:image" content="#">
  16. <meta property="og:image:width" content="1200">
  17. <meta property="og:image:height" content="627">
  18. <meta property="og:image:alt" content="Modern web development workspace with code and design elements">
  19. <meta property="og:url" content="https://yoursite.com/pages/blog/article.html">
  20. <meta property="og:type" content="article">
  21. <meta property="og:site_name" content="ITAgency">
  22. <!-- Twitter Card Tags -->
  23. <meta name="twitter:card" content="summary_large_image">
  24. <meta name="twitter:title" content="The Future of Web Development: Trends to Watch in 2025">
  25. <meta name="twitter:description" content="Discover the latest web development trends for 2025, including AI integration, serverless architecture, and progressive web apps.">
  26. <meta name="twitter:image" content="#">
  27. <!-- Canonical URL -->
  28. <link rel="canonical" href="https://yoursite.com/pages/blog/article.html">
  29. <!-- Article specific meta -->
  30. <meta property="article:published_time" content="2025-11-15T10:00:00Z">
  31. <meta property="article:modified_time" content="2025-11-15T10:00:00Z">
  32. <meta property="article:author" content="James Wilson">
  33. <meta property="article:section" content="Technology">
  34. <meta property="article:tag" content="Web Development">
  35. <meta property="article:tag" content="Technology Trends">
  36. <meta property="article:tag" content="AI Integration">
  37. <meta property="article:word_count" content="850">
  38. <!-- Favicon -->
  39. <link rel="icon" type="image/x-icon" href="assets/images/ico-01.png">
  40. <!-- Structured Data - Article Schema -->
  41. <script type="application/ld+json">
  42. {
  43. "@context": "https://schema.org",
  44. "@type": "Article",
  45. "headline": "The Future of Web Development: Trends to Watch in 2025",
  46. "description": "Discover the latest web development trends for 2025, including AI integration, serverless architecture, and progressive web apps that are shaping the future of digital experiences.",
  47. "author": {
  48. "@type": "Person",
  49. "name": "James Wilson",
  50. "jobTitle": "Lead Developer",
  51. "image": "https://yoursite.com/assets/images/team/jameswilson-face.png"
  52. },
  53. "publisher": {
  54. "@type": "Organization",
  55. "name": "ITAgency",
  56. "logo": {
  57. "@type": "ImageObject",
  58. "url": "https://yoursite.com/assets/images/logo-transparent-01.png"
  59. }
  60. },
  61. "datePublished": "2025-11-15T10:00:00Z",
  62. "dateModified": "2025-11-15T10:00:00Z",
  63. "image": {
  64. "@type": "ImageObject",
  65. "url": "https://yoursite.com/assets/images/blog/post-1.png",
  66. "width": 800,
  67. "height": 450
  68. },
  69. "articleSection": "Technology",
  70. "wordCount": 850,
  71. "articleBody": "The web development landscape is evolving rapidly with new technologies and methodologies emerging every year. AI integration, serverless architecture, and progressive web apps are leading the charge in transforming how we build digital experiences.",
  72. "mainEntityOfPage": {
  73. "@type": "WebPage",
  74. "@id": "https://yoursite.com/pages/blog/article.html"
  75. }
  76. }
  77. </script>
  78. <!-- Breadcrumb Schema -->
  79. <script type="application/ld+json">
  80. {
  81. "@context": "https://schema.org",
  82. "@type": "BreadcrumbList",
  83. "itemListElement": [
  84. {
  85. "@type": "ListItem",
  86. "position": 1,
  87. "name": "Home",
  88. "item": "https://yoursite.com"
  89. },
  90. {
  91. "@type": "ListItem",
  92. "position": 2,
  93. "name": "Blog",
  94. "item": "https://yoursite.com/pages/blog"
  95. },
  96. {
  97. "@type": "ListItem",
  98. "position": 3,
  99. "name": "The Future of Web Development: Trends to Watch in 2025"
  100. }
  101. ]
  102. }
  103. </script>
  104. <!-- CSS Files -->
  105. <link rel="stylesheet" href="assets/css/aos.css">
  106. <link rel="stylesheet" href="assets/css/universal-slider.css">
  107. <!-- General CSS files -->
  108. <link rel="stylesheet" href="assets/css/globals.css">
  109. <link rel="stylesheet" href="assets/css/style.css">
  110. </head>
  111. <body class="body-1">
  112. <!-- Tech Page Loader -->
  113. <div id="page-loader" class="page-loader">
  114. <div class="loader-container">
  115. <div class="loader-content">
  116. <!-- Advanced Tech Spinner Only -->
  117. <div class="loader-spinner">
  118. <div class="spinner-ring">
  119. <div></div>
  120. </div>
  121. </div>
  122. <!-- Advanced Progress Bar -->
  123. <div class="loader-progress">
  124. <div class="progress-bar"></div>
  125. </div>
  126. </div>
  127. </div>
  128. </div>
  129. <!-- Header -->
  130. <header class="header">
  131. <div class="container d-flex-between">
  132. <!-- Logo -->
  133. <div class="logo position-relative">
  134. <img class="image" src="assets/images/logo-transparent-01.png" alt="Logo">
  135. <a class="overlay-link" href="index.html"></a>
  136. </div>
  137. <!-- Navigation -->
  138. <nav class="navbar" id="navbar">
  139. <ul class="nav-menu">
  140. <li class="dropdown">
  141. <a class="dropdown-toggle" data-dropdown="home-dropdown">Home</a>
  142. <ul class="dropdown-menu" id="home-dropdown">
  143. <li><a href="index.html" class="dropdown-item">Home 1</a></li>
  144. <li><a href="heroedge.html" class="dropdown-item">Hero Edge</a></li>
  145. <li><a href="home-page-2.html" class="dropdown-item">Home 2</a></li>
  146. <li><a href="home-page-3.html" class="dropdown-item">Home 3</a></li>
  147. <li><a href="home-page-4.html" class="dropdown-item">Home 4</a></li>
  148. </ul>
  149. </li>
  150. <li><a href="about-us.html" class="nav-link">About Us</a></li>
  151. <li><a href="services.html" class="nav-link">Services</a></li>
  152. <li><a href="portfolio.html" class="nav-link">Portfolio</a></li>
  153. <li class="dropdown">
  154. <a class="dropdown-toggle" data-dropdown="blog-dropdown">Blog</a>
  155. <ul class="dropdown-menu" id="blog-dropdown">
  156. <li><a href="blog-column-1.html" class="dropdown-item">Blog Column 1</a></li>
  157. <li><a href="blog-column-2.html" class="dropdown-item">Blog Column 2</a></li>
  158. <li><a href="blog-column-3.html" class="dropdown-item">Blog Column 3</a></li>
  159. <li><a href="article.html" class="dropdown-item">Blog Detail Page</a></li>
  160. </ul>
  161. </li>
  162. <li class="dropdown">
  163. <a class="dropdown-toggle" data-dropdown="pages-dropdown">Pages</a>
  164. <ul class="dropdown-menu" id="pages-dropdown">
  165. <li><a href="process.html" class="dropdown-item">Process</a></li>
  166. <li><a href="pricing.html" class="dropdown-item">Pricing</a></li>
  167. <li><a href="team.html" class="dropdown-item">Team</a></li>
  168. <li><a href="team-member.html" class="dropdown-item">Team Member</a></li>
  169. <li><a href="faqs.html" class="dropdown-item">FAQs</a></li>
  170. <li><a href="terms-conditions.html" class="dropdown-item">Terms & Conditions</a></li>
  171. <li><a href="privacy-policy.html" class="dropdown-item">Privacy Policy</a></li>
  172. <li><a href="service-cards-grid.html" class="dropdown-item">Service Cards Grid</a></li>
  173. <li><a href="buttons.html" class="dropdown-item">Buttons</a></li>
  174. <li><a href="typography.html" class="dropdown-item">Fonts</a></li>
  175. </ul>
  176. </li>
  177. <li><a href="contact-us.html" class="nav-link">Contact Us</a></li>
  178. </ul>
  179. </nav>
  180. <!-- Get Quotes Button -->
  181. <div class="actions d-flex-center">
  182. <a pages/contact-us.html class="btn btn-get-quotes">Get Quotes</a>
  183. <div class="theme-switcher">
  184. <button id="theme-toggle" class="theme-toggle-btn" aria-label="Toggle dark mode">
  185. <svg id="theme-toggle-light-icon" class="sun-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M12 2.25a.75.75 0 01.75.75v2.25a.75.75 0 01-1.5 0V3a.75.75 0 01.75-.75zM7.5 12a4.5 4.5 0 119 0 4.5 4.5 0 01-9 0zM18.894 6.106a.75.75 0 00-1.06-1.06l-1.591 1.59a.75.75 0 101.06 1.061l1.591-1.59zM21.75 12a.75.75 0 01-.75.75h-2.25a.75.75 0 010-1.5H21a.75.75 0 01.75.75zM17.894 17.894a.75.75 0 001.06-1.06l-1.59-1.591a.75.75 0 10-1.061 1.06l1.59 1.591zM12 18a.75.75 0 01.75.75v2.25a.75.75 0 01-1.5 0v-2.25A.75.75 0 0112 18zM7.894 17.894a.75.75 0 00-1.06-1.06l-1.591 1.59a.75.75 0 101.06 1.061l1.591-1.59zM4.5 12a.75.75 0 01-.75.75H1.5a.75.75 0 010-1.5h2.25a.75.75 0 01.75.75zM6.106 6.106a.75.75 0 001.06-1.06l-1.59-1.591a.75.75 0 00-1.061 1.06l1.59 1.591z"/></svg>
  186. <svg id="theme-toggle-dark-icon" class="moon-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path fill-rule="evenodd" d="M9.528 1.718a.75.75 0 01.162.819A8.97 8.97 0 009 6a9 9 0 009 9 8.97 8.97 0 004.463-.69a.75.75 0 01.981.981A10.501 10.501 0 0118 19.5a10.5 10.5 0 01-10.5-10.5 10.5 10.5 0 011.718-5.528.75.75 0 01.81-.162z" clip-rule="evenodd" /></svg>
  187. </button>
  188. </div>
  189. </div>
  190. <!-- Mobile Menu Toggle -->
  191. <button class="mobile-menu-toggle" id="mobile-menu-toggle">
  192. <span class="hamburger-line"></span>
  193. <span class="hamburger-line"></span>
  194. <span class="hamburger-line"></span>
  195. </button>
  196. </div>
  197. </header>
  198. <!-- Main Content -->
  199. <main>
  200. <!-- Article Showcase with Sidebar -->
  201. <article class="article-showcase">
  202. <div class="container">
  203. <div class="article-layout d-grid">
  204. <!-- Main Article Content -->
  205. <div class="article-main">
  206. <!-- Article Header -->
  207. <header class="article-header mb-5">
  208. <div class="article-meta d-flex align-items-center gap-3 mb-3">
  209. <span class="article-category bg-primary text-white px-3 py-1 rounded">Technology</span>
  210. <time class="article-date text-muted" datetime="2025-11-15">July 15, 2025</time>
  211. <span class="article-read-time text-muted">⏱️ 4 min read</span>
  212. </div>
  213. <h1 class="article-title heading-lg">The Future of Web Development: Trends to Watch in 2025</h1>
  214. <div class="article-author d-flex align-items-center gap-3 mt-4">
  215. <div class="author-avatar rounded-circle">
  216. <img src="assets/images/team/jameswilson-face.png" alt="James Wilson - Lead Developer at ITAgency" class="image" width="50" height="50">
  217. </div>
  218. <div class="author-info">
  219. <p class="author-name font-medium">James Wilson</p>
  220. <p class="author-title text-muted">Lead Developer</p>
  221. </div>
  222. </div>
  223. </header>
  224. <!-- Featured Image -->
  225. <figure class="article-featured-image mb-5">
  226. <img src="assets/images/blog/post-1.png"
  227. alt="Modern web development workspace showing code editor with React, AI tools, and serverless architecture diagrams"
  228. class="w-100 rounded-lg"
  229. width="800"
  230. height="450"
  231. loading="lazy">
  232. <figcaption class="image-caption text-muted text-center mt-3">
  233. The evolution of web development continues to accelerate with new technologies and methodologies
  234. </figcaption>
  235. </figure>
  236. <!-- Article Content -->
  237. <div class="article-content">
  238. <p class="article-intro">
  239. The web development landscape is evolving at an unprecedented pace, driven by emerging technologies and changing user expectations. As we navigate through 2025, developers must stay ahead of the curve to build applications that are not only functional but also innovative and user-centric. This comprehensive guide explores the key trends shaping the future of web development.
  240. </p>
  241. <h2 class="subtitles" id="emerging-technologies">Emerging Technologies Reshaping Development</h2>
  242. <p>
  243. The integration of artificial intelligence and machine learning into web development workflows has revolutionized how we approach coding, testing, and deployment. <a href="/services/ai-integration">AI-powered development tools</a> are becoming essential for modern developers, enabling faster code generation, automated testing, and intelligent debugging processes.
  244. </p>
  245. <p>
  246. Serverless architecture continues to gain momentum, offering developers the ability to focus on code rather than infrastructure management. This shift towards Function-as-a-Service (FaaS) platforms has significantly reduced operational overhead while improving scalability and cost-effectiveness.
  247. </p>
  248. <h3 id="key-frameworks">Key Development Frameworks</h3>
  249. <ul class="article-list">
  250. <li><strong>React and Next.js</strong> for modern frontend development with server-side rendering capabilities</li>
  251. <li><strong>Node.js and serverless architectures</strong> for scalable backend solutions</li>
  252. <li><strong>Progressive Web Apps (PWAs)</strong> for enhanced user experiences across devices</li>
  253. <li><strong>WebAssembly (WASM)</strong> for high-performance web applications</li>
  254. <li><strong>Headless CMS integration</strong> for flexible content management systems</li>
  255. <li><strong>AI-powered development tools</strong> for automated code generation and optimization</li>
  256. </ul>
  257. <blockquote class="article-quote">
  258. "The future of web development lies in creating seamless, intelligent experiences that adapt to user needs in real-time. Developers who embrace AI integration and serverless architectures will lead the next wave of digital innovation." - Tech Innovation Report 2025
  259. </blockquote>
  260. <h2 id="performance-ux">Performance and User Experience Focus</h2>
  261. <p>
  262. Core Web Vitals have become critical ranking factors, making performance optimization a top priority for developers. The emphasis on loading speed, interactivity, and visual stability has led to the adoption of advanced techniques such as code splitting, lazy loading, and edge computing.
  263. </p>
  264. <p>
  265. User experience design is increasingly data-driven, with developers leveraging analytics and user behavior insights to create more intuitive interfaces. The rise of micro-interactions and motion design has added new dimensions to web experiences, making them more engaging and memorable.
  266. </p>
  267. <h3>Development Best Practices</h3>
  268. <p>
  269. Modern web development emphasizes clean code architecture, comprehensive testing strategies, and continuous integration/continuous deployment (CI/CD) pipelines. The adoption of TypeScript has significantly improved code quality and maintainability, while design systems ensure consistency across large-scale applications.
  270. </p>
  271. <p>
  272. Security-first development practices have become non-negotiable, with developers implementing authentication, authorization, and data protection measures from the ground up. The integration of security scanning tools into development workflows helps identify vulnerabilities early in the development cycle.
  273. </p>
  274. <h2 id="ai-development">The Role of AI in Modern Development</h2>
  275. <p>
  276. Artificial intelligence is transforming every aspect of web development, from code generation to user experience personalization. AI-powered tools are helping developers write more efficient code, identify bugs faster, and optimize application performance automatically.
  277. </p>
  278. <p>
  279. Machine learning algorithms are being integrated directly into web applications, enabling features such as intelligent search, content recommendations, and automated customer support. The democratization of AI tools has made it possible for developers of all skill levels to incorporate sophisticated AI capabilities into their projects.
  280. </p>
  281. <p>
  282. Looking ahead, the convergence of web development and AI will continue to accelerate, with natural language programming and AI-assisted debugging becoming standard practices. Developers who master these technologies today will be well-positioned for the future of web development.
  283. </p>
  284. </div>
  285. <!-- Article Navigation -->
  286. <nav class="article-navigation d-flex justify-content-between mt-5 mb-4">
  287. <a href="article.html" class="nav-link prev" rel="prev">
  288. <span class="nav-label">←</span>
  289. <span class="nav-title">Mobile App Security Best Practices</span>
  290. </a>
  291. <a href="article.html" class="nav-link next" rel="next">
  292. <span class="nav-title">Cloud Migration Strategies</span>
  293. <span class="nav-label">→</span>
  294. </a>
  295. </nav>
  296. <!-- Article Tags -->
  297. <div class="article-tags mt-5">
  298. <h4 class="tags-title font-heading font-medium">Tags:</h4>
  299. <div class="tags-list d-flex gap-2 flex-wrap">
  300. <a href="javascript:void(0)" class="tag">Web Development</a>
  301. <a href="javascript:void(0)" class="tag">Technology Trends</a>
  302. <a href="javascript:void(0)" class="tag">AI Integration</a>
  303. <a href="javascript:void(0)" class="tag">Frontend</a>
  304. <a href="javascript:void(0)" class="tag">Backend</a>
  305. <a href="javascript:void(0)" class="tag">React</a>
  306. </div>
  307. </div>
  308. </div>
  309. <!-- Sidebar -->
  310. <aside class="article-sidebar">
  311. <!-- Most Read Posts -->
  312. <div class="sidebar-widget popular-posts rounded-lg shadow p-4 mb-4">
  313. <h3 class="font-heading font-bold">Most Read Posts</h3>
  314. <article class="popular-post">
  315. <div class="post-thumbnail">
  316. <img src="assets/images/blog/post-1.png"
  317. alt="Web development trends for 2025" class="rounded" loading="lazy" width="80" height="60">
  318. </div>
  319. <div class="post-content">
  320. <h4 class="post-title font-medium">
  321. <a href="article.html">The Future of Web Development</a>
  322. </h4>
  323. <div class="post-meta text-muted">
  324. <time datetime="2025-07-15">July 15, 2025</time>
  325. <span>1.2k reads</span>
  326. </div>
  327. </div>
  328. </article>
  329. <article class="popular-post">
  330. <div class="post-thumbnail">
  331. <img src="assets/images/blog/post-2.png"
  332. alt="Mobile app security best practices" class="rounded" loading="lazy" width="80" height="60">
  333. </div>
  334. <div class="post-content">
  335. <h4 class="post-title font-medium">
  336. <a href="article.html">Mobile App Security: Best Practices for Developers</a>
  337. </h4>
  338. <div class="post-meta text-muted">
  339. <time datetime="2025-07-10">July 10, 2025</time>
  340. <span>980 reads</span>
  341. </div>
  342. </div>
  343. </article>
  344. <article class="popular-post">
  345. <div class="post-thumbnail">
  346. <img src="assets/images/blog/post-3.png"
  347. alt="Cloud migration strategies guide" class="rounded" loading="lazy" width="80" height="60">
  348. </div>
  349. <div class="post-content">
  350. <h4 class="post-title font-medium">
  351. <a href="article.html">Cloud Migration Strategies for Modern Businesses</a>
  352. </h4>
  353. <div class="post-meta text-muted">
  354. <time datetime="2025-07-05">July 5, 2025</time>
  355. <span>850 reads</span>
  356. </div>
  357. </div>
  358. </article>
  359. </div>
  360. <!-- Newsletter -->
  361. <div class="sidebar-widget newsletter bg-primary rounded-lg p-4 mb-4">
  362. <h3 class="widget-title text-white font-heading font-bold">Subscribe to Our Newsletter</h3>
  363. <p class="text-white">Get our latest web development articles and tech insights delivered straight to your inbox</p>
  364. <form class="newsletter-form" action="javascript:void(0)" method="POST">
  365. <input type="email"
  366. name="email"
  367. placeholder="Your email address"
  368. class="newsletter-input w-100 mb-3 p-3 rounded"
  369. required
  370. aria-label="Email address for newsletter subscription">
  371. <button type="submit" class="btn btn-light btn-block">
  372. Subscribe Now
  373. </button>
  374. </form>
  375. </div>
  376. <!-- Categories -->
  377. <div class="sidebar-widget categories rounded-lg shadow p-4">
  378. <h3 class="font-heading font-bold">Categories</h3>
  379. <ul class="categories-list">
  380. <li><a href="javascript:void(0)">Technology <span class="count">(12)</span></a></li>
  381. <li><a href="javascript:void(0)">Web Development <span class="count">(8)</span></a></li>
  382. <li><a href="javascript:void(0)">Design <span class="count">(15)</span></a></li>
  383. <li><a href="javascript:void(0)">AI & Machine Learning <span class="count">(6)</span></a></li>
  384. <li><a href="javascript:void(0)">Mobile Development <span class="count">(9)</span></a></li>
  385. </ul>
  386. </div>
  387. </aside>
  388. </div>
  389. </div>
  390. </article>
  391. </main>
  392. <!-- Footer -->
  393. <footer class="footer pb-5">
  394. <div class="footer-main">
  395. <div class="container">
  396. <div class="footer-content">
  397. <!-- Company Info -->
  398. <div class="footer-section footer-about"
  399. data-aos="fade-up"
  400. data-aos-delay="100">
  401. <div class="footer-logo">
  402. <img class="image" src="assets/images/logo-transparent-01.png" alt="ITAgency Logo">
  403. </div>
  404. <p class="footer-description">
  405. Empowering businesses with smart, innovative tech solutions.
  406. We craft high-impact web development, mobile apps, and digital
  407. services that fuel your growth and success.
  408. </p>
  409. <div class="footer-social">
  410. <span class="social-label">Follow Us</span>
  411. <div class="social-links">
  412. <a href="javascript:void(0)" class="social-link icon-transition"
  413. data-aos="zoom-in"
  414. data-aos-delay="200">
  415. <svg><use xlink:href="#twitter-x"></use></svg>
  416. </a>
  417. <a href="javascript:void(0)" class="social-link icon-transition"
  418. data-aos="zoom-in"
  419. data-aos-delay="250">
  420. <svg><use xlink:href="#facebook"></use></svg>
  421. </a>
  422. <a href="javascript:void(0)" class="social-link icon-transition"
  423. data-aos="zoom-in"
  424. data-aos-delay="300">
  425. <svg><use xlink:href="#linkedin"></use></svg>
  426. </a>
  427. <a href="javascript:void(0)" class="social-link icon-transition"
  428. data-aos="zoom-in"
  429. data-aos-delay="350">
  430. <svg><use xlink:href="#instagram"></use></svg>
  431. </a>
  432. </div>
  433. </div>
  434. </div>
  435. <!-- Navigation Links -->
  436. <div class="footer-section footer-links"
  437. data-aos="fade-up"
  438. data-aos-delay="200">
  439. <h4 class="footer-title">Navigation</h4>
  440. <ul class="footer-menu">
  441. <li><a href="index.html" class="footer-link">Home</a></li>
  442. <li><a href="about-us.html" class="footer-link">About Us</a></li>
  443. <li><a href="services.html" class="footer-link">Services</a></li>
  444. <li><a href="portfolio.html" class="footer-link">Portfolio</a></li>
  445. <li><a href="team.html" class="footer-link">Team</a></li>
  446. <li><a href="pricing.html" class="footer-link">Pricing</a></li>
  447. <li><a href="blog-column-2.html" class="footer-link">Blog</a></li>
  448. <li><a href="privacy-policy.html" class="footer-link">Privacy Policy</a></li>
  449. <li><a href="terms-conditions.html" class="footer-link">Terms of Service</a></li>
  450. </ul>
  451. </div>
  452. <!-- Services -->
  453. <div class="footer-section footer-services"
  454. data-aos="fade-up"
  455. data-aos-delay="300">
  456. <h4 class="footer-title">Our Services</h4>
  457. <ul class="footer-menu">
  458. <li><a href="javascript:void(0)" class="footer-link">Web Development</a></li>
  459. <li><a href="javascript:void(0)" class="footer-link">Mobile App Development</a></li>
  460. <li><a href="javascript:void(0)" class="footer-link">Cloud Solutions</a></li>
  461. <li><a href="javascript:void(0)" class="footer-link">Digital Marketing</a></li>
  462. <li><a href="javascript:void(0)" class="footer-link">UI/UX Design</a></li>
  463. <li><a href="javascript:void(0)" class="footer-link">Data Analytics</a></li>
  464. <li><a href="javascript:void(0)" class="footer-link">Cybersecurity</a></li>
  465. <li><a href="javascript:void(0)" class="footer-link">IT Consulting</a></li>
  466. </ul>
  467. </div>
  468. <!-- Contact Info -->
  469. <div class="footer-section footer-contact"
  470. data-aos="fade-up"
  471. data-aos-delay="400">
  472. <h4 class="footer-title">Contact Info</h4>
  473. <div class="footer-contact-info">
  474. <div class="contact-item">
  475. <div class="contact-icon">
  476. <svg><use xlink:href="#map-marker-1"></use></svg>
  477. </div>
  478. <div class="contact-text">
  479. <span class="contact-label">Address</span>
  480. <span class="contact-value">789 Innovation Avenue, Future Town, FT 67890</span>
  481. </div>
  482. </div>
  483. <div class="contact-item">
  484. <div class="contact-icon">
  485. <svg><use xlink:href="#phone"></use></svg>
  486. </div>
  487. <div class="contact-text">
  488. <span class="contact-label">Phone</span>
  489. <span class="contact-value">+1 (800) 987-6543</span>
  490. </div>
  491. </div>
  492. <div class="contact-item">
  493. <div class="contact-icon">
  494. <svg><use xlink:href="#envelope-1"></use></svg>
  495. </div>
  496. <div class="contact-text">
  497. <span class="contact-label">Email</span>
  498. <span class="contact-value">hello@itagency.com</span>
  499. </div>
  500. </div>
  501. <div class="contact-item">
  502. <div class="contact-icon">
  503. <svg><use xlink:href="#alarm-1"></use></svg>
  504. </div>
  505. <div class="contact-text">
  506. <span class="contact-label">Business Hours</span>
  507. <span class="contact-value">Mon - Fri: 9:00 AM - 6:00 PM</span>
  508. </div>
  509. </div>
  510. </div>
  511. </div>
  512. <!-- Newsletter -->
  513. <div class="footer-section footer-newsletter"
  514. data-aos="fade-up"
  515. data-aos-delay="500">
  516. <h4 class="footer-title">Newsletter</h4>
  517. <p class="newsletter-description">
  518. Subscribe to our newsletter for the latest tech insights and updates.
  519. </p>
  520. <form class="newsletter-form" id="newsletterForm">
  521. <div class="newsletter-input-group">
  522. <input type="email"
  523. class="newsletter-input"
  524. placeholder="Enter your email address"
  525. required>
  526. <button type="submit" class="newsletter-btn">
  527. <svg><use xlink:href="#arrow-right"></use></svg>
  528. </button>
  529. </div>
  530. <label class="newsletter-checkbox">
  531. <input name="newsletter-agreement" type="checkbox">
  532. <span class="checkmark"></span>
  533. <span class="checkbox-text">I agree to the <a href="privacy-policy.html">Privacy Policy</a></span>
  534. </label>
  535. </form>
  536. <!-- Copyright -->
  537. <div class="footer-copyright"
  538. data-aos="fade-up"
  539. data-aos-delay="500">
  540. <p>© 2026 <a target="_blank" href="https://www.mobanwang.com/" title="网站模板">网站模板</a></p>
  541. </div>
  542. </div>
  543. </div>
  544. </div>
  545. </div>
  546. </footer>
  547. <!-- Scroll to Top Button -->
  548. <button class="scroll-to-top" id="scrollToTop" aria-label="Scroll to top">
  549. <svg viewBox="0 0 24 24">
  550. <path d="M7 14l5-5 5 5z"/>
  551. </svg>
  552. </button>
  553. <!-- JavaScript -->
  554. <script src="assets/lib/aos/aos.js"></script>
  555. <script src="assets/js/universal-slider.js"></script>
  556. <script src="assets/js/custom-isotope.js"></script>
  557. <script src="assets/js/main-01.js"></script>
  558. </body>
  559. </html>