-
Notifications
You must be signed in to change notification settings - Fork 0
/
employeebenefits.html
181 lines (168 loc) · 11.1 KB
/
employeebenefits.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Employee Benefits - EliteTask Dynamics</title>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Inter:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&display=swap">
<!-- Favicon -->
<link rel="icon" href="/assets/img/favicon/favicon.svg" type="image/x-icon">
<link rel="shortcut icon" href="/assets/img/favicon/favicon.svg" type="image/x-icon">
</head>
<body>
<nav class="navbar navbar-light navbar-expand-md sticky-top navbar-shrink py-3" id="mainNav">
<div class="container">
<a class="navbar-brand d-flex align-items-center" href="/">
<span
class="bs-icon-sm bs-icon-circle bs-icon-primary shadow d-flex justify-content-center align-items-center me-2 bs-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor"
viewBox="0 0 16 16" class="bi bi-bezier">
<path fill-rule="evenodd"
d="M0 10.5A1.5 1.5 0 0 1 1.5 9h1A1.5 1.5 0 0 1 4 10.5v1A1.5 1.5 0 0 1 2.5 13h-1A1.5 1.5 0 0 1 0 11.5v-1zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zm10.5.5A1.5 1.5 0 0 1 13.5 9h1a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1-1.5 1.5h-1a1.5 1.5 0 0 1-1.5-1.5v-1zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zM6 4.5A1.5 1.5 0 0 1 7.5 3h1A1.5 1.5 0 0 1 10 4.5v1A1.5 1.5 0 0 1 8.5 7h-1A1.5 1.5 0 0 1 6 5.5v-1zM7.5 4a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1z">
</path>
<path
d="M6 4.5H1.866a1 1 0 1 0 0 1h2.668A6.517 6.517 0 0 0 1.814 9H2.5c.123 0 .244.015.358.043a5.517 5.517 0 0 1 3.185-3.185A1.503 1.503 0 0 1 6 5.5v-1zm3.957 1.358A1.5 1.5 0 0 0 10 5.5v-1h4.134a1 1 0 1 1 0 1h-2.668a6.517 6.517 0 0 1 2.72 3.5H13.5c-.123 0-.243.015-.358.043a5.517 5.517 0 0 0-3.185-3.185z">
</path>
</svg>
</span>
<span>EliteTask Dynamics</span>
</a>
<button data-bs-toggle="collapse" class="navbar-toggler" data-bs-target="#navcol-1">
<span class="visually-hidden">Toggle navigation</span>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navcol-1">
<ul class="navbar-nav mx-auto">
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="services.html">Services</a></li>
<li class="nav-item"><a class="nav-link" href="projects.html">Projects</a></li>
<li class="nav-item"><a class="nav-link" href="pricing.html">Pricing</a></li>
<li class="nav-item"><a class="nav-link" href="contacts.html">Contacts</a></li>
</ul>
<a class="btn btn-primary shadow me-2" role="button" href="signup.html">Sign up</a>
<a class="btn btn-outline-primary" role="button" href="signin.html">Sign In</a>
</div>
</div>
</nav>
<!-- Benefits Section -->
<section class="py-5">
<div class="container py-5">
<div class="row mb-4">
<div class="col-md-8 col-lg-6 text-center mx-auto">
<h2 class="fw-bold">Employee Benefits</h2>
<p class="text-muted">At EliteTask Dynamics, we prioritize the well-being and satisfaction of our
employees. Explore the benefits of being a part of our team.</p>
</div>
</div>
<!-- Benefits Cards -->
<div class="row row-cols-1 row-cols-md-2 g-4">
<!-- Benefit 1 -->
<div class="col">
<div class="card h-100">
<!-- Replace the image URL with your actual image URL -->
<img src="/assets//img/products/healthinsurance.jpeg" class="card-img-top" alt="Benefit 1">
<div class="card-body">
<h5 class="card-title">Health Insurance</h5>
<p class="card-text">Enjoy comprehensive health insurance coverage for you and your
dependents.</p>
</div>
</div>
</div>
<!-- Benefit 2 -->
<div class="col">
<div class="card h-100">
<!-- Replace the image URL with your actual image URL -->
<img src="/assets//img/products/workschedule.jpg" class="card-img-top" alt="Benefit 2">
<div class="card-body">
<h5 class="card-title">Flexible Work Schedule</h5>
<p class="card-text">Work at your optimal hours with our flexible work schedule
policy.</p>
</div>
</div>
</div>
<!-- Benefit 3 -->
<div class="col">
<div class="card h-100">
<!-- Replace the image URL with your actual image URL -->
<img src="/assets//img/products/professionaldevelopment.jpg" class="card-img-top" alt="Benefit 3">
<div class="card-body">
<h5 class="card-title">Professional Development</h5>
<p class="card-text">Access to continuous learning and development opportunities to
enhance your skills.</p>
</div>
</div>
</div>
<!-- Benefit 4 -->
<div class="col">
<div class="card h-100">
<!-- Replace the image URL with your actual image URL -->
<img src="/assets//img/products/retirementplans.jpg" class="card-img-top" alt="Benefit 4">
<div class="card-body">
<h5 class="card-title">Retirement Plans</h5>
<p class="card-text">Secure your future with our competitive retirement savings
plans.</p>
</div>
</div>
</div>
<!-- Add more benefits as needed -->
</div>
<!-- Additional Content Goes Here -->
</div>
</section>
<footer class="bg-primary-gradient">
<div class="container py-4 py-lg-5">
<div class="row justify-content-center">
<div class="col-sm-4 col-md-3 text-center text-lg-start d-flex flex-column">
<h3 class="fs-6 fw-bold">Our Services</h3>
<ul class="list-unstyled">
<li><a href="/webdevelopment.html">Web Development</a></li>
<li><a href="/appdevelopment.html">App Development</a></li>
<li><a href="/cloudcomputing.html">Cloud Computing</a></li>
</ul>
</div>
<div class="col-sm-4 col-md-3 text-center text-lg-start d-flex flex-column">
<h3 class="fs-6 fw-bold">About Us</h3>
<ul class="list-unstyled">
<li><a href="/ourstory.html">Our Story</a></li>
<li><a href="/meettheteam.html">Meet the Team</a></li>
<li><a href="/ourvalues.html">Our Values</a></li>
</ul>
</div>
<div class="col-sm-4 col-md-3 text-center text-lg-start d-flex flex-column">
<h3 class="fs-6 fw-bold">Career Opportunities</h3>
<ul class="list-unstyled">
<li><a href="/careers.html">Job Openings</a></li>
<li><a href="/employeetestimonials.html">Employee Testimonials</a></li>
<li><a href="/employeebenefits.html">Employee Benefits</a></li>
</ul>
</div>
<div class="col-lg-3 text-center text-lg-start d-flex flex-column align-items-center order-first align-items-lg-start order-lg-last">
<div class="fw-bold d-flex align-items-center mb-2">
<span class="bs-icon-sm bs-icon-circle bs-icon-primary d-flex justify-content-center align-items-center bs-icon me-2">
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16" class="bi bi-bezier">
<path fill-rule="evenodd" d="M0 10.5A1.5 1.5 0 0 1 1.5 9h1A1.5 1.5 0 0 1 4 10.5v1A1.5 1.5 0 0 1 2.5 13h-1A1.5 1.5 0 0 1 0 11.5v-1zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zm10.5.5A1.5 1.5 0 0 1 13.5 9h1a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1-1.5 1.5h-1a1.5 1.5 0 0 1-1.5-1.5v-1zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.a.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zM6 4.5A1.5 1.5 0 0 1 7.5 3h1A1.5 1.5 0 0 1 10 4.5v1A1.5 1.5 0 0 1 8.5 7h-1A1.5 1.5 0 0 1 6 5.5v-1zm3.957 1.358A1.5 1.5 0 0 0 10 5.5v-1h4.134a1 1 0 1 1 0 1h-2.668a6.517 6.517 0 0 1 2.72 3.5H13.5c-.123 0-.243.015-.358.043a5.517 5.517 0 0 1-3.185-3.185z"></path>
<path d="M6 4.5H1.866a1 1 0 1 0 0 1h2.668A6.517 6.517 0 0 0 1.814 9H2.5c.123 0 .244.015.358.043a5.517 5.517 0 0 1 3.185-3.185A1.503 1.503 0 0 1 6 5.5v-1zm3.957 1.328A1.5 1.5 0 0 0 10 5.5v-1h4.134a1 1 0 1 1 0 1h-2.668a6.517 6.517 0 0 1 2.72 3.5H13.5c-.123 0-.243.015-.358.043a5.517 5.517 0 0 0-3.185-3.185z"></path>
</svg>
</span>
<span>EliteTask Dynamics</span>
</div>
<p class="text-muted">Empowering digital success with EliteTask Dynamics.</p>
</div>
</div>
<hr class="mt-4">
<div class="text-muted d-flex justify-content-between align-items-center pt-3">
<p class="mb-0">© 2023 EliteTask Dynamics</p>
<ul class="list-inline mb-0">
<li class="list-inline-item"><a href="https://www.facebook.com/soumikisonline/" class="text-white"><i class="bi bi-facebook"></i></a></li>
<li class="list-inline-item"><a href="https://twitter.com/soumikisonline" class="text-white"><i class="bi bi-twitter"></i></a></li>
<li class="list-inline-item"><a href="https://instagram.com/soumikisonline" class="text-white"><i class="bi bi-instagram"></i></a></li>
</ul>
</div>
</div>
</footer>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/bold-and-bright.js"></script>
</body>
</html>