-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
474 lines (388 loc) · 19.3 KB
/
index.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 content="width=device-width, initial-scale=1.0" name="viewport">
<title>The Test Trove Conference</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/T3-T.png" rel="icon">
<link href="assets/img/T3-T.png" rel="apple-touch-icon">
<!-- Fonts -->
<link href="https://fonts.googleapis.com" rel="preconnect">
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&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&family=Raleway: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">
<!-- Vendor CSS Files -->
<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/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<!-- Main CSS File -->
<link href="assets/css/main.css" rel="stylesheet">
<!-- =======================================================
* Template Name: Day
* Template URL: https://bootstrapmade.com/day-multipurpose-html-template-for-free/
* Updated: May 04 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body class="index-page">
<header id="header" class="header fixed-top">
<div class="branding d-flex align-items-center">
<div class="container position-relative d-flex align-items-center justify-content-between">
<a href="index.html" class="logo d-flex align-items-center">
<!-- Uncomment the line below if you also wish to use an image logo -->
<img src="assets/img/T3-T.png" alt="">
<h1 class="sitename">The Test Trove</h1>
</a>
<nav id="navmenu" class="navmenu">
<ul>
<li><a href="#hero" class="">Home</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="#speakers">Speakers</a></li>
<li><a href="#schedule">Schedule</a></li>
<li><a href="#team">Team</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<i class="mobile-nav-toggle d-xl-none bi bi-list"></i>
</nav>
</div>
</div>
</header>
<main class="main">
<!-- Hero Section -->
<section id="hero" class="hero section">
<img src="assets/css/images/hero-bg.jpg" alt="" data-aos="fade-in">
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="row justify-content-start">
<div class="col-lg-8">
<h2 class="">Welcome to The Test Trove Conference</h2>
<p>November 14 2024, at 2:00 PM IST</p>
<!-- <a href="#about" class="btn-get-started">Get Started</a> -->
</div>
</div>
</div>
</section><!-- /Hero Section -->
<!-- About Section -->
<section id="about" class="about section">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<span class="">About Us<br></span>
<h2 class="">About Us<br></h2>
<p>Create Contribute Collaborate</p>
</div><!-- End Section Title -->
<div class="container">
<div class="row gy-4">
<div class="col-lg-6 order-1 order-lg-2" data-aos="fade-up" data-aos-delay="100">
<img src="assets/img/about-us.png" class="img-fluid" alt="">
</div>
<div class="col-lg-6 order-2 order-lg-1 content" data-aos="fade-up" data-aos-delay="200">
<h3>The Test Trove and The Community Relations Initiative</h3>
<p class="fst-italic">
We started with an objective to increase collaboration and share Quality Engineering/ Testing related knowledge among different QE groups. The idea is to have discussions on testing related topics and be able to share our knowledge store with the outside QE community. We are building a community! Currently, we are not just limited to Quality Engineering but open to other topics including
</p>
<ul>
<li><i class="bi bi-check-circle"></i> <span>Developement</span></li>
<li><i class="bi bi-check-circle"></i> <span>DevOps</span></li>
<li><i class="bi bi-check-circle"></i> <span>Collaboration Stories</span></li>
<li><i class="bi bi-check-circle"></i> <span>Leadership</span></li>
</ul>
<a href="https://source.redhat.com/departments/products_and_global_engineering/xe/the_test_trove" class="read-more"><span>Read More</span><i class="bi bi-arrow-right"></i></a>
</div>
</div>
</div>
</section><!-- /About Section -->
<!-- Speakers Section -->
<section id="speakers" class="team section">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<span class="">Speakers</span>
<h2>Speakers</h2>
</div><!-- End Section Title -->
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-6 d-flex" data-aos="fade-up" data-aos-delay="100">
<div class="member">
<img src="assets/img/speakers/Speaker-1.png" class="img-fluid" alt="">
<div class="member-content">
<h4>Yogesh Babar</h4>
<span>Senior Principal Technical Support Engineer</span>
<p>
He is working as PTSE in kernel domain where he focuses mainly on cant boot and performance issues. He has authored hands-on booting book. Currently trying to develop an experimental autonomous vehicle in his free time.
</p>
<div class="social">
<a href=""><i class="bi bi-twitter"></i></a>
<a href=""><i class="bi bi-github"></i></a>
<a href=""><i class="bi bi-instagram"></i></a>
<a href=""><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
</div><!-- End Team Member -->
<div class="col-lg-6 col-md-6 d-flex" data-aos="fade-up" data-aos-delay="300">
<div class="member">
<img src="assets/img/speakers/speaker-2.jpeg" class="img-fluid" alt="">
<div class="member-content">
<h4>Alicia Petrunin</h4>
<span>Data Scientist</span>
<p>
I'm a data scientist in the SP DS team and I have been at Red Hat for three and a half years. I am passionate about Generative AI, Machine Learning and LLM's.
</p>
<div class="social">
<a href=""><i class="bi bi-twitter"></i></a>
<a href=""><i class="bi bi-github"></i></a>
<a href=""><i class="bi bi-instagram"></i></a>
<a href=""><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
</div><!-- End Team Member -->
<!-- <div class="col-lg-4 col-md-6 d-flex" data-aos="fade-up" data-aos-delay="300">
<div class="member">
<img src="assets/img/speakers/speaker-4.jpeg" class="img-fluid" alt="">
<div class="member-content">
<h4>Minal Sharma</h4>
<span>Software Quality Engineer</span>
<p>
Hi, I am Minal Sharma, currently working as a Software Quality Engineer with Digital Acceleration Team (DAT). I have a total of 6 years of experience in the IT industry . Earlier, I have worked on technologies like Robot Framework, Selenium WebDriver with Java and currently honing my skills in PHPUnit, a popular testing framework in the PHP world.
Apart from my professional life, I'm a huge sports enthusiast. Sports, in general, have always captivated me, and I enjoy staying active and fit through various activities. One aspect that defines me is my love for challenges. I am always on the lookout for new opportunities to stretch my abilities. <div class="social">
<a href=""><i class="bi bi-twitter"></i></a>
<a href=""><i class="bi bi-github"></i></a>
<a href=""><i class="bi bi-instagram"></i></a>
<a href=""><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
</div> -->
<!-- End Team Member -->
<!-- <div class="col-lg-4 col-md-6 d-flex" data-aos="fade-up" data-aos-delay="200">
<div class="member">
<img src="assets/img/speakers/speaker-2.jpeg" class="img-fluid" alt="">
<div class="member-content">
<h4>Benny Powers</h4>
<span>Principal UX Engineer</span>
<p>
Involved with Free Software since the early 2000s, Benny joined Red Hat in 2022. He now works on design systems and web components in the experience engineering organization. <div class="social">
<a href=""><i class="bi bi-twitter"></i></a>
<a href=""><i class="bi bi-github"></i></a>
<a href=""><i class="bi bi-instagram"></i></a>
<a href=""><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
</div> -->
<!-- End Team Member -->
</div>
</div>
</section><!-- /Team Section -->
<section id="schedule" class="section-with-bg">
<div class="container section-title" data-aos="fade-up">
<span class="">Schedule</span>
<h2>Schedule</h2>
</div>
<h3 class="sub-heading">We are back again with another instance of T3Con scheduled for November 14, 2024, at 2:00 PM IST.</h3>
<div class="tab-content row justify-content-center" data-aos="fade-up" data-aos-delay="200">
<div role="tabpanel" class="col-lg-6 tab-pane fade show active" id="day-1">
<div class="row schedule-item">
<div class="col-md-2"><time>02:00 PM to 02:10 PM</time></div>
<div class="col-md-10">
<div class="speaker">
<img src="assets/img/team/Swapnil.jpg" alt="Swapnil Jadhav">
</div>
<h4>Introduction and Welcome Note by <span>Swapnil Jadhav</span></h4>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2"><time>02:10 PM to 02:55 PM </time></div>
<div class="col-md-10">
<div class="speaker">
<img src="assets/img/speakers/Speaker-1.png" alt="Yogesh Babar">
</div>
<h4>Journey so far in building an Autonomous vehicle <span>Yogesh Babar</span></h4>
<!-- <p>Maiores dignissimos neque qui cum accusantium ut sit sint inventore.</p> -->
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2"><time>02:55 PM to 03:25 PM</time></div>
<div class="col-md-10">
<div class="speaker">
<img src="assets/img/speakers/speaker-2.jpeg" alt="Alicia Petrunin">
</div>
<h4>InstructLab RHEL VM <span>Alicia Petrunin</span></h4>
<!-- <p>Eligendi quo eveniet est nobis et ad temporibus odio quo.</p> -->
</div>
</div>
<!-- <div class="row schedule-item">
<div class="col-md-2"><time>03:10 PM to 03:20 PM</time></div>
<div class="col-md-10">
<div class="speaker">
<img src="assets/img/speakers/profile.png" alt="Shweta Singh">
</div>
<h4>Break</h4>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2"><time>03:20 PM to 03:35 PM</time></div>
<div class="col-md-10">
<div class="speaker">
<img src="assets/img/speakers/speaker-3.jpeg" alt="Faisal Al-Rayes">
</div>
<h4>Commit messages as a long term investment By <span> Faisal Al-Rayes</span></h4>
</div>
</div> -->
<!-- <div class="row schedule-item">
<div class="col-md-2"><time>03:35 PM to 03:50 PM</time></div>
<div class="col-md-10">
<div class="speaker">
<img src="assets/img/speakers/speaker-4.jpeg" alt="Minal Sharma">
</div>
<h4>Publishing Your First NPM Package By <span>Minal Sharma</span></h4>
</div>
</div> -->
<div class="row schedule-item">
<div class="col-md-2"><time>03:25 PM to 03:35 PM</time></div>
<div class="col-md-10">
<div class="speaker">
<img src="assets/img/team/tushar.jpg" alt="Tushar Sinha">
</div>
<h4>Closing Note by <span>Tushar Sinha</span></h4>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Team Section -->
<section id="team" class="team section">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<span class="">Team</span>
<h2>Team</h2>
<p>If you have any suggestion about how we can improve, please let us know</p>
</div><!-- End Section Title -->
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6 d-flex" data-aos="fade-up" data-aos-delay="100">
<div class="member">
<img src="assets/img/team/Swapnil.jpg" class="img-fluid" alt="">
<div class="member-content">
<h4>Swapnil Jadhav</h4>
<span>Principal Software Quality Engineer</span>
</div>
</div>
</div><!-- End Team Member -->
<div class="col-lg-4 col-md-6 d-flex" data-aos="fade-up" data-aos-delay="200">
<div class="member">
<img src="assets/img/team/noopur.jpg" class="img-fluid" alt="">
<div class="member-content">
<h4>Noopur Math</h4>
<span>Principal Software Quality Engineer</span>
</div>
</div>
</div><!-- End Team Member -->
<div class="col-lg-4 col-md-6 d-flex" data-aos="fade-up" data-aos-delay="300">
<div class="member">
<img src="assets/img/team/mohit.jpg" class="img-fluid" alt="">
<div class="member-content">
<h4>Mohit Gaur</h4>
<span>Software Quality Engineer</span>
</div>
</div>
</div><!-- End Team Member -->
<div class="col-lg-4 col-md-6 d-flex" data-aos="fade-up" data-aos-delay="300">
<div class="member">
<img src="assets/img/team/tushar.jpg" class="img-fluid" alt="">
<div class="member-content">
<h4>Tushar Sinha</h4>
<span>Software Quality Engineer</span>
</div>
</div>
</div><!-- End Team Member -->
<div class="col-lg-4 col-md-6 d-flex" data-aos="fade-up" data-aos-delay="300">
<div class="member">
<img src="assets/img/team/veer.jpg" class="img-fluid" alt="">
<div class="member-content">
<h4>Veerkumar Patil</h4>
<span>Senior Software Quality Enginner</span>
</div>
</div>
</div><!-- End Team Member -->
</div>
</div>
</section><!-- /Team Section -->
<!-- Contact Section -->
<section id="contact" class="contact section">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<span class="">Contact</span>
<h2 class="">Contact</h2>
<p>Have questions? Reach out to us – we're here to make your experience unforgettable!</p>
</div><!-- End Section Title -->
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="row gy-4">
<div class="col-lg-6">
<div class="info-item d-flex flex-column justify-content-center align-items-center" data-aos="fade-up" data-aos-delay="200">
<a href="https://github.com/the-test-trove"> <i class="bi bi-github"></i> </a>
<h3>The Test Trove</h3>
</div>
</div>
<div class="col-lg-6">
<div class="info-item d-flex flex-column justify-content-center align-items-center" data-aos="fade-up" data-aos-delay="400">
<a href="mailto:[email protected]"> <i class="bi bi-envelope"></i> </a>
<h3>Email Us</h3>
</div>
</div><!-- End Info Item -->
</div>
</div>
</div>
</section><!-- /Contact Section -->
</main>
<footer id="footer" class="footer position-relative">
<div class="container footer-top">
<div class="row gy-4">
<div class="col-lg-6 col-md-6">
<div class="footer-about">
<a href="index.html" class="logo sitename">The Test Trove</a>
<div class="social-links d-flex mt-4">
<a href=""><i class="bi bi-twitter"></i></a>
<a href=""><i class="bi bi-github"></i></a>
<a href=""><i class="bi bi-instagram"></i></a>
<a href=""><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-lg-2 col-md-3 footer-links">
<h4>Useful Links</h4>
<ul>
<li><a href="https://source.redhat.com/departments/products_and_global_engineering/xe/the_test_trove">Source Page</a></li>
<li><a href="https://source.redhat.com/departments/products_and_global_engineering/xe/the_test_trove/the_test_trove_conferencet3con_q1_feb__29th_2024">Q1 2024</a></li>
<li><a href="https://source.redhat.com/departments/products_and_global_engineering/xe/the_test_trove/the_test_trove_conferencet3con_q3_nov_23_2023">Q4 2023</a></li>
<li><a href="https://source.redhat.com/departments/products_and_global_engineering/xe/the_test_trove/the_test_trove_conferencet3con_q3_august_24_2023">Q3 2023</a></li>
<li><a href="https://source.redhat.com/departments/products_and_global_engineering/xe/the_test_trove/the_test_trove_conferencet3con_q2_may_25_2023">Q2 2023</a></li>
</ul>
</div>
</div>
<div class="container copyright text-center mt-4">
<p>© <span>Copyright</span> <strong class="px-1 sitename">The Test Trove</strong> <span>All Rights Reserved</span></p>
<div class="credits">
</div>
</div>
</footer>
<!-- Scroll Top -->
<a href="#" id="scroll-top" class="scroll-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Preloader -->
<div id="preloader"></div>
<!-- Vendor JS Files -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<!-- <script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/imagesloaded/imagesloaded.pkgd.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script> -->
<!-- Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>