-71%
Version :
Latest Version
Rs1,245.00 Original price was: Rs1,245.00.Rs365.00Current price is: Rs365.00.
martex/
├── index.html
├── about.html
├── services.html
├── pricing.html
├── contact.html
├── assets/
│ ├── css/
│ ├── js/
│ └── images/
└── README.md
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Martex - SaaS & Startup Template</title>
<link rel="stylesheet" href="assets/css/styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
</head>
<body>
<!-- Header -->
<header>
<nav>
<div class="logo">Martex</div>
<ul>
<li><a href="#features">Features</a></li>
<li><a href="#pricing">Pricing</a></li>
<li><a href="#testimonials">Testimonials</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<div class="hero">
<h1>Your Software Solution</h1>
<p>Streamline your workflow with our amazing tools.</p>
<a href="#pricing" class="cta-button">Get Started</a>
</div>
</header>
<!-- Features Section -->
<section id="features">
<h2>Features</h2>
<div class="feature-cards">
<div class="feature-card">
<i class="fas fa-cogs"></i>
<h3>Customizable</h3>
<p>Adapt our software to your unique needs.</p>
</div>
<div class="feature-card">
<i class="fas fa-shield-alt"></i>
<h3>Secure</h3>
<p>Your data is safe with us.</p>
</div>
<div class="feature-card">
<i class="fas fa-clock"></i>
<h3>24/7 Support</h3>
<p>We're here to help anytime.</p>
</div>
</div>
</section>
<!-- Pricing Section -->
<section id="pricing">
<h2>Pricing Plans</h2>
<div class="pricing-tables">
<div class="pricing-table">
<h3>Basic Plan</h3>
<p>$19/month</p>
<ul>
<li>Feature 1</li>
<li>Feature 2</li>
<li>Feature 3</li>
</ul>
<a href="#" class="cta-button">Choose Plan</a>
</div>
<div class="pricing-table">
<h3>Pro Plan</h3>
<p>$49/month</p>
<ul>
<li>Feature 1</li>
<li>Feature 2</li>
<li>Feature 3</li>
</ul>
<a href="#" class="cta-button">Choose Plan</a>
</div>
<div class="pricing-table">
<h3>Enterprise Plan</h3>
<p>Contact us</p>
<ul>
<li>Feature 1</li>
<li>Feature 2</li>
<li>Feature 3</li>
</ul>
<a href="#" class="cta-button">Contact Us</a>
</div>
</div>
</section>
<!-- Testimonials Section -->
<section id="testimonials">
<h2>What Our Clients Say</h2>
<div class="testimonial-cards">
<div class="testimonial-card">
<p>"Martex has transformed our business!"</p>
<h4>Jane Doe</h4>
<span>CEO, Example Corp</span>
</div>
<div class="testimonial-card">
<p>"Incredible features and fantastic support!"</p>
<h4>John Smith</h4>
<span>CTO, Another Company</span>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact">
<h2>Contact Us</h2>
<form>
<input type="text" placeholder="Your Name" required>
<input type="email" placeholder="Your Email" required>
<textarea placeholder="Your Message" required></textarea>
<button type="submit" class="cta-button">Send Message</button>
</form>
</section>
<!-- Footer -->
<footer>
<p>© 2023 Martex. All rights reserved.</p>
</footer>
<script src="assets/js/scripts.js"></script>
</body>
</html>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}
header {
background: #007BFF;
color: white;
padding: 20px;
}
nav {
display: flex;
justify-content: space-between;
align-items: center;
}
nav ul {
list-style-type: none;
display: flex;
margin: 0;
padding: 0;
}
nav ul li {
margin-left: 20px;
}
nav a {
color: white;
text-decoration: none;
}
.hero {
text-align: center;
padding: 50px 20px;
}
.cta-button {
background: #FF5733;
color: white;
padding: 10px 20px;
border: none;
border-radius: 5px;
text-decoration: none;
}
section {
padding: 50px 20px;
text-align: center;
}
.feature-cards, .pricing-tables, .testimonial-cards {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.feature-card, .pricing-table, .testimonial-card {
background: #f9f9f9;
border-radius: 8px;
padding: 20px;
margin: 10px;
width: 300px;
}
footer {
background: #333;
color: white;
text-align: center;
padding: 20px;
}
// Placeholder for future JavaScript functionalities
console.log('Martex template loaded.');
1. All digital products are the most recent version, with no possibility of free updates. After payment, you can request an update to the most recent version for 5 days if a new version is released. We free support within 5 days.
2. If a license is required (Excludes WHMCS license , we provide only method not license), please contact us via email or ticket for assistance with activation. Our license is only valid for activation and does not include support.
3. We provide Mobile, PHP script installation services for $19.90 / ₹1700. Please create a backup after installation as we do not support re-installation. For mobile app source code, we do not offer installation services.
4. If you have any questions, please contact us by email [email protected] or create a ticket on this page
5. Please note that any digital products presented on the website do not contain malicious code, viruses or advertising. You will receive the original files from the developers. We do not sell any products that have been downloaded from other websites.
6. The response time can last up to 6 hours.
No account yet?
Create an Account