AIPT/en/about.php

69 lines
3.5 KiB
PHP
Raw Permalink Normal View History

2024-10-29 11:42:53 +08:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- SEO Meta Tags -->
<meta name="robots" content="index, follow">
<!--<meta name="description" content="AI Tool Path is an AI tool navigation platform, integrating various SaaS tools and services from different countries and regions.">-->
<!--<meta name="keywords" content="AI tools, SaaS tools, AI integration, AI Tool Path, global AI services, AI tools navigation">-->
<!--<title>About Us - AI Tool Path</title>-->
<?php
$title = "About Us - AI Tool Path";
$description = "AI Tool Path is an AI tool navigation platform, integrating various SaaS tools and services from different countries and regions.";
$keywords = "AI tools, SaaS tools, AI integration, AI Tool Path, global AI services, AI tools navigation";
include('container/links.php');
?>
</head>
<body class="body-bg-color">
<!-- Header -->
<?php include 'container/header.php'; ?>
<!-- Page Title Start -->
<section class="page-title">
<div class="container">
<div class="page-title__inner">
<div class="page-title__shape-1" style="background-image: url(images/shapes/page-title-shape-1.png);"></div>
<div class="page-title__title-box">
<h3 class="page-title__title">About AI Tool Path</h3>
</div>
</div>
</div>
</section>
<!-- About AI Tool Path Section Start -->
<section class="about-us">
<div class="container">
<div class="about-us__wrapper" style="display: flex; align-items: center; justify-content: center; flex-wrap: wrap;">
<!-- Main Content -->
<div class="about-us__content" style="flex: 1; max-width:600px; margin: 0 20px;">
<p style="text-indent: 2em;">AI Tool Path is a comprehensive AI tool navigation platform designed to integrate various SaaS tools and services from different countries and regions. With a focus on simplifying access to AI-powered solutions, AI Tool Path provides users with a centralized hub to discover, compare, and utilize a wide range of AI and SaaS tools across multiple industries.</p>
<p style="text-indent: 2em;">Our platform is built to cater to both individuals and businesses, offering tools that enhance productivity, automate processes, and drive innovation. AI Tool Path curates and categorizes these tools, allowing users to quickly find solutions tailored to their specific needs, whether it's in project management, data analysis, customer service, or any other field where AI technologies can be applied.</p>
<p style="text-indent: 2em;">With continuous updates and an expanding directory of tools, AI Tool Path is committed to staying at the forefront of AI advancements, ensuring that our users have access to the latest and most effective AI solutions available on the market. Join us in navigating the future of AI and unlocking the full potential of AI-driven SaaS tools worldwide.</p>
</div>
</div>
</div>
</section>
<style>
/* Mobile view: content stacks vertically on smaller screens */
@media (max-width: 768px) {
.about-us__wrapper {
flex-direction: column; /* Stack content vertically */
}
}
</style>
<!-- Main Footer Start -->
<?php include 'container/footer.php'; ?>
<!-- Main Footer End -->
<!-- Footer Links -->
<?php include 'container/footer_links.php'; ?>
</body>
</html>