forked from Its-Aman-Yadav/Community-Site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about us.html
786 lines (706 loc) · 22.9 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
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
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="css/bootstrap.min.css" />
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="css/animate.min.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="about us.css" />
<link
href="https://fonts.googleapis.com/css2?family=Gorditas&family=Playpen+Sans:wght@100;500&family=Poppins&family=Prompt&family=Roboto&family=Satisfy&family=Ubuntu:wght@300;400&display=swap"
rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" />
<script src="https://kit.fontawesome.com/fb940be696.js" crossorigin="anonymous"></script>
<title>About Us - Open Source Community</title>
<style>
/* Back to Top Button */
#image {
height: 30px;
/* Reduced height of the profile image */
width: 30px;
/* Reduced width of the profile image */
border-radius: 50%;
cursor: pointer;
margin-left: 10px;
}
.scrollToTopBtn {
/* background-color: #FFE70F; */
background-image: radial-gradient(#f3bf8c, #ee7f10);
color: #fff;
text-align: center;
width: 50px;
height: 50px;
border-radius: 50%;
font-size: 18px;
text-decoration: none;
border: none;
line-height: 50px;
/* Center text vertically */
transition: background-color 0.3s ease;
position: fixed;
bottom: 106px;
right: 43px;
display: none;
/* Hidden by default */
z-index: 1000;
margin-bottom: 10px;
}
.scrollToTopBtn:hover {
background-color: #484848;
}
.text-box{
transition: all 0.5s;
}
.text-box:hover{
background:linear-gradient(white, #ee7f10);
box-shadow: 0 0 1px 2px #ee7f10;
scale:1.1;
}
.text-box:hover .left-container-arrow{
border-left: 15px solid #ee7f10;
/* background-color: #ee7f10; */
}
.text-box:hover .right-container-arrow{
border-right: 15px solid #ee7f10;
/* background-color: #ee7f10; */
}
.progress-ring {
position: fixed;
bottom: 101px;
margin-bottom: 10px;
right: 38px;
transform: rotate(-90deg);
z-index: 999;
/* Just below the button */
margin-bottom: 10px;
}
.progress-ring__circle {
transition: 0.35s stroke-dasharray;
transform: rotate(-90deg);
transform-origin: 50% 50%;
}
</style>
</head>
<body class="aboutusbody">
<!-- Chatbot integration section -->
<script src="https://cdn.botpress.cloud/webchat/v1/inject.js"></script>
<script>
window.botpressWebChat.init({
"composerPlaceholder": "Open Source Village",
"botConversationDescription": "Ask me anything!",
"botId": "88f3d139-4a56-4ac6-a192-d147bc4373d7",
"hostUrl": "https://cdn.botpress.cloud/webchat/v1",
"messagingUrl": "https://messaging.botpress.cloud",
"clientId": "88f3d139-4a56-4ac6-a192-d147bc4373d7",
"webhookId": "a909bd46-1d71-484d-8551-58afe6d64c1e",
"lazySocket": true,
"themeName": "prism",
"botName": "Open Source Village",
"avatarUrl": "https://media.licdn.com/dms/image/D4D0BAQE8E3S0-vt8TQ/company-logo_200_200/0/1683703353326?e=1724889600&v=beta&t=to32718A4rdNZM_XmtjHN8xG4LKE9UYLhVnuoyB3nt8",
"stylesheet": "https://webchat-styler-css.botpress.app/prod/90be4629-b1cb-4093-8ec9-cff772de8ed8/v54653/style.css",
"frontendVersion": "v1",
"showPoweredBy": true,
"theme": "prism",
"themeColor": "#2563eb",
"allowedOrigins": [],
"enableConversationDeletion": true
});
</script>
<script type="text/javascript">
window.addEventListener("scroll", function () {
var header = document.querySelector("nav");
header.classList.toggle("sticky", window.scrollY > 50);
});
</script>
<button id="scrollToTopBtn" class="scrollToTopBtn">▲</button>
<svg class="progress-ring" width="60" height="60">
<circle class="progress-ring__circle" stroke="grey" stroke-width="4" fill="transparent" r="28" cx="30" cy="30" />
</svg>
</footer>
</div>
<script>let scrollToTopBtn = document.getElementById("scrollToTopBtn");
let circle = document.querySelector(".progress-ring__circle");
let radius = circle.r.baseVal.value;
let circumference = 2 * Math.PI * radius;
circle.style.strokeDasharray = `${circumference} ${circumference}`;
circle.style.strokeDashoffset = circumference;
window.onscroll = function () {
scrollFunction();
updateProgress();
};
function scrollFunction() {
if (document.body.scrollTop > 100 || document.documentElement.scrollTop > 100) {
scrollToTopBtn.style.display = "block";
} else {
scrollToTopBtn.style.display = "none";
}
}
function topFunction() {
window.scrollTo({ top: 0, behavior: 'smooth' });
}
function updateProgress() {
let scrollTop = window.pageYOffset || document.documentElement.scrollTop;
let docHeight = document.documentElement.scrollHeight - document.documentElement.clientHeight;
let scrollPercent = scrollTop / docHeight;
let offset = circumference - (scrollPercent * circumference);
circle.style.strokeDashoffset = offset;
}
scrollToTopBtn.addEventListener("click", function (event) {
event.preventDefault();
topFunction();
});
</script>
<!-- Navbar -->
<div class="navbar">
<nav>
<a class="logo-link" href="#home">
<div class="logo-title">
<img class="logo" src="images/logo2.jpeg" alt="logo">
<span class="logo-text">Open Source Village</span>
</div>
<!-- <div>
<span class="logo-subtext">Source</span>
</div> -->
</a>
<ul>
<li><i class="fa-solid fa-house"></i><a class="nav-link" href="index.html">Home</a></li>
<li><i class="fa-solid fa-address-card"></i><a class="nav-link" href="about us.html">About</a></li>
<li><i class="fa-solid fa-screwdriver-wrench"></i><a class="nav-link" href="index.html#services">Services</a></li>
<li><i class="fa-solid fa-pen-to-square"></i><a class="nav-link" href="index.html#testimonials">Reviews</a></li>
<li><i class="fa-solid fa-address-book"></i><a class="nav-link" href="contact us.html">Contact</a></li>
<li><i class="fa-solid fa-right-to-bracket"></i><a href="login.html">Login/Register</a></li>
</ul>
<div class="toggle-container" style="top: 15px;">
<input type="checkbox" id="checkbox" class="switch-checkbox">
<label class="theme-switch" for="checkbox">
<div class="toggle-button">
<span class="light-mode-icon"><img src="./images/sun.svg"></span>
<span class="dark-mode-icon"><img src="./images/moon.svg"></span>
</div>
</label>
</div>
<style>
.toggle-container {
transform: translate(-50%, -50%);
display: flex;
align-items: center;
justify-content: center;
margin-top: 30px;
right: -4px;
top: 15px;
}
.light-mode .toggle-container {
right: 140px;
top: 10px;
}
/* Hidden Checkbox */
.switch-checkbox {
display: none;
}
.theme-switch {
position: relative;
width: 45px;
height: 30px;
background-color: #ccc;
border-radius: 20px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
padding: 0 5px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
transition: background-color 0.5s ease;
}
.theme-switch .light-mode-icon,
.theme-switch .dark-mode-icon {
font-size: 19px;
position: absolute;
cursor: pointer;
top: 50%;
transform: translateY(-50%);
transition: opacity 0.5s ease, color 0.5s ease;
}
.theme-switch .light-mode-icon {
color: #f39c12;
}
.theme-switch .dark-mode-icon {
color: #bdc3c7;
opacity: 0;
}
.toggle-button {
position: absolute;
top: 3px;
left: 3px;
width: 25px;
height: 25px;
background-color: #fff;
border-radius: 50%;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
transition: transform 0.5s ease, background-color 0.5s ease;
}
/* Checkbox Checked State */
.switch-checkbox:checked + .theme-switch {
background-color: #34495e;
}
.switch-checkbox:checked + .theme-switch .light-mode-icon {
opacity: 0;
}
.switch-checkbox:checked + .theme-switch .dark-mode-icon {
opacity: 1;
}
.switch-checkbox:checked + .theme-switch .toggle-button {
transform: translateX(13px);
/* background-color: #34495e; */
}
.benefit-container{
margin: 10px auto;
display: grid;
grid-auto-flow: column;
grid-template-columns: repeat(4, 1fr);
grid-auto-rows: 1fr !important;
/* size-adjust: auto; */
/* grid-template-columns: min-content; */
}
.benefit-card{
align-items: center;
text-align: center;
height: 100%;
width: 80%;
padding: 15px;
border: 1.5px solid #e66f00;
margin: auto 20px;
background:#f39c12;
border-radius: 10px;
transition: all 0.6s linear;
}
.benefit-card:hover{
border-color: #ff3907;
scale:1.02;
}
.benefit-card p{
margin-top:auto;
padding-bottom: none;
margin-bottom:auto;
color:white;
font-weight: 600;
text-shadow: 0px 2px #e66f00;
}
.learning-container{
display: grid;
grid-auto-flow: row;
grid-template-rows: repeat(4,1fr);
grid-template-columns: 1fr;
}
.learning-card{
align-items: center;
text-align: center;
height: 68%;
width: 70%;
padding: 10px;
border: 1.5px solid #e66f00;
margin: 20px auto;
background:#ffffff;
border-radius: 10px;
display: grid;
grid-auto-flow: column;
/* grid-template-columns: repeat(2,1fr); */
/* grid-template-rows: 1fr; */
transition: all 0.4s linear;
}
.learning-card:hover{
background: linear-gradient(to right, white, #f5d244);
}
.learning-card img{
width: 60px;
height: 60px;
margin-left:auto;
margin-right: auto;
}
.learning-card p{
align-items: center;
text-align: left;
margin-top:auto !important;
margin-bottom:auto !important;
/* line-height: 1px; */
padding-bottom: 0px;
color:#e66f00;
font-weight: 600;
text-shadow: 0px 1px #6e0404;
}
.community-container{
display: grid;
grid-auto-flow: column;
grid-template-rows: repeat(2,1fr);
grid-template-columns: 1fr;
}
.community-card:nth-child(1){
border-top-left-radius: 15px;
border-bottom-right-radius: 15px;
}
.community-card:nth-child(2){
border-top-left-radius: 15px;
border-bottom-right-radius: 15px;
}
.community-card:nth-child(3){
border-top-right-radius: 15px;
border-bottom-left-radius: 15px;
}
.community-card:nth-child(4){
border-top-right-radius: 15px;
border-bottom-left-radius: 15px;
}
.community-card{
background-color: #ffffff55;
margin: 10px auto;
max-width:90%;
padding:2%;
border:1.5px solid rgb(255, 64, 0);
font-weight: 600;
}
.improve-card{
display: flex;
flex-direction: row;
align-items: center;
/* justify-content: space-between; */
}
.improve-card p{
margin: 10px 20px;
font-weight: bold;
}
.improve-card i{
width: 20px;
/* margin: auto; */
font-size: 22px;
color: #e66f00;
}
</style>
<!-- <img id="image" src="path/to/profile/image.jpg" onclick="ProfileClicked()" alt="Profile"> -->
<img id="image" style="margin-right: 55px;" src="images/profile1.jpg" onclick="ProfileClicked()" alt="Profile">
</nav>
</div>
<script>
document.addEventListener('DOMContentLoaded', function () {
const toggleButton = document.getElementById('checkbox');
const currentMode = localStorage.getItem('dark-mode');
if (currentMode === 'enabled') {
document.body.classList.add('dark-mode');
toggleButton.checked = true;
}
toggleButton.addEventListener('change', function () {
document.body.classList.toggle('dark-mode');
if (document.body.classList.contains('dark-mode')) {
localStorage.setItem('dark-mode', 'enabled');
}
else {
localStorage.setItem('dark-mode', 'disabled');
}
});
});
</script>
<!-- main section -->
<div class="about">
<div class="content">
<h1 class="about-title">About Us</h1>
<div class="img">
<img style="width: 600px" src="images/about-img (2).png" alt="" />
</div>
</div>
</div>
<div class="intro-container" id="introduction">
<div class="vertical">
<h1 class="about-title">WHO ARE WE?</h1>
<img src="images/who.png.png" alt="" />
</div>
<div class="vertical">
<div class="box">
<h1>INTRODUCTION</h1>
<div class="intro-content">
<p>
Welcome to our open-source community! <br />
We are a diverse group of individuals passionate about
collaboration, innovation, and sharing knowledge through
open-source projects.Our community thrives on the contributions
and enthusiasm of its members.
</p>
</div>
</div>
<div class="box" id="mission">
<h1>MISSION</h1>
<div class="intro-content">
<p>
Our mission is to promote open-source software development, foster
a collaborative environment, and provide opportunities for
learning and growth. We aim to create software that benefits the
wider community and drives technological progress.
</p>
</div>
</div>
</div>
</div>
<section>
<div class="counters">
<div>
<div class="counter">
<h1><span data-count="1000">0</span></h1>
<h3>Visitors</h3>
</div>
<div class="counter">
<h1><span data-count="200">0</span></h1>
<h3>Members</h3>
</div>
<div class="counter">
<h1><span data-count="100">0</span>+</h1>
<h3>Followers</h3>
</div>
<div class="counter">
<h1><span data-count="70">0</span>+</h1>
<h3>Countries</h3>
</div>
</div>
</div>
</section>
<section class="timeline-for-join" id="Timeline">
<h1>How To Join US?</h1>
<div class="timeline">
<div class="tcontainer left-container">
<div class="tcontent"></div>
<div class="text-box" >
<a href="https://discord.gg/mM9qFh2uZR"><h2>Join Discord</h2></a>
<p>
Join our Discord server to connect with other developers, share
ideas, and collaborate on
</p>
<span class="left-container-arrow"></span>
</div>
</div>
<div class="tcontainer right-container">
<div class="tcontent"></div>
<div class="text-box">
<h2>Register</h2>
<p>Register on our website and create a profile.</p>
<span class="right-container-arrow"></span>
</div>
</div>
<div class="tcontainer left-container">
<div class="tcontent"></div>
<div class="text-box">
<h2>Contribute</h2>
<p>Contribute to our projects and make a difference.</p>
<span class="left-container-arrow"></span>
</div>
</div>
<div class="tcontainer right-container">
<div class="tcontent"></div>
<div class="text-box">
<h2>Participate</h2>
<p>Participate in our events and meet like-minded individuals.</p>
<span class="right-container-arrow"></span>
</div>
</div>
<div class="tcontainer left-container">
<div class="tcontent"></div>
<div class="text-box">
<h2>Learn</h2>
<p>
Learn new skills and stay up-to-date with the latest technologies.
</p>
<span class="left-container-arrow"></span>
</div>
</div>
</div>
</section>
<section class="project" id="projects">
<h1>OUR PROJECTS</h1>
<div class="pcontainer">
<div class="pcard">
<div class="pimg">
<img src="images/project-img-1.jpg" alt="" />
</div>
<div class="ptop-text">
<div class="name">Project Alpha</div>
<div class="pbtn">
<a href="">Details</a>
</div>
</div>
<div class="pbottom-text">
<div class="ptext">
<p>
An open-source web application framework that simplifies
development with modular architecture and built-in features.
</p>
</div>
</div>
</div>
<div class="pcard">
<div class="pimg">
<img src="images/project-img-2.jpeg" alt="" />
</div>
<div class="ptop-text">
<div class="name">Data Insights</div>
<div class="pbtn">
<a href="">Details</a>
</div>
</div>
<div class="pbottom-text">
<div class="ptext">
<p>
A collaborative platform for data analysis and visualization. It
provides powerful tools for data manipulation and statistical
analysis.
</p>
</div>
</div>
</div>
<div class="pcard">
<div class="pimg">
<img src="images/project-img-3.jpg" alt="" />
</div>
<div class="ptop-text">
<div class="name">AI Toolkit</div>
<div class="pbtn">
<a href="">Details</a>
</div>
</div>
<div class="pbottom-text">
<div class="ptext">
<p>
A suite of tools and libraries for machine learning enthusiasts.
It offers resources for developing and deploying machine
learning models.
</p>
</div>
</div>
</div>
<div class="pcard">
<div class="pimg">
<img src="images/project-img-4.jpg" alt="" />
</div>
<div class="ptop-text">
<div class="name">Community Hub</div>
<div class="pbtn">
<a href="">Details</a>
</div>
</div>
<div class="pbottom-text">
<div class="ptext">
<p>
An online portal for community events, discussions, and
resources. It aims to connect members and facilitate
collaboration within the community.
</p>
</div>
</div>
</div>
<div class="pcard">
<div class="pimg">
<img src="images/project-img-5.jpg" alt="" />
</div>
<div class="ptop-text">
<div class="name">Code Learn</div>
<div class="pbtn">
<a href="">Details</a>
</div>
</div>
<div class="pbottom-text">
<div class="ptext">
<p>
An interactive platform for learning programming languages
through hands-on exercises and real-time feedback. It offers
courses, challenges, and a supportive community to enhance
coding skills.
</p>
</div>
</div>
</div>
<div class="pcard">
<div class="pimg">
<img src="images/project-img-6.jpg" alt="" />
</div>
<div class="ptop-text">
<div class="name">Open Health</div>
<div class="pbtn">
<a href="">Details</a>
</div>
</div>
<div class="pbottom-text">
<div class="ptext">
<p>
An open-source platform for healthcare data management and
analysis. It aims to improve healthcare outcomes by providing
tools for data integration, visualization, and research
collaboration.
</p>
</div>
</div>
</div>
</div>
</section>
<special-footer></special-footer>
<script src="index.js"></script>
<script src="footer/footer.js"></script>
<!-- counter js -->
<script>
const counters = document.querySelectorAll(".counters span");
const container = document.querySelector(".counters");
let activated = false;
window.addEventListener("scroll", () => {
const containerOffsetTop = container.offsetTop;
const containerOffsetHeight = container.offsetHeight;
if (
window.pageYOffset > containerOffsetTop - window.innerHeight + 200 &&
!activated
) {
counters.forEach((counter) => {
counter.innerText = "0";
let count = 0;
function updateCount() {
const target = parseInt(counter.getAttribute("data-count"));
if (count < target) {
count++;
counter.innerText = count;
setTimeout(updateCount, 10);
} else {
counter.innerText = target;
}
}
updateCount();
});
activated = true;
} else if (
window.pageYOffset < containerOffsetTop - window.innerHeight + 500 &&
activated
) {
counters.forEach((counter) => {
counter.innerText = "0";
});
activated = false;
}
});
</script>
<script src="https://cdn.botpress.cloud/webchat/v1/inject.js"></script>
<script>
window.botpressWebChat.init({
"composerPlaceholder": "Open Source Village",
"botConversationDescription": "Ask me anything!",
"botId": "88f3d139-4a56-4ac6-a192-d147bc4373d7",
"hostUrl": "https://cdn.botpress.cloud/webchat/v1",
"messagingUrl": "https://messaging.botpress.cloud",
"clientId": "88f3d139-4a56-4ac6-a192-d147bc4373d7",
"webhookId": "a909bd46-1d71-484d-8551-58afe6d64c1e",
"lazySocket": true,
"themeName": "prism",
"botName": "Open Source Village",
"avatarUrl": "https://media.licdn.com/dms/image/D4D0BAQE8E3S0-vt8TQ/company-logo_200_200/0/1683703353326?e=1724889600&v=beta&t=to32718A4rdNZM_XmtjHN8xG4LKE9UYLhVnuoyB3nt8",
"stylesheet": "https://webchat-styler-css.botpress.app/prod/90be4629-b1cb-4093-8ec9-cff772de8ed8/v54653/style.css",
"frontendVersion": "v1",
"showPoweredBy": true,
"theme": "prism",
"themeColor": "#2563eb",
"allowedOrigins": [],
"enableConversationDeletion": true
});
</script>
</body>
</html>