1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
+
3
4
< head >
4
5
< meta charset ="UTF-8 ">
5
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6
7
< meta http-equiv ="X-UA-Compatible " content ="ie=edge " />
7
8
< meta name ="title " content ="Machine Learning Repositories ">
8
9
< meta name ="description "
9
10
content ="A curated collection of diverse machine learning repositories available on GitHub, presented by the RecodeHive community ">
10
- < meta name ="keywords "
11
+ < meta name ="keywords "
11
12
content ="machine learning, machine learning repositories, machine learning repos, machine learning recode hive, recode hive, recode hive ml repos, recode give ml, ml, ml repositories, github repositories ml, machine learning github repositories ">
12
13
< meta name ="robots " content ="index, follow ">
13
14
< meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 ">
19
20
< script src ="https://cdn.jsdelivr.net/npm/chart.js "> </ script >
20
21
< style >
21
22
# progress-container {
22
- position : fixed ;
23
- top : 0px ;
24
- left : 0 ;
25
- width : 100% ;
26
- height : 15px ;
27
- z-index : 99990 ;
28
- /* background: #f3f3f3; */
29
- }
30
-
31
- # progress-bar {
32
- height : 53% ;
33
- width : 0 ;
34
- background : linear-gradient (90deg , rgb (0 , 72 , 255 ) 0% , rgb (58 , 114 , 227 ) 50% , rgb (22 , 121 , 250 ) 100% );
35
- box-shadow : 0 0 4px rgba (0 , 166 , 255 , 0.7 ), 0 0 10px rgba (255 , 255 , 255 , 0.7 );
36
- transition : width 0.09s ease-in-out;
37
- border-radius : 10px ;
38
- }
39
- /* .dark-mode .content{
23
+ position : fixed;
24
+ top : 0px ;
25
+ left : 0 ;
26
+ width : 100% ;
27
+ height : 15px ;
28
+ z-index : 99990 ;
29
+ /* background: #f3f3f3; */
30
+ }
31
+
32
+ # progress-bar {
33
+ height : 53% ;
34
+ width : 0 ;
35
+ background : linear-gradient (90deg , rgb (0 , 72 , 255 ) 0% , rgb (58 , 114 , 227 ) 50% , rgb (22 , 121 , 250 ) 100% );
36
+ box-shadow : 0 0 4px rgba (0 , 166 , 255 , 0.7 ), 0 0 10px rgba (255 , 255 , 255 , 0.7 );
37
+ transition : width 0.09s ease-in-out;
38
+ border-radius : 10px ;
39
+ }
40
+
41
+ /* .dark-mode .content{
40
42
background-color: white;
41
43
}
42
44
.dark-mode .title{
47
49
} */
48
50
</ style >
49
51
</ head >
50
- < body class ="da ">
52
+
53
+ < body class ="da ">
51
54
< div id ="progress-container ">
52
55
< div id ="progress-bar "> </ div >
53
- </ div >
56
+ </ div >
57
+
58
+ < script >
54
59
55
- < script >
56
-
57
- window . addEventListener ( 'scroll' , function ( ) {
60
+ window . addEventListener ( 'scroll' , function ( ) {
58
61
const winScroll = document . body . scrollTop || document . documentElement . scrollTop ;
59
62
const height = document . documentElement . scrollHeight - document . documentElement . clientHeight ;
60
63
const scrolled = ( winScroll / height ) * 100 ;
61
64
document . getElementById ( 'progress-bar' ) . style . width = scrolled + '%' ;
62
65
} ) ;
63
- </ script >
66
+ </ script >
64
67
< div class ="loading-container " id ="loading-animation ">
65
68
< div class ="loader "> </ div >
66
69
</ div >
79
82
< li > < a href ="faq.html "> FAQ</ a > </ li >
80
83
< li > < a href ="Feedback.html "> Feedback</ a > </ li >
81
84
< li > < a href ="contact.html "> Contact</ a > </ li >
82
- <!-- Dropdown on navbar -->
83
- <!-- Inside your <ul class="nav-links"> -->
84
- < li class ="dropdown ">
85
- < a href ="# " class ="dropbtn "> Know More</ a >
86
- < div class ="dropdown-content ">
87
- < a href ="https://github.com/recodehive "> How we work?</ a >
88
- < a href ="https://github.com/recodehive "> Projects</ a >
89
- < a href ="https://github.com/recodehive "> Team</ a >
90
- < a href ="conduct.html "> Code of Conduct</ a >
91
- </ div >
92
- </ li >
93
85
94
- <!-- <li class="dropdown">
86
+ < li class ="dropdown ">
87
+ < a href ="# " class ="dropbtn "> Know More</ a >
88
+ < div class ="dropdown-content ">
89
+ < a href ="https://github.com/recodehive "> How we work?</ a >
90
+ < a href ="https://github.com/recodehive "> Projects</ a >
91
+ < a href ="https://github.com/recodehive "> Team</ a >
92
+ < a href ="conduct.html "> Code of Conduct</ a >
93
+ </ div >
94
+ </ li >
95
+
96
+ <!-- <li class="dropdown">
95
97
<button id="dropdownButton" class="dropbtn">Know More</button>
96
98
<div id="dropdownMenu" class="dropdown-content">
97
99
<a href="https://github.com/recodehive">How we work?</a>
101
103
</div>
102
104
</li> -->
103
105
< div class ="nav-icons ">
104
- < li >
105
- < a href ="https://github.com/recodehive/machine-learning-repos " target ="_blank ">
106
- < img src ="assets/images.png " alt ="GitHub "> <!-- GitHub Icon -->
107
- </ a >
108
- </ li >
109
- < li >
110
- < div >
111
- < img src ="/Website/sun-solid (1).svg " id ="icon ">
112
- </ div >
113
- </ li >
114
- <!-- <li>
106
+ < li >
107
+ < a href ="https://github.com/recodehive/machine-learning-repos " target ="_blank ">
108
+ < img src ="assets/images.png " alt ="GitHub "> <!-- GitHub Icon -->
109
+ </ a >
110
+ </ li >
111
+ < li >
112
+ < div >
113
+ < img src ="/Website/sun-solid (1).svg " id ="icon ">
114
+ </ div >
115
+ </ li >
116
+ <!-- <li>
115
117
<button id="toggle-dark-mode" title="Use Ctrl+Q to toggle themes easily">
116
118
<i class="fas fa-moon"></i>
117
119
</button>
118
120
</li> -->
119
- </ div >
121
+ </ div >
120
122
</ ul >
121
123
< div class ="line " id ="line ">
122
124
< div class ="bar1 "> </ div >
127
129
</ header >
128
130
129
131
< main >
130
- < div class ="contact-container ">
131
- < h2 > Contact Us</ h2 >
132
- < p > We would love to hear from you! Please fill out this form and we'll get in touch with you shortly.</ p >
132
+ < div class ="contact-container ">
133
+ < h2 > Contact Us</ h2 >
134
+ < p > We would love to hear from you! Please fill out this form and we'll get in touch with you shortly.</ p >
133
135
134
- < form action ="# " method ="post ">
135
- < label for ="name "> Name</ label >
136
- < input type ="text " id ="name " name ="name " required >
136
+ < form action ="# " method ="post ">
137
+ < label for ="name "> Name</ label >
138
+ < input type ="text " id ="name " name ="name " required >
137
139
138
- < label for ="email "> Email</ label >
139
- < input type ="email " id ="email " name ="email " required >
140
+ < label for ="email "> Email</ label >
141
+ < input type ="email " id ="email " name ="email " required >
140
142
141
- < label for ="subject "> Subject</ label >
142
- < input type ="text " id ="subject " name ="subject " required >
143
+ < label for ="subject "> Subject</ label >
144
+ < input type ="text " id ="subject " name ="subject " required >
143
145
144
- < label for ="message "> Message</ label >
145
- < textarea id ="message " name ="message " rows ="5 " required > </ textarea >
146
+ < label for ="message "> Message</ label >
147
+ < textarea id ="message " name ="message " rows ="5 " required > </ textarea >
146
148
147
- < button type ="submit "> Send Message</ button >
148
- </ form >
149
-
150
- <!-- Back to Home Button -->
151
- < button onclick ="window.location.href='index.html' " class ="back-button "> Back to Home</ button >
152
- </ div >
153
- </ main >
154
- < script >
155
- var icon = document . getElementById ( "icon" ) ;
156
- icon . onclick = function ( ) {
157
- document . body . classList . toggle ( "dark-theme" ) ;
158
- if ( document . body . classList . contains ( "dark-theme" ) ) {
159
- icon . src = "/Website/moon-solid.svg" ;
160
- }
161
- else {
162
- icon . src = "/Website/sun-solid (1).svg" ;
149
+ < button type ="submit "> Send Message</ button >
150
+ </ form >
151
+
152
+ <!-- Back to Home Button -->
153
+ < button onclick ="window.location.href='index.html' " class ="back-button "> Back to Home</ button >
154
+ </ div >
155
+ </ main >
156
+ < script >
157
+ var icon = document . getElementById ( "icon" ) ;
158
+ icon . onclick = function ( ) {
159
+ document . body . classList . toggle ( "dark-theme" ) ;
160
+ if ( document . body . classList . contains ( "dark-theme" ) ) {
161
+ icon . src = "/Website/moon-solid.svg" ;
162
+ }
163
+ else {
164
+ icon . src = "/Website/sun-solid (1).svg" ;
165
+ }
163
166
}
164
- }
165
- </ script >
167
+ </ script >
166
168
</ body >
167
- </ html >
169
+
170
+ </ html >
0 commit comments