-
Notifications
You must be signed in to change notification settings - Fork 204
/
index.html
355 lines (311 loc) · 14 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
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Awesome GitHub Profile READMEs</title>
<link rel="shortcut icon" href="assets/recode-hive.png" type="image/x-icon">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="styles/modal.css">
<link rel="stylesheet" href="styles/styles.css" />
<link rel="stylesheet" href="styles/pagination.css" />
<link rel="stylesheet" href="styles/speech.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<script src="https://www.gstatic.com/firebasejs/7.14.6/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.14.6/firebase-database.js"></script>
<link rel="stylesheet" href="styles/hamburger.css">
<script src="https://unpkg.com/scrollreveal"></script>
</head>
<body>
<div id="progressBarContainer">
<div id="progressBar"></div>
</div>
<nav class="navbar">
<div class="navbar-left" onclick="window.location.href=`index.html`">
<img src="assets/recode-hive.png" alt="Recode Hive Icon" class="navbar-icon">
<span class="navbar-text">Recode Hive</span>
</div>
<div class="navbar-right">
<a href="pages/githubbadge.html" class="navbar-link">Github-Badges</a>
<a href="https://github.com/recodehive/awesome-github-profiles/issues/new?assignees=&labels=%E2%9E%95+profile&projects=&template=add_profile.md&title=Add+Profile%3A+"
class="navbar-link">Add Profile</a>
<a href="#" class="navbar-link">Tools</a>
<a href="./pages/events.html" class="navbar-link">Events</a>
<a href="./pages/blog.html" class="navbar-link">Blog</a>
<a href="./pages/compare.html" class="navbar-link">Compare</a>
<a href="login.html" class="navbar-link">Login</a>
<div class="toggle-switch">
<input type="checkbox" id="theme-toggle">
<label for="theme-toggle">
<div class="switch-button">
<span class="material-icons sun-icon">wb_sunny</span>
<span class="material-icons moon-icon">brightness_2</span>
</div>
</label>
</div>
</div>
<div class="hamburger" id="hamburger">
<div></div>
<div></div>
<div></div>
</div>
</nav>
<div class="mobile-menu" id="mobile-menu">
<a href="pages/githubbadge.html" class="navbar-links">Github-Badges</a>
<a href="#" class="navbar-links">Tools</a>
<a href="./pages/events.html" class="navbar-links">Events</a>
<a href="pages/blog.html" class="navbar-links">Blog</a>
<a href="https://github.com/recodehive/awesome-github-profiles/issues/new?assignees=&labels=%E2%9E%95+profile&projects=&template=add_profile.md&title=Add+Profile%3A+"
class="navbar-links">Add Profile</a>
<a href="login.html">Login</a>
<div class="toggle-switch">
<input type="checkbox" id="theme-toggle-mobile">
<label for="theme-toggle-mobile">
<div class="switch-button">
<span class="material-icons sun-icon">wb_sunny</span>
<span class="material-icons moon-icon">brightness_2</span>
</div>
</label>
</div>
</div>
</div>
<div class="side-icons">
<div class="icon-content">
<a href="https://github.com/sanjay-kv" target="_blank" aria-label="GitHub" data-social="github">
<i class="fab fa-github"></i>
<div class="filled"></div>
</a>
</div>
<div class="icon-content">
<a href="https://stream.recodehive.com/github" target="_blank" aria-label="YouTube" data-social="youtube">
<i class="fab fa-youtube"></i>
<div class="filled"></div>
</a>
</div>
<div class="icon-content">
<a href="https://twitter.com/sanjay_kv_" target="_blank" aria-label="Twitter" data-social="twitter">
<i class="fa-brands fa-x-twitter"></i>
<div class="filled"></div>
</a>
</div>
<div class="icon-content">
<a href="https://www.linkedin.com/in/sanjay-k-v/" target="_blank" aria-label="LinkedIn" data-social="linkedin">
<i class="fab fa-linkedin-in"></i>
<div class="filled"></div>
</a>
</div>
<div class="icon-content">
<a href="https://www.facebook.com/sanjay.k.viswanathan/" target="_blank" aria-label="Facebook"
data-social="facebook">
<i class="fab fa-facebook-f"></i>
<div class="filled"></div>
</a>
</div>
</div>
<div class="container">
<h1 class="main-heading">Awesome GitHub Profile READMEs</h1>
<div class="tags">
<span class="tag">Badge 🎖️</span>
<span class="tag">Minimalistic ✨</span>
<span class="tag">Dynamic 🔄</span>
<span class="tag">Icons 🎯</span>
<span class="tag">Backgrounds 😎</span>
<span class="tag">GIFS 🖼️</span>
<span class="tag">Game Mode 🚀</span>
<span class="tag">Code 👨💻</span>
</div>
<div class="search-bar" style="position: relative;">
<input type="text" class="search-input" placeholder="Search Nickname or Username..." />
<i class="fas fa-search" style="position: relative;right: 40px;"></i>
<button class="mic-button">
<!-- icon working properly -->
<i class="fa fa-microphone"></i>
<svg id="animated-voice" width="1rem" height="1rem" viewBox="0 0 100 100">
<g stroke="#fff" stroke-width="15">
<path d="M20,20 20,80">
<animate attributeName="d" values="M20,40 20,60;M20,20 20,80;M20,40 20,60" dur="1s"
repeatCount="indefinite" />
</path>
<path d="M50,10 50,90">
<animate attributeName="d" values="M50,10 50,90;M50,40 50,60;M50,10 50,90" dur="1s"
repeatCount="indefinite" />
</path>
<path d="M80,20 80,80">
<animate attributeName="d" values="M80,40 80,60;M80,20 80,80;M80,40 80,60" dur="1s"
repeatCount="indefinite" />
</path>
</g>
</svg>
</button>
<i class="fa-solid fa-caret-down dropdown" id="caret-down"></i>
</div>
<!-- Modal Structure -->
<div id="myModal" class="modal1" style="left: 62%;">
<div class="modal-content">
<p class="views">Least Views</p>
<p class="views">Most Views</p>
<p class="views">Least Likes</p>
<p class="views">Most Likes</p>
</div>
</div>
<div class="no-profiles-message">
<h2>No profiles found</h2>
</div>
<div class="profiles">
<!-- Profiles will be dynamically loaded here -->
</div>
<!-- Buttons for pagination -->
<div class="pagination">
<button id="prev-page" disabled><i class="fa-solid fa-backward"></i></button>
<span id="page-info"></span>
<button id="next-page"><i class="fa-solid fa-forward"></i></button>
</div>
</div>
<footer id="Contact" class="footer-2">
<div class="footer-container">
<div class="footer-content">
<div class="footer-info">
<a href="#"><img src="assets/recode.png" alt="Recode-Hive logo" class="footer-logo"></a>
<!-- Social Media Icons -->
<div class="social-media-icons">
<a href="https://github.com/sanjay-kv" target="_blank" aria-label="GitHub" data-social="github">
<i class="fab fa-github"></i>
<div class="filled"></div>
</a>
<a href="https://stream.recodehive.com/github" target="_blank" aria-label="YouTube" data-social="youtube">
<i class="fab fa-youtube footer-youtube-icon"></i>
<div class="filled"></div>
</a>
<a href="https://www.linkedin.com/in/sanjay-k-v/ footer-linkedin-icon" target="_blank" aria-label="LinkedIn" data-social="linkedin">
<i class="fab fa-linkedin-in footer-linkedin-icon"></i>
<div class="filled"></div>
</a>
<a href="https://twitter.com/sanjay_kv_" target="_blank" aria-label="Twitter" data-social="twitter">
<i class="fab fa-twitter footer-twitter-icon"></i>
<div class="filled"></div>
</a>
<a href="https://www.facebook.com/sanjay.k.viswanathan/" target="_blank" aria-label="Facebook" data-social="facebook">
<i class="fab fa-facebook-f footer-facebook-icon"></i>
<div class="filled"></div>
</a>
</div>
<!-- End of Social Media Icons -->
</div>
<div class="footer-links" style="text-align: left;">
<div class="footer-section">
<h6 class="footer-heading">ABOUT RECODE-HIVE</h6>
<div>
<a href="pages/help.html" class="footer-link">Contact Us</a>
<a href="https://github.com/recodehive/awesome-github-profiles/blob/main/CODE_OF_CONDUCT.md" class="footer-link">Code of Conduct</a>
<a href="pages/faq.html" class="footer-link">FAQ's</a>
</div>
</div>
<div class="footer-section">
<h6 class="footer-heading">GET INVOLVED</h6>
<div>
<a href="https://github.com/recodehive/awesome-github-profiles/issues/new?assignees=&labels=%E2%9E%95+profile&projects=&template=add_profile.md&title=Add+Profile%3A+" class="footer-link">Add Your Profile</a>
<a href="https://github.com/recodehive/Support/issues/new?assignees=&labels=invite+me+to+the+community&projects=&template=invitation.yml&title=Please+invite+me+to+the+Recode-Hive+GitHub+Community+Organization" class="footer-link">Join the Organization</a>
<a href="./pages/events.html" class="footer-link">Events</a>
</div>
</div>
</div>
<div class="footer-description">
<h5>We focus on quality content for the right people at the right time⏱. What we are trying to do is help you
brand personal skills through GitHub readme.md, listing the best profiles, and giving you the opportunity to
list your profile to the world 🌎.</h5>
<a href="https://stream.recodehive.com/github" class="footer-button">Explore</a>
</div>
</div>
</div>
<div class="footer-bottom">
<div class="footer-container">
<p class="footer-copyright">
© <span id="dynamic-year">2024</span> Recode-Hive. Made with 🖤 by the community. All rights reserved.
</p>
</div>
</div>
</footer>
<style>
.footer-info {
display: flex;
flex-direction: column;
align-items: center;
}
.social-media-icons {
display: flex;
justify-content: center;
margin-top: 10px;
}
.social-media-icons a {
margin: 0 15px;
text-decoration: none;
color: #000;
position: relative;
transition: transform 0.3s, background-color 0.3s;
}
.social-media-icons a i {
font-size: 24px;
}
.social-media-icons a .filled {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: transparent;
transition: background-color 0.3s;
border-radius: 50%;
}
.social-media-icons a:hover {
transform: rotate(20deg);
}
.social-media-icons a:hover .filled {
background-color: rgba(0, 0, 0, 0.1);
}
.footer-links {
text-align: left;
margin-top: 20px;
}
.footer-section {
margin-bottom: 15px;
}
</style>
<script>
document.getElementById("dynamic-year").textContent = new Date().getFullYear();
</script>
</footer>
<!-- Scroll to top -->
<button id="scrollToTop" aria-label="Scroll to top">
<svg viewBox="0 0 384 512" xmlns="http://www.w3.org/2000/svg" class="arrow-icon">
<path
d="M374.6 246.6C368.4 252.9 360.2 256 352 256s-16.38-3.125-22.62-9.375L224 141.3V448c0 17.69-14.33 31.1-31.1 31.1S160 465.7 160 448V141.3L54.63 246.6c-12.5 12.5-32.75 12.5-45.25 0s-12.5-32.75 0-45.25l160-160c12.5-12.5 32.75-12.5 45.25 0l160 160C387.1 213.9 387.1 234.1 374.6 246.6z" />
</svg>
</button>
<!-- Toast Notification Container -->
<div id="toast-container"></div>
<!-- Profile Add Modal -->
<div id="profileModal" class="modal">
<div class="modal-content">
<span class="close-button" id="closeModal">×</span>
<img src="assets/recode-hive.png" alt="Recode Hive Icon" class="navbar-icon">
<h2>Join the Recode Hive Community</h2>
<p>Become part of an exclusive community of developers. Showcase your GitHub profile and connect with like-minded
individuals to explore new opportunities.</p>
<a href="https://github.com/recodehive/awesome-github-profiles/issues/new?assignees=&labels=%E2%9E%95+profile&projects=&template=add_profile.md&title=Add+Profile%3A+"
class="add-profile-button">Add Your Profile</a>
</div>
</div>
<script src="scripts/profileModal.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.14.6/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.14.6/firebase-database.js"></script>
<script src="scripts/ScrollToTop.js"></script>
<script src="scripts/retriveprofile.js"></script>
<script src="scripts/dark-mode.js"></script>
<script src="scripts/hamburger.js"></script>
<script src="scripts/revealelementsonscroll.js"></script>
<script src="scripts/speechRecognition.js"></script>
<!-- Added script for new Twitter logo -->
<script src="https://kit.fontawesome.com/856f4a44d7.js" crossorigin="anonymous"></script>
</body>
</html>