-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
376 lines (310 loc) · 16 KB
/
index.html
File metadata and controls
376 lines (310 loc) · 16 KB
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
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>TechPals - Your software pals.</title>
<meta content="TechPals - Your software pals" name="description">
<meta content="TechPals, consultants, contractor" name="keywords">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/logo/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/logo/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/logo/favicon/favicon-16x16.png">
<link rel="manifest" href="/assets/logo/favicon/site.webmanifest">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Montserrat:300,400,500,600,700" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top d-flex align-items-center header-transparent">
<div class="container d-flex align-items-center">
<h1 class="logo me-auto"><a href="index.html"><img src="assets/logo/techpals-logo1.svg" alt="TechPals Logo" class="img-fluid"></a></h1>
<nav id="navbar" class="navbar order-last order-lg-0">
<ul>
<li><a class="nav-link scrollto active" href="#hero">Home</a></li>
<li><a class="nav-link scrollto" href="#about-us">About Us</a></li>
<li><a class="nav-link scrollto" href="#services">Why Us</a></li>
<li><a class="nav-link scrollto" href="#values">Values</a></li>
<li><a class="nav-link scrollto" href="#competences">Competences</a></li>
<li><a class="nav-link" href="./careers.html">Careers</a></li>
<li><a class="nav-link scrollto" href="#contact">Contact</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
<div class="social-links">
<!-- <a href="#" class="twitter"><i class="bi bi-twitter"></i></a>
<a href="#" class="facebook"><i class="bi bi-facebook"></i></a> -->
<a href="https://www.linkedin.com/company/techpals-eu" class="linkedin"><i class="bi bi-linkedin"></i></a>
<!-- <a href="#" class="instagram"><i class="bi bi-instagram"></i></a> -->
</div>
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="clearfix">
<div class="container d-flex h-100">
<div class="row justify-content-center align-self-center" data-aos="fade-up">
<div class="col-lg-6 intro-info order-lg-first order-last" data-aos="zoom-in" data-aos-delay="100">
<h2>TechPals - Your software pals.</h2>
<h3>Hire an agile IT professional to help you grow your product and build the next big thing.</h3>
<h3>We can assist you in finding the right <strong><span>IT professional</span></strong>.</h3>
</div>
<div class="col-lg-6 intro-img order-lg-last order-first" data-aos="zoom-out" data-aos-delay="200">
<img src="assets/img/intro-img.svg" alt="" class="img-fluid">
</div>
</div>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= Why Us Section ======= -->
<section id="about-us" class="why-us">
<div class="container-fluid" data-aos="fade-up">
<header class="section-header">
<h3>About us</h3>
</header>
<div class="row">
<div style="margin-bottom:1rem;">
<p class="about-content">
We are an independent company built by <strong>software developers</strong> with solid experience, from small to large scale systems.
Our experience is our strongest asset which helps us to balance the trade-off between time-to-market and quality.
Together, we set common goals that we work for on a daily basis.
</p>
<p class="about-content">
Our experience span over different industries like <strong>FinTech</strong>, <strong>HealthTech</strong> and <strong>Telecom</strong>. TechPals is characterized
by a <strong>"just do it</strong>" mentality, and we do not turn away from complicated and difficult challenges, on the contrary,
we thrive best there.
</p>
</div>
<div class="col-lg-6" data-aos="zoom-in" data-aos-delay="100">
<div class="why-us-img">
<img src="assets/img/why-us.webp" alt="" class="img-fluid">
</div>
</div>
<div class="col-lg-6">
<div class="why-us-content" style="padding-top: 5%;">
<div class="features clearfix" data-aos="fade-up" data-aos-delay="100">
<i class="bi bi-bookmarks" style="color: #f058dc;"></i>
<h4>Our passion</h4>
<p>Is to build software the right way. This makes us evolve.</p>
</div>
<div class="features clearfix" data-aos="fade-up" data-aos-delay="200">
<i class="bi bi-box-seam" style="color: #ffb774;"></i>
<h4>Our priority</h4>
<p>Is to build the right product for our clients. This makes us grow.</p>
</div>
<div class="features clearfix" data-aos="fade-up" data-aos-delay="300">
<i class="bi bi-card-checklist" style="color: #589af1;"></i>
<h4>Our goal</h4>
<p>Is to find great IT talents for our clients and enable them to deliver great products.</p>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Why Us Section -->
<!-- ======= Services Section ======= -->
<section id="services" class="services section-bg">
<div class="container" data-aos="fade-up">
<header class="section-header">
<h3>Why us?</h3>
</header>
<div class="row">
<div class="col-md-6 col-lg-4 wow bounceInUp" data-aos="zoom-in" data-aos-delay="100">
<div class="box">
<div class="icon" style="background: #fceef3;"><i class="bi bi-house" style="color: #ff689b;"></i></div>
<h4 class="title"><a href="">Remote First</a></h4>
<p class="description">We are a remote first company so our employees get to work from wherever they want.</p>
</div>
</div>
<div class="col-md-6 col-lg-4" data-aos="zoom-in" data-aos-delay="200">
<div class="box">
<div class="icon" style="background: #fff0da;"><i class="bi bi-currency-euro" style="color: #e98e06;"></i></div>
<h4 class="title"><a href="">EU based</a></h4>
<p class="description">Even though we are a remote first company our employees are based in EU, so we are GDPR compliant.</p>
</div>
</div>
<div class="col-md-6 col-lg-4" data-aos="zoom-in" data-aos-delay="300">
<div class="box">
<div class="icon" style="background: #e6fdfc;"><i class="bi bi-key" style="color: #3fcdc7;"></i></div>
<h4 class="title"><a href="">Security</a></h4>
<p class="description">We know how to handle data with respect and security is always our top priority</p>
</div>
</div>
</div>
</div>
</section><!-- End Services Section -->
<!-- ======= Our Values Section ======= -->
<section id="values" class="why-us">
<div class="container-fluid" data-aos="fade-up">
<header class="section-header">
<h3>Our Values</h3>
</header>
<div class="row">
<div class="col-lg-6">
<div class="why-us-content">
<div class="features clearfix" data-aos="fade-up" data-aos-delay="200">
<i class="bi bi-box-seam" style="color: #ffb774;"></i>
<h4>TEAM SPIRIT</h4>
<p>We might not work together all the time, but we always act like a team.
In TechPals we communicate, we share knowledge, we help each other, we show
respect for different opinions, we celebrate milestones and include everyone
towards one goal. We believe that you can get further together when you act as a team.</p>
</div>
<div class="features clearfix" data-aos="fade-up" data-aos-delay="300">
<i class="bi bi-briefcase" style="color: #589af1;"></i>
<h4>ACCOUNTABILITY</h4>
<p>We have solid standards and we stick to them no matter what. We rely on honesty,
transparency, trustworthiness to achieve accountability.</p>
</div>
<div class="features clearfix" data-aos="fade-up" data-aos-delay="300">
<i class="bi bi-people" style="color: #3fcdc7;"></i>
<h4>CUSTOMER FIRST</h4>
<p>In TechPals, we always walk the extra mile for our customers, we pay attention to
detail and always strive for simplicity without sacrificing quality.</p>
</div>
<div class="features clearfix" data-aos="fade-up" data-aos-delay="300">
<i class="bi bi-card-checklist" style="color: #f058dc;"></i>
<h4>OWNERSHIP</h4>
<p>Our customers and their business are our key to success, thus, their products
are our top priority. We treat them as if those products were ours, with all
respect and love that our customers show to them.</p>
</div>
</div>
</div>
<div class="col-lg-6" data-aos="zoom-in" data-aos-delay="100">
<div class="why-us-img">
<img src="assets/img/values.webp" alt="" class="img-fluid">
</div>
</div>
</div>
</div>
</section><!-- End Our Values Section -->
<!-- ======= Our Competences Section ======= -->
<section id="competences" class="services section-bg">
<div class="container" data-aos="fade-up">
<header class="section-header">
<h3>Our Competences</h3>
</header>
<div class="row">
<nav class="center">
<div class="nav nav-tabs" id="nav-tab" role="tablist">
<button class="nav-link active" id="nav-home-tab" data-bs-toggle="tab" data-bs-target="#nav-home" type="button" role="tab" aria-controls="nav-home" aria-selected="true">
Software Development
</button>
<button class="nav-link" id="nav-profile-tab" data-bs-toggle="tab" data-bs-target="#nav-profile" type="button" role="tab" aria-controls="nav-profile" aria-selected="false">
DevOps
</button>
<button class="nav-link" id="nav-contact-tab" data-bs-toggle="tab" data-bs-target="#nav-contact" type="button" role="tab" aria-controls="nav-contact" aria-selected="false">
Business Analysis
</button>
</div>
</nav>
<div class="tab-content" id="nav-tabContent">
<div class="tab-pane fade show active" id="nav-home" role="tabpanel" aria-labelledby="nav-home-tab">
<p class="description">
<p class="sub-title">
The primary skill of ours – coding! We specialize in industry standard technologies,
but we are always discovering and learning new ones! Our employees have been part of
many innovative projects that included cutting-edge technologies.
</p>
<ul class="service-items">
<li><strong>Java</strong></li>
<li><strong>C#</strong></li>
<li><strong>GO</strong></li>
<li><strong>SQL</strong></li>
<li><strong>TypeScript</strong></li>
<li><strong>NodeJS</strong></li>
<li><strong>.NET</strong></li>
<li><strong>VueJS</strong></li>
</ul>
</p>
</div>
<div class="tab-pane fade" id="nav-profile" role="tabpanel" aria-labelledby="nav-profile-tab">
<p class="description">
<p class="sub-title">
Whether it's on premise or in the cloud, we can handle it like magic.
</p>
<ul class="service-items">
<li><strong>AWS</strong></li>
<li><strong>Azure</strong></li>
<li><strong>Kubernetes</strong></li>
<li><strong>Docker</strong></li>
<li><strong>Terraform</strong></li>
</ul>
</p>
</div>
<div class="tab-pane fade" id="nav-contact" role="tabpanel" aria-labelledby="nav-contact-tab">
<p class="description">
<p class="sub-title">
There is no requirement complicated enough that our analysts can't handle. We have
knowledge within FinTech, HealthTech and Telecom!
</p>
<ul class="service-items">
<li><strong>Agile</strong></li>
<li><strong>Scrum</strong></li>
<li><strong>Jira</strong></li>
<li><strong>Confluence</strong></li>
</ul>
</p>
</div>
</div>
</div>
</div>
</section><!-- End Our Competences Section -->
<section id="contact" class="services contact">
<div class="footer-top">
<div class="container">
<header class="section-header">
<h3>Contact Us</h3>
</header>
<div class="footer-info">
<p class="sub-title">To know us better reach us via <a href="https://www.linkedin.com/company/techpals-eu">LinkedIn</a>, we are happy to assist you further.</p>
</div>
</div>
</div>
</section>
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer" class="section-bg">
<div class="container">
<div class="copyright">
© Copyright <strong>TechPals</strong>. All Rights Reserved
</div>
<div class="credits">
<div>Plastira 2, 73100, Chania, Greece</div>
<div>Αρ. ΓΕΜΗ: 162486758000</div>
<div>ΑΦΜ: 801740930</div>
<div>TECHPALS P.C. ΥΠΗΡΕΣΙΕΣ ΕΦΑΡΜΟΓΩΝ ΠΛΗΡΟΦΟΡΙΚΗΣ</div>
</div>
<br />
<div class="credits">
Designed with <a href="https://bootstrapmade.com/">BootstrapMade</a>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/purecounter/purecounter.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script src="https://cdn.jsdelivr.net/gh/manucaralmo/GlowCookies@3.1.3/src/glowCookies.min.js"></script>
<script>
glowCookies.start('en', {
style: 1,
policyLink: 'https://www.techpals.eu/',
acceptBtnBackground: "#138bb9",
analytics: "G-L1Y35FCGX6",
});
</script>
</body>
</html>