forked from ML-Fusion-Lab/ML-Fusion-Lab-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
221 lines (199 loc) · 7.41 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<head>
<link rel="icon">
<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>ML Fusion Lab</title>
<link rel="stylesheet" href="style.css">
<style>
header {
height: 100px;
}
.logo {
margin: 30px 0px 0px 0px;
}
footer {
background: #333;
color: white;
text-align: center;
padding: 20px 0;
margin-top: auto; /* Push footer to bottom */
}
.footer-container {
max-width: 800px;
margin: auto;
padding: 0 20px;
}
.footer-links, .footer-socials {
margin: 10px 0;
}
.footer-links a, .footer-socials a {
color: white;
text-decoration: none;
margin: 0 10px;
transition: color 0.3s; /* Add transition for hover effect */
}
.footer-links a:hover, .footer-socials a:hover {
color: #007BFF; /* Change color on hover */
}
.footer-contact {
margin: 10px 0;
}
</style>
</head>
<body>
<link rel="stylesheet" href="style.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="scroll.css">
</head>
<body>
<header>
<nav>
<div class="logo">
<img src="ml fusion lab log.jpg" alt="logo" width="100" height="100" />
</div>
<div class="hamburger" id="hamburger">☰</div>
<ul>
<li><a href="index.html">Home</a></li>
<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>
<div class="theme-switch" id="theme-switch"></div>
</ul>
</nav>
</header>
<section class="hero">
<div class="hero-content">
<h2>Learn Machine Learning with Us</h2>
<p>
We provide top-notch resources to help you master machine learning,
from basics to advanced levels.
</p>
<a href="courses.html" class="btn">Explore Courses</a>
</div>
</section>
<section class="about">
<h2>About ML Fusion Labs</h2>
<p>
We are a community-driven platform that aims to provide free,
accessible, and high-quality machine learning tutorials, projects, and
resources for all. Whether you are a beginner or an experienced
professional, ML Fusion Labs has something to offer for everyone.
</p>
<div class="container">
<h2>About ML Fusion Labs</h2>
<div id="about-content">
<p>We are a community-driven platform that aims to provide free, accessible, and high-quality machine
learning tutorials, projects, and resources for all. Whether you are a beginner or an experienced
professional, ML Fusion Labs has something to offer for everyone.</p>
<img
src="https://images.unsplash.com/photo-1522071820081-009f0129c71c?q=80&w=1470&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
alt="Coding Team">
</div>
<h2>About ML Fusion Labs</h2>
<div id="about-content">
<img
src="https://images.unsplash.com/photo-1522071820081-009f0129c71c?q=80&w=1470&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
alt="Coding Team">
<p>We are a community-driven platform that aims to provide free, accessible, and high-quality machine learning
tutorials, projects, and resources for all. Whether you are a beginner or an experienced professional, ML
Fusion Labs has something to offer for everyone.</p>
</div>
</div>
</section>
<section class="features">
<div class="container">
<h2>Our Features</h2>
<div class="feature-grid">
<div class="feature-item">
<h3>Structured Learning</h3>
<p>
Our courses are designed for clarity and progress, from
fundamentals to expert-level topics.
</p>
</div>
<div class="feature-item">
<a href="projects.html" style="text-decoration: none;">
<h3>Practical Projects</h3>
<p>
Work on real-world ML projects to apply the concepts you learn.
</p>
</a>
</div>
<div class="feature-item">
<h3><a href="community_suport.html">Community Support</a></h3>
<p>
Collaborate with other learners and contribute to open-source ML
projects.
</p>
</div>
</div>
</div>
</section>
<section class="newsletter">
<div class="newsletter-left">
<h1>Sign Up for Newsletters</h1>
<p>Get updates in your E-mail about <span>latest deals and products</span></p>
</div>
<div class="newsletter-right">
<div class="input-group">
<input type="email" class="input" id="Email" name="Email" placeholder="[email protected]"
autocomplete="off">
<input class="button--submit" value="Subscribe" type="submit">
</div>
</div>
</section>
<footer>
<div class="container">
<p>© 2024 ML Fusion Labs | All Rights Reserved</p>
<p><a href="privacy.html">Privacy Policy</a> | <a href="terms.html">Terms of Service</a></p>
</div>
</footer>
<button id="scrollTopBtn" onclick="scrollToTop()">⇧</button>
<div class="footer-container">
<p>© 2024 ML Fusion Labs | All Rights Reserved</p>
<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>
</div>
<div class="footer-socials">
Follow us on:
<a href="https://facebook.com" target="_blank">Facebook</a> |
<a href="https://twitter.com" target="_blank">Twitter</a> |
<a href="https://linkedin.com" target="_blank">LinkedIn</a>
</div>
<div class="footer-contact">
<p>Contact us: <a href="mailto:[email protected]" style="color: white;">[email protected]</a> | Phone: +1 (555) 123-4567</p>
</div>
</div>
</footer>
</body>
</html>
<div class="container">
<p>© 2024 ML Fusion Labs | All Rights Reserved</p>
<p>
<a href="privacy.html">Privacy Policy</a> |
<a href="terms.html">Terms of Service</a>
</p>
</div>
</footer>
<script>
const hamburger = document.getElementById("hamburger");
const navUL = document.querySelector("nav ul");
hamburger.addEventListener("click", () => {
navUL.classList.toggle("show");
});
</script>
<script src="scroll.js"></script>
<script src="script.js"></script>
</body>
</html>