forked from ML-Fusion-Lab/ML-Fusion-Lab-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
240 lines (212 loc) · 7.74 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
<!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">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<style>
header {
height: 100px;
}
.logo {
margin: 30px 0 0 0;
}
footer {
background-color: #333;
color: white;
text-align: center;
padding: 20px 0;
margin-top: auto;
}
.footer-container {
max-width: 800px;
margin: auto;
padding: 0 20px;
}
.footer-links, .footer-socials, .footer-contact {
margin: 10px 0;
}
.footer-links a, .footer-socials a {
color: white;
text-decoration: none;
margin: 0 10px;
transition: color 0.3s;
}
.footer-links a:hover, .footer-socials a:hover {
color: #007BFF;
}
.footer-socials a {
font-size: 24px;
margin: 0 15px;
}
.footer-contact a {
color: white;
}
.newsletter .input-group .input {
color: black;
}
#scrollTopBtn {
display: none;
position: fixed;
bottom: 20px;
right: 30px;
z-index: 99;
font-size: 18px;
background-color: #00BFFF;
color: white;
border: none;
padding: 10px;
border-radius: 5px;
}
#scrollTopBtn:hover {
background-color: #555;
}
</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">
<h1><img src="ml fusion lab log.jpg" alt="logo" width="100" height="100"/></h1>
</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>
</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">
<div class="container">
<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>
<div class="container">
<center>
<h2>About ML Fusion Labs</h2>
</center>
<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">
<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>
<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>
</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>Community Support</h3>
<p>
Collaborate with other learners and contribute to open-source ML
projects.
</p>
</div>
</div>
</div>
</section>
<div 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>
</div>
<footer>
<div class="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"><i class="fab fa-facebook-f"></i></a>
<a href="https://twitter.com" target="_blank"><i class="fab fa-twitter"></i></a>
<a href="https://linkedin.com" target="_blank"><i class="fab fa-linkedin-in"></i></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>
<button id="scrollTopBtn" onclick="scrollToTop()">⇧</button>
</footer>
<script>
const scrollTopBtn = document.getElementById("scrollTopBtn");
window.onscroll = function () {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
scrollTopBtn.style.display = "block";
} else {
scrollTopBtn.style.display = "none";
}
};
function scrollToTop() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
</body>
</html>