Skip to content

Commit 2b509e7

Browse files
authored
Merge pull request #1184 from shreyash3087/fix/dark-mode-and-milestone
Fixed Darkmode and Milestone Section
2 parents 397d377 + 19eff42 commit 2b509e7

File tree

2 files changed

+563
-907
lines changed

2 files changed

+563
-907
lines changed

Website/index.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
1010
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
1111
</head>
12-
<body>
12+
<body class="dark-mode">
1313
<div class="loading-container" id="loading-animation">
1414
<div class="loader"></div>
1515
</div>
@@ -41,7 +41,7 @@
4141

4242
<main>
4343
<section class="welcome-section">
44-
<h2>Welcome to the Machine Learning Repositories</h2>
44+
<h2>Welcome to the <span>Machine Learning Repositories</span></h2>
4545
<p>Explore a curated collection of diverse machine learning repositories available on GitHub, presented by the RecodeHive community.</p>
4646
</section>
4747

@@ -123,63 +123,63 @@ <h2>Milestones Progress</h2>
123123
<div class="milestone-card">
124124
<h3>Algorithms and Deep Learning Models</h3>
125125
<p>This milestone enhances the website's performance and design by integrating advanced algorithms and Deep Learning models.</p>
126-
<div class="progress-bar">
126+
<div class="milestone-progress-bar">
127127
<div class="progress" style="width: 100%;"></div>
128128
</div>
129129
<p>34 closed / 34 total</p>
130130
</div>
131131
<div class="milestone-card">
132132
<h3>Classification Models</h3>
133133
<p>This Milestone focuses on improving the website's performance and design by implementing and optimizing various classification models.</p>
134-
<div class="progress-bar">
134+
<div class="milestone-progress-bar">
135135
<div class="progress" style="width: 100%;"></div>
136136
</div>
137137
<p>23 closed / 23 total</p>
138138
</div>
139139
<div class="milestone-card">
140140
<h3>Data Analysis</h3>
141141
<p>This milestone is dedicated to enhancing the website's performance and design through the integration and application of data analysis techniques.</p>
142-
<div class="progress-bar">
142+
<div class="milestone-progress-bar">
143143
<div class="progress" style="width: 100%;"></div>
144144
</div>
145145
<p>20 closed / 20 total</p>
146146
</div>
147147
<div class="milestone-card">
148148
<h3>NLP Models</h3>
149149
<p>This milestone focuses on integrating NLP models to enhance website functionality and user interaction, improving performance and design through advanced natural language processing techniques.</p>
150-
<div class="progress-bar">
150+
<div class="milestone-progress-bar">
151151
<div class="progress" style="width: 50%;"></div>
152152
</div>
153153
<p>5 closed / 10 total</p>
154154
</div>
155155
<div class="milestone-card">
156156
<h3>Computer Vision Models</h3>
157157
<p>This milestone focuses on integrating computer vision models to improve website performance and design by enabling advanced image and video analysis capabilities.</p>
158-
<div class="progress-bar">
158+
<div class="milestone-progress-bar">
159159
<div class="progress" style="width: 50%;"></div>
160160
</div>
161161
<p>10 closed / 20 total</p>
162162
</div>
163163
<div class="milestone-card">
164164
<h3>Detection Models</h3>
165165
<p>This milestone involves improving the website's performance and design by implementing advanced detection models to enhance functionality and accuracy.</p>
166-
<div class="progress-bar">
166+
<div class="milestone-progress-bar">
167167
<div class="progress" style="width: 100%;"></div>
168168
</div>
169169
<p>34 closed / 34 total</p>
170170
</div>
171171
<div class="milestone-card">
172172
<h3>Prediction Models</h3>
173173
<p>This milestone aims to integrate advanced prediction models to boost website performance and user experience with cutting-edge algorithms and machine learning techniques.</p>
174-
<div class="progress-bar">
174+
<div class="milestone-progress-bar">
175175
<div class="progress" style="width: 100%;"></div>
176176
</div>
177177
<p>60 closed / 60 total</p>
178178
</div>
179179
<div class="milestone-card">
180180
<h3>Recommendation Models</h3>
181181
<p>This milestone focuses on integrating advanced recommendation models to improve website performance and deliver personalized user experiences.</p>
182-
<div class="progress-bar">
182+
<div class="milestone-progress-bar">
183183
<div class="progress" style="width: 100%;"></div>
184184
</div>
185185
<p>4 closed / 4 total</p>
@@ -215,7 +215,7 @@ <h3>Recommendation Models</h3>
215215
</div>
216216
<button id="go-to-top">TOP▶️</button> <!-- Go to top button -->
217217
<footer class="footer">
218-
<p>&copy; 2024 Machine Learning Repos - <a href="https://github.com/recodehive" id="footer-link">RecodeHive</a>. All rights reserved.</p>
218+
<div>&copy; 2024 Machine Learning Repos - <a href="https://github.com/recodehive" id="footer-link">RecodeHive</a>. All rights reserved.</div>
219219
</footer>
220220
<script src="js/script.js"></script>
221221
</body>

0 commit comments

Comments
 (0)