forked from ML-Fusion-Lab/ML-Fusion-Lab-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
244 lines (210 loc) · 9.05 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="ml-fusion-lab-logo.png">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us - ML Fusion Labs</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="scroll.css">
<link rel="stylesheet" href="about.css">
</head>
</head>
<body>
<header >
<div id="progress-container">
<div id="progress-bar"></div>
</div>
<nav>
<div class="logo">
<a href="index.html"><h1><img src="ml fusion lab log.jpg" alt="logo" width="100" height="100"/></h1></a>
</div>
<div class="hamburger" id="hamburger">☰</div>
<ul>
<li><a href="courses.html">Courses</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="Testimonial.html">Testimonial</a></li>
<div class="theme-switch" id="theme-switch"></div>
</ul>
</nav>
</header>
<section class="about-hero">
<div class="hero-content">
<div class="hero-center">
<h2>About ML Fusion Labs</h2>
<p id="typing-text"></p>
</div>
</div>
</section>
<div class="circle-container">
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
</div>
<section class="about-us">
<div class="container">
<h2 class="h2text">Our Mission</h2>
<p>At ML Fusion Labs, we believe that machine learning education should be accessible to everyone. Our mission is to create an inclusive environment where learners of all levels can develop their skills through hands-on projects and expert guidance.</p>
<div class="img-card-outer">
<div class="img-card img1"></div>
<div class="img-card img2"></div>
<div class="img-card img3"></div>
</div>
<h2 class="h2text">What We Offer?</h2>
<div id="display">
<div class="features-card">
<h4>"Structured courses covering fundamental to advanced machine learning topics."</h4>
</div>
<div class="features-card">
<h4>Real-world projects to apply machine learning concepts.</h4>
</div>
<div class="features-card">
<h4>A supportive community of learners and experts to collaborate with.</h4>
</div>
</div>
<h2 class="h2text">Our Team</h2>
<p>ML Fusion Labs is powered by a diverse group of machine learning enthusiasts, industry professionals, and educators. We are committed to making machine learning education engaging, practical, and accessible for everyone.</p>
<section id="team">
<div class="team-container">
<div class="team-grid">
<div class="team-member">
<img src="teammate1.jpg" alt="Team Member 1">
<h4>John Doe</h4>
<p>Lead Developer</p>
</div>
<div class="team-member">
<img src="teammate2.jpg" alt="Team Member 2">
<h4>Jane Smith</h4>
<p>Project Manager</p>
</div>
<div class="team-member">
<img src="teammate3.jpg" alt="Team Member 3">
<h4>Michael Lee</h4>
<p>UI/UX Designer</p>
</div>
<div class="team-member">
<img src="teammate4.jpg" alt="Team Member 4">
<h4>Emily Brown</h4>
<p>Data Scientist</p>
</div>
</div>
</div>
</section>
</div>
</section>
<footer>
<div class="container">
<div class="footer-socials">
Follow us on:
<a href="https://facebook.com" target="_blank"><i class="fab fa-facebook-f"></i></a>
<a href="https://twitter.com" target="_blank"><i class="fa-brands fa-x-twitter"></i></a>
<a href="https://linkedin.com" target="_blank"><i class="fab fa-linkedin-in"></i></a>
</div>
<div class="footer-contact">
<p style="color: white;">Contact us: <a href="mailto:[email protected]" style="color: white;">[email protected]</a> | Phone: +1 (555) 123-4567</p>
</div>
</div>
<div class="footer-links">
<a href="privacy.html">Privacy Policy</a>
<a href="terms.html">Terms of Service</a>
<a href="about.html">About Us</a>
<a href="contact.html">Contact</a>
<a href="Testimonial.html">Testimonial</a>
<div class="para">
<p style="color: white;">© 2024 ML Fusion Labs | All Rights Reserved</p>
</div>
</div>
</footer>
<button id="scrollTopBtn" onclick="scrollToTop()"> <i class="fas fa-arrow-up"></i></button>
<script src="scroll.js"></script>
<script src="script.js"></script>
<!-- Botpress Chat Scripts -->
<script src="https://cdn.botpress.cloud/webchat/v2.2/inject.js"></script>
<script src="https://files.bpcontent.cloud/2024/10/06/10/20241006104845-C8MQIMON.js"></script>
<!--Typing functionality-->
<script>
const text = "We provide high-quality machine learning resources for all learners.";
let index = 0;
function type() {
const typingElement = document.getElementById("typing-text");
// If the sentence is fully written, reset after a delay
if (index === text.length) {
setTimeout(() => {
typingElement.innerHTML = ''; // Clear the text
index = 0; // Reset index
type(); // Start typing again
}, 1000); // 1 second delay before restarting typing
} else {
// Continue typing
typingElement.innerHTML += text.charAt(index);
index++;
setTimeout(type, 50); // Adjust typing speed here
}
}
window.onload = function() {
type();
};
</script>
<!-- js for mouse cursor trail effect -->
<script>
document.addEventListener("DOMContentLoaded", function () {
const coords = { x: 0, y: 0 };
const circles = document.querySelectorAll(".circle");
circles.forEach(function (circle) {
circle.x = 0;
circle.y = 0;
});
window.addEventListener("mousemove", function (e) {
coords.x = e.pageX;
coords.y = e.pageY - window.scrollY; // Adjust for vertical scroll position
});
function animateCircles() {
let x = coords.x;
let y = coords.y;
circles.forEach(function (circle, index) {
circle.style.left = `${x - 12}px`;
circle.style.top = `${y - 12}px`;
circle.style.transform = `scale(${(circles.length - index) / circles.length})`;
const nextCircle = circles[index + 1] || circles[0];
circle.x = x;
circle.y = y;
x += (nextCircle.x - x) * 0.3;
y += (nextCircle.y - y) * 0.3;
});
requestAnimationFrame(animateCircles);
}
animateCircles();
});
</script>
</body>
</html>