Skip to content

Commit

Permalink
Merge pull request #1204 from vansh-codes/main
Browse files Browse the repository at this point in the history
Added SEO meta tags
  • Loading branch information
sanjay-kv committed Aug 28, 2024
2 parents 4f12e9e + a4d7b24 commit c066a28
Showing 1 changed file with 74 additions and 54 deletions.
128 changes: 74 additions & 54 deletions Website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,23 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta name="title" content="Machine Learning Repositories">
<meta name="description"
content="A curated collection of diverse machine learning repositories available on GitHub, presented by the RecodeHive community">
<meta name="keywords"
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">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<meta name="revisit-after" content="1 days">
<meta name="author" content="Recode Hive">
<meta property="og:type" content="website" />
<!-- <meta property="og:url" content="url" /> define URL when deployed -->
<meta property="og:description"
content="A curated collection of diverse machine learning repositories available on GitHub, presented by the RecodeHive community" />
<title>Machine Learning Repositories</title>
<!-- <link rel="canonical" href="url-here" /> define base(root) link of deployment here -->
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="/assets/recode-hive.png" type="image/png"> <!-- Added favicon -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
Expand Down Expand Up @@ -33,7 +49,7 @@
</li>
<li>
<button id="toggle-dark-mode">
<i class="fas fa-moon"></i>
<i class="fas fa-moon"></i>
</button>
</li>
</div>
Expand All @@ -59,58 +75,58 @@ <h2>Welcome to the <span>Machine Learning Repositories</span></h2>
</section>

<!-- Statistics Cards -->
<section id="statistics-cards">
<h2>Repository Statistics</h2>
<div class="stats-grid">
<div class="stat-card">
<i class="fas fa-star stat-icon"></i>
<h3>Total Stars</h3>
<p id="total-stars">Loading...</p>
</div>
<div class="stat-card">
<i class="fas fa-code-branch stat-icon"></i>
<h3>Total Forks</h3>
<p id="total-forks">Loading...</p>
</div>
<div class="stat-card">
<i class="fas fa-exclamation-circle stat-icon"></i>
<h3>Open Issues</h3>
<p id="open-issues">Loading...</p>
</div>
<div class="stat-card">
<i class="fas fa-balance-scale stat-icon"></i>
<h3>License</h3>
<p id="license">Loading...</p>
</div>
<div class="stat-card">
<i class="fas fa-database stat-icon"></i>
<h3>Repository Size</h3>
<p id="repo-size">Loading...</p>
</div>
<div class="stat-card">
<i class="fas fa-code stat-icon"></i>
<h3>Most Used Language</h3>
<p id="most-used-language">Loading...</p>
<section id="statistics-cards">
<h2>Repository Statistics</h2>
<div class="stats-grid">
<div class="stat-card">
<i class="fas fa-star stat-icon"></i>
<h3>Total Stars</h3>
<p id="total-stars">Loading...</p>
</div>
<div class="stat-card">
<i class="fas fa-code-branch stat-icon"></i>
<h3>Total Forks</h3>
<p id="total-forks">Loading...</p>
</div>
<div class="stat-card">
<i class="fas fa-exclamation-circle stat-icon"></i>
<h3>Open Issues</h3>
<p id="open-issues">Loading...</p>
</div>
<div class="stat-card">
<i class="fas fa-balance-scale stat-icon"></i>
<h3>License</h3>
<p id="license">Loading...</p>
</div>
<div class="stat-card">
<i class="fas fa-database stat-icon"></i>
<h3>Repository Size</h3>
<p id="repo-size">Loading...</p>
</div>
<div class="stat-card">
<i class="fas fa-code stat-icon"></i>
<h3>Most Used Language</h3>
<p id="most-used-language">Loading...</p>
</div>
</div>
</div>
</section>

<!-- Languages and Milestone-->

<section class="language-and-milestone">
<section id="languages">
<div class="text-base">Languages</div>
<ul id="language-list"></ul>
</section>
<section id="milestone">
<div class="text-base">Milestones Progress</div>
<div class="chart-container">
<canvas id="milestoneChart"></canvas>
<div class="legend">

<!-- Languages and Milestone-->

<section class="language-and-milestone">
<section id="languages">
<div class="text-base">Languages</div>
<ul id="language-list"></ul>
</section>
<section id="milestone">
<div class="text-base">Milestones Progress</div>
<div class="chart-container">
<canvas id="milestoneChart"></canvas>
<div class="legend">
</div>
</div>
</div>
</section>
</section>
</section>

<section id="repo-list">
<h2>Repositories</h2>
Expand Down Expand Up @@ -193,6 +209,7 @@ <h3>Recommendation Models</h3>
</div>
</div>
</section>


<!-- GitHub Repositories Section -->
<section class="github-section">
Expand Down Expand Up @@ -220,16 +237,17 @@ <h2>Here are some of our active GitHub repositories</h2>
}
</script>


</main>

<!-- Chatbot Button -->
<div class="chatbot-button" id="chatbot-button">
<img src="assets/chatbot.png" height="50px" width="50px" id="chatbot-img" class="floating">
<img src="assets/chatbot.png" height="50px" width="50px" id="chatbot-img" class="floating" alt="chatbot">
<div class="tooltip">Welcome to RecodeHive - Machine Learning Repos, How can we help you?</div>
</div>

<!-- Chatbox -->
<div class="chatbot" id="chatbot">
<!-- Chatbox -->
<div class="chatbot" id="chatbot">
<div class="chatbot-header">
Recodehive's Chatbot
<span class="close-btn" id="close-chatbot">&times;</span>
Expand All @@ -253,6 +271,7 @@ <h2>Here are some of our active GitHub repositories</h2>
<path d="M256 512c70.684 0 134.695-28.658 181.019-74.981C483.342 390.695 512 326.691 512 256s-28.658-134.695-74.981-181.019C390.695 28.658 326.691 0 256 0S121.305 28.658 74.981 74.981C28.658 121.305 0 185.309 0 256s28.658 134.695 74.981 181.019C121.305 483.342 185.309 512 256 512zm-79.003-200.641c-30.983 17.861-46.316-6.963-29.012-25.063l88.741-101.046c16.129-16.136 22.426-16.136 38.563 0l88.741 101.046c17.18 18.187 2.203 42.867-29.02 25.063l-79.003-46.932-79.01 46.932z"/>
</svg>
</button>


<!-- Side Icons -->

Expand Down Expand Up @@ -289,15 +308,16 @@ <h2>Here are some of our active GitHub repositories</h2>
</div>
</div>


<footer class="footer">
<div>&copy; <span id="year"></span> Machine Learning Repos - <a href="https://github.com/recodehive" id="footer-link">RecodeHive</a>. All rights reserved.</div>
</footer>

<script>
const year = new Date().getFullYear();
document.getElementById("year").textContent = year;
</script>

<script src="js/script.js"></script>

<script>
Expand Down

0 comments on commit c066a28

Please sign in to comment.