-
Notifications
You must be signed in to change notification settings - Fork 0
/
employeetestimonials.html
203 lines (191 loc) · 13.1 KB
/
employeetestimonials.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
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
<!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 Testimonials - 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>
<!-- Employee Testimonials 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 Testimonials</h2>
<p class="text-muted">Discover what our employees have to say about their experiences working at
EliteTask Dynamics.</p>
</div>
</div>
<!-- Testimonials Carousel -->
<div id="testimonialsCarousel" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<!-- Testimonial 1 -->
<div class="carousel-item active">
<div class="card text-center">
<!-- Replace the image URL with your actual image URL -->
<img src="/assets/img/team/avatar2.jpg" class="card-img-top rounded-circle mx-auto"
style="width: 150px; height: 150px;" alt="Employee 1">
<div class="card-body">
<p class="card-text">"Working at EliteTask Dynamics has been an incredible journey. The
collaborative and innovative work environment has allowed me to grow both
personally and professionally."</p>
<h5 class="card-title">John Doe</h5>
<p class="text-muted">Software Engineer</p>
</div>
</div>
</div>
<!-- Testimonial 2 -->
<div class="carousel-item">
<div class="card text-center">
<!-- Replace the image URL with your actual image URL -->
<img src="/assets/img/team/avatar4.jpg" class="card-img-top rounded-circle mx-auto"
style="width: 150px; height: 150px;" alt="Employee 2">
<div class="card-body">
<p class="card-text">"EliteTask Dynamics is not just a workplace; it's a community of
talented individuals striving for excellence. I am proud to be a part of such an
amazing team."</p>
<h5 class="card-title">Jane Smith</h5>
<p class="text-muted">Digital Marketing Specialist</p>
</div>
</div>
</div>
<!-- Testimonial 3 -->
<div class="carousel-item">
<div class="card text-center">
<!-- Replace the image URL with your actual image URL -->
<img src="/assets/img/team/avatar5.jpg" class="card-img-top rounded-circle mx-auto"
style="width: 150px; height: 150px;" alt="Employee 3">
<div class="card-body">
<p class="card-text">"The positive and inclusive culture at EliteTask Dynamics fosters
creativity and encourages continuous learning. I'm grateful to be a part of this
dynamic team."</p>
<h5 class="card-title">Alex Johnson</h5>
<p class="text-muted">UX/UI Designer</p>
</div>
</div>
</div>
<!-- Testimonial 4 -->
<div class="carousel-item">
<div class="card text-center">
<!-- Replace the image URL with your actual image URL -->
<img src="/assets/img/team/avatar6.jpg" class="card-img-top rounded-circle mx-auto"
style="width: 150px; height: 150px;" alt="Employee 4">
<div class="card-body">
<p class="card-text">"At EliteTask Dynamics, I found a perfect blend of challenging
projects and a supportive team. It's a place where innovation meets collaboration."</p>
<h5 class="card-title">Sophie Williams</h5>
<p class="text-muted">Data Scientist</p>
</div>
</div>
</div>
<!-- Add more testimonials as needed -->
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#testimonialsCarousel"
data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#testimonialsCarousel"
data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</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>