258 rivejä
9.3 KiB
HTML
258 rivejä
9.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Software Solutions</title>
|
|
<!-- Favicons -->
|
|
<link href="assets/img/favicon.png" rel="icon">
|
|
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
|
|
|
|
<!-- Fonts -->
|
|
<link href="https://fonts.googleapis.com" rel="preconnect">
|
|
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
|
|
|
|
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
|
|
|
|
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet">
|
|
|
|
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
|
|
<link href="assets/css/main.css" rel="stylesheet">
|
|
<style>
|
|
body {
|
|
background-color: #ffffff;
|
|
color: #333333;
|
|
font-family: 'Arial', sans-serif;
|
|
}
|
|
|
|
.header-section {
|
|
text-align: center;
|
|
padding: 50px 20px;
|
|
background-color: #f8f9fa;
|
|
border-bottom: 2px solid #eaeaea;
|
|
}
|
|
|
|
.header-section h1 {
|
|
font-size: 2.5rem;
|
|
color: #0056b3;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.header-section p {
|
|
font-size: 1rem;
|
|
color: #666666;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.section-title {
|
|
color: #0056b3;
|
|
font-size: 2rem;
|
|
font-weight: bold;
|
|
margin-bottom: 20px;
|
|
text-align: center;
|
|
}
|
|
|
|
.divider {
|
|
width: 60px;
|
|
height: 4px;
|
|
background-color: #0056b3;
|
|
margin: 0 auto 30px;
|
|
}
|
|
|
|
.icon-box {
|
|
display: flex;
|
|
align-items: flex-start;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.icon-box .icon {
|
|
color: #0056b3;
|
|
font-size: 1.5rem;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.feature-card {
|
|
background-color: #f8f9fa;
|
|
padding: 20px;
|
|
border-radius: 8px;
|
|
transition: all 0.3s ease-in-out;
|
|
}
|
|
|
|
.feature-card:hover {
|
|
background-color: #e9ecef;
|
|
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
|
|
}
|
|
|
|
.image-box img {
|
|
max-width: 100%;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
.btn-primary {
|
|
background-color: #0056b3;
|
|
border-color: #0056b3;
|
|
padding: 12px 25px;
|
|
font-size: 1.1rem;
|
|
transition: all 0.3s ease-in-out;
|
|
}
|
|
|
|
.btn-primary:hover {
|
|
background-color: #003f88;
|
|
border-color: #003f88;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<header id="header" class="header d-flex align-items-center fixed-top">
|
|
</header>
|
|
<!-- Header Section -->
|
|
<div class="header-section">
|
|
<h1>Software Solutions by ADM Technologies</h1>
|
|
<p>We offer a wide range of software solutions, from HRMS to visitor management and mobile software development, designed to streamline business operations and drive efficiency.</p>
|
|
</div>
|
|
|
|
<!-- HRMS Section -->
|
|
<div class="container py-5">
|
|
<h2 class="section-title">HRMS Software</h2>
|
|
<div class="divider"></div>
|
|
<p>Our HRMS software simplifies employee management by automating payroll, attendance tracking, and performance analysis. A robust system to streamline operations for better outcomes.</p>
|
|
<div class="row align-items-center">
|
|
<div class="col-md-6">
|
|
<ul class="list-unstyled">
|
|
<li class="icon-box">
|
|
<span class="icon">✔️</span>
|
|
<span>Integrated Payroll Management</span>
|
|
</li>
|
|
<li class="icon-box">
|
|
<span class="icon">✔️</span>
|
|
<span>Attendance Tracking</span>
|
|
</li>
|
|
<li class="icon-box">
|
|
<span class="icon">✔️</span>
|
|
<span>Performance Analysis</span>
|
|
</li>
|
|
<li class="icon-box">
|
|
<span class="icon">✔️</span>
|
|
<span>Comprehensive Employee Management</span>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="col-md-6 text-center">
|
|
<div class="image-box">
|
|
<img src="hrms-software.png" alt="HRMS Software">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Payroll Management Section -->
|
|
<div class="container py-5">
|
|
<h2 class="section-title">Payroll Management System</h2>
|
|
<div class="divider"></div>
|
|
<p>Our payroll system automates complex calculations, reduces manual errors, and ensures compliance. Simplify your employee compensation processes with ease.</p>
|
|
<div class="row">
|
|
<div class="col-md-6 text-center">
|
|
<div class="image-box">
|
|
<img src="payroll-management.png" alt="Payroll Management System">
|
|
</div>
|
|
</div>
|
|
<div class="col-md-6">
|
|
<ul class="list-unstyled">
|
|
<li class="icon-box">
|
|
<span class="icon">✔️</span>
|
|
<span>Automated Payroll Processing</span>
|
|
</li>
|
|
<li class="icon-box">
|
|
<span class="icon">✔️</span>
|
|
<span>Compliance with Regulations</span>
|
|
</li>
|
|
<li class="icon-box">
|
|
<span class="icon">✔️</span>
|
|
<span>Error-Free Tax Handling</span>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Visitor Management Section -->
|
|
<div class="container py-5">
|
|
<h2 class="section-title">Visitor Management System</h2>
|
|
<div class="divider"></div>
|
|
<p>Enhance visitor experiences and improve security with our advanced Visitor Management System, which seamlessly integrates into your infrastructure.</p>
|
|
<div class="row">
|
|
<div class="col-md-6">
|
|
<ul class="list-unstyled">
|
|
<li class="icon-box">
|
|
<span class="icon">✔️</span>
|
|
<span>Real-Time Visitor Tracking</span>
|
|
</li>
|
|
<li class="icon-box">
|
|
<span class="icon">✔️</span>
|
|
<span>Customizable Badges</span>
|
|
</li>
|
|
<li class="icon-box">
|
|
<span class="icon">✔️</span>
|
|
<span>Integration with Security Systems</span>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="col-md-6 text-center">
|
|
<div class="image-box">
|
|
<img src="visitor-management.png" alt="Visitor Management">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Custom Software Section -->
|
|
<div class="container py-5">
|
|
<h2 class="section-title">Custom Software Development</h2>
|
|
<div class="divider"></div>
|
|
<p>We specialize in tailored software solutions to meet your business needs, leveraging the latest technologies for high-quality software development.</p>
|
|
<div class="row align-items-center">
|
|
<div class="col-md-6 text-center">
|
|
<div class="image-box">
|
|
<img src="custom-software.png" alt="Custom Software Development">
|
|
</div>
|
|
</div>
|
|
<div class="col-md-6">
|
|
<ul class="list-unstyled">
|
|
<li class="icon-box">
|
|
<span class="icon">✔️</span>
|
|
<span>Custom UI/UX Design</span>
|
|
</li>
|
|
<li class="icon-box">
|
|
<span class="icon">✔️</span>
|
|
<span>Seamless Integration</span>
|
|
</li>
|
|
<li class="icon-box">
|
|
<span class="icon">✔️</span>
|
|
<span>Maintenance and Support</span>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Call to Action Section -->
|
|
<div class="text-center py-5">
|
|
<h2 class="section-title">Explore More Software Solutions</h2>
|
|
<p>Contact us today to discover how our solutions can streamline your operations and improve efficiency.</p>
|
|
<button class="btn btn-primary">Get Started</button>
|
|
</div>
|
|
|
|
<footer id="footer" class="footer">
|
|
</footer>
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.bundle.min.js"></script>
|
|
<!-- header and footer js files -->
|
|
<script src="assets/js/navbar.js"></script>
|
|
<script src="assets/js/footer.js"></script>
|
|
</body>
|
|
|
|
</html>
|