-
Notifications
You must be signed in to change notification settings - Fork 8
/
about-us.html
458 lines (410 loc) · 22 KB
/
about-us.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
<!doctype html>
<html lang="en">
<head>
<!-- Page Title -->
<title> About BlackTimber Labs </title>
<!-- Meta Data -->
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content=" A community for the open source enthusiasts who wish to
drive a change in world through open source contributions. WE BELEIVE
IN TECHNOLOGIES AVAILABLE TO ALL.">
<link rel="canonical" href="about-us.html">
<meta name="keywords" content="Open Source, Open Source Software, Open Source Ecosystem" />
<meta name="publisher" content="https://blacktimberlabs.xyz">
<meta name="copyright" content="© BlackTimber Labs" />
<meta name="author" content="BlackTimber Labs" />
<meta name="contact" content="[email protected]" />
<!-- Favicon -->
<link rel="shortcut icon" href="img/favicon.png" type="image/x-icon">
<link rel="icon" href="img/favicon.png" type="image/x-icon">
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/f4e9ddd7c2.js" crossorigin="anonymous"></script>
<!-- Styles -->
<link href="css/bootstrap.min.css" type="text/css" rel="stylesheet">
<link href="css/font-awesome.min.css" type="text/css" rel="stylesheet">
<link href="css/owl.carousel.min.css" type="text/css" rel="stylesheet">
<link href="css/blacklabs.css" type="text/css" rel="stylesheet">
<link href="css/magnific.min.css" type="text/css" rel="stylesheet">
<!-- Inline Styles -->
<style>
body {font-family: 'Inter', sans-serif;}
</style>
<style>
body {
background: #16151a;
}
</style>
</head>
<body class="common-front " >
<header class="header">
<div class="header__content__blacklabs">
<div class="header__logo">
<a href="index.html" title="BlackTimber Labs">
<img
width="500"
height="100"
class="img-fluid logo-front"
src="img/logo2.png"
alt="logo"
/>
</a>
</div>
<div class="header__menu__blacklabs">
<ul class="header__nav">
<li class="header__nav-item">
<a title="Home" class="header__nav-link" href="index.html"
>Home</a
>
</li>
<li class="header__nav-item">
<a title="About us" class="header__nav-link active" href="#">About us</a>
</li>
<li class="header__nav-item">
<a title="Team" class="header__nav-link" href="team.html">Team</a>
</li>
<li class="header__nav-item">
<a title="Team" class="header__nav-link" href="project.html">Projects</a>
</li>
<li class="header__nav-item">
<a title="GitHub" class="header__nav-link" href="https://github.com/BlackTimber-Labs" target="_blank" rel="noopener">GitHub</a>
</li>
<li class="header__nav-item">
<a title="Discord" class="header__nav-link" href="https://discord.gg/up4JGVbZ8G" target="_blank" rel="noopener">Discord</a>
</li>
</ul>
</div>
<div class="header__action header__action--signin">
<a class="header__action-btn header__action-btn--start-project" href="hacktober.html">
<span>HacktoberFest</span>
</a>
</div>
<div class="header__actions__blacklabs">
<div class="header__action header__action--search">
<button class="header__action-btn" type="button">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path
d="M21.71,20.29,18,16.61A9,9,0,1,0,16.61,18l3.68,3.68a1,1,0,0,0,1.42,0A1,1,0,0,0,21.71,20.29ZM11,18a7,7,0,1,1,7-7A7,7,0,0,1,11,18Z"
></path>
</svg>
</button>
</div>
<div class="header__lang">
<a
class="header__lang-btn"
role="button"
id="dropdownLang"
data-toggle="dropdown"
aria-haspopup="true"
aria-expanded="false"
>
<img
width="16"
height="16"
src="img/1618066305united-kingdom.svg"
alt="flag"
/>
<span>English</span>
</a>
</div>
</div>
<button class="header__btn__blacklabs" type="button">
<span></span>
<span></span>
<span></span>
</button>
</div>
</header>
<div class="breadcrumb-area">
<h1 class="breadcrumb-title">About Us</h1>
<ul class="page-list">
<li class="item-home"><a class="bread-link" href="index.html" title="Home">Home</a></li>
<li class="separator separator-home"></li>
<li class="item-current">About Us</li>
</ul>
</div>
<div class="1">
<div class="about-us">
<section class="parallax">
<div class="container">
<div class="row align-items-center">
<div class="col-md-5">
<div class="simpleParallax-video">
<video width="400" autoplay loop>
<source src="img/intro.mp4" type="video/mp4">
</video>
</div>
</div>
<div class="col-md-7">
<h4 class="about-heading1-home">ABOUT US</h4>
<h3 class="about-heading2-home">Welcome to <a href="index.html">BlackTimber Labs</a></h3>
<p>
We encourage all the <strong>developers</strong> to come with us and join this revolution of availing
technology to everyone through <strong>Open Source Contribution</strong>.
We provide you, all the credits of <strong>development</strong>, So that the users can know who are the<strong> Developers </strong>
of the services they are using.
</p>
<a href="mailto:[email protected]" target="_self" class="btn btn-slider"><span>Contact us</span></a>
</div>
</div>
</div>
</section>
</div>
<!--<div class="portfolio-section">
<div class="container">
<h3>Our <span>Projects</span>.</h3>
<div class="row">
<div class="col-md-6">
<a href="https://github.com/BlackTimber-Labs/Bookify" title="Niva WordPress Theme">
<div data-tilt data-tilt-gyroscope="false" data-tilt-scale="1.05" data-tilt-speed="200" data-tilt-perspective="700" data-hover="" data-tilt-glare="true" data-tilt-max-glare="0.1" data-tilt-max="30" class="project-box-div">
<div class="project-image-container">
<div class="project-image-container-inner">
<img class="project-image lazy" width="410" height="230" src="img/loading-blog.gif" data-src="img/logo2.png" alt="Bookify">
</div>
</div>
<div class="project-meta">
<div class="project-meta-title">
<span class="project__text">Bookify</span>
</div>
<div class="divider"></div>
<div class="project-category">
<span class="block_text">App</span>
</div>
</div>
</div>
</a>
</div>
</div>
</div>
</div>-->
<section class="parallax-1">
<div class="parallax-inner">
<br>
<h4 class="parent-typed-text">
<span class="mt_typed-beforetext">Are you looking for </span>
<span class="mt_typed_text"></span>
</h4>
<br>
</div>
</section>
</div>
<footer class="footer-section">
<div class="footer-wrapper">
<div class="row align-items-end">
<div class="col-lg-6">
<div class="footer-left">
<div class="inner">
<span>READY TO DO THIS</span>
<h4>Let's get to work</h4>
<a class="btn btn-style2" href="https://chat.whatsapp.com/CVrBjAtYqxs6d7GFqZmhrR"> <span>Join Us</span> </a>
</div>
</div>
</div>
<div class="col-lg-6">
<hr color="grey">
<div class="footer-right">
<div class="row">
<div class="col-lg-6 col-sm-6 col-12">
<div class="footer-widget">
<div class="footer-widget widget_nav_menu">
<h4 class="title">Quick Links</h4>
<span class="blacklabs-animate-border"></span>
<div class="menu-quick-link-container">
<ul class="menu">
<li class="menu-item-footer">
<a href="#">Terms and conditions</a>
</li>
<li class="menu-item-footer">
<a href="#">Privacy Policy</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-lg-6 col-sm-6 col-12">
<div class="footer-widget">
<div class="widget widget_custom_html">
<h4 class="title">Say Hello</h4>
<span class="blacklabs-animate-border"></span>
<div class="custom-html-widget">
<ul class="ft-link">
<li>
<a href="mailto:[email protected]"
>[email protected]</a>
</li>
<li>
<a href="mailto:[email protected]"
>
</li>
<li>
<a href="mailto:[email protected]">[email protected]</a>
</li>
</ul>
<div class="social-share-inner">
<ul class="social-share">
<li>
<a
href="https://www.instagram.com/softdodge/"
target="_blank"
rel="noopener"
><em class="fab fa-instagram"
><strong>Instagram</strong></em
></a
>
</li>
<li>
<a
href="https://www.linkedin.com/company/softdodge"
target="_blank"
rel="noopener"
><em class="fab fa-linkedin"
><strong>Linkedin</strong></em
></a
>
</li>
<li>
<a
href="https://github.com/BlackTimber-Labs"
target="_blank"
rel="noopener"
><em class="fab fa-github"
><strong>GitHub</strong></em
></a
>
</li>
<li>
<a
href="https://discord.gg/up4JGVbZ8G"
target="_blank"
rel="noopener"
><em class="fab fa-discord"
><strong>Discord</strong></em
></a
>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-12">
<div class="copyright-text">
<p>
© 2022. All rights reserved by
<a href="#"
>BlackTimber Labs</a
>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<div class="progress-wrap">
<svg
class="progress-circle svg-content"
width="100%"
height="100%"
viewBox="-1 -1 102 102"
>
<path d="M50,1 a49,49 0 0,1 0,98 a49,49 0 0,1 0,-98" />
</svg>
</div>
<a
target="_blank"
class="codeless-add-purchase-button"
href="https://chat.whatsapp.com/CVrBjAtYqxs6d7GFqZmhrR"
><i class="icon"
><svg
height="682pt"
viewBox="-23 -21 682 682.66669"
width="682pt"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="m544.386719 93.007812c-59.875-59.945312-139.503907-92.9726558-224.335938-93.007812-174.804687 0-317.070312 142.261719-317.140625 317.113281-.023437 55.894531 14.578125 110.457031 42.332032 158.550781l-44.992188 164.335938 168.121094-44.101562c46.324218 25.269531 98.476562 38.585937 151.550781 38.601562h.132813c174.785156 0 317.066406-142.273438 317.132812-317.132812.035156-84.742188-32.921875-164.417969-92.800781-224.359376zm-224.335938 487.933594h-.109375c-47.296875-.019531-93.683594-12.730468-134.160156-36.742187l-9.621094-5.714844-99.765625 26.171875 26.628907-97.269531-6.269532-9.972657c-26.386718-41.96875-40.320312-90.476562-40.296875-140.28125.054688-145.332031 118.304688-263.570312 263.699219-263.570312 70.40625.023438 136.589844 27.476562 186.355469 77.300781s77.15625 116.050781 77.132812 186.484375c-.0625 145.34375-118.304687 263.59375-263.59375 263.59375zm144.585938-197.417968c-7.921875-3.96875-46.882813-23.132813-54.148438-25.78125-7.257812-2.644532-12.546875-3.960938-17.824219 3.96875-5.285156 7.929687-20.46875 25.78125-25.09375 31.066406-4.625 5.289062-9.242187 5.953125-17.167968 1.984375-7.925782-3.964844-33.457032-12.335938-63.726563-39.332031-23.554687-21.011719-39.457031-46.960938-44.082031-54.890626-4.617188-7.9375-.039062-11.8125 3.476562-16.171874 8.578126-10.652344 17.167969-21.820313 19.808594-27.105469 2.644532-5.289063 1.320313-9.917969-.664062-13.882813-1.976563-3.964844-17.824219-42.96875-24.425782-58.839844-6.4375-15.445312-12.964843-13.359374-17.832031-13.601562-4.617187-.230469-9.902343-.277344-15.1875-.277344-5.28125 0-13.867187 1.980469-21.132812 9.917969-7.261719 7.933594-27.730469 27.101563-27.730469 66.105469s28.394531 76.683594 32.355469 81.972656c3.960937 5.289062 55.878906 85.328125 135.367187 119.648438 18.90625 8.171874 33.664063 13.042968 45.175782 16.695312 18.984374 6.03125 36.253906 5.179688 49.910156 3.140625 15.226562-2.277344 46.878906-19.171875 53.488281-37.679687 6.601563-18.511719 6.601563-34.375 4.617187-37.683594-1.976562-3.304688-7.261718-5.285156-15.183593-9.253906zm0 0"
fill-rule="evenodd"
/></svg></i
></a>
<script src="js/jquery.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js" defer></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/simpleParallax.min.js" defer></script>
<script src="js/countTO.js" defer></script>
<script src="js/typed.min.js" defer></script>
<script src="js/shuffleLetters.js" defer></script>
<script src="js/tilt.jquery.min.js" defer></script>
<script src="js/magnific.min.js" defer></script>
<script src="js/blacklabs.js" defer></script>
<script>
window.laravelCookieConsent = (function () {
const COOKIE_VALUE = 1;
const COOKIE_DOMAIN = 'blacktimberlabs.xyz';
function consentWithCookies() {
setCookie('laravel_cookie_consent', COOKIE_VALUE, 7300);
hideCookieDialog();
}
function cookieExists(name) {
return (document.cookie.split('; ').indexOf(name + '=' + COOKIE_VALUE) !== -1);
}
function hideCookieDialog() {
const dialogs = document.getElementsByClassName('js-cookie-consent');
for (let i = 0; i < dialogs.length; ++i) {
dialogs[i].style.display = 'none';
}
}
function setCookie(name, value, expirationInDays) {
const date = new Date();
date.setTime(date.getTime() + (expirationInDays * 24 * 60 * 60 * 1000));
document.cookie = name + '=' + value
+ ';expires=' + date.toUTCString()
+ ';domain=' + COOKIE_DOMAIN
+ ';path=/'
+ ';samesite=lax';
}
if (cookieExists('laravel_cookie_consent')) {
hideCookieDialog();
}
const buttons = document.getElementsByClassName('js-cookie-consent-agree');
for (let i = 0; i < buttons.length; ++i) {
buttons[i].addEventListener('click', consentWithCookies);
}
return {
consentWithCookies: consentWithCookies,
hideCookieDialog: hideCookieDialog
};
})();
</script>
<script type="text/javascript">
( function ( $ ) {
'use strict';
$( document ).ready( function () {
/* TYPED TEXT */
$(function(){
$(".mt_typed_text").typed({
strings: ["Linux Developers?",
"Open Source Software?",
"Open Source Ecosystem?"],
typeSpeed: 1,
backDelay: 2000,
loop: true
});
});
})
} ( jQuery ) )
</script>
<script type="text/javascript">
console.log('working');
</script>
</body>
</html>