-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
552 lines (537 loc) · 31.5 KB
/
index.html
File metadata and controls
552 lines (537 loc) · 31.5 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
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
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
<!-- /***********************************************************
* Copyright (C) 2022
* Worktez
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the MIT License
*
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the MIT License for more details.
***********************************************************/ -->
<!doctype html>
<html lang="en">
<head>
<link rel="stylesheet" href="css/style.css">
<meta charset="utf-8">
<title>Worktez: Simplify and organize the way teams work.</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons|Material-Outline" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;1,200;1,300;1,400;1,500&display=swap" rel="stylesheet">
</head>
<body class="mat-typography">
<div [class]="themeService.presentTheme$ | async" class="app-theme">
<!-- Header -->
<div class="sHeader pb-2">
<div class="row header" style="background-color: #ffffff; color: #1B1F23; box-shadow: 1px 1px 4px 1px #ebecefa5;">
<div class="col-md-2 col-1"></div>
<div class="col">
<nav id="navbar" class="navbar">
<a class="navbar-brand" href="index.html">
<img id="brand_img" src="assets/worktezName.png" alt="Worktez" width="125px" height="45px">
</a>
<ul class="nav nav-pills" style="display: inline-flex; font-size: 12px;">
<li class="nav-item" >
<a class="nav-link" href="pricing/pricing" style="color: #838CAB;">Pricing</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#services" style="color: #838CAB;">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#aboutUs" style="color: #838CAB;">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="documentations/documentations" style="color: #838CAB;">Docs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#features" style="color: #838CAB;">Features</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#testimonial" style="color: #838CAB;">Testimonials</a>
</li>
<li class="nav-item">
<button class="btn loginBtn" id="button" type="button" routerLink="/login" style="background-color: #5559D9; color: #fff; height: 30px; font-size: 12px;" >Login</button>
</li>
</ul>
</nav>
</div>
<div class="col-md-2 col-1"></div>
</div>
</div>
<!-- HomePage -->
<div id="homePage" data-spy="scroll" data-target="#navbar" data-offset="0">
<section id="home" class="pb-2">
<div class="row py-3">
<div class="col-md-2 col-1"></div>
<div class="col pt-5">
<div id="showContent">
<h1 id="headingLine">
Simplify and organize the way teams work.
</h1>
<p id="headingLine2">Track it from everywhere. One step to hybrid work environment. Without worrying about time, and location, enable your team to work more on ideas, and automate the process.</p>
<br/>
<span class="pr-2 mr-2">
<button class="btn demoButton" role="button" (click)="requestDemo()" data-toggle="modal" data-target="#requestDemo">Request a demo</button>
</span>
<span>
<a class="btn videoButton" role="button" href="https://youtu.be/riiBlKkOLug" target="_blank"> <img src="assets/material-icons/play_circle_outline_white_24dp.svg" alt="play_button">
<span class="pl-1 align-middle">Watch a demo</span>
</a>
</span>
<!-- <div class="row pt-4 pl-4">
<div class="col">
<a href="https://www.producthunt.com/posts/worktez?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-worktez" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=357437&theme=light" alt="Worktez - Milestone your project with the power of DevOps | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>
</div>
</div> -->
</div>
</div>
<div class="col" id="conceptArt">
<img id="conceptArt" src="assets/worktezArt.svg" alt="graphs" width="100%" height="100%">
</div>
<div class="col-md-2 col-1"></div>
</div>
</section>
<section id="services" class="p-2">
<div class="row py-4">
<div class="col text-center" id="headingLine">
More Than Just Agile
</div>
</div>
<div class="row pt-2">
<div class="col-md-1 col-1"></div>
<div class="col">
<div class="row py-1">
<div class="col-md-6 col-12 p-2">
<div class="boxShadow p-4 gitService" onclick="window.location.href = 'blogs/git-integration-blog/git-integration-blog'">
<img class="icons" src="assets/gitIconC.svg" src="blogs/" alt="graphs" width="100%" height="100%">
<div class="row align-middle pt-2">
<div class="col text-center">
<p class="serviceButton" id="gitText">Git Integration</p>
<p class="serviceText">Track code changes, issues, and multiple releases with GitHub and GitLab.</p>
<p class="leanrMore">Learn more
<img src="assets/material-icons/chevron_right_white_24dp.svg" alt="">
</p>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-12 p-2">
<div class="boxShadow p-4 kanbanService" onclick="window.location.href = 'blogs/kanban-board-blog/kanban-board-blog'">
<img class="icons" src="assets/kanbanIcon.svg" alt="graphs" width="100%" height="100%">
<div class="row align-middle pt-2">
<div class="col text-center" >
<p class="serviceButton" id="kanbanText" >Kanban Board</p>
<p class="serviceText">Add value to your teams and customers with efficient Agile tools to plan, track, code and ship.</p>
<p class="leanrMore" >Learn more
<img src="assets/material-icons/chevron_right_white_24dp.svg" alt="">
</p>
</div>
</div>
</div>
</div>
</div>
<div class="row py-1">
<div class="col-md-6 col-12 p-2">
<div class="boxShadow p-4 dashService">
<img class="icons" src="assets/dashboardIcon.svg" alt="graphs" width="100%" height="100%">
<div class="row align-middle pt-2">
<div class="col text-center">
<p class="serviceButton" id="dashboardText">Dashboard</p>
<p class="serviceText">Add more to Agile boards by having insights and analytics on performance, bugs and releases.</p>
<p class="leanrMore">Learn more
<img src="assets/material-icons/chevron_right_white_24dp.svg" alt="">
</p>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-12 p-2">
<div class="boxShadow p-4 orgService">
<img class="icons" src="assets/organizeIcon.svg" alt="graphs" width="100%" height="100%">
<div class="row align-middle pt-2">
<div class="col text-center">
<p class="serviceButton" id="organizeText">Organize</p>
<p class="serviceText">Share only what's required with the right access levels, to manage important documents, team information and much more.</p>
<p class="leanrMore">Learn more
<img src="assets/material-icons/chevron_right_white_24dp.svg" alt="">
</p>
</div>
</div>
</div>
</div>
</div>
<div class="row py-1">
<div class="col-md-6 col-12 p-2">
<div class="boxShadow p-4 mileService">
<img class="icons" src="assets/milestionesIcon.svg" alt="graphs" width="100%" height="100%">
<div class="row align-middle pt-2">
<div class="col text-center">
<p class="serviceButton" id="milestionesText">Milestones</p>
<p class="serviceText">Do more than planning, set important milestones and track them to completion.</p>
<p class="leanrMore">Learn more
<img class="leanrMore" src="assets/material-icons/chevron_right_white_24dp.svg" alt="">
</p>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-12 p-2">
<div class="boxShadow p-4 tvService">
<div class="row align-middle p-2">
<div class="col text-center" onclick="window.location.href = 'blogs/meta-verse/meta-verse'">
<img class="icons" src="assets/ttIcon.svg" alt="graphs" width="100%" height="100%">
<p class="serviceButton text-center" id="ttText">Techverse</p>
</div>
<div class="col text-center">
<img class="icons" src="assets/qnIcon.svg" alt="graphs" width="100%" height="100%">
<p class="serviceButton text-center" id="qnText">Quick Notes</p>
</div>
</div>
<div class="row align-middle p-2">
<div class="col text-center">
<img class="icons" src="assets/meetIcon.svg" alt="graphs" width="100%" height="100%">
<p class="serviceButton text-center" id="meetText">Meets</p>
</div>
<div class="col text-center">
MORE
<img src="assets/material-icons/more_horiz_black_24dp.svg" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-1 col-1"></div>
</div>
</section>
<section id="features" class="py-4">
<img src="assets/featureSep.svg" alt="graphs" width="100%">
<div class="row pt-5">
<div class="col text-center" id="headingLine">
Features & Services
</div>
</div>
<div class="row py-4 align-items-center">
<div class="col-md-2 col-1"></div>
<div class="col">
<div class="row align-items-center">
<div class="col-2">
<img class="icons1" src="assets/gitIconC.svg" alt="graphs" width="100%" height="100%">
</div>
<div class="col pl-4">
<span class="featureHeading" id="gitText">Git Integration</span>
<p id="featureContent" class="py-2">Collaborate for better code and keep up with pull requests, issues and releases in just a click.</p>
</div>
</div>
</div>
<div class="col art">
<img id="conceptArt" src="assets/gitFeatureIllustration.svg" alt="graphs" width="100%" height="100%">
</div>
<div class="col-md-2 col-1"></div>
</div>
<div class="row py-4 align-items-center">
<div class="col-md-2 col-1"></div>
<div class="col art">
<img id="conceptArt" src="assets/kanbanBoardIllustrations.svg" alt="graphs" width="100%" height="100%">
</div>
<div class="col">
<div class="row align-items-center">
<div class="col-2">
<img class="icons1" src="assets/kanbanIcon.svg" alt="graphs" width="100%" height="100%">
</div>
<div class="col pl-4">
<span class="featureHeading" id="kanbanText">Kanban Board</span>
<p id="featureContent" class="py-2">Adapt modern planning boards for Gen Z teams with flexible Kanban and backlog board, for powerful team interaction.</p>
</div>
</div>
</div>
<div class="col-md-2 col-1"></div>
</div>
<div class="row py-4 align-items-center">
<div class="col-md-2 col-1"></div>
<div class="col">
<div class="row align-items-center">
<div class="col-2">
<img class="icons1" src="assets/dashboardIcon.svg" alt="graphs" width="100%" height="100%">
</div>
<div class="col pl-4">
<span class="featureHeading" id="dashboardText">Dashboard</span>
<p id="featureContent" class="py-2">Analyze and visualize the team reports, with the right planning of your ideas for an unparalleled development workflow.</p>
</div>
</div>
</div>
<div class="col art">
<img id="conceptArt" src="assets/dashboardIllustration.svg" alt="graphs" width="100%" height="100%">
</div>
<div class="col-md-2 col-1"></div>
</div>
<div class="row py-4 align-items-center">
<div class="col-md-2 col-1"></div>
<div class="col art">
<img id="conceptArt" src="assets/milestonesIllustration.svg" alt="graphs" width="100%" height="100%">
</div>
<div class="col">
<div class="row align-items-center">
<div class="col-2">
<img class="icons1" src="assets/milestionesIcon.svg" alt="graphs" width="100%" height="100%">
</div>
<div class="col pl-4">
<span class="featureHeading" id="milestionesText">Milestones</span>
<p id="featureContent" class="py-2">Give your ideas a milestone, improving traceability to bigger migrations and new feature implementations with your team.</p>
</div>
</div>
</div>
<div class="col-md-2 col-1"></div>
</div>
<div class="row py-4 align-items-center">
<div class="col-md-2 col-1"></div>
<div class="col">
<div class="row align-items-center">
<div class="col-2">
<img class="icons1" src="assets/ttIcon.svg" alt="graphs" width="100%" height="100%">
</div>
<div class="col pl-4">
<span class="featureHeading" id="ttText">Techverse</span>
<p id="featureContent" class="py-2">Work the Gen Z way for a more social and balanced work culture to make it more rewarding.</p>
</div>
</div>
</div>
<div class="col art">
<img id="conceptArt" src="assets/ttIllustration.svg" alt="graphs" width="100%" height="100%">
</div>
<div class="col-md-2 col-1"></div>
</div>
<div class="row py-4 align-items-center">
<div class="col-md-2 col-1"></div>
<div class="col art">
<img id="conceptArt" src="assets/qnIllustration.svg" alt="graphs" width="100%" height="100%">
</div>
<div class="col">
<div class="row align-items-center">
<div class="col-2">
<img class="icons1" src="assets/qnIcon.svg" alt="graphs" width="100%" height="100%">
</div>
<div class="col pl-4">
<span class="featureHeading" id="qnText">Quick Notes</span>
<p id="featureContent" class="py-2">Capture important key points over Scrum meets and calls and, progressively take faster decisions for healthy code.</p>
</div>
</div>
</div>
<div class="col-md-2 col-1"></div>
</div>
<div class="row py-4 align-items-center">
<div class="col-md-2 col-1"></div>
<div class="col">
<div class="row align-items-center">
<div class="col-2">
<img class="icons1" src="assets/meetIcon.svg" alt="graphs" width="100%" height="100%">
</div>
<div class="col pl-4">
<span class="featureHeading" id="meetText">Meet</span>
<p id="featureContent" class="py-2">Collaborate, plan and brainstorm with the powerful features of Jitsi.</p>
</div>
</div>
</div>
<div class="col art">
<img id="conceptArt" src="assets/meetIllustration.svg" alt="graphs" width="100%" height="100%">
</div>
<div class="col-md-2 col-1"></div>
</div>
</section>
<section id="howItWorks">
<div class="row p-5">
<div class="col d-flex justify-content-center">
<span id="hiwContent">
Ready to transform how you work?
</span>
</div>
</div>
<div class="row align-items-center">
<div class="col-md-3 col-1"></div>
<div class="col d-flex justify-content-center">
<img class="conceptArt" src="assets/workflowGraph.svg" alt="graphs" width="100%" height="100%">
</div>
<div class="col-md-3 col-1"></div>
</div>
<div class="row py-4">
<div class="col d-flex justify-content-center">
<button class="btn getStarted" role="button" (click)="requestDemo()" data-toggle="modal" data-target="#requestDemo">Get Started</button>
</div>
</div>
</section>
<section id="testimonial" class="py-4">
<div class="row p-5">
<div class="col text-center">
<span id="testimonialHeading">
Why businesses love Worktez?
</span>
</div>
</div>
<div class="row px-md-5 px-3 py-3 align-middle align-items-center">
<div class="col-md-1 col-0"></div>
<div class="col-md-1 col-1 text-center d-flex justify-content-center">
<span class="mover" (click)="scrollLeft()" id="scrollLeft">
<img class="arrow" src="assets/material-icons/arrow_back_ios_white_24dp.svg" alt="arrow_forward_ios">
</span>
</div>
<div class="col-md-8 col-10 showCase py-4 d-flex" #imageContainer id="imageContainer">
<div class="card mx-1 testimonial">
<img class="imageCheck" width="30" height="30" src="assets/quotes.svg" alt="Card image cap">
<div class="card-body">
<div class="row py-1">
<div class="col-md-3 col-1 d-flex justify-content-center">
<img class="rounded-circle photo" src="assets/testimonial_images/Testimonial1.jpeg" alt="Card image cap">
</div>
<div class="col d-flex justify-content-center">
<div>
<span class="card-title">Prashant Pandey</span>
<br>
<span class="card-text text-muted">C.E.O Global Child Prodigy</span>
<br>
<span class="card-text" style="overflow: scroll;">Worktez has revolutionised the complex DevOps operations for our project. It is helping us understand our team and individual strength.</span>
</div>
</div>
</div>
</div>
</div>
<!-- -->
<div class="card mx-1 testimonial">
<img class="imageCheck" width="30" height="30" src="assets/quotes.svg" alt="Card image cap">
<div class="card-body">
<div class="row py-1">
<div class="col-md-3 col-1 d-flex justify-content-center">
<img class="rounded-circle photo" src="assets/testimonial_images/Testimonial2.jpeg" alt="Card image cap">
</div>
<div class="col d-flex justify-content-center">
<div>
<span class="card-title">Praveen Das</span>
<br>
<span class="card-text text-muted">Senior Regional Partnerships Manager, South Asia at Wikimedia</span>
<br>
<span class="card-text" style="overflow: scroll;">Worktez is a great product designed to add value to your team and project. The milestone-based scrum innovation helps the project to be on time with better quality.</span>
</div>
</div>
</div>
</div>
</div>
<!-- -->
<div class="card mx-1 testimonial">
<img class="imageCheck" width="30" height="30" src="assets/quotes.svg" alt="Card image cap">
<div class="card-body">
<div class="row py-1">
<div class="col-md-3 col-1 d-flex justify-content-center">
<img class="rounded-circle photo" src="assets/testimonial_images/Testimonial3.jpeg" alt="Card image cap">
</div>
<div class="col d-flex justify-content-center">
<div>
<span class="card-title">Jitendra Singh</span>
<br>
<span class="card-text text-muted">Product Manager at Hewlett Packard Inc.</span>
<br>
<span class="card-text" style="overflow: scroll;">The simplified model of the scrum with an automated approach helps focus on dedicated innovation and quality.</span>
</div>
</div>
</div>
</div>
</div>
<!-- -->
</div>
<div class="col-md-1 col-1 text-center d-flex justify-content-right">
<span class="mover rounded" (click)="scrollRight()" id="scrollRight">
<img class="arrow" src="assets/material-icons/arrow_forward_ios_white_24dp.svg" alt="arrow_forward_ios">
</span>
</div>
<div class="col-md-1 col-0"></div>
</div>
</section>
</div>
<!-- Footer -->
<footer class="font-small pt-4 mt-4" id="page-footer" style="color: #1B1F23; background-color: #ffffff !important; padding-left: 50px; padding-right: 50px; width: 100%; box-shadow: 4px 4px #464750;">
<div class="row">
<div class="col-md-2 col-1"></div>
<div class="col">
<div class="row">
<div class="col-8 col-md-4 company-text">
<h3 style="font-size: 16px; font-weight: 500; max-width: 150px;">WorkTez</h3>
<p style="font-size: 14px; max-width: 150px; overflow-wrap: break-word; line-height: 20px;">Simplify and organize the way teams work.</p>
</div>
<div class="col">
<h3 class="footer-headings" style="font-size: 16px; font-weight:500;">Company</h3>
<ul class="list-unstyled" style="font-size: 14px;">
<li style="padding-bottom: 5px; cursor: pointer;">
<a href="" style="text-decoration: none; color: #1B1F23;">About Us</a>
</li>
<li style="padding-bottom: 5px; cursor: pointer;">
<a routerLink="pricing/pricing" style="text-decoration: none; color: #1B1F23;">Pricing</a>
</li>
<li style="padding-bottom: 5px; cursor: pointer;">
<a href="documentations/features/boards-feature/boards-feature" style="text-decoration: none; color: #1B1F23;">Features</a>
</li>
<li style="padding-bottom: 5px; cursor: pointer;">
<a href='https://github.com/Worktez/worktez' style="text-decoration: none; color: #1B1F23;">Open Source</a>
</li>
</ul>
</div>
<div class="col text-center">
<h3 class="footer-headings" style="font-size: 16px; font-weight:500;">Resources</h3>
<ul class="list-unstyled" style="font-size: 14px;">
<li style="padding-bottom: 5px; cursor: pointer;">
<span class="p-2" onclick="window.location='https://github.com/Worktez/worktez'">Explore Our Code</span>
</li>
<li style="padding-bottom: 5px; cursor: pointer;">
<a href="https://www.youtube.com/watch?v=riiBlKkOLug" style="text-decoration: none; color: #1B1F23;">Getting Started</a>
</li>
<li style="padding-bottom: 5px; cursor: pointer;">
<a href="https://www.youtube.com/channel/UC091zGHjjxypHZ7f5MbHVPg" style="text-decoration: none; color: #1B1F23;">Videos</a>
</li>
<li style="padding-bottom: 5px; cursor: pointer;">
<a href="documentations/documentations" style="text-decoration: none; color: #1B1F23;">Docs</a>
</li>
</ul>
</div>
<div class="col text-right" id="txtLeft" style="text-align: right;">
<h3 class="footer-headings" style="font-size: 16px; font-weight:500;">Reach Out to Us</h3>
<ul class="list-unstyled" style="font-size: 14px;">
<li style="padding-bottom: 5px; cursor: pointer;">
<a (click)="requestDemo()" data-toggle="modal" data-target="#requestDemo" style="text-decoration: none; color: #1B1F23;">Request a demo</a>
</li>
<li style="padding-bottom: 5px; cursor: pointer;">
<a href = "mailto:support@worktez.com" style="text-decoration: none; color: #1B1F23;">support@worktez.com</a>
</li>
</ul>
</div>
</div>
<hr>
<div class="row footer-copyright pb-5" style="cursor: pointer;">
<a class="col-md-3 col" href="termsAndConditions/termsAndConditions" style="text-decoration: none; color: #1B1F23; " id="txtCenter">Terms & Conditions        |</a>
<a class="col-md-2 col" href="copyright/copyright" style="text-decoration: none; color: #1B1F23;" id="txtCenter">License       |</a>
<a class="col-md-2 col" href="privacy/privacy" style="text-decoration: none; color: #1B1F23;" id="txtCenter"> Privacy Policy   |</a>
<a class="col-md-2 col" href="contributors/contributors" style="text-decoration: none; color: #1B1F23;" id="txtCenter">Contributors </a>
<div class="col-md-3 col text-right"id="txtCenter" style="text-align: right;">
<img src="assets/material-icons/copyright_black_24dp.svg" alt="">
Copyright Worktez 2023. All Rights Reserved</div>
</div>
</div>
<div class="col-md-2 col-1"></div>
</div>
</footer>
</div>
<!-- Google tag (gtag.js) -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.bundle.min.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FEQ8PFLLCV"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
</script>
<script src="js/script.js"></script>
<script src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined" rel="stylesheet">
</body>
</html>