-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
629 lines (612 loc) · 21.5 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
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
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="description" content="Skill Courses" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>BitWise Learning</title>
<link rel="icon" type="image/x-icon" href="Images/favicon-1.png" />
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC"
crossorigin="anonymous"
/>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"
></script>
<link rel="stylesheet" href="style.css" />
<!-- icons -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"
integrity="sha384-ezFjoK0laRVG+O7F5M3lRuL2zum6zghk5F17FLceipDA8lI83iU5CtRjgxbs6HdZ"
crossorigin="anonymous"
/>
<!-- Include Slick Slider CSS -->
<link
rel="stylesheet"
type="text/css"
href="https://cdn.jsdelivr.net/npm/[email protected]/slick/slick.css"
/>
<!-- Link to the file hosted on your server, -->
<link rel="stylesheet" href="path-to-the-file/splide.min.css" />
<!-- or link to the CDN -->
<link rel="stylesheet" href="url-to-cdn/splide.min.css" />
<!-- Include Slick Slider JS -->
<script
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/[email protected]/slick/slick.min.js"
></script>
</head>
<body>
<div class="nav-nav">
<div class="navbar navbar-expand-lg navbar-light bg-transparent">
<div class="container-fluid">
<a
class="navbar-brand logo"
data-aos="my-slide-right"
data-aos-duration="1000"
title="Home Page Logo"
href="#home"
>
BITWISE LEARNING
</a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarNav"
aria-controls="navbarNav"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon text-light"></span>
</button>
<div class="collapse navbar-collapse ul-nav" id="navbarNav">
<ul class="navbar-nav nav-bar">
<li class="nav-item">
<a
class="nav-link active nav-a"
aria-current="page"
data-aos="zoom-out-up"
data-aos-delay="300"
href="#home"
title="Home"
>Home</a
>
</li>
<li class="nav-item">
<a
class="nav-link active nav-a"
aria-current="page"
data-aos="zoom-out-up"
data-aos-delay="300"
href="#aboutus"
title="About Us "
>About Us</a
>
</li>
<li class="nav-item">
<a
class="nav-link active nav-a"
aria-current="page"
data-aos="zoom-out-up"
data-aos-delay="300"
href="#categories"
title="Our Courses "
>Categories</a
>
</li>
<li class="nav-item">
<a
class="nav-link active nav-a"
aria-current="page"
data-aos="zoom-out-up"
data-aos-delay="300"
href="#team-members"
title="Our team members "
>Team Members</a
>
</li>
<li class="nav-item">
<a
class="nav-link active nav-a"
aria-current="page"
data-aos="zoom-out-up"
data-aos-delay="300"
href="#contactus"
title="Contact Us"
>Contact Us</a
>
</li>
<!-- <li class="nav-item">
<a class="nav-link active" id="login_btn" aria-current="page" data-aos="my-slide-left " data-aos-delay="300" href="login.html" title="Login Page">Login</a>
</li> -->
</ul>
</div>
</div>
</div>
</div>
<!-- End of navigation bar -->
<main>
<a
href="#home"
title="Scroll Up"
class="scroll-up"
aria-label="Scroll Up"
></a>
<!-- <div class="homepage main-div " id="home">
<div class="hometext" style="user-select: none;">BITWISE LEARNING</div> -->
<div class="homepage main-div" id="home">
<div class="slider-container">
<div
class="slider-item"
style="background-image: url(Images/home-banner1.jpg)"
>
<div class="hometext">
<h1>BITWISE LEARNING</h1>
<p>Unlock Your Potential in Programming and Technology</p>
<a href="login.html" class="cta-button">LogIn Now</a>
<p id="sliderText">
At BITWISE LEARNING, we believe in shaping future innovators.
Log in now and unlock a world of programming possibilities.
</p>
</div>
</div>
<div
class="slider-item"
style="background-image: url(Images/home_page3.jpg)"
>
<!-- Add more slider items as needed -->
</div>
</div>
<div class="custom-shape-divider-bottom-1698907586">
<svg
data-name="Layer 1"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 1200 120"
preserveAspectRatio="none"
>
<path
d="M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z"
class="shape-fill"
></path>
</svg>
</div>
</div>
<!-- </div> -->
<!-- end of HOME page -->
<div class="about_usPage main-div" id="aboutus">
<div class="about-us-heading mp-heading" data-aos="slide-down">
About Us
</div>
<div class="text-img-abpage">
<div
class="about-us-image"
data-aos="slide-right"
data-aos-offset="200"
data-aos-duration="1000"
></div>
<div
class="About-Us-content"
data-aos="slide-left"
data-aos-offset="200"
data-aos-duration="1000"
>
Welcome to BitWise Learning, your digital gateway to comprehensive
computer science education. Dive into HTML, CSS, JS, Java, C, C++,
Django, app development, web development, and more. Our platform is
a knowledge hub, empowering learners with the skills needed in the
dynamic tech landscape. From foundational concepts to advanced
techniques, BitWise Learning ensures clarity in every lesson.
Immerse yourself in a supportive community, with expertly curated
resources and tutorials. Whether you're a novice or a seasoned
coder, our goal is to foster your growth. Join us on a journey of
continuous learning, where education meets innovation at BitWise
Learning.
<button class="ab-btn">
<a href="courses.html" style="color: #fff; text-decoration: none">
Learn More
</a>
</button>
</div>
</div>
<div class="custom-shape-divider-bottom-1698907586 sdabus">
<svg
data-name="Layer 2"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 1200 120"
preserveAspectRatio="none"
class="ab-svg"
>
<path
d="M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z"
class="shape-fill shape-aboutus"
></path>
</svg>
</div>
</div>
<!-- end of about us page -->
<div class="categories main-div" id="categories">
<!-- start of ctg div -->
<div class="ctg-heading mp-heading" data-aos="slide-down">
Categories
</div>
<div class="ctg-card-cont">
<!-- start of card-1 -->
<div class="ctg-card" data-aos="zoom-in">
<div class="ctg-card-img cc1"></div>
<div class="ctg-card-heading">HTML</div>
<p class="ctg-card-para">
HTML is a markup language for creating web pages. It structures
content using tags, ensuring a standardized and accessible
presentation.
</p>
</div>
<!-- end of card-1 -->
<!-- start of card-2 -->
<div class="ctg-card" data-aos="zoom-in">
<div class="ctg-card-img cc2"></div>
<div class="ctg-card-heading">C + +</div>
<p class="ctg-card-para">
C++ is a Powerful, versatile programming language.
Object-oriented, efficient, widely used for system-level
development. Balances performance and flexibility seamlessly.
</p>
</div>
<!-- end of card-2 -->
<!-- start of card-3 -->
<div class="ctg-card" data-aos="zoom-in">
<div class="ctg-card-img cc3"></div>
<div class="ctg-card-heading">JAVA</div>
<p class="ctg-card-para">
Java is a versatile, object-oriented, platform-independent
programming language. Syntax clarity, robustness, vast community
support. Powering applications, web development, and more.
</p>
</div>
<!-- end of card-3 -->
<!-- start of card-view more -->
<div class="ctg-card vm" data-aos="zoom-in">
<a
href="courses.html"
title="Courses"
target="_blank"
rel="noopener noreferrer"
>View More</a
>
</div>
<!-- end of card-view more -->
</div>
<!-- end of ctg-cards div -->
<!-- shape divider -->
<div class="custom-shape-divider-bottom-1698907586 sd-cg">
<svg
data-name="Layer 3"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 1200 120"
preserveAspectRatio="none"
class="cg-svg"
>
<path
d="M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z"
class="shape-fill shape-cg"
></path>
</svg>
</div>
<!-- end of shape -->
</div>
<!-- end of caregories div -->
<!-- start -->
<!--
<div class="feedbacks">
<div class="mp-heading fb-hding">Feedbacks</div>
<div class="feedback-card">
<img
src="Images/m1.jpg"
alt="Feedback Photo"
class="feedback-photo"
/>
<div class="feedback-text">
<p>
"BITWISE LEARNING has been a game-changer for me. The courses are
well-structured, and the instructors are amazing."
</p>
<span>John Doe</span>
</div>
</div>
<div class="feedback-card">
<img
src="Images/m1.jpg"
alt="Feedback Photo"
class="feedback-photo"
/>
<div class="feedback-text">
<p>
"I'm impressed with the quality of education provided by BITWISE
LEARNING. It's a great platform for skill development."
</p>
<span>- Jane Smith</span>
</div>
</div>
<div class="feedback-card">
<img
src="Images/m1.jpg"
alt="Feedback Photo"
class="feedback-photo"
/>
<div class="feedback-text">
<p>
"BITWISE LEARNING helped me advance my programming skills. The
interactive content is engaging and effective."
</p>
<span>- Alex Johnson</span>
</div>
</div>
</div> -->
<!-- end -->
<!-- Start of our team page -->
<div class="our-team main-div" id="team-members">
<div class="team-container">
<div class="team-heading mp-heading" data-aos="slide-up">
Our Team
</div>
<div class="team-card-container">
<!-- starting card 1 -->
<div class="team-card" data-aos="zoom-in-right">
<img
src="Images/profile_photo_1.png"
alt="Roshan Suthar profile photo"
/>
<div class="logo-cont">
<a
href="https://github.com/Roshansuthar1105"
target="_blank"
data-aos="zoom-out-up"
data-aos-delay="500"
class="logo1 l1"
></a>
<a
href="https://www.linkedin.com/in/roshansuthar/"
target="_blank"
data-aos="zoom-out-up"
data-aos-delay="600"
class="logo1 l2"
></a>
<a
href="https://mail.google.com/mail/u/0/?tab=rm&ogbl#inbox?compose=GTvVlcSGMvbbdZNwwWRXDZGSRXrPjVfMjJLtMWLQgnVLjdhmGkqwVsMfZhkxwrbwBqJwsQcNWrwQV"
target="_blank"
data-aos="zoom-out-up"
data-aos-delay="700"
class="logo1 l3"
></a>
</div>
<div
class="member-name"
data-aos="slide-right"
data-aos-delay="100"
>
ROSHAN SUTHAR
</div>
<div
class="member-work"
data-aos="slide-left"
data-aos-delay="100"
>
Web Developer
</div>
</div>
<!-- end of card 1 -->
<!-- starting card 2 -->
<div class="team-card" data-aos="zoom-in-left">
<img
src="Images/profile_photo_21.jpg"
alt="Sahil Gidwani profile photo"
/>
<div class="logo-cont">
<a
href="#home1"
data-aos="zoom-out-up"
data-aos-delay="500"
class="logo1 l1"
></a>
<a
href="#home1"
data-aos="zoom-out-up"
data-aos-delay="600"
class="logo1 l2"
></a>
<a
href="#home1"
data-aos="zoom-out-up"
data-aos-delay="700"
class="logo1 l3"
></a>
</div>
<div
class="member-name"
data-aos="slide-left"
data-aos-delay="100"
>
SAHIL GIDWANI
</div>
<div
class="member-work"
data-aos="slide-right"
data-aos-delay="100"
>
Web Developer
</div>
</div>
<!-- end of card 2 -->
</div>
<!-- end of container -->
</div>
<!-- end of our team -->
</div>
</main>
<!-- starting of footer up page -->
<footer>
<div class="footer-hori-div1">
<div
class="footer-vertical-div1"
data-aos="slide-right"
data-aos-delay="50"
>
<h2>Get in Touch</h2>
<div>
<img
src="Images/location-pin.png"
alt="location-pin"
style="height: auto; width: 20px; background-position: center"
/>
PIET JAIPUR
</div>
<div>
<img
src="Images/phone-call.png"
alt="mobile no"
style="height: auto; width: 20px; background-position: center"
/>
+91 9876543210
</div>
<div>
<img
src="Images/gmail.png"
alt="gmail"
style="height: auto; width: 20px; background-position: center"
/>
</div>
<div class="footer-logo">
<a href="#home1" title="Whatsapp"></a>
<a href="#home1" title="Linked In"></a>
<a href="#home1" title="location"></a>
<a href="#home1" title="gmail"></a>
</div>
</div>
<div
class="footer-vertical-div2"
data-aos="fade-up"
data-aos-delay="50"
>
<h2>our courses</h2>
<ul>
<li
data-aos="zoom-in"
data-aos-duration="200"
data-aos-delay="50"
class="oc-li"
>
<a title=" Explore our courses" href="courses.html"
>⤷ Web Development</a
>
</li>
<li
data-aos="zoom-in"
data-aos-duration="200"
data-aos-delay="100"
class="oc-li"
>
<a title=" Explore our courses" href="courses.html"
>⤷ App Development</a
>
</li>
<li
data-aos="zoom-in"
data-aos-duration="200"
data-aos-delay="150"
class="oc-li"
>
<a title=" Explore our courses" href="courses.html"
>⤷ JAVA Programming</a
>
</li>
<li
data-aos="zoom-in"
data-aos-duration="200"
data-aos-delay="200"
class="oc-li"
>
<a title=" Explore our courses" href="courses.html">⤷ C++ Programming</a>
</li>
<li
data-aos="zoom-in"
data-aos-duration="200"
data-aos-delay="250"
class="oc-li"
>
<a title=" Explore our courses" href="courses.html">⤷ Python Programming</a>
</li>
</ul>
</div>
<div
class="footer-vertical-div3"
data-aos="slide-left"
data-aos-delay="50"
>
<h2 id="contactus">GIVE US FEEDBACK</h2>
<p>
Share your thoughts with us! <br> We value your feedback and strive to
improve. We appreciate your insights and are committed to enhancing
your experience. Feel free to let us know how we can serve you
better.
</p>
<form action="">
<input required type="text" placeholder="Enter Your Email" />
<button class="footer-btn">Sign Up</button>
</form>
</div>
</div>
<div class="footer-hori-div2">
<div class="copyright">
© 2023 BITWISE LEARNING , All Rights Reserved.
<!-- | Designed By
<i class="heart-icon">♥ </i> Roshan Suthar -->
</div>
<div class="footer-nav">
<ul>
<li>
<a title="FAQ" href="FAQ.html">FAQ</a>
</li>
<li>
<a title="Policy" href="policy.html">Policy</a>
</li>
<li>
<a title="Copyright" href="copyright.html">Copyright</a>
</li>
<li>
<a title="T&C" href="tnc.html">T&C</a>
</li>
</ul>
</div>
</div>
</footer>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
function pageload() {
window.location.href = "login.html";
}
var textArray = [
"Unlock your potential with BITWISE LEARNING. Explore programming excellence and advance your technology skills.",
"Enrich your knowledge at BITWISE LEARNING. Join us for a journey of learning and discovery in the world of technology.",
"BITWISE LEARNING offers comprehensive courses to enhance your programming skills. Log in now and embark on a journey of innovation.",
"Discover the power of coding with BITWISE LEARNING. Log in now to access top-notch programming resources and boost your career.",
"At BITWISE LEARNING, we believe in shaping future innovators. Log in now and unlock a world of programming possibilities.",
// Add more text elements as needed
];
var currentIndex = 0;
var textElement = document.getElementById("sliderText");
function updateText() {
textElement.textContent = textArray[currentIndex];
currentIndex = (currentIndex + 1) % textArray.length;
}
setInterval(updateText, 3000);
</script>
</body>
</html>