-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
474 lines (423 loc) · 21.9 KB
/
blog.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
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
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hiring Advice Blog | TALENTHUT</title>
<meta name="description" content="TalentHut" />
<meta name="robots" content="blog" />
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/global.css">
<link rel="stylesheet" href="assets/css/pages/blog.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,700;1,700&family=Roboto:wght@100;300;400;500;700;900&display=swap"
rel="stylesheet">
<link rel="icon" type="image/png" href="assets/images/favicon.png" />
</head>
<body>
<div id="wrapper">
<div class="overlay is-closed" data-toggle="offcanvas"></div>
<!-- Sidebar -->
<nav class="navbar navbar-inverse fixed-top" id="sidebar-wrapper" role="navigation">
<ul class="nav sidebar-nav">
<li><a href="index.html">Home</a></li>
<li><a href="why-talent-hut.html">Why TalentHut</a></li>
<li><span class="drop_service">Services</span>
<div class="drop_service_content">
<a href="freelancers.html">Freelancers</a>
<a href="permanent-hire.html">Permanent Hire</a>
<a href="contract-hire.html">Contract Hire</a>
<a href="manage-solutions.html">Managed Solutions</a>
</div>
</li>
<li><span class="drop_service">Industries</span>
<div class="drop_service_content">
<a href="it.html">IT</a>
<a href="marketing-sales.html">Marketing & Sales</a>
<a href="finance.html">Finance</a>
<a href="healthcare.html">Healthcare</a>
<a href="ecommerce.html">E-Commerce</a>
<a href="retail.html">Retail</a>
<a href="energy.html">Energy</a>
</div>
</li>
<li><a href="our-process.html">Our Process</a></li>
<li><a href="get-hired.html">Get Hired</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="leadership.html">Leadership</a></li>
<li><a href="companies.html">Hire Now</a></li>
<li><a href="talents.html">Get Hired</a></li>
<li><a href="login.html">Login</a></li>
</ul>
</nav>
<section id="page-content-wrapper">
<div class="top_menu">
<div class="container">
<div class="row">
<div class="col-lg-11 col-xl-2 col-10 col-sm-11">
<div class="logo">
<a href="index.html">
<img src="assets/images/talentHutLogo.png" alt="logo" />
</a>
</div>
</div>
<div class="hamburger_menu col-lg-1 col-2 col-sm-1">
<button type="button" class="hamburger animated fadeInLeft is-closed"
data-toggle="offcanvas">
<span class="hamb-top"></span>
<span class="hamb-middle"></span>
<span class="hamb-bottom"></span>
</button>
</div>
<div class="col-xl-7 menu">
<ul>
<li>
<a href="index.html">
Home
</a>
</li>
<li>
<a href="why-talent-hut.html">
Why TalentHut
</a>
</li>
<div class="dropdown">
<button class="dropbtn">Services</button>
<div class="dropdown-content">
<a href="freelancers.html">Freelancers</a>
<a href="permanent-hire.html">Permanent Hire</a>
<a href="contract-hire.html">Contract Hire</a>
<a href="manage-solutions.html">Managed Solutions</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Industries</button>
<div class="dropdown-content">
<a href="it.html">IT</a>
<a href="marketing-sales.html">Marketing & Sales</a>
<a href="finance.html">Finance</a>
<a href="healthcare.html">Healthcare</a>
<a href="ecommerce.html">E-Commerce</a>
<a href="retail.html">Retail</a>
<a href="energy.html">Energy</a>
</div>
</div>
<li>
<a href="our-process.html">
Our Process
</a>
</li>
<li>
<a href="get-hired.html">
Get Hired
</a>
</li>
<li>
<a href="blog.html" class="active">
Blog
</a>
</li>
<li>
<a href="leadership.html">
Leadership
</a>
</li>
</ul>
</div>
<div class="col-xl-3 shortcutlink_wrapp">
<a href="companies.html" class="shortcut_link">
Hire Now
</a>
<a href="talents.html" class="shortcut_link get_hired">
Get Hired
</a>
<a href="login.html" class="shortcut_link">
Login
</a>
</div>
</div>
</div>
</div>
</section>
<section class="inner_banner">
<div class="container">
<div class="row justify-content-center">
<div class="col-11 col-md-8">
<h2>Our Latest Newsa and publications</h2>
</div>
<div class="col-11 col-md-8">
<p>
Talenthut blog
</p>
</div>
</div>
</div>
</section>
<section>
<div class="container">
<div class="row">
<div class="col-12 col-md-6 col-lg-4 publication_container">
<div class="publication">
<a href="blog-detail.html" class="publication_a">
<div class="publication_img">
<img src="assets/images/blog/agile-freelancing.jpg" alt="Blog">
</div>
<div class="publication_content">
<h2>
Agile Freelancing
</h2>
<span class="date">Mar 14, 2023</span>
<p class="english-text">
When Sir Walter Scott was describing mercenaries not sworn to any lord or liege
as free-lances in his epic Ivanhoe, never would he have thought that the term
would go on to become one of the most central aspects of the modern
cognitive-cultural economy.
</p>
<span class="read_more">Read more</span>
</div>
</a>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4 publication_container">
<div class="publication">
<a href="blog-detail-1.html" class="publication_a">
<div class="publication_img">
<img src="assets/images/blog/end-user-perspective.jpg" alt="Blog">
</div>
<div class="publication_content">
<h2>
End User Perspective
</h2>
<span class="date">Mar 14, 2023</span>
<p class="english-text">
The beginning of any Agile project development starts with the end user in mind.
Often there's a "product owner" who formalises the ideal product after much
deliberation over the needs of the user, and the feasibility of the product.
</p>
<span class="read_more">Read more</span>
</div>
</a>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4 publication_container">
<div class="publication">
<a href="blog-detail-2.html" class="publication_a">
<div class="publication_img">
<img src="assets/images/why-talent-hut-first.jpg" alt="Blog">
</div>
<div class="publication_content">
<h2>
Start Early
</h2>
<span class="date">Mar 14, 2023</span>
<p class="english-text">
The most important thing for a freelancer is to start as early as possible to
maximise their potential. It's very simple really, much like the Founder's
effect. If you're late to the party, you'd lose out on opportunities.
</p>
<span class="read_more">Read more</span>
</div>
</a>
</div>
</div>
</div>
<div class="row mb-5">
<nav aria-label="Page navigation">
<ul class="pagination justify-content-center">
<li class="page-item">
<a class="page-link" href="#" aria-label="Previous">
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor"
class="bi bi-chevron-left" viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z" />
</svg>
</a>
</li>
<li class="page-item"><a class="page-link active_page" href="#">1</a></li>
<li class="page-item"><a class="page-link" href="#">2</a></li>
<li class="page-item"><a class="page-link" href="#">3</a></li>
<li class="page-item">
<a class="page-link" href="#" aria-label="Next">
<span aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor"
class="bi bi-chevron-right" viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z" />
</svg>
</span>
</a>
</li>
</ul>
</nav>
</div>
</div>
</section>
<section class="footer_hiring">
<div class="container-fluid">
<div class="row">
<div class="footer_hiring_content col-md-8">
<h2 class="title">
Looking to get hired?
</h2>
<p>
Let your dream take flight. Reach out Today.
</p>
<div class="btn_wrapper">
<a class="btn_service btn-primary" href="talents.html">Join our network</a>
</div>
</div>
</div>
</div>
</section>
<section class="footer_section">
<div class="container">
<div class="row mb-3">
<div class="col-11 col-sm-6 col-md-6 col-lg-3 m-auto my-0">
<div class="footer_about_us">
<img src="assets/images/talentHutLogoBig.png" alt="logo" />
<p>
TalentHut finds, verifies, and hand-matches you with the highly-skilled professionals
you
need.
</p>
</div>
</div>
<div class="col-11 col-sm-6 col-md-6 col-lg-3 m-auto my-0">
<div class="footer_quick_link">
<h3 class="footer_quick_link">Quick Links</h3>
<ul>
<li>
<a href="index.html">
Home
</a>
</li>
<li>
<a href="why-talent-hut.html">
Why TalentHut
</a>
</li>
<li>
<a href="our-process.html">
Our Process
</a>
</li>
<li>
<a href="get-hired.html">
Get Hired
</a>
</li>
<li>
<a href="login.html">
Login
</a>
</li>
</ul>
</div>
</div>
<div class="col-11 col-sm-6 col-md-6 col-lg-3 m-auto my-0">
<div class="footer_quick_link">
<h3 class="footer_services_header">Services</h3>
<ul>
<li>
<a href="freelancers.html">
Freelancers
</a>
</li>
<li>
<a href="permanent-hire.html">
Permanent Hire
</a>
</li>
<li>
<a href="contract-hire.html">
Contract Hire
</a>
</li>
<li>
<a href="manage-solutions.html">
Managed Solutions
</a>
</li>
<li>
<a href="talents.html">
Join our Network
</a>
</li>
</ul>
</div>
</div>
<div class="col-11 col-sm-6 col-md-6 col-lg-3 m-auto my-0">
<div class="footer_contact">
<h3>Contact Info</h3>
<div class="footer_contact_item mb-3">
<div class="footer_latest_update_content">
<b>Address</b>
<p>Chicago, Ilinois 60542, US</p>
</div>
</div>
<div class="footer_contact_item mb-3">
<div class="footer_latest_update_content">
<ul class="footer-social-links">
<li>
<a href="https://www.linkedin.com/company/talenthut-on-demand">
<svg class="footer-social-link" xmlns="http://www.w3.org/2000/svg"
fill="white" class="bi bi-linkedin" viewBox="0 0 16 16">
<path
d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854V1.146zm4.943 12.248V6.169H2.542v7.225h2.401zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248-.822 0-1.359.54-1.359 1.248 0 .694.521 1.248 1.327 1.248h.016zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016a5.54 5.54 0 0 1 .016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225h2.4z" />
</svg>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer_bottom">
<div class="container">
<div class="row">
<div class="col-12 col-md-12 d-flex justify-content-center align-items-center">
<p>© 2022 All Rights Reserved. </p>
<a href="#">Terms And Conditions</a> |
<a href="#">Privacy Policy</a>
</div>
</div>
</div>
</div>
</section>
</div>
<script src='assets/js/jquery-3.6.0.min.js'></script>
<script src='assets/js/bootstrap.min.js'></script>
<script>
$(document).ready(function () {
var trigger = $('.hamburger'),
overlay = $('.overlay'),
isClosed = false;
trigger.click(function () {
hamburger_cross();
});
overlay.click(function () {
hamburger_cross();
});
function hamburger_cross() {
if (isClosed == true) {
overlay.hide();
trigger.removeClass('is-open');
trigger.addClass('is-closed');
isClosed = false;
} else {
overlay.show();
trigger.removeClass('is-closed');
trigger.addClass('is-open');
isClosed = true;
}
}
$('[data-toggle="offcanvas"]').click(function () {
$('#wrapper').toggleClass('toggled');
});
});
</script>
</body>
</html>