-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathupskilling.html
229 lines (189 loc) · 9.47 KB
/
upskilling.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- <!– Global site tag (gtag.js) - Google Analytics –>-->
<!-- <script async src="https://www.googletagmanager.com/gtag/js?id=UA-170180538-1"></script>-->
<!-- <script>-->
<!-- window.dataLayer = window.dataLayer || [];-->
<!-- function gtag() {-->
<!-- dataLayer.push(arguments);-->
<!-- }-->
<!-- gtag('js', new Date());-->
<!-- gtag('config', 'UA-170180538-1');-->
<!-- </script>-->
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Tekchain | Upskilling</title>
<meta content="" name="descriptison">
<meta content="" name="keywords">
<link rel="icon" href="assets/img/logo2.png">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/animate.css/animate.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/line-awesome/css/line-awesome.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<header id="header" class="fixed-top d-flex align-items-center">
<div class="container d-flex align-items-center">
<div class="logo mr-auto">
<a href="index.html"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>
</div>
<nav class="nav-menu d-none d-lg-block">
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="index.html#about">About</a></li>
<li class="drop-down"><a href="#services">Services</a>
<ul>
<li><a href="cybersecurity.html">Cybersecurity</a></li>
<li><a href="software.html">Bespoke Software</a></li>
<li><a href="upskilling.html">Upskilling</a></li>
</ul>
</li>
<li><a href="index.html#team">Team</a></li>
<li><a href="index.html#contact">Contact</a></li>
</ul>
</nav>
</div>
</header>
<main id="main">
<section id="upskilling" class="upskilling">
<div class="container">
<div class="section-title" data-aos="zoom-out">
<p>Upskilling</p>
</div>
<div class="row content" data-aos="fade-up">
<div class="col-md-6">
<p>
The pace of change within the tech sector means that skill sets require regular appraisal and
proactive development if they are to stay current. The importance of this is hard to overstate;
if self-development is neglected, skills can become obsolete faster than might be anticipated.
</p>
</div>
<div class="col-md-6">
<p>
Conversely, the right blend of skill sets within a team can have a transformative effect. At
Tekchain we place a high emphasis on developing our own technical skills and approaches, and
we’ve created a range of services to pass them on to our clients.
</p>
</div>
</div>
</div>
</section>
<section id="features" class="features">
<div class="container">
<ul class="nav nav-tabs t-features">
<li class="nav-item t-feature-item">
<a class="nav-link active show" data-toggle="tab" href="#tab-1">
<h4>Personalised Training</h4>
</a>
</li>
<li class="nav-item t-feature-item">
<a class="nav-link" data-toggle="tab" href="#tab-2">
<h4 class="">CISO Counsel</h4>
</a>
</li>
<li class="nav-item t-feature-item">
<a class="nav-link" data-toggle="tab" href="#tab-3">
<h4 class="">Vendor Evaluation</h4>
</a>
</li>
</ul>
<div class="tab-content" data-aos="fade-up">
<div class="tab-pane active show" id="tab-1">
<div class="row">
<div class="col-md-8">
<p>
We provide bespoke training – for individuals or teams – that’s always tailored to the
recipient’s needs. These sessions can focus on any area of Tekchain’s expertise, be it
software development, security or cryptography.
</p>
<p>
To discuss your own requirements,
<a href="index.html#contact">get in touch</a>.
</p>
</div>
<div class="col-md-4 d-flex align-items-center justify-content-center">
<img src="assets/img/svg/study.svg" class="img-fluid" alt="Personalised Training"/>
</div>
</div>
</div>
<div class="tab-pane" id="tab-2">
<div class="row">
<div class="col-md-8">
<p>
The role of Chief Information Security Officer has an increasingly high profile, and
with good reason; the frequency, variety and sophistication of security threats is
growing all the time. The complex nature of these threats means it can be difficult for
time-poor leaders to stay close to the necessary detail.
</p>
<p>
This is where Tekchain can help CISOs; acting as a trusted advisor, always there to
assist and reassure with our deep, up-to-date expertise. Whether you use our service as
a way to air ideas or to solicit an unbiased second opinion, we can make the
decision-making process easier and help you perform at your best.
</p>
</div>
<div class="col-md-4 d-flex align-items-center justify-content-center">
<img src="assets/img/svg/brainstorm.svg" class="img-fluid" alt="CISO Counsel"/>
</div>
</div>
</div>
<div class="tab-pane" id="tab-3">
<div class="row">
<div class="col-md-8">
<p>
Decisions regarding the technology and providers you work with can have far-reaching
implications, both in terms of cost and outcome. As such it can pay to have a second
opinion on vital choices.
</p>
<p>
We can produce neutral, fact-based vendor evaluation reports
that will help you feel sure the procurement decisions you make are the right ones.
</p>
</div>
<div class="col-md-4 d-flex align-items-center justify-content-center">
<img src="assets/img/svg/search.svg" class="img-fluid" alt="Vendor Evaluation"/>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="cta" class="cta">
<div class="container">
<div class="row" data-aos="zoom-out">
<div class="col-lg-9 text-center text-lg-left">
<h3>Want to learn more?</h3>
<p>We’d be happy to discuss how our services could fit into your programme.</p>
</div>
<div class="col-xs-12 col-lg-3 cta-btn-container text-center">
<a class="cta-btn align-middle" href="index.html#contact">GET IN TOUCH</a>
</div>
</div>
</div>
</section>
</main>
<footer id="footer">
<div class="container">
<div class="social-links">
<a href="https://www.linkedin.com/company/tekchain" class="linkedin"><i class="bx bxl-linkedin"></i></a>
</div>
<div class="copyright">
© Copyright <strong><span>Tekchain</span></strong>. All Rights Reserved.
</div>
</div>
</footer>
<a href="#" class="back-to-top"><i class="ri-arrow-up-line"></i></a>
<script src="assets/js/bundle.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>