Skip to content

Commit a945a18

Browse files
committed
Fix Conflicts
2 parents bc2e24a + 215f327 commit a945a18

36 files changed

+6727
-1177
lines changed

.all-contributorsrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,16 @@
1717
"review"
1818
]
1919
},
20+
{
21+
"login": "Tusharb331",
22+
"name": "Tushar Bansal",
23+
"avatar_url": "https://avatars.githubusercontent.com/u/120712500?v=4",
24+
"ScreenShot": "https://raw.githubusercontent.com/recodehive/awesome-github-profiles/main/screenshots/tushar-bansal.png",
25+
"profile": "https://github.com/Tusharb331",
26+
"contributions": [
27+
"review"
28+
]
29+
},
2030
{
2131
"login": "dinxsh",
2232
"name": "Dinesh Talwadker",

.github/workflows/autocomment-issue-raise.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ jobs:
1616
run: |
1717
COMMENT=$(cat <<EOF
1818
{
19-
"body": "Thank you for creating this issue! 🎉 We'll look into it asap and assign you based on FCFS -[ ] In the meantime, please make sure to Join recode org [Invite link](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)-[ ] The main code file is located in gh-pages branch -[ ] Watch the complete youtube [GitHub Tutorial](https://stream.recodehive.com/github) Your contributions are highly appreciated! 😊 Don't forgot to follow me @sanjay-kv `More surprise when you raise PR`"
20-
19+
"body": "Thank you for creating this issue! 🎉 We'll look into it asap and assign you based on FCFS, In the meantime, please make sure to Join recode org [Invite link](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), The main code file is located in gh-pages branch, Watch the complete youtube [GitHub Tutorial](https://stream.recodehive.com/github) , Your contributions are highly appreciated!, 😊 Don't forgot to follow me @sanjay-kv, `More surprise when you raise PR`"
2120
}
2221
EOF
2322
)
@@ -34,3 +33,4 @@ jobs:
3433
fi
3534
env:
3635
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36+

.github/workflows/capture-screenshot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ async function takeScreenshot(username) {
66
const url = `https://github.com/${username}`;
77
const browser = await puppeteer.launch({
88
headless: true,
9-
executablePath: '/usr/bin/google-chrome-stable', // Path to Chrome executable
9+
executablePath: 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', // Path to Chrome executable
1010
args: ['--no-sandbox', '--disable-setuid-sandbox']
1111
});
1212
const page = await browser.newPage();
303 KB
Loading

index.html

Lines changed: 269 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,269 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>Awesome GitHub Profile READMEs</title>
7+
<link rel="shortcut icon" href="assets/recode-hive.png" type="image/x-icon">
8+
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
9+
<link
10+
href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap"
11+
rel="stylesheet"
12+
/>
13+
<link rel="stylesheet" href="styles/modal.css">
14+
<link rel="stylesheet" href="styles/styles.css" />
15+
<link rel="stylesheet" href="styles/pagination.css" />
16+
<link rel="stylesheet" href="styles/speech.css" />
17+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
18+
<script src="https://www.gstatic.com/firebasejs/7.14.6/firebase-app.js"></script>
19+
<script src="https://www.gstatic.com/firebasejs/7.14.6/firebase-database.js"></script>
20+
<link rel="stylesheet" href="styles/hamburger.css">
21+
<script src="https://unpkg.com/scrollreveal"></script>
22+
</head>
23+
<body>
24+
<div id="progressBarContainer">
25+
<div id="progressBar"></div>
26+
</div>
27+
<nav class="navbar">
28+
<div class="navbar-left" onclick="window.location.href=`index.html`">
29+
<img src="assets/recode-hive.png" alt="Recode Hive Icon" class="navbar-icon">
30+
<span class="navbar-text">Recode Hive</span>
31+
</div>
32+
<div class="navbar-right">
33+
<a href="pages/githubbadge.html" class="navbar-link">Github-Badge</a>
34+
<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+"
35+
class="navbar-link">Add Profile</a>
36+
<a href="#" class="navbar-link">Tools</a>
37+
<a href="./pages/events.html" class="navbar-link">Events</a>
38+
<a href="./pages/blog.html" class="navbar-link">Learn</a>
39+
<a href="./pages/compare.html" class="navbar-link">Compare</a>
40+
<a href="login.html" class="navbar-link">Login</a>
41+
42+
43+
<div class="toggle-switch">
44+
<input type="checkbox" id="theme-toggle">
45+
<label for="theme-toggle">
46+
<div class="switch-button">
47+
<span class="material-icons sun-icon">wb_sunny</span>
48+
<span class="material-icons moon-icon">brightness_2</span>
49+
</div>
50+
</label>
51+
</div>
52+
</div>
53+
<div class="hamburger" id="hamburger">
54+
<div></div>
55+
<div></div>
56+
<div></div>
57+
</div>
58+
</nav>
59+
60+
<div class="mobile-menu" id="mobile-menu">
61+
<a href="pages/githubbadge.html" class="navbar-links">Github-Badge</a>
62+
<a href="#" class="navbar-links">Tools</a>
63+
<a href="./pages/events.html" class="navbar-links">Events</a>
64+
<a href="pages/blog.html" class="navbar-links">Blog</a>
65+
<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>
66+
<a href="pages/blog.html" class="navbar-links">Learn</a>
67+
<a href="login.html">Login</a>
68+
69+
<div class="toggle-switch">
70+
<input type="checkbox" id="theme-toggle-mobile">
71+
<label for="theme-toggle-mobile">
72+
<div class="switch-button">
73+
<span class="material-icons sun-icon">wb_sunny</span>
74+
<span class="material-icons moon-icon">brightness_2</span>
75+
</div>
76+
</label>
77+
</div>
78+
</div>
79+
</div>
80+
81+
<div class="side-icons">
82+
<div class="icon-content">
83+
<a href="https://github.com/sanjay-kv" target="_blank" aria-label="GitHub" data-social="github">
84+
<i class="fab fa-github"></i>
85+
<div class="filled"></div>
86+
</a>
87+
</div>
88+
<div class="icon-content">
89+
<a href="https://stream.recodehive.com/github" target="_blank" aria-label="YouTube" data-social="youtube">
90+
<i class="fab fa-youtube"></i>
91+
<div class="filled"></div>
92+
</a>
93+
</div>
94+
<div class="icon-content">
95+
96+
<a href="https://www.linkedin.com/in/sanjay-k-v/" target="_blank" aria-label="LinkedIn" data-social="linkedin">
97+
<i class="fab fa-linkedin-in"></i>
98+
99+
100+
101+
<div class="filled"></div>
102+
</a>
103+
</div>
104+
<div class="icon-content">
105+
<a href="https://www.facebook.com/sanjay.k.viswanathan/" target="_blank" aria-label="Facebook" data-social="facebook">
106+
<i class="fab fa-facebook-f"></i>
107+
<div class="filled"></div>
108+
</a>
109+
</div>
110+
111+
</div>
112+
113+
114+
115+
<div class="container">
116+
<h1 class="main-heading">Awesome GitHub Profile READMEs</h1>
117+
<div class="tags">
118+
<span class="tag">Badge 🎖️</span>
119+
<span class="tag">Minimalistic ✨</span>
120+
<span class="tag">Dynamic 🔄</span>
121+
<span class="tag">Icons 🎯</span>
122+
123+
<span class="tag">Backgrounds 😎</span>
124+
<span class="tag">GIFS 🖼️</span>
125+
<span class="tag">Game Mode 🚀</span>
126+
<span class="tag">Code 👨‍💻</span>
127+
</div>
128+
<div class="search-bar" style="position: relative;">
129+
<input
130+
type="text"
131+
class="search-input"
132+
placeholder="Search Nickname or Username..."
133+
/>
134+
135+
136+
<i class="fas fa-search" style="position: relative;right: 40px;"></i>
137+
<button class="mic-button">
138+
<!-- icon working properly -->
139+
<i class="fa fa-microphone"></i>
140+
141+
<svg id="animated-voice" width="1rem" height="1rem" viewBox="0 0 100 100">
142+
<g stroke="#fff" stroke-width="15">
143+
<path d="M20,20 20,80">
144+
<animate attributeName="d" values="M20,40 20,60;M20,20 20,80;M20,40 20,60" dur="1s" repeatCount="indefinite" />
145+
</path>
146+
<path d="M50,10 50,90">
147+
<animate attributeName="d" values="M50,10 50,90;M50,40 50,60;M50,10 50,90" dur="1s" repeatCount="indefinite" />
148+
</path>
149+
<path d="M80,20 80,80">
150+
<animate attributeName="d" values="M80,40 80,60;M80,20 80,80;M80,40 80,60" dur="1s" repeatCount="indefinite" />
151+
</path>
152+
</g>
153+
</svg>
154+
155+
</button>
156+
157+
158+
159+
<i class="fa-solid fa-caret-down dropdown" id="caret-down"></i>
160+
</div>
161+
<!-- Modal Structure -->
162+
<div id="myModal" class="modal1" style="left: 62%;">
163+
<div class="modal-content">
164+
<p class="views">Least Views</p>
165+
<p class="views">Most Views</p>
166+
<p class="views">Least Likes</p>
167+
<p class="views">Most Likes</p>
168+
</div>
169+
</div>
170+
171+
172+
<div class="no-profiles-message"><h2>No profiles found</h2></div>
173+
174+
<div class="profiles">
175+
<!-- Profiles will be dynamically loaded here -->
176+
</div>
177+
178+
<!-- Buttons for pagination -->
179+
<div class="pagination">
180+
<button id="prev-page" disabled>Previous</button>
181+
<span id="page-info"></span>
182+
<button id="next-page">Next</button>
183+
</div>
184+
185+
</div>
186+
<footer id="Contact" class="footer-2">
187+
<div class="footer-container">
188+
<div class="footer-content">
189+
<div class="footer-info">
190+
<img src="assets/recode.png" alt="Recode-Hive logo" class="footer-logo">
191+
</div>
192+
<div class="footer-links">
193+
<div class="footer-section">
194+
<h6 class="footer-heading">ABOUT RECODE-HIVE</h6>
195+
<div>
196+
<a href="pages/help.html" class="footer-link">Contact Us</a>
197+
<a href="https://github.com/recodehive/awesome-github-profiles/blob/main/CODE_OF_CONDUCT.md" class="footer-link">Code of Conduct</a>
198+
</div>
199+
</div>
200+
<div class="footer-section">
201+
<h6 class="footer-heading">GET INVOLVED</h6>
202+
<div>
203+
<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>
204+
<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>
205+
</div>
206+
</div>
207+
</div>
208+
<div class="footer-description">
209+
<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>
210+
<a href="pages/exploremore.html" class="footer-button">Explore</a>
211+
</div>
212+
</div>
213+
</div>
214+
215+
<div class="footer-bottom">
216+
<div class="footer-container">
217+
<p class="footer-copyright">
218+
&copy; <span id="dynamic-year"></span> Recode-Hive. Made with 🖤️ by the community. All rights reserved.
219+
</p>
220+
</div>
221+
</div>
222+
</footer>
223+
224+
225+
<script>
226+
document.getElementById("dynamic-year").textContent = new Date().getFullYear();
227+
</script>
228+
229+
</footer>
230+
231+
<!-- Scroll to top -->
232+
<button id="scrollToTop" aria-label="Scroll to top">
233+
<svg viewBox="0 0 384 512" xmlns="http://www.w3.org/2000/svg" class="arrow-icon">
234+
<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"/>
235+
</svg>
236+
</button>
237+
<!-- Toast Notification Container -->
238+
<div id="toast-container"></div>
239+
240+
<!-- Profile Add Modal -->
241+
<div id="profileModal" class="modal">
242+
<div class="modal-content">
243+
<span class="close-button" id="closeModal">&times;</span>
244+
<img src="assets/recode-hive.png" alt="Recode Hive Icon" class="navbar-icon">
245+
<h2>Join the Recode Hive Community</h2>
246+
<p>Become part of an exclusive community of developers. Showcase your GitHub profile and connect with like-minded individuals to explore new opportunities.</p>
247+
<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+"
248+
class="add-profile-button">Add Your Profile</a>
249+
</div>
250+
</div>
251+
252+
<script src="scripts/profileModal.js"></script>
253+
254+
<script src="https://www.gstatic.com/firebasejs/7.14.6/firebase-app.js"></script>
255+
<script src="https://www.gstatic.com/firebasejs/7.14.6/firebase-database.js"></script>
256+
<script src="scripts/ScrollToTop.js"></script>
257+
<script src="scripts/retriveprofile.js"></script>
258+
<script src="scripts/dark-mode.js"></script>
259+
<script src="scripts/hamburger.js"></script>
260+
<script src="scripts/revealelementsonscroll.js"></script>
261+
<script src="scripts/speechRecognition.js"></script>
262+
<!-- Added script for new Twitter logo -->
263+
<script src="https://kit.fontawesome.com/856f4a44d7.js" crossorigin="anonymous"></script>
264+
<div class="gtranslate_wrapper"></div>
265+
<script>window.gtranslateSettings = {"default_language":"en","detect_browser_language":true,"wrapper_selector":".gtranslate_wrapper"}</script>
266+
<script src="https://cdn.gtranslate.net/widgets/latest/float.js" defer></script>
267+
268+
</body>
269+
</html>

0 commit comments

Comments
 (0)