Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…hub-profiles into Fixes
  • Loading branch information
Asymtode712 committed Aug 9, 2024
2 parents 16ad01f + fdba0f2 commit dc89db2
Show file tree
Hide file tree
Showing 14 changed files with 1,762 additions and 972 deletions.
13 changes: 8 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,14 @@
</div>
<div class="navbar-right">
<a href="pages/githubbadge.html" class="navbar-link">Github-Badge</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">Learn</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">Learn</a>
<a href="./pages/compare.html" class="navbar-link">Compare</a>


<div class="toggle-switch">
<input type="checkbox" id="theme-toggle">
<label for="theme-toggle">
Expand All @@ -50,9 +53,9 @@
<div class="mobile-menu" id="mobile-menu">
<a href="pages/githubbadge.html" class="navbar-links">Github-Badge</a>
<a href="#" class="navbar-links">Tools</a>
<a href="pages/events.html" class="navbar-links">Events</a>
<a href="/events.html" class="navbar-links">Events</a>
<a href="pages/blog.html" class="navbar-links">Blog</a>
<a href="#" class="navbar-links">Add Profile</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="pages/blog.html" class="navbar-links">Learn</a>
</div>

Expand Down
55 changes: 28 additions & 27 deletions pages/blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,36 +15,37 @@
</head>
<body>
<!-- Navbar -->
<nav class="navbar">
<a href="../index.html" style="text-decoration: none; color: #333;">
<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>
</a>
<nav class="navbar">
<a class="navbar-left" style="color: #333 !important;text-decoration: none;" href="../index.html">
<img src="../assets/recode-hive.png" alt="Recode Hive Icon" class="navbar-icon">
<span class="navbar-text">Recode Hive</span>
</a>
<div class="navbar-right">
<a href="githubbadge.html" class="navbar-link">Github-Badge</a>
<a href="#" class="navbar-link">Tools</a>
<a href="events.html" class="navbar-link">Events</a>
<a href="#" class="navbar-link">Learn</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>
<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>
<a href="githubbadge.html" class="navbar-link">Github-Badge</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="events.html" class="navbar-link">Events</a>
<a href="blog.html" class="navbar-link">Learn</a>
<a href="compare.html" class="navbar-link">Compare</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>
<div class="hamburger" id="hamburger">
<div></div>
<div></div>
<div></div>
</div>
</nav>
</nav>
<div class="mobile-menu" id="mobile-menu">
<a href="events.html" class="navbar-links">Events</a>
<a href="githubbadge.html" class="navbar-links">Github-Badge</a>
Expand Down
189 changes: 189 additions & 0 deletions pages/compare.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,189 @@
<!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/styles.css" />
<link rel="stylesheet" href="../styles/compare.css" />
<link rel="stylesheet" href="../styles/hamburger.css" />

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">

</head>
<body>
<nav class="navbar">
<a class="navbar-left" style="color: #333 !important;text-decoration: none;" href="../index.html">
<img src="../assets/recode-hive.png" alt="Recode Hive Icon" class="navbar-icon">
<span class="navbar-text">Recode Hive</span>
</a>
<div class="navbar-right">
<a href="githubbadge.html" class="navbar-link">Github-Badge</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="events.html" class="navbar-link">Events</a>
<a href="blog.html" class="navbar-link">Learn</a>
<a href="compare.html" class="navbar-link">Compare</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="githubbadge.html" class="navbar-links">Github-Badge</a>
<a href="#" class="navbar-links">Tools</a>
<a href="events.html" class="navbar-links">Events</a>
<a href="githubbadge.html" class="navbar-links">Github-Badge</a>
<a href="blog.html" class="navbar-links">Learn</a>
<a href="blog.html" class="navbar-links">Blog</a>
<a href="#" class="navbar-links">Add Profile</a>
</div>

<div class="container">
<h1>GitHub Contributor Comparison</h1>

<div class="form-group">
<label for="contributorSelect1">Contributor 1:</label>
<select id="contributorSelect1" class="select">
<option value="">Select Contributor 1</option>
</select>
</div>

<div class="form-group">
<label for="contributorSelect2">Contributor 2:</label>
<select id="contributorSelect2" class="select">
<option value="">Select Contributor 2</option>
</select>
</div>

<button id="submitBtn" class="button">Submit</button>

<div id="comparisonTable" class="comparison hidden">
<h2>Contributor Comparison</h2>
<table>
<thead>
<tr>
<th>Attribute</th>
<th>Contributor 1</th>
<th>Contributor 2</th>
</tr>
</thead>
<tbody>
<tr>
<td>Login</td>
<td id="login1"></td>
<td id="login2"></td>
</tr>
<tr>
<td>Name</td>
<td id="name1"></td>
<td id="name2"></td>
</tr>
<tr>
<td>Bio</td>
<td id="bio1"></td>
<td id="bio2"></td>
</tr>
<tr>
<td>Location</td>
<td id="location1"></td>
<td id="location2"></td>
</tr>
<tr>
<td>Public Repos</td>
<td id="repos1"></td>
<td id="repos2"></td>
</tr>
<tr>
<td>Followers</td>
<td id="followers1"></td>
<td id="followers2"></td>
</tr>
<tr>
<td>Following</td>
<td id="following1"></td>
<td id="following2"></td>
</tr>
</tbody>
</table>
</div>
</div>

<footer id="Contact" class="footer-2">
<div class="footer-container">
<div class="footer-content">
<div class="footer-info">
<img src="../assets/recode.png" alt="Recode-Hive logo" class="footer-logo">
</div>

<div class="footer-links">
<div class="footer-section">
<h6 class="footer-heading">ABOUT RECODE-HIVE</h6>
<div>
<a href="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>
</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>
</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 to brand personal skills through GitHub readme.md, So we listing the best profiles & opportunity to list your profile to the world 🌎.
</h5>
<a href="exploremore.html" class="footer-button">Explore</a>
</div>
</div>
</div>

<div class="footer-bottom">
<div class="footer-container">
<p class="footer-copyright">
&copy; 2024 Recode-Hive. Made with 🖤️ by the community. All rights reserved.
</p>
</div>
</div>
</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>



<script src="../scripts/ScrollToTop.js"></script>
<script src="../scripts/dark-mode.js"></script>
<script src="../scripts/compare.js"></script>
<script src="../scripts/hamburger.js"></script>

</body>
</html>
Loading

0 comments on commit dc89db2

Please sign in to comment.