<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/">
  <channel>
    
    <title>GitHub CSS Weekly Trending Repositories</title>
    <description>Weekly Trending Repositories of CSS on GitHub</description>
    
    <pubDate>Mon, 17 Aug 2026 02:18:12 GMT</pubDate>
    <link>https://mshibanami.github.io/GitHubTrendingRSS</link>
    
    <item>
      <title>HackTricks-wiki/hacktricks</title>
      <link>https://github.com/HackTricks-wiki/hacktricks</link>
      <description>&lt;p&gt;Welcome to the page where you will find each trick/technique/whatever I have learnt in CTFs, real life apps, and reading researches and news.&lt;/p&gt;&lt;hr&gt;&lt;h1&gt;HackTricks&lt;/h1&gt; 
&lt;figure&gt;
 &lt;img src=&quot;https://raw.githubusercontent.com/HackTricks-wiki/hacktricks/master/images/hacktricks.gif&quot; alt=&quot;&quot; /&gt;
 &lt;figcaption&gt;&lt;/figcaption&gt;
&lt;/figure&gt; 
&lt;p&gt;&lt;em&gt;Hacktricks logos &amp;amp; motion design by&lt;/em&gt; &lt;a href=&quot;https://www.instagram.com/ppieranacho/&quot;&gt;&lt;em&gt;@ppieranacho&lt;/em&gt;&lt;/a&gt;&lt;em&gt;.&lt;/em&gt;&lt;/p&gt; 
&lt;h3&gt;Run HackTricks Locally&lt;/h3&gt; 
&lt;pre&gt;&lt;code class=&quot;language-bash&quot;&gt;# Download latest version of hacktricks
git clone https://github.com/HackTricks-wiki/hacktricks

# Select the language you want to use
export HT_LANG=&quot;master&quot; # Leave master for English
# &quot;af&quot; for Afrikaans
# &quot;de&quot; for German
# &quot;el&quot; for Greek
# &quot;es&quot; for Spanish
# &quot;fr&quot; for French
# &quot;hi&quot; for HindiP
# &quot;it&quot; for Italian
# &quot;ja&quot; for Japanese
# &quot;ko&quot; for Korean
# &quot;pl&quot; for Polish
# &quot;pt&quot; for Portuguese
# &quot;sr&quot; for Serbian
# &quot;sw&quot; for Swahili
# &quot;tr&quot; for Turkish
# &quot;uk&quot; for Ukrainian
# &quot;zh&quot; for Chinese

# Run the docker container indicating the path to the hacktricks folder
docker run -d --rm --platform linux/amd64 -p 3337:3000 --name hacktricks -v $(pwd)/hacktricks:/app ghcr.io/hacktricks-wiki/hacktricks-cloud/translator-image bash -c &quot;mkdir -p ~/.ssh &amp;amp;&amp;amp; ssh-keyscan -H github.com &amp;gt;&amp;gt; ~/.ssh/known_hosts &amp;amp;&amp;amp; cd /app &amp;amp;&amp;amp; git config --global --add safe.directory /app &amp;amp;&amp;amp; git checkout $HT_LANG &amp;amp;&amp;amp; git pull &amp;amp;&amp;amp; MDBOOK_PREPROCESSOR__HACKTRICKS__ENV=dev mdbook serve --hostname 0.0.0.0&quot;
&lt;/code&gt;&lt;/pre&gt; 
&lt;p&gt;Your local copy of HackTricks will be &lt;strong&gt;available at &lt;a href=&quot;http://localhost:3337&quot;&gt;http://localhost:3337&lt;/a&gt;&lt;/strong&gt; after &amp;lt;5 minutes (it needs to build the book, be patient).&lt;/p&gt; 
&lt;p&gt;Alternatively, if you have Docker Compose you can just run the following from the repo root:&lt;/p&gt; 
&lt;pre&gt;&lt;code class=&quot;language-bash&quot;&gt;docker compose up
&lt;/code&gt;&lt;/pre&gt; 
&lt;p&gt;This uses the bundled &lt;code&gt;docker-compose.yml&lt;/code&gt; to serve the branch currently checked out on the host at &lt;a href=&quot;http://localhost:3337&quot;&gt;http://localhost:3337&lt;/a&gt; with live reload. To change languages when using Compose, check out the desired language branch before starting the service.&lt;/p&gt; 
&lt;h2&gt;HackTricks Partners&lt;/h2&gt; 
&lt;hr /&gt; 
&lt;h2&gt;HackTricks Friends&lt;/h2&gt; 
&lt;h3&gt;&lt;a href=&quot;https://www.stmcyber.com&quot;&gt;STM Cyber&lt;/a&gt;&lt;/h3&gt; 
&lt;figure class=&quot;sponsor-logo&quot;&gt;
 &lt;img src=&quot;https://raw.githubusercontent.com/HackTricks-wiki/hacktricks/master/images/stm%20(1).png&quot; alt=&quot;&quot; /&gt;
 &lt;figcaption&gt;&lt;/figcaption&gt;
&lt;/figure&gt; 
&lt;p&gt;STM Cyber provides penetration testing, security audits, exploit and research work, tools, and security-awareness services. Its site describes a team of penetration testers, programmers, and security researchers with more than a decade of experience.&lt;sup&gt;&lt;a href=&quot;https://raw.githubusercontent.com/HackTricks-wiki/hacktricks/master/#references&quot;&gt;[1]&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt; 
&lt;p&gt;You can check their &lt;strong&gt;blog&lt;/strong&gt; at &lt;a href=&quot;https://blog.stmcyber.com&quot;&gt;&lt;strong&gt;https://blog.stmcyber.com&lt;/strong&gt;&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;STM Cyber&lt;/strong&gt; also support cybersecurity open source projects like HackTricks 😃&lt;/p&gt; 
&lt;hr /&gt; 
&lt;h3&gt;&lt;a href=&quot;https://www.intigriti.com&quot;&gt;Intigriti&lt;/a&gt;&lt;/h3&gt; 
&lt;figure class=&quot;sponsor-logo&quot;&gt;
 &lt;img src=&quot;https://raw.githubusercontent.com/HackTricks-wiki/hacktricks/master/images/image%20(47).png&quot; alt=&quot;&quot; /&gt;
 &lt;figcaption&gt;&lt;/figcaption&gt;
&lt;/figure&gt; 
&lt;p&gt;Intigriti is a crowdsourced security provider offering bug bounty and penetration-testing services through a global researcher community. Its platform combines continuous bug bounty coverage with on-demand PTaaS and managed vulnerability disclosure programs.&lt;sup&gt;&lt;a href=&quot;https://raw.githubusercontent.com/HackTricks-wiki/hacktricks/master/#references&quot;&gt;[2]&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;Bug bounty tip&lt;/strong&gt;: Join Intigriti through &lt;a href=&quot;https://go.intigriti.com/hacktricks&quot;&gt;&lt;strong&gt;https://go.intigriti.com/hacktricks&lt;/strong&gt;&lt;/a&gt; and explore its bug bounty programs.&lt;/p&gt; 
&lt;hr /&gt; 
&lt;h3&gt;&lt;a href=&quot;https://modernsecurity.io/&quot;&gt;Modern Security – AI &amp;amp; Application Security Training Platform&lt;/a&gt;&lt;/h3&gt; 
&lt;figure class=&quot;sponsor-logo&quot;&gt;
 &lt;img src=&quot;https://raw.githubusercontent.com/HackTricks-wiki/hacktricks/master/images/modern_security_logo.png&quot; alt=&quot;Modern Security&quot; /&gt;
 &lt;figcaption&gt;&lt;/figcaption&gt;
&lt;/figure&gt; 
&lt;p&gt;Modern Security offers self-paced, hands-on AI security training for security engineers, AppSec professionals, and developers. Its AI Security Certification covers LLM and agent fundamentals, RAG and vector databases, threat modeling, prompt-injection and MCP attacks, and defensive architecture.&lt;sup&gt;&lt;a href=&quot;https://raw.githubusercontent.com/HackTricks-wiki/hacktricks/master/#references&quot;&gt;[3]&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt; 
&lt;p&gt;👉 More details on the AI Security course:&lt;br /&gt; &lt;a href=&quot;https://www.modernsecurity.io/courses/ai-security-certification&quot;&gt;https://www.modernsecurity.io/courses/ai-security-certification&lt;/a&gt;&lt;/p&gt; 
&lt;hr /&gt; 
&lt;h3&gt;&lt;a href=&quot;https://serpapi.com/&quot;&gt;SerpApi&lt;/a&gt;&lt;/h3&gt; 
&lt;figure class=&quot;sponsor-logo&quot;&gt;
 &lt;img src=&quot;https://raw.githubusercontent.com/HackTricks-wiki/hacktricks/master/images/image%20(1254).png&quot; alt=&quot;&quot; /&gt;
 &lt;figcaption&gt;&lt;/figcaption&gt;
&lt;/figure&gt; 
&lt;p&gt;&lt;strong&gt;SerpApi&lt;/strong&gt; provides APIs for Google and other search engines, returning structured SERP data with features such as location-aware results, Maps, Shopping, and Knowledge Graph results.&lt;sup&gt;&lt;a href=&quot;https://raw.githubusercontent.com/HackTricks-wiki/hacktricks/master/#references&quot;&gt;[4]&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt; 
&lt;p&gt;For more information, check out their &lt;a href=&quot;https://serpapi.com/blog/&quot;&gt;&lt;strong&gt;blog&lt;/strong&gt;&lt;/a&gt;, try an example in their &lt;a href=&quot;https://serpapi.com/playground&quot;&gt;&lt;strong&gt;playground&lt;/strong&gt;&lt;/a&gt;, or &lt;a href=&quot;https://serpapi.com/users/sign_up&quot;&gt;&lt;strong&gt;create a free account&lt;/strong&gt;&lt;/a&gt;.&lt;/p&gt; 
&lt;hr /&gt; 
&lt;h3&gt;&lt;a href=&quot;https://academy.8ksec.io/&quot;&gt;8kSec Academy – In-Depth Mobile &amp;amp; AI Security Courses&lt;/a&gt;&lt;/h3&gt; 
&lt;figure class=&quot;sponsor-logo&quot;&gt;
 &lt;img src=&quot;https://raw.githubusercontent.com/HackTricks-wiki/hacktricks/master/images/image%20(2).png&quot; alt=&quot;&quot; /&gt;
 &lt;figcaption&gt;&lt;/figcaption&gt;
&lt;/figure&gt; 
&lt;p&gt;&lt;strong&gt;8kSec Academy&lt;/strong&gt; offers self-paced mobile and AI-security courses. Its catalog covers mobile application auditing and reversing with tools such as Ghidra, Frida, and LLDB, along with AI/LLM attack and defense labs.&lt;sup&gt;&lt;a href=&quot;https://raw.githubusercontent.com/HackTricks-wiki/hacktricks/master/#references&quot;&gt;[5]&lt;/a&gt;&lt;a href=&quot;https://raw.githubusercontent.com/HackTricks-wiki/hacktricks/master/#references&quot;&gt;[6]&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt; 
&lt;p&gt;Browse the &lt;a href=&quot;https://academy.8ksec.io/&quot;&gt;8kSec Academy course catalog&lt;/a&gt;.&lt;/p&gt; 
&lt;hr /&gt; 
&lt;h3&gt;&lt;a href=&quot;https://www.naxusai.com/&quot;&gt;NaxusAI – AI Powered Security Scanner&lt;/a&gt;&lt;/h3&gt; 
&lt;figure class=&quot;sponsor-logo&quot;&gt;
 &lt;img src=&quot;https://raw.githubusercontent.com/HackTricks-wiki/hacktricks/master/images/logo-naxus.png&quot; alt=&quot;&quot; /&gt;
 &lt;figcaption&gt;&lt;/figcaption&gt;
&lt;/figure&gt; 
&lt;p&gt;&lt;strong&gt;Naxus&lt;/strong&gt; markets an offensive-AI platform that maps code and infrastructure, then uses static and dynamic agents to find and validate exploitable weaknesses with proof-of-concept evidence and remediation guidance.&lt;sup&gt;&lt;a href=&quot;https://raw.githubusercontent.com/HackTricks-wiki/hacktricks/master/#references&quot;&gt;[7]&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;Code security tip&lt;/strong&gt;: Explore Naxus for code- and infrastructure-focused vulnerability discovery.&lt;/p&gt; 
&lt;hr /&gt; 
&lt;h3&gt;&lt;a href=&quot;https://websec.net/&quot;&gt;WebSec&lt;/a&gt;&lt;/h3&gt; 
&lt;figure class=&quot;sponsor-logo&quot;&gt;
 &lt;img src=&quot;https://raw.githubusercontent.com/HackTricks-wiki/hacktricks/master/images/websec%20(1).svg?sanitize=true&quot; alt=&quot;&quot; /&gt;
 &lt;figcaption&gt;&lt;/figcaption&gt;
&lt;/figure&gt; 
&lt;p&gt;WebSec provides penetration testing, security subscriptions, staffing, and vulnerability-assessment services. Its site says it operates internationally and covers offensive security, defensive security, and governance, risk, and compliance work.&lt;sup&gt;&lt;a href=&quot;https://raw.githubusercontent.com/HackTricks-wiki/hacktricks/master/#references&quot;&gt;[8]&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt; 
&lt;p&gt;For more information, visit their &lt;a href=&quot;https://websec.net/en/&quot;&gt;&lt;strong&gt;website&lt;/strong&gt;&lt;/a&gt; or &lt;a href=&quot;https://websec.net/blog/&quot;&gt;&lt;strong&gt;blog&lt;/strong&gt;&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;In addition to the above WebSec is also a &lt;strong&gt;committed supporter of HackTricks.&lt;/strong&gt;&lt;/p&gt; 
&lt;hr /&gt; 
&lt;h3&gt;&lt;a href=&quot;https://cyberhelmets.com/courses/?ref=hacktricks&quot;&gt;CyberHelmets&lt;/a&gt;&lt;/h3&gt; 
&lt;figure class=&quot;sponsor-logo&quot;&gt;
 &lt;img src=&quot;https://raw.githubusercontent.com/HackTricks-wiki/hacktricks/master/images/cyberhelmets-logo.png&quot; alt=&quot;cyberhelmets logo&quot; /&gt;
 &lt;figcaption&gt;&lt;/figcaption&gt;
&lt;/figure&gt; 
&lt;p&gt;&lt;strong&gt;Built for the field. Built around you.&lt;/strong&gt;&lt;br /&gt; &lt;a href=&quot;https://cyberhelmets.com/?ref=hacktricks&quot;&gt;&lt;strong&gt;Cyber Helmets&lt;/strong&gt;&lt;/a&gt; provides expert-led cybersecurity training with custom-built content and labs grounded in real infrastructures. Its programs are tailored to organizational needs and span assessment through implementation.&lt;sup&gt;&lt;a href=&quot;https://raw.githubusercontent.com/HackTricks-wiki/hacktricks/master/#references&quot;&gt;[9]&lt;/a&gt;&lt;/sup&gt; For custom training inquiries, reach out &lt;a href=&quot;https://cyberhelmets.com/tailor-made-training/?ref=hacktricks&quot;&gt;&lt;strong&gt;here&lt;/strong&gt;&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;What sets their training apart:&lt;/strong&gt;&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;Custom-built content and labs&lt;/li&gt; 
 &lt;li&gt;Backed by top-tier tools and platforms&lt;/li&gt; 
 &lt;li&gt;Designed and taught by practitioners&lt;/li&gt; 
&lt;/ul&gt; 
&lt;hr /&gt; 
&lt;h3&gt;&lt;a href=&quot;https://www.lasttowersolutions.com/&quot;&gt;Last Tower Solutions&lt;/a&gt;&lt;/h3&gt; 
&lt;figure class=&quot;sponsor-logo&quot;&gt;
 &lt;img src=&quot;https://raw.githubusercontent.com/HackTricks-wiki/hacktricks/master/images/lasttower.png&quot; alt=&quot;lasttower logo&quot; /&gt;
 &lt;figcaption&gt;&lt;/figcaption&gt;
&lt;/figure&gt; 
&lt;p&gt;Last Tower Solutions focuses on cybersecurity consulting for &lt;strong&gt;Education&lt;/strong&gt; and &lt;strong&gt;FinTech&lt;/strong&gt;, including cloud assessments, internal and external penetration tests, vulnerability assessments, and compliance support.&lt;sup&gt;&lt;a href=&quot;https://raw.githubusercontent.com/HackTricks-wiki/hacktricks/master/#references&quot;&gt;[10]&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt; 
&lt;p&gt;Stay informed and up to date with the latest in cybersecurity by visiting our &lt;a href=&quot;https://www.lasttowersolutions.com/blog&quot;&gt;&lt;strong&gt;blog&lt;/strong&gt;&lt;/a&gt;.&lt;/p&gt; 
&lt;hr /&gt; 
&lt;h3&gt;&lt;a href=&quot;https://k8studio.io/&quot;&gt;K8Studio - The Smarter GUI to Manage Kubernetes.&lt;/a&gt;&lt;/h3&gt; 
&lt;figure class=&quot;sponsor-logo&quot;&gt;
 &lt;img src=&quot;https://raw.githubusercontent.com/HackTricks-wiki/hacktricks/master/images/k8studio.png&quot; alt=&quot;k8studio logo&quot; /&gt;
 &lt;figcaption&gt;&lt;/figcaption&gt;
&lt;/figure&gt; 
&lt;p&gt;K8Studio is a desktop Kubernetes IDE with CloudMaps visualization, multi-cluster navigation, RBAC, Helm, logs, YAML, and terminal views. The vendor says it connects through kubeconfig without installing agents and supports macOS, Windows, Linux, and air-gapped clusters.&lt;sup&gt;&lt;a href=&quot;https://raw.githubusercontent.com/HackTricks-wiki/hacktricks/master/#references&quot;&gt;[11]&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt; 
&lt;hr /&gt; 
&lt;h2&gt;License &amp;amp; Disclaimer&lt;/h2&gt; 
&lt;p&gt;See the HackTricks Values &amp;amp; FAQ entry in References below.&lt;/p&gt; 
&lt;h2&gt;Github Stats&lt;/h2&gt; 
&lt;p&gt;&lt;img src=&quot;https://repobeats.axiom.co/api/embed/68f8746802bcf1c8462e889e6e9302d4384f164b.svg?sanitize=true&quot; alt=&quot;HackTricks Github Stats&quot; /&gt;&lt;/p&gt; 
&lt;h2&gt;References&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt;[1] &lt;a href=&quot;https://www.stmcyber.com/&quot;&gt;STM Cyber&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;[2] &lt;a href=&quot;https://www.intigriti.com/&quot;&gt;Intigriti&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;[3] &lt;a href=&quot;https://www.modernsecurity.io/courses/ai-security-certification&quot;&gt;AI Security Certification – Modern Security&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;[4] &lt;a href=&quot;https://serpapi.com/&quot;&gt;SerpApi&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;[5] &lt;a href=&quot;https://academy.8ksec.io/&quot;&gt;8kSec Academy&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;[6] &lt;a href=&quot;https://academy.8ksec.io/course/practical-ai-security&quot;&gt;Practical AI Security: Attacks, Defenses, and Applications&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;[7] &lt;a href=&quot;https://www.naxusai.com/&quot;&gt;Naxus&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;[8] &lt;a href=&quot;https://websec.net/&quot;&gt;WebSec&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;[9] &lt;a href=&quot;https://cyberhelmets.com/&quot;&gt;Cyber Helmets&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;[10] &lt;a href=&quot;https://www.lasttowersolutions.com/&quot;&gt;Last Tower Solutions&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;[11] &lt;a href=&quot;https://k8studio.io/&quot;&gt;K8Studio&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;[12] &lt;a href=&quot;https://go.intigriti.com/hacktricks&quot;&gt;Intigriti HackTricks referral&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;[13] &lt;a href=&quot;https://modernsecurity.io/&quot;&gt;Modern Security&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;[14] &lt;a href=&quot;https://www.youtube.com/watch?v=Zq2JycGDCPM&quot;&gt;WebSec sponsorship video&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;[15] &lt;a href=&quot;https://cyberhelmets.com/courses/?ref=hacktricks&quot;&gt;Cyber Helmets courses&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;[16] &lt;a href=&quot;https://raw.githubusercontent.com/HackTricks-wiki/hacktricks/master/welcome/hacktricks-values-and-faq.md&quot;&gt;HackTricks Values &amp;amp; FAQ&lt;/a&gt;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;{{#include banners/hacktricks-training.md}}&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>SAPTARSHI-coder/EaseMotion-css</title>
      <link>https://github.com/SAPTARSHI-coder/EaseMotion-css</link>
      <description>&lt;p&gt;Animation-first CSS framework with reusable UI components, modern effects, and zero dependencies. Lightweight, beginner-friendly, and open-source.&lt;/p&gt;&lt;hr&gt;&lt;div align=&quot;center&quot;&gt; 
 &lt;img src=&quot;https://raw.githubusercontent.com/SAPTARSHI-coder/EaseMotion-css/main/docs/assets/logo.svg?sanitize=true&quot; alt=&quot;EaseMotion CSS&quot; width=&quot;570&quot; /&gt; 
 &lt;br /&gt; 
 &lt;h1&gt;⚡ EaseMotion CSS&lt;/h1&gt; 
 &lt;p&gt;&lt;strong&gt;A zero-dependency, animation-first CSS framework for faster, more expressive UI.&lt;/strong&gt;&lt;/p&gt; 
 &lt;p&gt;EaseMotion CSS lets you build polished interfaces with readable class names such as &lt;code&gt;ease-fade-in&lt;/code&gt;, &lt;code&gt;ease-slide-up&lt;/code&gt;, and &lt;code&gt;ease-hover-grow&lt;/code&gt;. No build step, no complex setup, and no need to memorize shorthand.&lt;/p&gt; 
 &lt;br /&gt; 
 &lt;p&gt;&lt;a href=&quot;https://www.npmjs.com/package/easemotion-css&quot;&gt;&lt;img src=&quot;https://img.shields.io/npm/v/easemotion-css?style=flat-square&amp;amp;color=6c63ff&amp;amp;label=npm&quot; alt=&quot;npm version&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;https://committers.top/india_public&quot;&gt;&lt;img src=&quot;https://user-badge.committers.top/india_public/SAPTARSHI-coder.svg?sanitize=true&quot; alt=&quot;committers.top public badge&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;https://committers.top/india_private&quot;&gt;&lt;img src=&quot;https://user-badge.committers.top/india_private/SAPTARSHI-coder.svg?sanitize=true&quot; alt=&quot;committers.top private badge&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;https://github.com/sponsors/SAPTARSHI-coder&quot;&gt;&lt;img src=&quot;https://img.shields.io/badge/Sponsor-%F0%9F%92%96-ea4aaa?style=flat-square&quot; alt=&quot;Sponsor&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;https://discord.gg/hWSdGrccBU&quot;&gt;&lt;img src=&quot;https://img.shields.io/badge/Discord-Join%20Server-5865F2?style=flat-square&amp;amp;logo=discord&amp;amp;logoColor=white&quot; alt=&quot;Discord&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;https://www.npmjs.com/package/easemotion-css&quot;&gt;&lt;img src=&quot;https://img.shields.io/npm/dm/easemotion-css?style=flat-square&amp;amp;color=a78bfa&amp;amp;label=downloads%2Fmo&quot; alt=&quot;npm downloads&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;https://www.jsdelivr.com/package/npm/easemotion-css&quot;&gt;&lt;img src=&quot;https://data.jsdelivr.com/v1/package/npm/easemotion-css/badge&quot; alt=&quot;jsDelivr CDN&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;https://github.com/SAPTARSHI-coder/EaseMotion-css/stargazers&quot;&gt;&lt;img src=&quot;https://flat.badgen.net/github/stars/SAPTARSHI-coder/EaseMotion-css?color=6c63ff&amp;amp;icon=github&amp;amp;label=stars&quot; alt=&quot;GitHub Stars&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;https://github.com/SAPTARSHI-coder/EaseMotion-css/network/members&quot;&gt;&lt;img src=&quot;https://flat.badgen.net/github/forks/SAPTARSHI-coder/EaseMotion-css?color=22c55e&amp;amp;icon=github&amp;amp;label=forks&quot; alt=&quot;GitHub Forks&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;https://github.com/SAPTARSHI-coder/EaseMotion-css/graphs/contributors&quot;&gt;&lt;img src=&quot;https://img.shields.io/badge/contributors-704%2B-f59e0b?style=flat-square&quot; alt=&quot;GitHub Contributors&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;https://github.com/SAPTARSHI-coder/EaseMotion-css/pulls?q=is%3Apr+is%3Amerged&quot;&gt;&lt;img src=&quot;https://img.shields.io/badge/merged%20PRs-27215-8b5cf6?style=flat-square&quot; alt=&quot;Merged PRs&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;https://github.com/SAPTARSHI-coder/EaseMotion-css/pulls?q=is%3Apr+is%3Aclosed&quot;&gt;&lt;img src=&quot;https://img.shields.io/badge/closed%20PRs-32151-3b82f6?style=flat-square&quot; alt=&quot;Closed PRs&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;https://github.com/SAPTARSHI-coder/EaseMotion-css/issues?q=is%3Aissue+is%3Aclosed&quot;&gt;&lt;img src=&quot;https://img.shields.io/badge/closed%20issues-24579-3b82f6?style=flat-square&quot; alt=&quot;Closed Issues&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;https://github.com/SAPTARSHI-coder/EaseMotion-css/pulls&quot;&gt;&lt;img src=&quot;https://flat.badgen.net/github/open-prs/SAPTARSHI-coder/EaseMotion-css?color=a78bfa&amp;amp;label=open%20PRs&quot; alt=&quot;Open PRs&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;https://github.com/SAPTARSHI-coder/EaseMotion-css/issues&quot;&gt;&lt;img src=&quot;https://flat.badgen.net/github/open-issues/SAPTARSHI-coder/EaseMotion-css?color=ef4444&amp;amp;label=issues&quot; alt=&quot;Open Issues&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;https://raw.githubusercontent.com/SAPTARSHI-coder/EaseMotion-css/main/LICENSE&quot;&gt;&lt;img src=&quot;https://img.shields.io/badge/License-MIT-6c63ff?style=flat-square&quot; alt=&quot;License: MIT&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;https://gssoc.girlscript.tech/&quot;&gt;&lt;img src=&quot;https://img.shields.io/badge/GSSoC-2026-orange?style=flat-square&quot; alt=&quot;GSSoC&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;https://github.com/SAPTARSHI-coder&quot;&gt;&lt;img src=&quot;https://img.shields.io/badge/Maintainer-Saptarshi%20Sadhu%20%28Rank%20%233%20Public%20%7C%20%235%20All%20Time%20Private%20%F0%9F%87%AE%F0%9F%87%B3%29-a78bfa?style=flat-square&quot; alt=&quot;Maintainer&quot; /&gt;&lt;/a&gt;&lt;/p&gt; 
&lt;/div&gt; 
&lt;br /&gt; 
&lt;div class=&quot;markdown-alert markdown-alert-important&quot;&gt;
 &lt;p class=&quot;markdown-alert-title&quot;&gt;
  &lt;svg class=&quot;octicon octicon-report mr-2&quot; viewbox=&quot;0 0 16 16&quot; version=&quot;1.1&quot; width=&quot;16&quot; height=&quot;16&quot; aria-hidden=&quot;true&quot;&gt;
   &lt;path d=&quot;M0 1.75C0 .784.784 0 1.75 0h12.5C15.216 0 16 .784 16 1.75v9.5A1.75 1.75 0 0 1 14.25 13H8.06l-2.573 2.573A1.458 1.458 0 0 1 3 14.543V13H1.75A1.75 1.75 0 0 1 0 11.25Zm1.75-.25a.25.25 0 0 0-.25.25v9.5c0 .138.112.25.25.25h2a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.749.749 0 0 1 .53-.22h6.5a.25.25 0 0 0 .25-.25v-9.5a.25.25 0 0 0-.25-.25Zm7 2.25v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 9a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z&quot;&gt;&lt;/path&gt;
  &lt;/svg&gt;Important&lt;/p&gt;
 &lt;p&gt;&lt;strong&gt;📢 Maintainer Announcement &amp;amp; Contribution Guidelines (August 2026)&lt;/strong&gt;&lt;/p&gt; 
 &lt;ol&gt; 
  &lt;li&gt;&lt;strong&gt;🔓 All Contributor Accounts Unbanned:&lt;/strong&gt; All contributor soft-bans have been removed! Everyone is welcome to contribute.&lt;/li&gt; 
  &lt;li&gt;&lt;strong&gt;⏱️ Daily Contribution Rate Limit:&lt;/strong&gt; Maximum &lt;strong&gt;100 PRs per day&lt;/strong&gt; per contributor to maintain stability and review quality.&lt;/li&gt; 
  &lt;li&gt;&lt;strong&gt;✨ 500 New Approved GSSoC Issues Available:&lt;/strong&gt; 500 brand new approved issues (#59099 to #59610) are open for contribution!&lt;/li&gt; 
  &lt;li&gt;&lt;strong&gt;📁 Submission Directory:&lt;/strong&gt; All PRs MUST be submitted under &lt;code&gt;submissions/examples/your-feature-name/&lt;/code&gt; containing &lt;code&gt;demo.html&lt;/code&gt;, &lt;code&gt;style.css&lt;/code&gt;, and &lt;code&gt;README.md&lt;/code&gt;.&lt;/li&gt; 
 &lt;/ol&gt; 
&lt;/div&gt; 
&lt;br /&gt; 
&lt;h2&gt;Table of Contents 📑&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/SAPTARSHI-coder/EaseMotion-css/main/#support-the-project&quot;&gt;Support the Project&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/SAPTARSHI-coder/EaseMotion-css/main/#project-statistics&quot;&gt;Project Statistics&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/SAPTARSHI-coder/EaseMotion-css/main/#browser-compatibility&quot;&gt;Browser Compatibility&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/SAPTARSHI-coder/EaseMotion-css/main/#what-is-easemotion-css&quot;&gt;What is EaseMotion CSS?&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/SAPTARSHI-coder/EaseMotion-css/main/#why-easemotion-css&quot;&gt;Why EaseMotion CSS?&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/SAPTARSHI-coder/EaseMotion-css/main/#quick-start&quot;&gt;Quick Start&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/SAPTARSHI-coder/EaseMotion-css/main/#framework-integration&quot;&gt;Framework Integration&lt;/a&gt; 
  &lt;ul&gt; 
   &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/SAPTARSHI-coder/EaseMotion-css/main/#react--vite&quot;&gt;React + Vite&lt;/a&gt;&lt;/li&gt; 
   &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/SAPTARSHI-coder/EaseMotion-css/main/#nextjs&quot;&gt;Next.js&lt;/a&gt;&lt;/li&gt; 
   &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/SAPTARSHI-coder/EaseMotion-css/main/#vue--svelte--astro&quot;&gt;Vue / Svelte / Astro&lt;/a&gt;&lt;/li&gt; 
  &lt;/ul&gt; &lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/SAPTARSHI-coder/EaseMotion-css/main/#scss-integration&quot;&gt;SCSS Integration&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/SAPTARSHI-coder/EaseMotion-css/main/#philosophy&quot;&gt;Philosophy&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/SAPTARSHI-coder/EaseMotion-css/main/#usage-and-examples&quot;&gt;Usage and Examples&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/SAPTARSHI-coder/EaseMotion-css/main/#customization&quot;&gt;Customization&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/SAPTARSHI-coder/EaseMotion-css/main/#faq&quot;&gt;FAQ&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/SAPTARSHI-coder/EaseMotion-css/main/#file-structure&quot;&gt;File Structure&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/SAPTARSHI-coder/EaseMotion-css/main/#roadmap&quot;&gt;Roadmap&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/SAPTARSHI-coder/EaseMotion-css/main/#contributing&quot;&gt;Contributing&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/SAPTARSHI-coder/EaseMotion-css/main/#community&quot;&gt;Community&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/SAPTARSHI-coder/EaseMotion-css/main/#contributors&quot;&gt;Contributors&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/SAPTARSHI-coder/EaseMotion-css/main/#maintainer&quot;&gt;Maintainer&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/SAPTARSHI-coder/EaseMotion-css/main/#changelog&quot;&gt;Changelog&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/SAPTARSHI-coder/EaseMotion-css/main/#license&quot;&gt;License&lt;/a&gt;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;hr /&gt; 
&lt;h3&gt;🚀 Quick Setup&lt;/h3&gt; 
&lt;pre&gt;&lt;code class=&quot;language-html&quot;&gt;&amp;lt;link rel=&quot;preconnect&quot; href=&quot;https://fonts.googleapis.com&quot; /&amp;gt;
&amp;lt;link rel=&quot;preconnect&quot; href=&quot;https://fonts.gstatic.com&quot; crossorigin /&amp;gt;
&amp;lt;link
  href=&quot;https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&amp;amp;display=swap&quot;
  rel=&quot;stylesheet&quot;
/&amp;gt;
&amp;lt;link
  rel=&quot;stylesheet&quot;
  href=&quot;https://cdn.jsdelivr.net/gh/SAPTARSHI-coder/EaseMotion-css@main/easemotion.min.css&quot;
/&amp;gt;
&lt;/code&gt;&lt;/pre&gt; 
&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;https://saptarshi-coder.github.io/EaseMotion-css/&quot;&gt;📖 Documentation&lt;/a&gt; · &lt;a href=&quot;https://saptarshi-coder.github.io/EaseMotion-css/demo.html&quot;&gt;🎮 Live Demo&lt;/a&gt; · &lt;a href=&quot;https://www.npmjs.com/package/easemotion-css&quot;&gt;📦 npm&lt;/a&gt; · &lt;a href=&quot;https://raw.githubusercontent.com/SAPTARSHI-coder/EaseMotion-css/main/CONTRIBUTING.md&quot;&gt;🤝 Contributing&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt; 
&lt;h3&gt;Controlling looping animations&lt;/h3&gt; 
&lt;p&gt;Looping animations such as &lt;code&gt;.ease-bounce&lt;/code&gt;, &lt;code&gt;.ease-pulse&lt;/code&gt;, &lt;code&gt;.ease-rotate&lt;/code&gt;, &lt;code&gt;.ease-ping&lt;/code&gt;, and &lt;code&gt;.ease-typewriter-loop&lt;/code&gt; use the CSS variable &lt;code&gt;--ease-animation-iterations&lt;/code&gt;.&lt;/p&gt; 
&lt;p&gt;The default value is &lt;code&gt;infinite&lt;/code&gt;, which keeps existing behavior unchanged. If you want a looping animation to run only a few times, set the variable once in your project:&lt;/p&gt; 
&lt;pre&gt;&lt;code class=&quot;language-css&quot;&gt;:root {
  --ease-animation-iterations: 3;
}
&lt;/code&gt;&lt;/pre&gt; 
&lt;p&gt;This will apply the iteration count to all looping animation utilities by default.&lt;/p&gt; 
&lt;hr /&gt; 
&lt;h2&gt;Support the Project&lt;/h2&gt; 
&lt;p&gt;If EaseMotion CSS saves you time or helps your learning journey, please consider supporting it.&lt;/p&gt; 
&lt;p&gt;Most people simply forget. This is your reminder. 😊&lt;/p&gt; 
&lt;div align=&quot;center&quot;&gt; 
 &lt;table&gt; 
  &lt;thead&gt; 
   &lt;tr&gt; 
    &lt;th&gt;Action&lt;/th&gt; 
    &lt;th&gt;Why it matters&lt;/th&gt; 
   &lt;/tr&gt; 
  &lt;/thead&gt; 
  &lt;tbody&gt; 
   &lt;tr&gt; 
    &lt;td&gt;&lt;a href=&quot;https://github.com/sponsors/SAPTARSHI-coder&quot;&gt;💖 &lt;strong&gt;Sponsor on GitHub&lt;/strong&gt;&lt;/a&gt;&lt;/td&gt; 
    &lt;td&gt;Directly support the creator to keep the project active and stable&lt;/td&gt; 
   &lt;/tr&gt; 
   &lt;tr&gt; 
    &lt;td&gt;&lt;a href=&quot;https://github.com/SAPTARSHI-coder/EaseMotion-css/stargazers&quot;&gt;⭐ &lt;strong&gt;Star the repo&lt;/strong&gt;&lt;/a&gt;&lt;/td&gt; 
    &lt;td&gt;Helps more developers discover the project&lt;/td&gt; 
   &lt;/tr&gt; 
   &lt;tr&gt; 
    &lt;td&gt;&lt;a href=&quot;https://raw.githubusercontent.com/SAPTARSHI-coder/EaseMotion-css/main/CONTRIBUTING.md&quot;&gt;🍴 &lt;strong&gt;Fork and contribute&lt;/strong&gt;&lt;/a&gt;&lt;/td&gt; 
    &lt;td&gt;Your idea could become a real framework class&lt;/td&gt; 
   &lt;/tr&gt; 
   &lt;tr&gt; 
    &lt;td&gt;&lt;a href=&quot;https://github.com/SAPTARSHI-coder/EaseMotion-css/issues/new?template=bug_report.md&quot;&gt;🐞 &lt;strong&gt;Report an issue&lt;/strong&gt;&lt;/a&gt;&lt;/td&gt; 
    &lt;td&gt;Bugs you catch make it better for everyone&lt;/td&gt; 
   &lt;/tr&gt; 
   &lt;tr&gt; 
    &lt;td&gt;&lt;a href=&quot;https://github.com/SAPTARSHI-coder/EaseMotion-css/issues/new?template=feature_request.md&quot;&gt;💡 &lt;strong&gt;Suggest a feature&lt;/strong&gt;&lt;/a&gt;&lt;/td&gt; 
    &lt;td&gt;Good ideas ship faster than you think&lt;/td&gt; 
   &lt;/tr&gt; 
  &lt;/tbody&gt; 
 &lt;/table&gt; 
&lt;/div&gt; 
&lt;blockquote&gt; 
 &lt;p&gt;Stars cost nothing and mean everything to an independent open-source project. If this saved you even 10 minutes, it&#39;s worth a click.&lt;/p&gt; 
&lt;/blockquote&gt; 
&lt;hr /&gt; 
&lt;h2&gt;Project Statistics&lt;/h2&gt; 
&lt;div align=&quot;center&quot;&gt; 
 &lt;table&gt; 
  &lt;thead&gt; 
   &lt;tr&gt; 
    &lt;th&gt;Metric&lt;/th&gt; 
    &lt;th&gt;Value&lt;/th&gt; 
   &lt;/tr&gt; 
  &lt;/thead&gt; 
  &lt;tbody&gt; 
   &lt;tr&gt; 
    &lt;td&gt;📦 &lt;strong&gt;npm Package&lt;/strong&gt;&lt;/td&gt; 
    &lt;td&gt;&lt;a href=&quot;https://www.npmjs.com/package/easemotion-css&quot;&gt;&lt;code&gt;easemotion-css&lt;/code&gt;&lt;/a&gt;&lt;/td&gt; 
   &lt;/tr&gt; 
   &lt;tr&gt; 
    &lt;td&gt;🌐 &lt;strong&gt;CDN&lt;/strong&gt;&lt;/td&gt; 
    &lt;td&gt;&lt;a href=&quot;https://cdn.jsdelivr.net/gh/SAPTARSHI-coder/EaseMotion-css@main/easemotion.min.css&quot;&gt;cdn.jsdelivr.net/gh/...&lt;/a&gt;&lt;/td&gt; 
   &lt;/tr&gt; 
   &lt;tr&gt; 
    &lt;td&gt;⚡ &lt;strong&gt;Classes&lt;/strong&gt;&lt;/td&gt; 
    &lt;td&gt;80+ utility classes, 20+ animation classes&lt;/td&gt; 
   &lt;/tr&gt; 
   &lt;tr&gt; 
    &lt;td&gt;🎨 &lt;strong&gt;Components&lt;/strong&gt;&lt;/td&gt; 
    &lt;td&gt;Buttons (6 variants), Cards (13 variants)&lt;/td&gt; 
   &lt;/tr&gt; 
   &lt;tr&gt; 
    &lt;td&gt;🔑 &lt;strong&gt;Design Tokens&lt;/strong&gt;&lt;/td&gt; 
    &lt;td&gt;60+ CSS custom properties&lt;/td&gt; 
   &lt;/tr&gt; 
   &lt;tr&gt; 
    &lt;td&gt;⚖️ &lt;strong&gt;Bundle Size&lt;/strong&gt;&lt;/td&gt; 
    &lt;td&gt;28.2 kB gzipped · 174.1 kB raw&lt;/td&gt; 
   &lt;/tr&gt; 
   &lt;tr&gt; 
    &lt;td&gt;📜 &lt;strong&gt;License&lt;/strong&gt;&lt;/td&gt; 
    &lt;td&gt;MIT&lt;/td&gt; 
   &lt;/tr&gt; 
   &lt;tr&gt; 
    &lt;td&gt;🔧 &lt;strong&gt;Build Step&lt;/strong&gt;&lt;/td&gt; 
    &lt;td&gt;❌ None required&lt;/td&gt; 
   &lt;/tr&gt; 
   &lt;tr&gt; 
    &lt;td&gt;🏗️ &lt;strong&gt;Dependencies&lt;/strong&gt;&lt;/td&gt; 
    &lt;td&gt;❌ Zero&lt;/td&gt; 
   &lt;/tr&gt; 
  &lt;/tbody&gt; 
 &lt;/table&gt; 
&lt;/div&gt; 
&lt;hr /&gt; 
&lt;h2&gt;Browser Compatibility&lt;/h2&gt; 
&lt;p&gt;EaseMotion CSS is built for modern evergreen browsers and relies on CSS3 custom properties, CSS animations, Flexbox, CSS Grid, transforms, transitions, and keyframe animations.&lt;/p&gt; 
&lt;div align=&quot;center&quot;&gt; 
 &lt;p&gt;| Browser | Minimum Version | &lt;code&gt;backdrop-filter&lt;/code&gt; | &lt;code&gt;aspect-ratio&lt;/code&gt; | CSS variables | Animations | Notes | | ------- | --------------- | ------------------------------------------------- | -------------- | ------------- | ---------- | --------- | --- | | Chrome | 49+ | Supported | Supported | Supported | Supported | | | Firefox | 31+ | Supported | Supported | Supported | Supported | | | Safari | 9.1+ | Supported with &lt;code&gt;-webkit-backdrop-filter&lt;/code&gt; fallback | Supported | Supported | Supported | Supported | | | Edge | 15+ | Supported | Supported | Supported | Supported | | | Opera | 36+ | Supported | Supported | Supported | Supported | |&lt;/p&gt; 
&lt;/div&gt; 
&lt;blockquote&gt; 
 &lt;p&gt;Internet Explorer (IE 11 and earlier) is not supported.&lt;/p&gt; 
&lt;/blockquote&gt; 
&lt;hr /&gt; 
&lt;h2&gt;What is EaseMotion CSS?&lt;/h2&gt; 
&lt;p&gt;EaseMotion CSS is a curated, animation-first CSS framework where class names read like plain English. It is designed for developers who want expressive motion and clean HTML without a build tool or complex configuration.&lt;/p&gt; 
&lt;pre&gt;&lt;code class=&quot;language-html&quot;&gt;&amp;lt;div class=&quot;ease-center ease-fade-in&quot;&amp;gt;
  &amp;lt;h1 class=&quot;ease-slide-up ease-delay-100&quot;&amp;gt;Build faster.&amp;lt;/h1&amp;gt;
  &amp;lt;p class=&quot;ease-slide-up ease-delay-200&quot;&amp;gt;Animation-first CSS for humans.&amp;lt;/p&amp;gt;
  &amp;lt;button
    class=&quot;ease-btn ease-btn-primary ease-btn-pill ease-hover-grow ease-delay-300&quot;
  &amp;gt;
    Get Started →
  &amp;lt;/button&amp;gt;
&amp;lt;/div&amp;gt;
&lt;/code&gt;&lt;/pre&gt; 
&lt;h3&gt;Why it is easy to use&lt;/h3&gt; 
&lt;ul&gt; 
 &lt;li&gt;Readable utility names such as &lt;code&gt;ease-center&lt;/code&gt; and &lt;code&gt;ease-hover-grow&lt;/code&gt;&lt;/li&gt; 
 &lt;li&gt;Zero dependency setup with CDN or npm&lt;/li&gt; 
 &lt;li&gt;Ready-to-use motion, layout, and component helpers&lt;/li&gt; 
 &lt;li&gt;Easy customization through CSS variables&lt;/li&gt; 
&lt;/ul&gt; 
&lt;hr /&gt; 
&lt;h2&gt;Why EaseMotion CSS?&lt;/h2&gt; 
&lt;table&gt; 
 &lt;thead&gt; 
  &lt;tr&gt; 
   &lt;th&gt;&lt;/th&gt; 
   &lt;th style=&quot;text-align:center&quot;&gt;Vanilla CSS&lt;/th&gt; 
   &lt;th style=&quot;text-align:center&quot;&gt;Tailwind CSS&lt;/th&gt; 
   &lt;th style=&quot;text-align:center&quot;&gt;&lt;strong&gt;EaseMotion CSS&lt;/strong&gt;&lt;/th&gt; 
  &lt;/tr&gt; 
 &lt;/thead&gt; 
 &lt;tbody&gt; 
  &lt;tr&gt; 
   &lt;td&gt;Setup&lt;/td&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;Write from scratch&lt;/td&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;Build step + config&lt;/td&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;&lt;strong&gt;Link one file&lt;/strong&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;Readability&lt;/td&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;✅ High&lt;/td&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;❌ Low (&lt;code&gt;px-4 flex gap-x-2&lt;/code&gt;)&lt;/td&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;✅ &lt;strong&gt;High&lt;/strong&gt; (&lt;code&gt;ease-center&lt;/code&gt;)&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;Animations&lt;/td&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;⚙️ Manual&lt;/td&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;🔸 Minimal&lt;/td&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;✅ &lt;strong&gt;First-class&lt;/strong&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;Zero config&lt;/td&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;✅&lt;/td&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;❌&lt;/td&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;✅&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;Quality control&lt;/td&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;You&lt;/td&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;You&lt;/td&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;✅ &lt;strong&gt;Curated by maintainer&lt;/strong&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;CDN ready&lt;/td&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;N/A&lt;/td&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;❌&lt;/td&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;✅ &lt;strong&gt;Yes&lt;/strong&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;Learning curve&lt;/td&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;High&lt;/td&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;Medium&lt;/td&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;✅ &lt;strong&gt;Near zero&lt;/strong&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
 &lt;/tbody&gt; 
&lt;/table&gt; 
&lt;hr /&gt; 
&lt;h2&gt;Quick Start&lt;/h2&gt; 
&lt;h3&gt;Option 1 — CDN &lt;em&gt;(fastest, zero setup, recommended)&lt;/em&gt;&lt;/h3&gt; 
&lt;pre&gt;&lt;code class=&quot;language-html&quot;&gt;&amp;lt;!DOCTYPE html&amp;gt;
&amp;lt;html&amp;gt;
  &amp;lt;head&amp;gt;
    &amp;lt;link rel=&quot;preconnect&quot; href=&quot;https://fonts.googleapis.com&quot; /&amp;gt;
    &amp;lt;link rel=&quot;preconnect&quot; href=&quot;https://fonts.gstatic.com&quot; crossorigin /&amp;gt;
    &amp;lt;link
      href=&quot;https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&amp;amp;display=swap&quot;
      rel=&quot;stylesheet&quot;
    /&amp;gt;
    &amp;lt;link
      rel=&quot;stylesheet&quot;
      href=&quot;https://cdn.jsdelivr.net/gh/SAPTARSHI-coder/EaseMotion-css@main/easemotion.min.css&quot;
    /&amp;gt;
  &amp;lt;/head&amp;gt;
  &amp;lt;body&amp;gt;
    &amp;lt;div class=&quot;ease-center ease-fade-in&quot;&amp;gt;
      &amp;lt;h1&amp;gt;Hello, EaseMotion!&amp;lt;/h1&amp;gt;
    &amp;lt;/div&amp;gt;
  &amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/code&gt;&lt;/pre&gt; 
&lt;blockquote&gt; 
 &lt;p&gt;Powered by jsDelivr — globally cached, always fast, no account needed. The CDN link is live the moment you paste it.&lt;/p&gt; 
&lt;/blockquote&gt; 
&lt;h2&gt;Alternative CDN Providers&lt;/h2&gt; 
&lt;p&gt;EaseMotion CSS can also be loaded using alternative CDN providers.&lt;/p&gt; 
&lt;h3&gt;jsDelivr (recommended)&lt;/h3&gt; 
&lt;pre&gt;&lt;code class=&quot;language-html&quot;&gt;&amp;lt;link
  rel=&quot;stylesheet&quot;
  href=&quot;https://cdn.jsdelivr.net/gh/SAPTARSHI-coder/EaseMotion-css@main/easemotion.min.css&quot;
/&amp;gt;
&lt;/code&gt;&lt;/pre&gt; 
&lt;h3&gt;unpkg&lt;/h3&gt; 
&lt;pre&gt;&lt;code class=&quot;language-html&quot;&gt;&amp;lt;link
  rel=&quot;stylesheet&quot;
  href=&quot;https://unpkg.com/easemotion-css/easemotion.min.css&quot;
/&amp;gt;
&lt;/code&gt;&lt;/pre&gt; 
&lt;h3&gt;GitHub Raw CDN&lt;/h3&gt; 
&lt;pre&gt;&lt;code class=&quot;language-html&quot;&gt;&amp;lt;link
  rel=&quot;stylesheet&quot;
  href=&quot;https://raw.githubusercontent.com/SAPTARSHI-coder/EaseMotion-css/main/easemotion.min.css&quot;
/&amp;gt;
&lt;/code&gt;&lt;/pre&gt; 
&lt;blockquote&gt; 
 &lt;p&gt;jsDelivr is recommended for production usage because it provides global caching and better reliability.&lt;/p&gt; 
&lt;/blockquote&gt; 
&lt;h3&gt;Option 2 — npm&lt;/h3&gt; 
&lt;pre&gt;&lt;code class=&quot;language-bash&quot;&gt;npm install easemotion-css
&lt;/code&gt;&lt;/pre&gt; 
&lt;p&gt;Then in your HTML:&lt;/p&gt; 
&lt;pre&gt;&lt;code class=&quot;language-html&quot;&gt;&amp;lt;link rel=&quot;stylesheet&quot; href=&quot;node_modules/easemotion-css/easemotion.min.css&quot; /&amp;gt;
&lt;/code&gt;&lt;/pre&gt; 
&lt;p&gt;Or in CSS / PostCSS / Sass:&lt;/p&gt; 
&lt;pre&gt;&lt;code class=&quot;language-css&quot;&gt;@import &quot;easemotion-css/easemotion.min.css&quot;;
&lt;/code&gt;&lt;/pre&gt; 
&lt;h3&gt;Option 3 — Granular imports &lt;em&gt;(pick only what you need)&lt;/em&gt;&lt;/h3&gt; 
&lt;pre&gt;&lt;code class=&quot;language-html&quot;&gt;&amp;lt;!-- Font (optional — for Inter typography) --&amp;gt;
&amp;lt;link rel=&quot;preconnect&quot; href=&quot;https://fonts.googleapis.com&quot; /&amp;gt;
&amp;lt;link rel=&quot;preconnect&quot; href=&quot;https://fonts.gstatic.com&quot; crossorigin /&amp;gt;
&amp;lt;link
  href=&quot;https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&amp;amp;display=swap&quot;
  rel=&quot;stylesheet&quot;
/&amp;gt;

&amp;lt;!-- Core (always required — load in this exact order) --&amp;gt;
&amp;lt;link
  rel=&quot;stylesheet&quot;
  href=&quot;https://cdn.jsdelivr.net/npm/easemotion-css/core/variables.css&quot;
/&amp;gt;
&amp;lt;link
  rel=&quot;stylesheet&quot;
  href=&quot;https://cdn.jsdelivr.net/npm/easemotion-css/core/base.css&quot;
/&amp;gt;
&amp;lt;link
  rel=&quot;stylesheet&quot;
  href=&quot;https://cdn.jsdelivr.net/npm/easemotion-css/core/animations.css&quot;
/&amp;gt;
&amp;lt;link
  rel=&quot;stylesheet&quot;
  href=&quot;https://cdn.jsdelivr.net/npm/easemotion-css/core/utilities.css&quot;
/&amp;gt;

&amp;lt;!-- Components — add only what you use --&amp;gt;
&amp;lt;link
  rel=&quot;stylesheet&quot;
  href=&quot;https://cdn.jsdelivr.net/npm/easemotion-css/components/buttons.css&quot;
/&amp;gt;
&amp;lt;link
  rel=&quot;stylesheet&quot;
  href=&quot;https://cdn.jsdelivr.net/npm/easemotion-css/components/cards.css&quot;
/&amp;gt;
&lt;/code&gt;&lt;/pre&gt; 
&lt;h3&gt;Option 4 — Modular animation imports &lt;em&gt;(load only what you need)&lt;/em&gt;&lt;/h3&gt; 
&lt;pre&gt;&lt;code class=&quot;language-html&quot;&gt;&amp;lt;link
  rel=&quot;stylesheet&quot;
  href=&quot;https://cdn.jsdelivr.net/npm/easemotion-css/easemotion/variables.css&quot;
/&amp;gt;
&amp;lt;link
  rel=&quot;stylesheet&quot;
  href=&quot;https://cdn.jsdelivr.net/npm/easemotion-css/easemotion/fade.css&quot;
/&amp;gt;
&amp;lt;link
  rel=&quot;stylesheet&quot;
  href=&quot;https://cdn.jsdelivr.net/npm/easemotion-css/easemotion/slide.css&quot;
/&amp;gt;
&amp;lt;!-- Add only the animation categories you need --&amp;gt;
&lt;/code&gt;&lt;/pre&gt; 
&lt;h3&gt;Full bundle&lt;/h3&gt; 
&lt;pre&gt;&lt;code class=&quot;language-html&quot;&gt;&amp;lt;link
  rel=&quot;stylesheet&quot;
  href=&quot;https://cdn.jsdelivr.net/npm/easemotion-css/easemotion/all.css&quot;
/&amp;gt;
&lt;/code&gt;&lt;/pre&gt; 
&lt;blockquote&gt; 
 &lt;p&gt;⚠️ &lt;strong&gt;&lt;code&gt;easemotion/variables.css&lt;/code&gt; must always load before modular animation files.&lt;/strong&gt; It provides the shared custom properties used by all animation categories.&lt;/p&gt; 
&lt;/blockquote&gt; 
&lt;hr /&gt; 
&lt;h2&gt;Framework Integration&lt;/h2&gt; 
&lt;p&gt;EaseMotion CSS is a pure CSS library — it works out of the box with every JavaScript framework by simply importing the stylesheet and applying class names to elements. Additionally, we ship a dedicated &lt;strong&gt;React integration layer&lt;/strong&gt; to make animations even more declarative in JSX.&lt;/p&gt; 
&lt;hr /&gt; 
&lt;h3&gt;React + Vite&lt;/h3&gt; 
&lt;h4&gt;1. Install EaseMotion CSS&lt;/h4&gt; 
&lt;pre&gt;&lt;code class=&quot;language-bash&quot;&gt;npm install easemotion-css
&lt;/code&gt;&lt;/pre&gt; 
&lt;h4&gt;2. Import in your entry file&lt;/h4&gt; 
&lt;pre&gt;&lt;code class=&quot;language-jsx&quot;&gt;// main.jsx or App.jsx
import &#39;easemotion-css/easemotion.min.css&#39;;
&lt;/code&gt;&lt;/pre&gt; 
&lt;h4&gt;3. Use classes directly in JSX&lt;/h4&gt; 
&lt;pre&gt;&lt;code class=&quot;language-jsx&quot;&gt;export default function HeroSection() {
  return (
    &amp;lt;div className=&quot;ease-center ease-fade-in&quot;&amp;gt;
      &amp;lt;h1 className=&quot;ease-slide-up ease-delay-100&quot;&amp;gt;Build faster.&amp;lt;/h1&amp;gt;
      &amp;lt;p className=&quot;ease-slide-up ease-delay-200&quot;&amp;gt;Animation-first CSS for humans.&amp;lt;/p&amp;gt;
      &amp;lt;button className=&quot;ease-btn ease-btn-primary ease-hover-grow ease-delay-300&quot;&amp;gt;
        Get Started →
      &amp;lt;/button&amp;gt;
    &amp;lt;/div&amp;gt;
  );
}
&lt;/code&gt;&lt;/pre&gt; 
&lt;h4&gt;4. Use the &lt;code&gt;&amp;lt;Animate&amp;gt;&lt;/code&gt; wrapper component &lt;em&gt;(optional — in &lt;code&gt;examples/react-vite/&lt;/code&gt;)&lt;/em&gt;&lt;/h4&gt; 
&lt;p&gt;We ship a React wrapper component that turns animation settings into declarative props:&lt;/p&gt; 
&lt;pre&gt;&lt;code class=&quot;language-jsx&quot;&gt;// Copy Animate.jsx from examples/react-vite/src/components/Animate.jsx
import Animate from &#39;./components/Animate&#39;;

export default function App() {
  return (
    &amp;lt;&amp;gt;
      {/* Fade in with a 200ms delay */}
      &amp;lt;Animate type=&quot;fade-in&quot; delay={200}&amp;gt;
        &amp;lt;div className=&quot;ease-card&quot;&amp;gt;Hello World&amp;lt;/div&amp;gt;
      &amp;lt;/Animate&amp;gt;

      {/* Staggered list items */}
      {[&#39;A&#39;, &#39;B&#39;, &#39;C&#39;].map((item, i) =&amp;gt; (
        &amp;lt;Animate key={item} type=&quot;slide-up&quot; delay={i * 100} hover=&quot;lift&quot;&amp;gt;
          &amp;lt;div className=&quot;ease-card&quot;&amp;gt;{item}&amp;lt;/div&amp;gt;
        &amp;lt;/Animate&amp;gt;
      ))}

      {/* Animate on mount (React remounts = re-animates) */}
      &amp;lt;Animate key={isOpen ? &#39;open&#39; : &#39;closed&#39;} type=&quot;zoom-in&quot; duration={300}&amp;gt;
        {isOpen &amp;amp;&amp;amp; &amp;lt;Modal /&amp;gt;}
      &amp;lt;/Animate&amp;gt;
    &amp;lt;/&amp;gt;
  );
}
&lt;/code&gt;&lt;/pre&gt; 
&lt;p&gt;&lt;strong&gt;&lt;code&gt;&amp;lt;Animate&amp;gt;&lt;/code&gt; Props Reference:&lt;/strong&gt;&lt;/p&gt; 
&lt;table&gt; 
 &lt;thead&gt; 
  &lt;tr&gt; 
   &lt;th&gt;Prop&lt;/th&gt; 
   &lt;th&gt;Type&lt;/th&gt; 
   &lt;th&gt;Default&lt;/th&gt; 
   &lt;th&gt;Description&lt;/th&gt; 
  &lt;/tr&gt; 
 &lt;/thead&gt; 
 &lt;tbody&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;code&gt;type&lt;/code&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;code&gt;string&lt;/code&gt;&lt;/td&gt; 
   &lt;td&gt;—&lt;/td&gt; 
   &lt;td&gt;EaseMotion animation name (e.g. &lt;code&gt;&#39;fade-in&#39;&lt;/code&gt;, &lt;code&gt;&#39;slide-up&#39;&lt;/code&gt;, &lt;code&gt;&#39;zoom-in&#39;&lt;/code&gt;)&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;code&gt;duration&lt;/code&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;code&gt;&#39;fast&#39; | &#39;medium&#39; | &#39;slow&#39; | number&lt;/code&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;code&gt;&#39;medium&#39;&lt;/code&gt;&lt;/td&gt; 
   &lt;td&gt;Duration keyword or milliseconds&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;code&gt;delay&lt;/code&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;code&gt;number&lt;/code&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;code&gt;0&lt;/code&gt;&lt;/td&gt; 
   &lt;td&gt;Delay in ms before animation starts&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;code&gt;hover&lt;/code&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;code&gt;string&lt;/code&gt;&lt;/td&gt; 
   &lt;td&gt;—&lt;/td&gt; 
   &lt;td&gt;Hover effect class (e.g. &lt;code&gt;&#39;lift&#39;&lt;/code&gt;, &lt;code&gt;&#39;glow&#39;&lt;/code&gt;, &lt;code&gt;&#39;scale&#39;&lt;/code&gt;)&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;code&gt;tag&lt;/code&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;code&gt;string&lt;/code&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;code&gt;&#39;div&#39;&lt;/code&gt;&lt;/td&gt; 
   &lt;td&gt;HTML tag to render&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;code&gt;className&lt;/code&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;code&gt;string&lt;/code&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;code&gt;&#39;&#39;&lt;/code&gt;&lt;/td&gt; 
   &lt;td&gt;Additional CSS classes&lt;/td&gt; 
  &lt;/tr&gt; 
 &lt;/tbody&gt; 
&lt;/table&gt; 
&lt;h4&gt;5. Run the showcase&lt;/h4&gt; 
&lt;p&gt;The full interactive playground lives in &lt;code&gt;examples/react-vite/&lt;/code&gt;. Clone the repo and run:&lt;/p&gt; 
&lt;pre&gt;&lt;code class=&quot;language-bash&quot;&gt;cd examples/react-vite
npm install
npm run dev
&lt;/code&gt;&lt;/pre&gt; 
&lt;blockquote&gt; 
 &lt;p&gt;This opens a dark-mode dashboard with live animation controls, staggered demos, and a modal transition showcase.&lt;/p&gt; 
&lt;/blockquote&gt; 
&lt;hr /&gt; 
&lt;h3&gt;Next.js&lt;/h3&gt; 
&lt;p&gt;EaseMotion CSS is fully compatible with Next.js (App Router and Pages Router) since it is a static CSS file with no JavaScript dependencies.&lt;/p&gt; 
&lt;h4&gt;App Router (Next.js 13+)&lt;/h4&gt; 
&lt;pre&gt;&lt;code class=&quot;language-jsx&quot;&gt;// app/layout.js — import once globally
import &#39;easemotion-css/easemotion.min.css&#39;;

export default function RootLayout({ children }) {
  return (
    &amp;lt;html lang=&quot;en&quot;&amp;gt;
      &amp;lt;body&amp;gt;{children}&amp;lt;/body&amp;gt;
    &amp;lt;/html&amp;gt;
  );
}
&lt;/code&gt;&lt;/pre&gt; 
&lt;pre&gt;&lt;code class=&quot;language-jsx&quot;&gt;// app/page.js — use class names in Server Components
export default function Page() {
  return (
    &amp;lt;main className=&quot;ease-center ease-fade-in&quot;&amp;gt;
      &amp;lt;h1 className=&quot;ease-slide-up&quot;&amp;gt;Welcome&amp;lt;/h1&amp;gt;
    &amp;lt;/main&amp;gt;
  );
}
&lt;/code&gt;&lt;/pre&gt; 
&lt;h4&gt;Pages Router (Next.js 12 or earlier)&lt;/h4&gt; 
&lt;pre&gt;&lt;code class=&quot;language-jsx&quot;&gt;// pages/_app.js
import &#39;easemotion-css/easemotion.min.css&#39;;

export default function App({ Component, pageProps }) {
  return &amp;lt;Component {...pageProps} /&amp;gt;;
}
&lt;/code&gt;&lt;/pre&gt; 
&lt;blockquote&gt; 
 &lt;p&gt;&lt;strong&gt;Tip:&lt;/strong&gt; EaseMotion CSS works in Server Components (&lt;code&gt;&#39;use server&#39;&lt;/code&gt;) without any hydration issues since it adds no runtime JavaScript.&lt;/p&gt; 
&lt;/blockquote&gt; 
&lt;hr /&gt; 
&lt;h3&gt;Vue / Svelte / Astro&lt;/h3&gt; 
&lt;p&gt;Install via npm and import globally:&lt;/p&gt; 
&lt;pre&gt;&lt;code class=&quot;language-bash&quot;&gt;npm install easemotion-css
&lt;/code&gt;&lt;/pre&gt; 
&lt;h4&gt;Vue 3&lt;/h4&gt; 
&lt;pre&gt;&lt;code class=&quot;language-js&quot;&gt;// main.js
import &#39;easemotion-css/easemotion.min.css&#39;;
&lt;/code&gt;&lt;/pre&gt; 
&lt;pre&gt;&lt;code class=&quot;language-vue&quot;&gt;&amp;lt;!-- MyComponent.vue --&amp;gt;
&amp;lt;template&amp;gt;
  &amp;lt;div class=&quot;ease-fade-in ease-card&quot;&amp;gt;
    &amp;lt;h2 class=&quot;ease-slide-up ease-delay-100&quot;&amp;gt;Hello Vue!&amp;lt;/h2&amp;gt;
  &amp;lt;/div&amp;gt;
&amp;lt;/template&amp;gt;
&lt;/code&gt;&lt;/pre&gt; 
&lt;h4&gt;Svelte / SvelteKit&lt;/h4&gt; 
&lt;pre&gt;&lt;code class=&quot;language-js&quot;&gt;// src/app.js or +layout.svelte &amp;lt;script&amp;gt;
import &#39;easemotion-css/easemotion.min.css&#39;;
&lt;/code&gt;&lt;/pre&gt; 
&lt;pre&gt;&lt;code class=&quot;language-svelte&quot;&gt;&amp;lt;div class=&quot;ease-fade-in ease-card&quot;&amp;gt;
  &amp;lt;h2 class=&quot;ease-slide-up ease-delay-100&quot;&amp;gt;Hello Svelte!&amp;lt;/h2&amp;gt;
&amp;lt;/div&amp;gt;
&lt;/code&gt;&lt;/pre&gt; 
&lt;h4&gt;Astro&lt;/h4&gt; 
&lt;pre&gt;&lt;code class=&quot;language-js&quot;&gt;// src/layouts/Layout.astro
import &#39;easemotion-css/easemotion.min.css&#39;;
&lt;/code&gt;&lt;/pre&gt; 
&lt;p&gt;Or via a &lt;code&gt;&amp;lt;link&amp;gt;&lt;/code&gt; tag in the Astro layout:&lt;/p&gt; 
&lt;pre&gt;&lt;code class=&quot;language-astro&quot;&gt;&amp;lt;link rel=&quot;stylesheet&quot; href=&quot;/node_modules/easemotion-css/easemotion.min.css&quot; /&amp;gt;
&lt;/code&gt;&lt;/pre&gt; 
&lt;hr /&gt; 
&lt;h2&gt;SCSS Integration&lt;/h2&gt; 
&lt;p&gt;EaseMotion CSS ships a &lt;strong&gt;SCSS layer&lt;/strong&gt; under &lt;code&gt;scss/&lt;/code&gt; that exposes animation tokens as SCSS variables and provides reusable mixins. This allows you to apply EaseMotion animations in your own SCSS stylesheets without adding extra classes to your HTML.&lt;/p&gt; 
&lt;h3&gt;Setup&lt;/h3&gt; 
&lt;p&gt;Make sure you have Sass installed:&lt;/p&gt; 
&lt;pre&gt;&lt;code class=&quot;language-bash&quot;&gt;npm install --save-dev sass
&lt;/code&gt;&lt;/pre&gt; 
&lt;p&gt;Then import the SCSS package in your stylesheet:&lt;/p&gt; 
&lt;pre&gt;&lt;code class=&quot;language-scss&quot;&gt;// In your SCSS entry file
@use &#39;easemotion-css/scss&#39; as ease;
&lt;/code&gt;&lt;/pre&gt; 
&lt;p&gt;Or import individual partials:&lt;/p&gt; 
&lt;pre&gt;&lt;code class=&quot;language-scss&quot;&gt;@use &#39;easemotion-css/scss/variables&#39; as *;
@use &#39;easemotion-css/scss/mixins&#39; as ease;
&lt;/code&gt;&lt;/pre&gt; 
&lt;h3&gt;Using the &lt;code&gt;animate()&lt;/code&gt; mixin&lt;/h3&gt; 
&lt;pre&gt;&lt;code class=&quot;language-scss&quot;&gt;.my-card {
  // Apply fade-in with a 400ms duration and 200ms delay
  @include ease.animate(ease-kf-fade-in, 400ms, $ease-in-out-cubic, 200ms);
}

.hero-title {
  // Use shorthand named mixins
  @include ease.slide-up($duration: 600ms, $delay: 100ms);
}

.cta-button {
  @include ease.zoom-in($duration: $speed-fast);
}
&lt;/code&gt;&lt;/pre&gt; 
&lt;h3&gt;Using the &lt;code&gt;transition()&lt;/code&gt; mixin&lt;/h3&gt; 
&lt;pre&gt;&lt;code class=&quot;language-scss&quot;&gt;.nav-item {
  @include ease.transition(color, $duration: $speed-fast, $easing: $ease-out-cubic);

  &amp;amp;:hover {
    color: var(--ease-color-primary);
  }
}
&lt;/code&gt;&lt;/pre&gt; 
&lt;h3&gt;Available SCSS Tokens&lt;/h3&gt; 
&lt;p&gt;&lt;strong&gt;Duration Tokens&lt;/strong&gt; (mapped to CSS custom properties):&lt;/p&gt; 
&lt;table&gt; 
 &lt;thead&gt; 
  &lt;tr&gt; 
   &lt;th&gt;SCSS Variable&lt;/th&gt; 
   &lt;th&gt;CSS Variable&lt;/th&gt; 
   &lt;th&gt;Value&lt;/th&gt; 
  &lt;/tr&gt; 
 &lt;/thead&gt; 
 &lt;tbody&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;code&gt;$speed-fast&lt;/code&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;code&gt;--ease-speed-fast&lt;/code&gt;&lt;/td&gt; 
   &lt;td&gt;CSS var&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;code&gt;$speed-medium&lt;/code&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;code&gt;--ease-speed-medium&lt;/code&gt;&lt;/td&gt; 
   &lt;td&gt;CSS var&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;code&gt;$speed-slow&lt;/code&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;code&gt;--ease-speed-slow&lt;/code&gt;&lt;/td&gt; 
   &lt;td&gt;CSS var&lt;/td&gt; 
  &lt;/tr&gt; 
 &lt;/tbody&gt; 
&lt;/table&gt; 
&lt;p&gt;&lt;strong&gt;Easing Tokens&lt;/strong&gt;:&lt;/p&gt; 
&lt;table&gt; 
 &lt;thead&gt; 
  &lt;tr&gt; 
   &lt;th&gt;SCSS Variable&lt;/th&gt; 
   &lt;th&gt;Value&lt;/th&gt; 
  &lt;/tr&gt; 
 &lt;/thead&gt; 
 &lt;tbody&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;code&gt;$ease-ease&lt;/code&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;code&gt;cubic-bezier(0.4, 0, 0.2, 1)&lt;/code&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;code&gt;$ease-bounce&lt;/code&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;code&gt;cubic-bezier(0.34, 1.56, 0.64, 1)&lt;/code&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;code&gt;$ease-in-out&lt;/code&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;code&gt;cubic-bezier(0, 0, 0.2, 1)&lt;/code&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;code&gt;$ease-elastic&lt;/code&gt;&lt;/td&gt; 
   &lt;td&gt;Same as &lt;code&gt;$ease-bounce&lt;/code&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
 &lt;/tbody&gt; 
&lt;/table&gt; 
&lt;h3&gt;Available SCSS Mixins&lt;/h3&gt; 
&lt;table&gt; 
 &lt;thead&gt; 
  &lt;tr&gt; 
   &lt;th&gt;Mixin&lt;/th&gt; 
   &lt;th&gt;Description&lt;/th&gt; 
  &lt;/tr&gt; 
 &lt;/thead&gt; 
 &lt;tbody&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;code&gt;animate($name, $duration, $easing, $delay, $fill, $iteration)&lt;/code&gt;&lt;/td&gt; 
   &lt;td&gt;Base animation mixin&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;code&gt;transition($property, $duration, $easing, $delay)&lt;/code&gt;&lt;/td&gt; 
   &lt;td&gt;CSS transition helper&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;code&gt;fade-in(...)&lt;/code&gt;&lt;/td&gt; 
   &lt;td&gt;Applies &lt;code&gt;ease-kf-fade-in&lt;/code&gt; animation&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;code&gt;fade-out(...)&lt;/code&gt;&lt;/td&gt; 
   &lt;td&gt;Applies &lt;code&gt;ease-kf-fade-out&lt;/code&gt; animation&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;code&gt;slide-up(...)&lt;/code&gt;&lt;/td&gt; 
   &lt;td&gt;Applies &lt;code&gt;ease-kf-slide-up&lt;/code&gt; animation&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;code&gt;slide-down(...)&lt;/code&gt;&lt;/td&gt; 
   &lt;td&gt;Applies &lt;code&gt;ease-kf-slide-down&lt;/code&gt; animation&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;code&gt;zoom-in(...)&lt;/code&gt;&lt;/td&gt; 
   &lt;td&gt;Applies &lt;code&gt;ease-kf-zoom-in&lt;/code&gt; animation&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;code&gt;zoom-out(...)&lt;/code&gt;&lt;/td&gt; 
   &lt;td&gt;Applies &lt;code&gt;ease-kf-zoom-out&lt;/code&gt; animation&lt;/td&gt; 
  &lt;/tr&gt; 
 &lt;/tbody&gt; 
&lt;/table&gt; 
&lt;h3&gt;Build your SCSS&lt;/h3&gt; 
&lt;pre&gt;&lt;code class=&quot;language-bash&quot;&gt;# Compile to CSS
npx sass scss/_index.scss dist/easemotion.scss.css

# Or use the npm script in the EaseMotion project
npm run build:scss
&lt;/code&gt;&lt;/pre&gt; 
&lt;blockquote&gt; 
 &lt;p&gt;&lt;strong&gt;Contributing SCSS issues:&lt;/strong&gt; We have 100+ open GSSoC-26 issues for expanding the SCSS layer — from new mixins to modular per-animation partials. Browse &lt;a href=&quot;https://github.com/SAPTARSHI-coder/EaseMotion-css/issues?q=is:open+label:scss&quot;&gt;&lt;code&gt;label:scss&lt;/code&gt;&lt;/a&gt; to find one.&lt;/p&gt; 
&lt;/blockquote&gt; 
&lt;hr /&gt; 
&lt;h2&gt;Philosophy&lt;/h2&gt; 
&lt;p&gt;EaseMotion CSS is not just a CSS library — it is a design language.&lt;/p&gt; 
&lt;blockquote&gt; 
 &lt;p&gt;&lt;em&gt;&quot;If you can say it in English, you should be able to write it as a class.&quot;&lt;/em&gt;&lt;/p&gt; 
&lt;/blockquote&gt; 
&lt;pre&gt;&lt;code class=&quot;language-html&quot;&gt;&amp;lt;!-- Center this --&amp;gt;
&amp;lt;div class=&quot;ease-center&quot;&amp;gt;
  &amp;lt;!-- Fade this in --&amp;gt;
  &amp;lt;h1 class=&quot;ease-fade-in&quot;&amp;gt;
    &amp;lt;!-- Make it grow on hover --&amp;gt;&amp;lt;button class=&quot;ease-hover-grow&quot;&amp;gt;
      &amp;lt;!-- Slide up with delay --&amp;gt;
      &amp;lt;p class=&quot;ease-slide-up ease-delay-200&quot;&amp;gt;&amp;lt;/p&amp;gt;
    &amp;lt;/button&amp;gt;
  &amp;lt;/h1&amp;gt;
&amp;lt;/div&amp;gt;
&lt;/code&gt;&lt;/pre&gt; 
&lt;p&gt;No documentation lookup required. The class name &lt;strong&gt;is&lt;/strong&gt; the documentation.&lt;/p&gt; 
&lt;h3&gt;Four principles that never get broken&lt;/h3&gt; 
&lt;table&gt; 
 &lt;thead&gt; 
  &lt;tr&gt; 
   &lt;th&gt;Principle&lt;/th&gt; 
   &lt;th&gt;What it means&lt;/th&gt; 
  &lt;/tr&gt; 
 &lt;/thead&gt; 
 &lt;tbody&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;strong&gt;Human-readable&lt;/strong&gt;&lt;/td&gt; 
   &lt;td&gt;Class names describe behavior in plain English&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;strong&gt;Animation-first&lt;/strong&gt;&lt;/td&gt; 
   &lt;td&gt;Motion is a first-class citizen, not an afterthought&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;strong&gt;Composable&lt;/strong&gt;&lt;/td&gt; 
   &lt;td&gt;Stack any classes freely — no specificity wars, ever&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;strong&gt;Curated&lt;/strong&gt;&lt;/td&gt; 
   &lt;td&gt;Every single class is maintainer-reviewed before release&lt;/td&gt; 
  &lt;/tr&gt; 
 &lt;/tbody&gt; 
&lt;/table&gt; 
&lt;h3&gt;How the curation pipeline works&lt;/h3&gt; 
&lt;pre&gt;&lt;code&gt;1. Contributors submit raw HTML + CSS
         ↓
2. Maintainer reviews and evaluates fit
         ↓
3. Code is converted into EaseMotion CSS format
   (ease-* naming · CSS variables · accessibility)
         ↓
4. Integrated into core/ or components/
         ↓
5. Released, documented, and credited
&lt;/code&gt;&lt;/pre&gt; 
&lt;p&gt;Every class in the framework has passed through this process. The curation is what makes EaseMotion CSS consistent.&lt;/p&gt; 
&lt;hr /&gt; 
&lt;h2&gt;Usage and Examples&lt;/h2&gt; 
&lt;h3&gt;Development&lt;/h3&gt; 
&lt;p&gt;Use the non-minified version for debugging and development:&lt;/p&gt; 
&lt;pre&gt;&lt;code class=&quot;language-html&quot;&gt;&amp;lt;link rel=&quot;stylesheet&quot; href=&quot;easemotion.css&quot; /&amp;gt;

### Animations

```html
&amp;lt;!-- Entrance animations (run on page load) --&amp;gt;
&amp;lt;h1 class=&quot;ease-fade-in&quot;&amp;gt;Fade in&amp;lt;/h1&amp;gt;
&amp;lt;h2 class=&quot;ease-slide-up&quot;&amp;gt;Slide up&amp;lt;/h2&amp;gt;
&amp;lt;h3 class=&quot;ease-slide-in-left&quot;&amp;gt;Slide left&amp;lt;/h3&amp;gt;
&amp;lt;h4 class=&quot;ease-slide-in-right&quot;&amp;gt;Slide right&amp;lt;/h4&amp;gt;
&amp;lt;h5 class=&quot;ease-zoom-in&quot;&amp;gt;Zoom in&amp;lt;/h5&amp;gt;
&amp;lt;h6 class=&quot;ease-flip&quot;&amp;gt;3D flip&amp;lt;/h6&amp;gt;

&amp;lt;!-- Staggered sequence — each item starts 100ms later --&amp;gt;
&amp;lt;div class=&quot;ease-slide-up ease-delay-100&quot;&amp;gt;First&amp;lt;/div&amp;gt;
&amp;lt;div class=&quot;ease-slide-up ease-delay-200&quot;&amp;gt;Second&amp;lt;/div&amp;gt;
&amp;lt;div class=&quot;ease-slide-up ease-delay-300&quot;&amp;gt;Third&amp;lt;/div&amp;gt;
&lt;/code&gt;&lt;/pre&gt; 
&lt;h3&gt;Duration Helpers&lt;/h3&gt; 
&lt;pre&gt;&lt;code class=&quot;language-html&quot;&gt;&amp;lt;div class=&quot;ease-slide-up ease-duration-fast&quot;&amp;gt;Fast animation&amp;lt;/div&amp;gt;
&amp;lt;div class=&quot;ease-slide-up ease-duration-slow&quot;&amp;gt;Slow animation&amp;lt;/div&amp;gt;
&lt;/code&gt;&lt;/pre&gt; 
&lt;table&gt; 
 &lt;thead&gt; 
  &lt;tr&gt; 
   &lt;th&gt;Class&lt;/th&gt; 
   &lt;th&gt;Duration&lt;/th&gt; 
  &lt;/tr&gt; 
 &lt;/thead&gt; 
 &lt;tbody&gt; 
  &lt;tr&gt; 
   &lt;td&gt;ease-duration-fast&lt;/td&gt; 
   &lt;td&gt;150ms&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;ease-duration-medium&lt;/td&gt; 
   &lt;td&gt;300ms&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;ease-duration-slow&lt;/td&gt; 
   &lt;td&gt;600ms&lt;/td&gt; 
  &lt;/tr&gt; 
 &lt;/tbody&gt; 
&lt;/table&gt; 
&lt;!-- Looping animations --&gt; 
&lt;div class=&quot;ease-bounce&quot;&gt;
 Bouncing
&lt;/div&gt; 
&lt;div class=&quot;ease-pulse&quot;&gt;
 Pulsing
&lt;/div&gt; 
&lt;div class=&quot;ease-rotate&quot;&gt;
 Rotating
&lt;/div&gt; 
&lt;div class=&quot;ease-ping&quot;&gt;
 Ping
&lt;/div&gt; 
&lt;p&gt;You can customize the iteration count of looping animations:&lt;/p&gt; 
&lt;pre&gt;&lt;code class=&quot;language-css&quot;&gt;:root {
  --ease-animation-iterations: 3;
}
&lt;/code&gt;&lt;/pre&gt; 
&lt;p&gt;By default, the value is &lt;code&gt;infinite&lt;/code&gt;, preserving existing behavior.&lt;/p&gt; 
&lt;!-- Exit animation --&gt; 
&lt;div class=&quot;ease-expand-border-exit&quot;&gt;&lt;/div&gt; 
&lt;h3&gt;Scroll-Triggered Animations (Ease Reveal)&lt;/h3&gt; 
&lt;p&gt;To use &lt;code&gt;.ease-reveal&lt;/code&gt; and have elements animate when scrolled into view, you must also include the &lt;code&gt;reveal.js&lt;/code&gt; script in your HTML:&lt;/p&gt; 
&lt;pre&gt;&lt;code class=&quot;language-html&quot;&gt;&amp;lt;!-- Add this before closing &amp;lt;/body&amp;gt; tag --&amp;gt;
&amp;lt;script src=&quot;https://cdn.jsdelivr.net/npm/easemotion-css/core/reveal.js&quot;&amp;gt;&amp;lt;/script&amp;gt;
&lt;/code&gt;&lt;/pre&gt; 
&lt;p&gt;Then simply add &lt;code&gt;.ease-reveal&lt;/code&gt; along with an animation class:&lt;/p&gt; 
&lt;pre&gt;&lt;code class=&quot;language-html&quot;&gt;&amp;lt;div class=&quot;ease-reveal ease-slide-up&quot;&amp;gt;
  This animates when scrolled into view!
&amp;lt;/div&amp;gt;
&lt;/code&gt;&lt;/pre&gt; 
&lt;h3&gt;Hover Effects&lt;/h3&gt; 
&lt;pre&gt;&lt;code class=&quot;language-html&quot;&gt;&amp;lt;button class=&quot;ease-hover-grow&quot;&amp;gt;Scales up on hover&amp;lt;/button&amp;gt;
&amp;lt;div class=&quot;ease-hover-morph-card&quot;&amp;gt;Morph&amp;lt;/div&amp;gt;
&amp;lt;div class=&quot;ease-hover-glow&quot;&amp;gt;Primary color glow&amp;lt;/div&amp;gt;
&amp;lt;div class=&quot;ease-hover-lift&quot;&amp;gt;Lifts with shadow&amp;lt;/div&amp;gt;
&amp;lt;div class=&quot;ease-hover-shimmer&quot;&amp;gt;Shimmer sweep effect&amp;lt;/div&amp;gt;
&amp;lt;a class=&quot;ease-hover-underline&quot;&amp;gt;Animated underline&amp;lt;/a&amp;gt;
&amp;lt;span class=&quot;ease-hover-bounce-text&quot;&amp;gt;Bounce!&amp;lt;/span&amp;gt;
&lt;/code&gt;&lt;/pre&gt; 
&lt;p&gt;Applies a quick squish animation during hover, focus, and active interactions.&lt;/p&gt; 
&lt;h3&gt;Layout Utilities&lt;/h3&gt; 
&lt;pre&gt;&lt;code class=&quot;language-html&quot;&gt;&amp;lt;!-- Centering (the most-used utility) --&amp;gt;
&amp;lt;div class=&quot;ease-center&quot;&amp;gt;Perfectly centered&amp;lt;/div&amp;gt;

&amp;lt;!-- Flexbox --&amp;gt;
&amp;lt;div class=&quot;ease-flex ease-justify-between ease-items-center ease-gap-4&quot;&amp;gt;
  &amp;lt;span&amp;gt;Left&amp;lt;/span&amp;gt;
  &amp;lt;span class=&quot;ease-self-end&quot;&amp;gt;Right&amp;lt;/span&amp;gt;
&amp;lt;/div&amp;gt;

&amp;lt;!-- Flex wrap utilities --&amp;gt;
&amp;lt;div class=&quot;ease-flex ease-flex-wrap ease-gap-3&quot;&amp;gt;Wrap&amp;lt;/div&amp;gt;
&amp;lt;div class=&quot;ease-flex ease-flex-nowrap ease-gap-3&quot;&amp;gt;No wrap&amp;lt;/div&amp;gt;
&amp;lt;div class=&quot;ease-flex ease-flex-wrap-reverse ease-gap-3&quot;&amp;gt;Reverse wrap&amp;lt;/div&amp;gt;

&amp;lt;!-- Align self utilities --&amp;gt;
&amp;lt;div class=&quot;ease-flex ease-items-stretch ease-gap-3&quot;&amp;gt;
  &amp;lt;span class=&quot;ease-self-start&quot;&amp;gt;Start&amp;lt;/span&amp;gt;
  &amp;lt;span class=&quot;ease-self-center&quot;&amp;gt;Center&amp;lt;/span&amp;gt;
  &amp;lt;span class=&quot;ease-self-end&quot;&amp;gt;End&amp;lt;/span&amp;gt;
  &amp;lt;span class=&quot;ease-self-stretch&quot;&amp;gt;Stretch&amp;lt;/span&amp;gt;
&amp;lt;/div&amp;gt;

&amp;lt;!-- Responsive auto-fit grid (no media queries needed) --&amp;gt;
&amp;lt;div class=&quot;ease-grid ease-grid-auto ease-gap-6&quot;&amp;gt;
  &amp;lt;div class=&quot;ease-card&quot;&amp;gt;Card 1&amp;lt;/div&amp;gt;
  &amp;lt;div class=&quot;ease-card&quot;&amp;gt;Card 2&amp;lt;/div&amp;gt;
  &amp;lt;div class=&quot;ease-card&quot;&amp;gt;Card 3&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;

&amp;lt;!-- Grid placement utilities --&amp;gt;
&amp;lt;div class=&quot;ease-grid ease-grid-cols-4 ease-place-center ease-gap-4&quot;&amp;gt;
  &amp;lt;div class=&quot;ease-col-span-2&quot;&amp;gt;Centered span 2&amp;lt;/div&amp;gt;
  &amp;lt;div class=&quot;ease-col-span-1&quot;&amp;gt;Span 1&amp;lt;/div&amp;gt;
  &amp;lt;div class=&quot;ease-col-span-1&quot;&amp;gt;Span 1&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;div class=&quot;ease-grid ease-grid-cols-3 ease-place-start ease-gap-4&quot;&amp;gt;Start&amp;lt;/div&amp;gt;
&amp;lt;div class=&quot;ease-grid ease-grid-cols-3 ease-place-end ease-gap-4&quot;&amp;gt;End&amp;lt;/div&amp;gt;
&lt;/code&gt;&lt;/pre&gt; 
&lt;h3&gt;Align Self Utilities&lt;/h3&gt; 
&lt;pre&gt;&lt;code class=&quot;language-html&quot;&gt;&amp;lt;div class=&quot;ease-flex&quot;&amp;gt;
  &amp;lt;div class=&quot;ease-self-start&quot;&amp;gt;Start&amp;lt;/div&amp;gt;
  &amp;lt;div class=&quot;ease-self-center&quot;&amp;gt;Center&amp;lt;/div&amp;gt;
  &amp;lt;div class=&quot;ease-self-end&quot;&amp;gt;End&amp;lt;/div&amp;gt;
  &amp;lt;div class=&quot;ease-self-stretch&quot;&amp;gt;Stretch&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;
&lt;/code&gt;&lt;/pre&gt; 
&lt;h4&gt;Available Classes&lt;/h4&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;code&gt;.ease-self-start&lt;/code&gt; → &lt;code&gt;align-self: flex-start&lt;/code&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;code&gt;.ease-self-center&lt;/code&gt; → &lt;code&gt;align-self: center&lt;/code&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;code&gt;.ease-self-end&lt;/code&gt; → &lt;code&gt;align-self: flex-end&lt;/code&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;code&gt;.ease-self-stretch&lt;/code&gt; → &lt;code&gt;align-self: stretch&lt;/code&gt;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h3&gt;Hover Animation Examples&lt;/h3&gt; 
&lt;p&gt;Common hover-triggered animation examples are available for:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;Buttons&lt;/li&gt; 
 &lt;li&gt;Cards&lt;/li&gt; 
 &lt;li&gt;Images&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;Example showcase:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;hover-animation-showcase&lt;/li&gt; 
 &lt;li&gt;hover-sweep&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h3&gt;Buttons&lt;/h3&gt; 
&lt;pre&gt;&lt;code class=&quot;language-html&quot;&gt;&amp;lt;!-- Variants --&amp;gt;
&amp;lt;button class=&quot;ease-btn ease-btn-primary&quot;&amp;gt;Primary&amp;lt;/button&amp;gt;
&amp;lt;button class=&quot;ease-btn ease-btn-success&quot;&amp;gt;Success&amp;lt;/button&amp;gt;
&amp;lt;button class=&quot;ease-btn ease-btn-danger&quot;&amp;gt;Danger&amp;lt;/button&amp;gt;
&amp;lt;button class=&quot;ease-btn ease-btn-outline&quot;&amp;gt;Outline&amp;lt;/button&amp;gt;
&amp;lt;button class=&quot;ease-btn ease-btn-ghost&quot;&amp;gt;Ghost&amp;lt;/button&amp;gt;

&amp;lt;!-- With hover animation --&amp;gt;
&amp;lt;button class=&quot;ease-btn ease-btn-primary ease-btn-hover&quot;&amp;gt;Animated&amp;lt;/button&amp;gt;

&amp;lt;!-- With squish button --&amp;gt;
&amp;lt;button class=&quot;ease-btn ease-btn-primary ease-squish-button&quot;&amp;gt;Squish Me&amp;lt;/button&amp;gt;

&amp;lt;!-- Sizes + shapes --&amp;gt;
&amp;lt;button class=&quot;ease-btn ease-btn-primary ease-btn-sm&quot;&amp;gt;Small&amp;lt;/button&amp;gt;
&amp;lt;button class=&quot;ease-btn ease-btn-primary ease-btn-lg ease-btn-pill&quot;&amp;gt;
  Large Pill
&amp;lt;/button&amp;gt;
&lt;/code&gt;&lt;/pre&gt; 
&lt;h3&gt;Cards&lt;/h3&gt; 
&lt;pre&gt;&lt;code class=&quot;language-html&quot;&gt;&amp;lt;!-- Hover card with shadow --&amp;gt;
&amp;lt;div class=&quot;ease-card ease-card-shadow ease-card-hover&quot;&amp;gt;
  &amp;lt;div class=&quot;ease-card-header&quot;&amp;gt;
    &amp;lt;h3 class=&quot;ease-card-title&quot;&amp;gt;Title&amp;lt;/h3&amp;gt;
  &amp;lt;/div&amp;gt;
  &amp;lt;div class=&quot;ease-card-body&quot;&amp;gt;&amp;lt;p&amp;gt;Content goes here.&amp;lt;/p&amp;gt;&amp;lt;/div&amp;gt;
  &amp;lt;div class=&quot;ease-card-footer&quot;&amp;gt;
    &amp;lt;button class=&quot;ease-btn ease-btn-primary ease-btn-sm&quot;&amp;gt;Action&amp;lt;/button&amp;gt;
  &amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;

&amp;lt;!-- Glassmorphism --&amp;gt;
&amp;lt;div class=&quot;ease-card ease-card-glass&quot;&amp;gt;Glass card&amp;lt;/div&amp;gt;

&amp;lt;!-- Neumorphic --&amp;gt;
&amp;lt;div class=&quot;ease-card ease-card-neumorphic&quot;&amp;gt;Soft UI card&amp;lt;/div&amp;gt;

&amp;lt;!-- Accent border --&amp;gt;
&amp;lt;div class=&quot;ease-card ease-card-accent&quot;&amp;gt;Highlighted card&amp;lt;/div&amp;gt;
&lt;/code&gt;&lt;/pre&gt; 
&lt;h3&gt;Navigation&lt;/h3&gt; 
&lt;pre&gt;&lt;code class=&quot;language-html&quot;&gt;&amp;lt;nav class=&quot;ease-navbar-glass&quot; aria-label=&quot;Primary navigation&quot;&amp;gt;
  &amp;lt;div class=&quot;ease-navbar-brand&quot;&amp;gt;EaseMotion&amp;lt;/div&amp;gt;
  &amp;lt;div class=&quot;ease-navbar-menu&quot;&amp;gt;
    &amp;lt;a class=&quot;ease-navbar-item&quot; href=&quot;#&quot;&amp;gt;Home&amp;lt;/a&amp;gt;
    &amp;lt;a class=&quot;ease-navbar-item&quot; href=&quot;#&quot;&amp;gt;Features&amp;lt;/a&amp;gt;
    &amp;lt;a class=&quot;ease-navbar-item&quot; href=&quot;#&quot;&amp;gt;Contact&amp;lt;/a&amp;gt;
  &amp;lt;/div&amp;gt;
&amp;lt;/nav&amp;gt;
&lt;/code&gt;&lt;/pre&gt; 
&lt;pre&gt;&lt;code class=&quot;language-html&quot;&gt;&amp;lt;nav
  class=&quot;ease-navbar-glass ease-navbar-glass-sticky&quot;
  aria-label=&quot;Sticky navigation&quot;
&amp;gt;
  &amp;lt;div class=&quot;ease-navbar-brand&quot;&amp;gt;Sticky Nav&amp;lt;/div&amp;gt;
  &amp;lt;div class=&quot;ease-navbar-menu&quot;&amp;gt;
    &amp;lt;a class=&quot;ease-navbar-item&quot; href=&quot;#&quot;&amp;gt;Overview&amp;lt;/a&amp;gt;
    &amp;lt;a class=&quot;ease-navbar-item&quot; href=&quot;#&quot;&amp;gt;Docs&amp;lt;/a&amp;gt;
  &amp;lt;/div&amp;gt;
&amp;lt;/nav&amp;gt;
&lt;/code&gt;&lt;/pre&gt; 
&lt;pre&gt;&lt;code class=&quot;language-html&quot;&gt;&amp;lt;nav
  class=&quot;ease-navbar-glass ease-navbar-glass-blur&quot;
  aria-label=&quot;Blurred navbar&quot;
&amp;gt;
  &amp;lt;div class=&quot;ease-navbar-brand&quot;&amp;gt;Deep Blur&amp;lt;/div&amp;gt;
  &amp;lt;div class=&quot;ease-navbar-menu&quot;&amp;gt;
    &amp;lt;a class=&quot;ease-navbar-item&quot; href=&quot;#&quot;&amp;gt;Product&amp;lt;/a&amp;gt;
    &amp;lt;a class=&quot;ease-navbar-item&quot; href=&quot;#&quot;&amp;gt;Support&amp;lt;/a&amp;gt;
  &amp;lt;/div&amp;gt;
&amp;lt;/nav&amp;gt;
&lt;/code&gt;&lt;/pre&gt; 
&lt;h3&gt;Build a Hero Section in 5 Lines&lt;/h3&gt; 
&lt;pre&gt;&lt;code class=&quot;language-html&quot;&gt;&amp;lt;section class=&quot;ease-center ease-padding-16&quot;&amp;gt;
  &amp;lt;h1 class=&quot;ease-fade-in&quot;&amp;gt;Build faster.&amp;lt;/h1&amp;gt;
  &amp;lt;p class=&quot;ease-slide-up ease-delay-200&quot;&amp;gt;Animation-first CSS for humans.&amp;lt;/p&amp;gt;
  &amp;lt;button
    class=&quot;ease-btn ease-btn-primary ease-btn-lg ease-btn-pill ease-hover-grow ease-delay-300&quot;
  &amp;gt;
    Get Started →
  &amp;lt;/button&amp;gt;
&amp;lt;/section&amp;gt;
&lt;/code&gt;&lt;/pre&gt; 
&lt;hr /&gt; 
&lt;h2&gt;Customization&lt;/h2&gt; 
&lt;p&gt;Override any CSS custom property to theme the entire framework — no Sass, no PostCSS, just CSS:&lt;/p&gt; 
&lt;pre&gt;&lt;code class=&quot;language-css&quot;&gt;:root {
  /* Colors */
  --ease-color-primary: #f97316; /* swap to orange  */
  --ease-color-success: #10b981; /* teal green      */

  /* Motion */
  --ease-speed-fast: 100ms; /* snappier        */
  --ease-speed-medium: 400ms; /* slightly slower */
  --ease-ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);

  /* Shape */
  --ease-radius-md: 1rem; /* rounder corners */
  --ease-radius-full: 9999px;

  /* Shadows */
  --ease-shadow-md: 0 4px 20px rgba(0, 0, 0, 0.15);
}
&lt;/code&gt;&lt;/pre&gt; 
&lt;h3&gt;Override framework styles with &lt;code&gt;@layer&lt;/code&gt;&lt;/h3&gt; 
&lt;p&gt;EaseMotion wraps all its CSS behind &lt;code&gt;@layer&lt;/code&gt; cascade layers. Your own styles always win — even if the framework loads &lt;em&gt;after&lt;/em&gt; your stylesheet:&lt;/p&gt; 
&lt;pre&gt;&lt;code class=&quot;language-css&quot;&gt;/* Your custom overrides — always takes priority */
@layer easemotion.components {
  .ease-btn-primary {
    background: var(--ease-color-orange);
    border-radius: 2rem;
  }
}
&lt;/code&gt;&lt;/pre&gt; 
&lt;p&gt;No &lt;code&gt;!important&lt;/code&gt; needed.&lt;/p&gt; 
&lt;hr /&gt; 
&lt;h2&gt;FAQ&lt;/h2&gt; 
&lt;h3&gt;How does EaseMotion CSS differ from Tailwind?&lt;/h3&gt; 
&lt;p&gt;Tailwind is a utility-first framework built around short atomic class names and usually fits best in a build-driven workflow. EaseMotion CSS focuses on human-readable class names like &lt;code&gt;ease-center&lt;/code&gt; and &lt;code&gt;ease-fade-in&lt;/code&gt;, treats animation as a first-class feature, and is designed to work immediately by linking a stylesheet.&lt;/p&gt; 
&lt;h3&gt;Can I use it with React/Vue?&lt;/h3&gt; 
&lt;p&gt;Yes. EaseMotion CSS works with any framework that renders standard HTML &lt;code&gt;class&lt;/code&gt; attributes — React, Vue, Svelte, Angular, Astro, Next.js, and more. Install from npm, import the stylesheet, and use the class names directly in your components. We also ship a dedicated React &lt;code&gt;&amp;lt;Animate&amp;gt;&lt;/code&gt; wrapper component in &lt;code&gt;examples/react-vite/&lt;/code&gt; — see the &lt;a href=&quot;https://raw.githubusercontent.com/SAPTARSHI-coder/EaseMotion-css/main/#framework-integration&quot;&gt;Framework Integration&lt;/a&gt; section for details.&lt;/p&gt; 
&lt;h3&gt;How do I submit a new component or utility?&lt;/h3&gt; 
&lt;p&gt;Open or claim an issue first, then submit your work under the appropriate track directory in &lt;code&gt;submissions/&lt;/code&gt; (e.g., &lt;code&gt;submissions/examples/&lt;/code&gt; for HTML/CSS, &lt;code&gt;submissions/react/&lt;/code&gt; for React components, &lt;code&gt;submissions/scss/&lt;/code&gt; for SCSS mixins/tokens, or &lt;code&gt;submissions/docs/&lt;/code&gt; for core bug fixes &amp;amp; docs showcases). The maintainer reviews your submission, standardizes names/tokens, and integrates it into the core framework.&lt;/p&gt; 
&lt;h3&gt;Does it work without a build step?&lt;/h3&gt; 
&lt;p&gt;Yes. That is one of the core goals of EaseMotion CSS. You can use the CDN link or local CSS files directly without configuring a bundler, compiler, or build pipeline.&lt;/p&gt; 
&lt;hr /&gt; 
&lt;h2&gt;File Structure&lt;/h2&gt; 
&lt;pre&gt;&lt;code&gt;easemotion-css/
├── easemotion.css              ← readable source entry point
├── easemotion.min.css          ← bundled production build
│
├── core/                       ← MAINTAINER-ONLY
│   ├── variables.css           ← 60+ design tokens
│   ├── base.css                ← reset + typography (Inter font)
│   ├── animations.css          ← 20+ animation classes
│   └── utilities.css           ← 80+ layout utilities
│
├── components/                 ← MAINTAINER-ONLY
│   ├── buttons.css             ← 6 variants, 4 sizes, pill, icon
│   └── cards.css               ← 13 card variants
│
├── scss/                       ← SCSS INTEGRATION LAYER
│   ├── _index.scss             ← entry point (@forward variables + mixins)
│   ├── _variables.scss         ← SCSS animation tokens ($speed-*, $ease-*)
│   └── _mixins.scss            ← reusable SCSS mixins (animate, hover-effect...)
│
├── examples/                   ← INTEGRATION SHOWCASES
│   ├── demo.html               ← source interactive showcase
│   ├── react-vite/             ← ⚛️ React + Vite integration showcase
│   │   ├── src/
│   │   │   ├── App.jsx         ← interactive animation playground
│   │   │   ├── App.css         ← dark-mode dashboard styles
│   │   │   └── components/
│   │   │       └── Animate.jsx ← &amp;lt;Animate&amp;gt; React wrapper component
│   │   └── package.json
│   └── ...
│
├── docs/demo.html              ← deployed live demo page
├── docs/index.html             ← full documentation site
│
├── submissions/                ← CONTRIBUTOR AREA
│   ├── README.md               ← full submission workflow
│   └── examples/
│       ├── hover-grow/         ← [INTEGRATED] → ease-hover-grow
│       ├── hover-shimmer/      ← [INTEGRATED] → ease-hover-shimmer
│       ├── card-lift/          ← [INTEGRATED] → ease-card-lift
│       └── button-glow/        ← pending review
│
├── .github/
│   ├── CODEOWNERS
│   ├── ISSUE_TEMPLATE/
│   │   ├── feature_request.md
│   │   └── bug_report.md
│   └── PULL_REQUEST_TEMPLATE.md
│
├── VISION.md                   ← long-term project direction
├── CHANGELOG.md                ← full release history
├── CONTRIBUTING.md             ← contribution guide
├── LICENSE                     ← MIT © 2026 Saptarshi Sadhu
└── README.md
&lt;/code&gt;&lt;/pre&gt; 
&lt;hr /&gt; 
&lt;h2&gt;Roadmap&lt;/h2&gt; 
&lt;blockquote&gt; 
 &lt;p&gt;Track progress and vote on features via &lt;a href=&quot;https://github.com/SAPTARSHI-coder/EaseMotion-css/issues&quot;&gt;GitHub Issues&lt;/a&gt;.&lt;/p&gt; 
&lt;/blockquote&gt; 
&lt;table&gt; 
 &lt;thead&gt; 
  &lt;tr&gt; 
   &lt;th&gt;Feature&lt;/th&gt; 
   &lt;th&gt;Status&lt;/th&gt; 
  &lt;/tr&gt; 
 &lt;/thead&gt; 
 &lt;tbody&gt; 
  &lt;tr&gt; 
   &lt;td&gt;✅ Human-readable core utilities (80+)&lt;/td&gt; 
   &lt;td&gt;&lt;strong&gt;Shipped — v1.0&lt;/strong&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;✅ Animation-first motion library (20+)&lt;/td&gt; 
   &lt;td&gt;&lt;strong&gt;Shipped — v1.0&lt;/strong&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;✅ Curated contribution pipeline&lt;/td&gt; 
   &lt;td&gt;&lt;strong&gt;Shipped — v1.0&lt;/strong&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;✅ Component library (buttons, cards)&lt;/td&gt; 
   &lt;td&gt;&lt;strong&gt;Shipped — v1.0&lt;/strong&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;✅ npm package + jsDelivr CDN&lt;/td&gt; 
   &lt;td&gt;&lt;strong&gt;Shipped — v1.0&lt;/strong&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;✅ Full documentation site&lt;/td&gt; 
   &lt;td&gt;&lt;strong&gt;Shipped — v1.0&lt;/strong&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;✅ React + Vite integration showcase&lt;/td&gt; 
   &lt;td&gt;&lt;strong&gt;Shipped — v1.1&lt;/strong&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;✅ SCSS token layer (variables + mixins)&lt;/td&gt; 
   &lt;td&gt;&lt;strong&gt;Shipped — v1.1&lt;/strong&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;🚧 React component library (hooks + wrappers)&lt;/td&gt; 
   &lt;td&gt;&lt;strong&gt;In Progress — v1.1&lt;/strong&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;🚧 SCSS modular partials (per-animation modules)&lt;/td&gt; 
   &lt;td&gt;&lt;strong&gt;In Progress — v1.1&lt;/strong&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;🚧 Next.js App Router template&lt;/td&gt; 
   &lt;td&gt;&lt;strong&gt;In Progress — v1.1&lt;/strong&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;🔜 Form components (inputs, checkboxes, toggles)&lt;/td&gt; 
   &lt;td&gt;&lt;strong&gt;Planned — v1.2&lt;/strong&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;🔜 Dark mode token layer&lt;/td&gt; 
   &lt;td&gt;&lt;strong&gt;Planned — v1.2&lt;/strong&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;🔜 Modal &amp;amp; tooltip components&lt;/td&gt; 
   &lt;td&gt;&lt;strong&gt;Planned — v1.2&lt;/strong&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;🔜 Scroll-triggered animations (IntersectionObserver)&lt;/td&gt; 
   &lt;td&gt;&lt;strong&gt;Planned — v1.2&lt;/strong&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;🔜 Navigation components (navbar, sidebar)&lt;/td&gt; 
   &lt;td&gt;&lt;strong&gt;Planned — v1.3&lt;/strong&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;🔜 CSS-only accordion &amp;amp; tabs&lt;/td&gt; 
   &lt;td&gt;&lt;strong&gt;Planned — v1.3&lt;/strong&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;🔜 Badge, tag, avatar, progress bar&lt;/td&gt; 
   &lt;td&gt;&lt;strong&gt;Planned — v1.3&lt;/strong&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;🔜 Theming CLI (generate custom token file)&lt;/td&gt; 
   &lt;td&gt;&lt;strong&gt;Exploring&lt;/strong&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
 &lt;/tbody&gt; 
&lt;/table&gt; 
&lt;hr /&gt; 
&lt;h2&gt;Contributing&lt;/h2&gt; 
&lt;p&gt;EaseMotion CSS is a &lt;strong&gt;curated, maintainer-reviewed framework&lt;/strong&gt;. Contributors submit raw ideas — the maintainer handles standardization, naming, and integration.&lt;/p&gt; 
&lt;h3&gt;✅ What contributors do&lt;/h3&gt; 
&lt;pre&gt;&lt;code&gt;✅ Place submissions inside the correct track folder (submissions/examples/, submissions/react/, submissions/scss/, or submissions/docs/)
✅ Include all required files (e.g. JSX + README for React, SCSS + README for SCSS, or HTML + CSS + README for Standard)
✅ Follow the suffix naming rule (e.g. ease-component-yourid) to avoid name collisions
✅ Squash commits to keep the repository history clean
✅ One feature/component per PR
&lt;/code&gt;&lt;/pre&gt; 
&lt;h3&gt;❌ What contributors do NOT do&lt;/h3&gt; 
&lt;pre&gt;&lt;code&gt;❌ Edit core/           → PR closed without review
❌ Edit components/     → PR closed without review
❌ Merge their own PRs  → Maintainer-only
❌ Claim more than 2 active issues at once
&lt;/code&gt;&lt;/pre&gt; 
&lt;h3&gt;The submission pipeline&lt;/h3&gt; 
&lt;pre&gt;&lt;code&gt;Your raw CSS  →  Maintainer standardizes  →  ease-* class ships
.hover-grow       ease-hover-grow              core/animations.css
&lt;/code&gt;&lt;/pre&gt; 
&lt;h3&gt;🌟 Why contribute?&lt;/h3&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;Beginner-friendly&lt;/strong&gt; — write raw CSS, no conventions to memorize&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Learn real system design&lt;/strong&gt; — see how raw ideas become a coherent API&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Your idea ships&lt;/strong&gt; — accepted submissions become real framework classes&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Credited in CHANGELOG&lt;/strong&gt; — your contribution is documented permanently&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Your name in the README&lt;/strong&gt; — see the contributor wall below&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;📖 Read the full guide → &lt;a href=&quot;https://raw.githubusercontent.com/SAPTARSHI-coder/EaseMotion-css/main/CONTRIBUTING.md&quot;&gt;CONTRIBUTING.md&lt;/a&gt;&lt;/p&gt; 
&lt;h3&gt;📢 Contribution Rate Limit Update&lt;/h3&gt; 
&lt;p&gt;To maintain repository stability, review quality, and fair contribution distribution, EaseMotion CSS is introducing a soft contribution limit:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;Contributors may submit up to &lt;strong&gt;25 PRs per day&lt;/strong&gt;&lt;/li&gt; 
 &lt;li&gt;Focus on quality, originality, accessibility, and proper testing&lt;/li&gt; 
 &lt;li&gt;Low-effort, repetitive, or mass-generated PRs may be closed without review&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h4&gt;Why This Change?&lt;/h4&gt; 
&lt;p&gt;EaseMotion CSS has grown rapidly with hundreds of contributors and thousands of merged PRs. This update helps:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;Reduce merge conflicts&lt;/li&gt; 
 &lt;li&gt;Improve review quality&lt;/li&gt; 
 &lt;li&gt;Maintain framework consistency&lt;/li&gt; 
 &lt;li&gt;Encourage meaningful contributions over quantity&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h3&gt;🧹 Clean Commit History &amp;amp; Squashing&lt;/h3&gt; 
&lt;p&gt;To keep the repository&#39;s git history clean and readable, contributors must follow these rules:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;Squash your commits:&lt;/strong&gt; Ensure all commits in your Pull Request are squashed into a single meaningful commit (or a few logical commits) before submitting for review. Do not push dozens of micro-commits (e.g., &quot;fix&quot;, &quot;typo&quot;, &quot;update style.css&quot;, etc.) for a single change.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Keep history clean:&lt;/strong&gt; PRs containing noisy, repetitive, or excessive commit histories (e.g., dozens of micro-commits) may be closed without review or blocked from merging.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Write clear commit messages:&lt;/strong&gt; Use descriptive commit messages following the Conventional Commits format (e.g., &lt;code&gt;feat: add card component&lt;/code&gt; or &lt;code&gt;fix: resolve hover animation issue&lt;/code&gt;).&lt;/li&gt; 
&lt;/ul&gt; 
&lt;hr /&gt; 
&lt;h3&gt;📢 Contribution Policy Update&lt;/h3&gt; 
&lt;p&gt;All contributions are welcome and eligible for merge when submitted inside the correct track folder under the &lt;code&gt;submissions/&lt;/code&gt; directory following the repository guidelines.&lt;/p&gt; 
&lt;p&gt;To avoid naming conflicts and overlapping implementations, contributors must append a short unique identifier or abbreviation to their feature/component/mixin name.&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;Example:&lt;/strong&gt;&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;code&gt;ease-hover-sap&lt;/code&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;code&gt;ease-tabs-ak&lt;/code&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;code&gt;ease-card-pr&lt;/code&gt;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;This ensures:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;Unambiguous component naming,&lt;/li&gt; 
 &lt;li&gt;Preservation of every contributor’s work,&lt;/li&gt; 
 &lt;li&gt;Conflict-free merges,&lt;/li&gt; 
 &lt;li&gt;Easier maintenance and review workflow,&lt;/li&gt; 
 &lt;li&gt;Support for parallel implementations of similar ideas.&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;The project encourages creative variations and parallel implementations rather than overwriting existing contributor work.&lt;/p&gt; 
&lt;hr /&gt; 
&lt;h2&gt;Issue Labels 🏷️&lt;/h2&gt; 
&lt;table&gt; 
 &lt;thead&gt; 
  &lt;tr&gt; 
   &lt;th&gt;Label&lt;/th&gt; 
   &lt;th&gt;Used for&lt;/th&gt; 
  &lt;/tr&gt; 
 &lt;/thead&gt; 
 &lt;tbody&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;code&gt;good first issue&lt;/code&gt;&lt;/td&gt; 
   &lt;td&gt;Easy entry points, perfect for first-time contributors&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;code&gt;animation&lt;/code&gt;&lt;/td&gt; 
   &lt;td&gt;Hover effects, entrance animations, keyframe ideas&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;code&gt;component&lt;/code&gt;&lt;/td&gt; 
   &lt;td&gt;New UI components (modals, tooltips, badges, etc.)&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;code&gt;enhancement&lt;/code&gt;&lt;/td&gt; 
   &lt;td&gt;Improvements to existing classes&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;code&gt;documentation&lt;/code&gt;&lt;/td&gt; 
   &lt;td&gt;README, docs site, submission guide&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;code&gt;curated&lt;/code&gt;&lt;/td&gt; 
   &lt;td&gt;Accepted into the framework&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;code&gt;maintainer-approved&lt;/code&gt;&lt;/td&gt; 
   &lt;td&gt;Reviewed, pending integration&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;code&gt;featured&lt;/code&gt;&lt;/td&gt; 
   &lt;td&gt;Exceptional submission — will be showcased&lt;/td&gt; 
  &lt;/tr&gt; 
 &lt;/tbody&gt; 
&lt;/table&gt; 
&lt;blockquote&gt; 
 &lt;p&gt;&lt;strong&gt;Issue Cooldown Rule:&lt;/strong&gt; Maximum &lt;strong&gt;2 active assigned issues&lt;/strong&gt; per contributor. Issues with no progress for 24 hours (1 day) are unassigned and reopened.&lt;/p&gt; 
&lt;/blockquote&gt; 
&lt;hr /&gt; 
&lt;h2&gt;Community&lt;/h2&gt; 
&lt;div align=&quot;center&quot;&gt; 
 &lt;table&gt; 
  &lt;thead&gt; 
   &lt;tr&gt; 
    &lt;th&gt;Platform&lt;/th&gt; 
    &lt;th&gt;Link&lt;/th&gt; 
   &lt;/tr&gt; 
  &lt;/thead&gt; 
  &lt;tbody&gt; 
   &lt;tr&gt; 
    &lt;td&gt;🐛 &lt;strong&gt;Bug Reports&lt;/strong&gt;&lt;/td&gt; 
    &lt;td&gt;&lt;a href=&quot;https://github.com/SAPTARSHI-coder/EaseMotion-css/issues/new?template=bug_report.md&quot;&gt;Open an issue&lt;/a&gt;&lt;/td&gt; 
   &lt;/tr&gt; 
   &lt;tr&gt; 
    &lt;td&gt;💡 &lt;strong&gt;Feature Requests&lt;/strong&gt;&lt;/td&gt; 
    &lt;td&gt;&lt;a href=&quot;https://github.com/SAPTARSHI-coder/EaseMotion-css/issues/new?template=feature_request.md&quot;&gt;Request a feature&lt;/a&gt;&lt;/td&gt; 
   &lt;/tr&gt; 
   &lt;tr&gt; 
    &lt;td&gt;🔀 &lt;strong&gt;Pull Requests&lt;/strong&gt;&lt;/td&gt; 
    &lt;td&gt;&lt;a href=&quot;https://github.com/SAPTARSHI-coder/EaseMotion-css/pulls&quot;&gt;Submit a contribution&lt;/a&gt;&lt;/td&gt; 
   &lt;/tr&gt; 
   &lt;tr&gt; 
    &lt;td&gt;📖 &lt;strong&gt;Documentation&lt;/strong&gt;&lt;/td&gt; 
    &lt;td&gt;&lt;a href=&quot;https://saptarshi-coder.github.io/EaseMotion-css/&quot;&gt;Full docs site&lt;/a&gt;&lt;/td&gt; 
   &lt;/tr&gt; 
   &lt;tr&gt; 
    &lt;td&gt;📦 &lt;strong&gt;npm Package&lt;/strong&gt;&lt;/td&gt; 
    &lt;td&gt;&lt;a href=&quot;https://www.npmjs.com/package/easemotion-css&quot;&gt;easemotion-css on npm&lt;/a&gt;&lt;/td&gt; 
   &lt;/tr&gt; 
   &lt;tr&gt; 
    &lt;td&gt;🌐 &lt;strong&gt;CDN&lt;/strong&gt;&lt;/td&gt; 
    &lt;td&gt;&lt;a href=&quot;https://cdn.jsdelivr.net/gh/SAPTARSHI-coder/EaseMotion-css@main/easemotion.min.css&quot;&gt;jsDelivr (GitHub CDN)&lt;/a&gt;&lt;/td&gt; 
   &lt;/tr&gt; 
   &lt;tr&gt; 
    &lt;td&gt;🏆 &lt;strong&gt;GSSoC 2026&lt;/strong&gt;&lt;/td&gt; 
    &lt;td&gt;&lt;a href=&quot;https://gssoc.girlscript.tech/&quot;&gt;GirlScript Summer of Code&lt;/a&gt;&lt;/td&gt; 
   &lt;/tr&gt; 
   &lt;tr&gt; 
    &lt;td&gt;💬 &lt;strong&gt;Discord Server (Optional)&lt;/strong&gt;&lt;/td&gt; 
    &lt;td&gt;&lt;a href=&quot;https://discord.gg/hWSdGrccBU&quot;&gt;Join Discord (Optional)&lt;/a&gt;&lt;/td&gt; 
   &lt;/tr&gt; 
  &lt;/tbody&gt; 
 &lt;/table&gt; 
&lt;/div&gt; 
&lt;blockquote&gt; 
 &lt;p&gt;⭐ &lt;strong&gt;If EaseMotion CSS saves you time, consider starring the repo.&lt;/strong&gt; It helps more developers discover the project and motivates continued development.&lt;/p&gt; 
&lt;/blockquote&gt; 
&lt;hr /&gt; 
&lt;h2&gt;Contributors&lt;/h2&gt; 
&lt;p&gt;Everyone who has submitted a PR, opened an issue, or contributed an idea. This wall &lt;strong&gt;regenerates automatically&lt;/strong&gt; on every push to main.&lt;/p&gt; 
&lt;!-- CONTRIBUTOR-WALL-START --&gt; 
&lt;div align=&quot;center&quot;&gt; 
 &lt;h3&gt;641 Contributors&lt;/h3&gt; 
 &lt;table&gt; 
  &lt;tbody&gt;
   &lt;tr&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/SAPTARSHI-coder&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/SAPTARSHI-coder?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;SAPTARSHI-coder&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;SAPTARSHI-coder&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;39815 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/tmdeveloper007&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/tmdeveloper007?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;tmdeveloper007&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;tmdeveloper007&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;1843 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/ionfwsrijan&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/ionfwsrijan?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;ionfwsrijan&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;ionfwsrijan&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;1492 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/hrx01-dev&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/hrx01-dev?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;hrx01-dev&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;hrx01-dev&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;1478 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Avinash-sdbegin&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Avinash-sdbegin?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Avinash-sdbegin&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Avinash-sdbegin&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;1297 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/srujana-manda&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/srujana-manda?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;srujana-manda&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;srujana-manda&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;1264 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/sanrishi&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/sanrishi?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;sanrishi&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;sanrishi&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;1174 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Stewartsson&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Stewartsson?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Stewartsson&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Stewartsson&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;1062 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/harrshita123&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/harrshita123?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;harrshita123&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;harrshita123&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;1000 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/KaparthyReddy&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/KaparthyReddy?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;KaparthyReddy&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;KaparthyReddy&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;921 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/sahare77&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/sahare77?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;sahare77&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;sahare77&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;780 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Aryan0819&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Aryan0819?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Aryan0819&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Aryan0819&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;754 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
   &lt;/tr&gt; 
   &lt;tr&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/realtushartyagi&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/realtushartyagi?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;realtushartyagi&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;realtushartyagi&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;746 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/openhands-agent&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/openhands-agent?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;openhands-agent&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;openhands-agent&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;653 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/nyxsky404&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/nyxsky404?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;nyxsky404&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;nyxsky404&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;652 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Anexus5919&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Anexus5919?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Anexus5919&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Anexus5919&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;646 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/richachauhan15&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/richachauhan15?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;richachauhan15&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;richachauhan15&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;628 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/22oo1cso56mansoorkhan-cell&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/22oo1cso56mansoorkhan-cell?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;22oo1cso56mansoorkhan-cell&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;22oo1cso56mansoorkhan-cell&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;604 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/kunal-9090&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/kunal-9090?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;kunal-9090&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;kunal-9090&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;551 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/scriptedbyshivam&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/scriptedbyshivam?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;scriptedbyshivam&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;scriptedbyshivam&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;546 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/nazneen-p1&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/nazneen-p1?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;nazneen-p1&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;nazneen-p1&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;538 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Dharm3112&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Dharm3112?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Dharm3112&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Dharm3112&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;451 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/kavin553&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/kavin553?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;kavin553&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;kavin553&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;438 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/thakurakanksha288&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/thakurakanksha288?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;thakurakanksha288&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;thakurakanksha288&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;368 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
   &lt;/tr&gt; 
   &lt;tr&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Xenon010101&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Xenon010101?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Xenon010101&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Xenon010101&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;344 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/vmdivyareddy18&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/vmdivyareddy18?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;vmdivyareddy18&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;vmdivyareddy18&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;314 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/sonusharma6-dsa&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/sonusharma6-dsa?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;sonusharma6-dsa&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;sonusharma6-dsa&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;311 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Pratyush-Panda-2006&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Pratyush-Panda-2006?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Pratyush-Panda-2006&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Pratyush-Panda-2006&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;297 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Yashaswini-K-P&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Yashaswini-K-P?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Yashaswini-K-P&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Yashaswini-K-P&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;279 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/ARPANPATRA111&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/ARPANPATRA111?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;ARPANPATRA111&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;ARPANPATRA111&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;276 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/aaniya22&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/aaniya22?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;aaniya22&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;aaniya22&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;275 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/suman20041&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/suman20041?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;suman20041&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;suman20041&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;274 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/saidai-bhuvanesh&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/saidai-bhuvanesh?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;saidai-bhuvanesh&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;saidai-bhuvanesh&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;261 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/itssagarK&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/itssagarK?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;itssagarK&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;itssagarK&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;259 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/ash1shkumar&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/ash1shkumar?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;ash1shkumar&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;ash1shkumar&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;244 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/advikdivekar&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/advikdivekar?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;advikdivekar&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;advikdivekar&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;236 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
   &lt;/tr&gt; 
   &lt;tr&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/pisum-sativum&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/pisum-sativum?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;pisum-sativum&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;pisum-sativum&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;231 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/akhilmodi29&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/akhilmodi29?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;akhilmodi29&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;akhilmodi29&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;223 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/adarsh-gautam-sys&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/adarsh-gautam-sys?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;adarsh-gautam-sys&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;adarsh-gautam-sys&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;219 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Viidhii19&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Viidhii19?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Viidhii19&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Viidhii19&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;198 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/palak-here&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/palak-here?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;palak-here&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;palak-here&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;193 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Tomeshwari-02&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Tomeshwari-02?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Tomeshwari-02&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Tomeshwari-02&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;186 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Payal430&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Payal430?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Payal430&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Payal430&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;184 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/AnzalKhan16&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/AnzalKhan16?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;AnzalKhan16&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;AnzalKhan16&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;182 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/jainiksha&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/jainiksha?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;jainiksha&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;jainiksha&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;179 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/eranmol2007-coder&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/eranmol2007-coder?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;eranmol2007-coder&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;eranmol2007-coder&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;176 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Anushreer22&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Anushreer22?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Anushreer22&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Anushreer22&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;169 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/WHENKEY2007&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/WHENKEY2007?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;WHENKEY2007&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;WHENKEY2007&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;164 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
   &lt;/tr&gt; 
   &lt;tr&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Babin123456&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Babin123456?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Babin123456&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Babin123456&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;158 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/SydneyPresscott&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/SydneyPresscott?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;SydneyPresscott&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;SydneyPresscott&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;157 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/itsdakshjain&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/itsdakshjain?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;itsdakshjain&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;itsdakshjain&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;156 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/ashroxy&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/ashroxy?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;ashroxy&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;ashroxy&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;139 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/shabnam311&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/shabnam311?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;shabnam311&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;shabnam311&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;133 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Rashi1404&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Rashi1404?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Rashi1404&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Rashi1404&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;130 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/avanibapna06&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/avanibapna06?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;avanibapna06&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;avanibapna06&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;125 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/nancy-verma780&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/nancy-verma780?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;nancy-verma780&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;nancy-verma780&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;119 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/bhaikd&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/bhaikd?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;bhaikd&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;bhaikd&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;117 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Hasini2706&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Hasini2706?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Hasini2706&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Hasini2706&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;117 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/sudha09-git&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/sudha09-git?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;sudha09-git&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;sudha09-git&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;115 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/pradeep0153&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/pradeep0153?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;pradeep0153&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;pradeep0153&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;111 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
   &lt;/tr&gt; 
   &lt;tr&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/TanCodeX&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/TanCodeX?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;TanCodeX&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;TanCodeX&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;109 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/just-tanvi&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/just-tanvi?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;just-tanvi&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;just-tanvi&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;103 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/shahabhilash&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/shahabhilash?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;shahabhilash&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;shahabhilash&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;101 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Vidheendu&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Vidheendu?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Vidheendu&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Vidheendu&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;100 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/pari-dubey1&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/pari-dubey1?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;pari-dubey1&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;pari-dubey1&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;98 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/iammissmiller&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/iammissmiller?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;iammissmiller&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;iammissmiller&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;97 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/BhakktiGautam&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/BhakktiGautam?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;BhakktiGautam&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;BhakktiGautam&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;96 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/prerendrarahitya1708&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/prerendrarahitya1708?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;prerendrarahitya1708&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;prerendrarahitya1708&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;94 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Prateek2007-cmd&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Prateek2007-cmd?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Prateek2007-cmd&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Prateek2007-cmd&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;94 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/IshwinderKaur8&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/IshwinderKaur8?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;IshwinderKaur8&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;IshwinderKaur8&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;91 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/CourageAyim&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/CourageAyim?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;CourageAyim&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;CourageAyim&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;91 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/desireddymohithreddy0925&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/desireddymohithreddy0925?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;desireddymohithreddy0925&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;desireddymohithreddy0925&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;88 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
   &lt;/tr&gt; 
   &lt;tr&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/ankitasahu83964&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/ankitasahu83964?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;ankitasahu83964&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;ankitasahu83964&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;88 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/karishmaram-tech&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/karishmaram-tech?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;karishmaram-tech&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;karishmaram-tech&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;88 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Abfa41&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Abfa41?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Abfa41&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Abfa41&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;87 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/panditshubham766-dotcom&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/panditshubham766-dotcom?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;panditshubham766-dotcom&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;panditshubham766-dotcom&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;85 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/ArshVermaGit&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/ArshVermaGit?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;ArshVermaGit&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;ArshVermaGit&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;84 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Nicks-19&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Nicks-19?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Nicks-19&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Nicks-19&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;84 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/broskell&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/broskell?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;broskell&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;broskell&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;83 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/shahabuddinwebdev&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/shahabuddinwebdev?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;shahabuddinwebdev&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;shahabuddinwebdev&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;82 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/jjoshuamiracle7057&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/jjoshuamiracle7057?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;jjoshuamiracle7057&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;jjoshuamiracle7057&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;81 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/ishita526&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/ishita526?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;ishita526&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;ishita526&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;80 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/pari-28&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/pari-28?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;pari-28&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;pari-28&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;78 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Abhay-1704&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Abhay-1704?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Abhay-1704&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Abhay-1704&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;78 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
   &lt;/tr&gt; 
   &lt;tr&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Rajlakshmi-ai&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Rajlakshmi-ai?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Rajlakshmi-ai&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Rajlakshmi-ai&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;77 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Aditya8369&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Aditya8369?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Aditya8369&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Aditya8369&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;77 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Kadaliswarna&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Kadaliswarna?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Kadaliswarna&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Kadaliswarna&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;76 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/vaishnavi-212&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/vaishnavi-212?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;vaishnavi-212&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;vaishnavi-212&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;75 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/dreynox&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/dreynox?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;dreynox&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;dreynox&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;75 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/aparna24bce11388&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/aparna24bce11388?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;aparna24bce11388&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;aparna24bce11388&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;73 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/CoderMS07&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/CoderMS07?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;CoderMS07&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;CoderMS07&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;73 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/kanishka-2007-tech&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/kanishka-2007-tech?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;kanishka-2007-tech&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;kanishka-2007-tech&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;73 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/TavishaBudhiraja&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/TavishaBudhiraja?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;TavishaBudhiraja&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;TavishaBudhiraja&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;73 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/dnyaneshwari44&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/dnyaneshwari44?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;dnyaneshwari44&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;dnyaneshwari44&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;73 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/ZainabTravadi&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/ZainabTravadi?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;ZainabTravadi&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;ZainabTravadi&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;72 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/shresthbhargava&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/shresthbhargava?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;shresthbhargava&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;shresthbhargava&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;72 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
   &lt;/tr&gt; 
   &lt;tr&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/silentguyracer&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/silentguyracer?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;silentguyracer&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;silentguyracer&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;70 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/SathvikaSingoti&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/SathvikaSingoti?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;SathvikaSingoti&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;SathvikaSingoti&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;68 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/JAY4IGNITE&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/JAY4IGNITE?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;JAY4IGNITE&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;JAY4IGNITE&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;67 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Kokila-chandrakar&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Kokila-chandrakar?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Kokila-chandrakar&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Kokila-chandrakar&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;66 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/KRITIKA-l&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/KRITIKA-l?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;KRITIKA-l&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;KRITIKA-l&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;66 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/codedbydollys10&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/codedbydollys10?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;codedbydollys10&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;codedbydollys10&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;65 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/ayushsri-dev&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/ayushsri-dev?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;ayushsri-dev&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;ayushsri-dev&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;63 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Shreeya1207&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Shreeya1207?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Shreeya1207&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Shreeya1207&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;62 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/geetanunakani&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/geetanunakani?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;geetanunakani&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;geetanunakani&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;61 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Ru-2008&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Ru-2008?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Ru-2008&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Ru-2008&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;61 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/poorvanshi10&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/poorvanshi10?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;poorvanshi10&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;poorvanshi10&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;55 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/hruthika18&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/hruthika18?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;hruthika18&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;hruthika18&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;54 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
   &lt;/tr&gt; 
   &lt;tr&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Ayontikapal&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Ayontikapal?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Ayontikapal&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Ayontikapal&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;54 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/HarShada8G&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/HarShada8G?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;HarShada8G&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;HarShada8G&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;53 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/chavanGaneshDatta&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/chavanGaneshDatta?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;chavanGaneshDatta&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;chavanGaneshDatta&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;53 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/savniagrawal1701&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/savniagrawal1701?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;savniagrawal1701&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;savniagrawal1701&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;47 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/sricharan-213&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/sricharan-213?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;sricharan-213&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;sricharan-213&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;47 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Aditya948351&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Aditya948351?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Aditya948351&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Aditya948351&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;47 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/mittalsonal&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/mittalsonal?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;mittalsonal&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;mittalsonal&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;47 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Aryan-Agarwal-creator&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Aryan-Agarwal-creator?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Aryan-Agarwal-creator&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Aryan-Agarwal-creator&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;46 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/ArchiGajera&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/ArchiGajera?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;ArchiGajera&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;ArchiGajera&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;46 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Ishita-Katiyar-06&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Ishita-Katiyar-06?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Ishita-Katiyar-06&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Ishita-Katiyar-06&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;46 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Daksh7785&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Daksh7785?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Daksh7785&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Daksh7785&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;44 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Man1ac-1773&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Man1ac-1773?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Man1ac-1773&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Man1ac-1773&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;44 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
   &lt;/tr&gt; 
   &lt;tr&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/swarupio&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/swarupio?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;swarupio&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;swarupio&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;43 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Aakif-Kohari&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Aakif-Kohari?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Aakif-Kohari&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Aakif-Kohari&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;43 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/atharv96k&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/atharv96k?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;atharv96k&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;atharv96k&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;43 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/samrin1502&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/samrin1502?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;samrin1502&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;samrin1502&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;42 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Kanneboinashivakumar&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Kanneboinashivakumar?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Kanneboinashivakumar&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Kanneboinashivakumar&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;42 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Bheemeswari497&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Bheemeswari497?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Bheemeswari497&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Bheemeswari497&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;40 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/yoogrammer&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/yoogrammer?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;yoogrammer&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;yoogrammer&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;40 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/AnanyaTiwari850&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/AnanyaTiwari850?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;AnanyaTiwari850&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;AnanyaTiwari850&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;39 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Archana7224&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Archana7224?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Archana7224&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Archana7224&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;39 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Sahitya0805&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Sahitya0805?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Sahitya0805&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Sahitya0805&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;38 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/anishagarg327&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/anishagarg327?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;anishagarg327&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;anishagarg327&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;38 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/GOKULRAM-K&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/GOKULRAM-K?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;GOKULRAM-K&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;GOKULRAM-K&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;38 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
   &lt;/tr&gt; 
   &lt;tr&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/parnita-Singh&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/parnita-Singh?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;parnita-Singh&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;parnita-Singh&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;37 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/GeethaBurigalla&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/GeethaBurigalla?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;GeethaBurigalla&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;GeethaBurigalla&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;36 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/rpoojaa06-git&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/rpoojaa06-git?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;rpoojaa06-git&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;rpoojaa06-git&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;36 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Subhash21022&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Subhash21022?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Subhash21022&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Subhash21022&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;36 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/amna-sehgal&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/amna-sehgal?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;amna-sehgal&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;amna-sehgal&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;36 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Vaishnavi10706&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Vaishnavi10706?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Vaishnavi10706&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Vaishnavi10706&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;36 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Ishika-1110&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Ishika-1110?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Ishika-1110&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Ishika-1110&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;36 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/karrisanthoshigayatri&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/karrisanthoshigayatri?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;karrisanthoshigayatri&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;karrisanthoshigayatri&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;35 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/REHAN-503&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/REHAN-503?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;REHAN-503&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;REHAN-503&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;35 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/deepsikha-dash&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/deepsikha-dash?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;deepsikha-dash&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;deepsikha-dash&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;35 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/vbarik317-droid&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/vbarik317-droid?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;vbarik317-droid&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;vbarik317-droid&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;35 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/kaur-jass&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/kaur-jass?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;kaur-jass&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;kaur-jass&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;35 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
   &lt;/tr&gt; 
   &lt;tr&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/ujwal-224&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/ujwal-224?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;ujwal-224&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;ujwal-224&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;34 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Pr241singh&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Pr241singh?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Pr241singh&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Pr241singh&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;34 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/SatyamxBuilds&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/SatyamxBuilds?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;SatyamxBuilds&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;SatyamxBuilds&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;33 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/DivyaShreeS09&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/DivyaShreeS09?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;DivyaShreeS09&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;DivyaShreeS09&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;32 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/shrutig-blip&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/shrutig-blip?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;shrutig-blip&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;shrutig-blip&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;32 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/cursoragent&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/cursoragent?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;cursoragent&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;cursoragent&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;32 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/varshitha980-vvc&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/varshitha980-vvc?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;varshitha980-vvc&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;varshitha980-vvc&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;31 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Muskankr&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Muskankr?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Muskankr&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Muskankr&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;31 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Yogender-verma&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Yogender-verma?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Yogender-verma&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Yogender-verma&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;31 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/aditya-5224&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/aditya-5224?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;aditya-5224&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;aditya-5224&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;31 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Akshit-Tyagi-05&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Akshit-Tyagi-05?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Akshit-Tyagi-05&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Akshit-Tyagi-05&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;31 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/srinidhi-2006-bit&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/srinidhi-2006-bit?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;srinidhi-2006-bit&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;srinidhi-2006-bit&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;31 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
   &lt;/tr&gt; 
   &lt;tr&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/adrika4&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/adrika4?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;adrika4&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;adrika4&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;30 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/KeerthiSreeja05&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/KeerthiSreeja05?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;KeerthiSreeja05&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;KeerthiSreeja05&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;30 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/tanishka-kuwar&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/tanishka-kuwar?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;tanishka-kuwar&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;tanishka-kuwar&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;29 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/AyushPrad2907&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/AyushPrad2907?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;AyushPrad2907&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;AyushPrad2907&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;29 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Dev1822&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Dev1822?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Dev1822&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Dev1822&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;29 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/gargshambhavi0802-pixel&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/gargshambhavi0802-pixel?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;gargshambhavi0802-pixel&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;gargshambhavi0802-pixel&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;28 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/rima48-bit&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/rima48-bit?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;rima48-bit&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;rima48-bit&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;28 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/yashvi-3106&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/yashvi-3106?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;yashvi-3106&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;yashvi-3106&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;28 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Subramaniyajothi6&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Subramaniyajothi6?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Subramaniyajothi6&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Subramaniyajothi6&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;28 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Nilamma19&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Nilamma19?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Nilamma19&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Nilamma19&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;27 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/soumyasync&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/soumyasync?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;soumyasync&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;soumyasync&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;26 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/santoshikumbhar3-art&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/santoshikumbhar3-art?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;santoshikumbhar3-art&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;santoshikumbhar3-art&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;26 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
   &lt;/tr&gt; 
   &lt;tr&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/abhinavkhedwal4-maker&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/abhinavkhedwal4-maker?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;abhinavkhedwal4-maker&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;abhinavkhedwal4-maker&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;26 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/priyan923&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/priyan923?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;priyan923&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;priyan923&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;26 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/dishamaurya081-create&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/dishamaurya081-create?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;dishamaurya081-create&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;dishamaurya081-create&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;26 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Jidnyasa-P&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Jidnyasa-P?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Jidnyasa-P&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Jidnyasa-P&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;26 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Shanidhya01&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Shanidhya01?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Shanidhya01&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Shanidhya01&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;26 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/DebasmitaBose0&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/DebasmitaBose0?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;DebasmitaBose0&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;DebasmitaBose0&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;26 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/SG17THEProgrammer&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/SG17THEProgrammer?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;SG17THEProgrammer&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;SG17THEProgrammer&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;26 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/black-panther1209&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/black-panther1209?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;black-panther1209&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;black-panther1209&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;25 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/rishab11250&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/rishab11250?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;rishab11250&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;rishab11250&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;24 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/kshah123919&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/kshah123919?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;kshah123919&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;kshah123919&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;24 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/KRUSHAL2956&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/KRUSHAL2956?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;KRUSHAL2956&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;KRUSHAL2956&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;24 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/avrojitduttaj&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/avrojitduttaj?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;avrojitduttaj&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;avrojitduttaj&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;23 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
   &lt;/tr&gt; 
   &lt;tr&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Tanisha-Parida&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Tanisha-Parida?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Tanisha-Parida&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Tanisha-Parida&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;23 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/controlcoder&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/controlcoder?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;controlcoder&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;controlcoder&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;23 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Praharsh7270&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Praharsh7270?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Praharsh7270&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Praharsh7270&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;23 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Pranaykarvi&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Pranaykarvi?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Pranaykarvi&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Pranaykarvi&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;23 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Puneethteja&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Puneethteja?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Puneethteja&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Puneethteja&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;22 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/TEJASWANIANIMIREDDY&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/TEJASWANIANIMIREDDY?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;TEJASWANIANIMIREDDY&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;TEJASWANIANIMIREDDY&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;22 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/neha28kudale&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/neha28kudale?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;neha28kudale&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;neha28kudale&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;22 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/shankumar7&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/shankumar7?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;shankumar7&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;shankumar7&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;22 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Xploit-Ghost&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Xploit-Ghost?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Xploit-Ghost&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Xploit-Ghost&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;22 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/nyaminidurga-cmd&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/nyaminidurga-cmd?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;nyaminidurga-cmd&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;nyaminidurga-cmd&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;21 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/dakshita-singh-codes&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/dakshita-singh-codes?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;dakshita-singh-codes&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;dakshita-singh-codes&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;21 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/HarshaNaidu11&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/HarshaNaidu11?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;HarshaNaidu11&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;HarshaNaidu11&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;21 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
   &lt;/tr&gt; 
   &lt;tr&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/hiitarun1&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/hiitarun1?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;hiitarun1&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;hiitarun1&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;21 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Sonalgupta2005&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Sonalgupta2005?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Sonalgupta2005&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Sonalgupta2005&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;21 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/nishiagarwal2006-lang&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/nishiagarwal2006-lang?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;nishiagarwal2006-lang&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;nishiagarwal2006-lang&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;20 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/arpita22905&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/arpita22905?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;arpita22905&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;arpita22905&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;20 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Zoya220&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Zoya220?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Zoya220&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Zoya220&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;20 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Varad163&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Varad163?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Varad163&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Varad163&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;20 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/srividrumavangara&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/srividrumavangara?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;srividrumavangara&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;srividrumavangara&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;19 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Manav5234&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Manav5234?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Manav5234&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Manav5234&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;19 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/sasikiranambati&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/sasikiranambati?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;sasikiranambati&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;sasikiranambati&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;19 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/harshap0&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/harshap0?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;harshap0&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;harshap0&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;19 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/shravanithouta108&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/shravanithouta108?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;shravanithouta108&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;shravanithouta108&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;19 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Muditapandey26&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Muditapandey26?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Muditapandey26&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Muditapandey26&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;19 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
   &lt;/tr&gt; 
   &lt;tr&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Chaudhary8587&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Chaudhary8587?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Chaudhary8587&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Chaudhary8587&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;19 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/divyansha12&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/divyansha12?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;divyansha12&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;divyansha12&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;18 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/adityapandey4621&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/adityapandey4621?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;adityapandey4621&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;adityapandey4621&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;18 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/ksrikarsai&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/ksrikarsai?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;ksrikarsai&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;ksrikarsai&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;18 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/CodesWithSubham&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/CodesWithSubham?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;CodesWithSubham&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;CodesWithSubham&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;18 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/riddhimagupta2&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/riddhimagupta2?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;riddhimagupta2&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;riddhimagupta2&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;17 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/yashasp322-ship-it&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/yashasp322-ship-it?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;yashasp322-ship-it&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;yashasp322-ship-it&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;17 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Kritika200520&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Kritika200520?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Kritika200520&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Kritika200520&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;17 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/paramsavla06&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/paramsavla06?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;paramsavla06&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;paramsavla06&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;17 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/ritikj17&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/ritikj17?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;ritikj17&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;ritikj17&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;17 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/bhavyapandiya29&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/bhavyapandiya29?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;bhavyapandiya29&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;bhavyapandiya29&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;17 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/joshnajojo12&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/joshnajojo12?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;joshnajojo12&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;joshnajojo12&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;17 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
   &lt;/tr&gt; 
   &lt;tr&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Ayushisingh09&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Ayushisingh09?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Ayushisingh09&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Ayushisingh09&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;17 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Dibya0912&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Dibya0912?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Dibya0912&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Dibya0912&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;17 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/pooja-0206&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/pooja-0206?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;pooja-0206&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;pooja-0206&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;16 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/geethika-sandireddy&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/geethika-sandireddy?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;geethika-sandireddy&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;geethika-sandireddy&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;16 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/shivambind269-ai&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/shivambind269-ai?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;shivambind269-ai&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;shivambind269-ai&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;16 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/sammuuu11151171&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/sammuuu11151171?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;sammuuu11151171&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;sammuuu11151171&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;16 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Thacker-Meet&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Thacker-Meet?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Thacker-Meet&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Thacker-Meet&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;16 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/PradeepTech-hub&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/PradeepTech-hub?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;PradeepTech-hub&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;PradeepTech-hub&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;16 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/sdv96&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/sdv96?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;sdv96&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;sdv96&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;15 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/AjaayMohare&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/AjaayMohare?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;AjaayMohare&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;AjaayMohare&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;15 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Khushi-Rajput77&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Khushi-Rajput77?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Khushi-Rajput77&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Khushi-Rajput77&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;15 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/ankitrmishra01&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/ankitrmishra01?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;ankitrmishra01&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;ankitrmishra01&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;15 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
   &lt;/tr&gt; 
   &lt;tr&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Karan-787&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Karan-787?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Karan-787&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Karan-787&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;15 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/sudeekshaballanda-hub&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/sudeekshaballanda-hub?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;sudeekshaballanda-hub&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;sudeekshaballanda-hub&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;14 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/tanushrithakare&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/tanushrithakare?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;tanushrithakare&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;tanushrithakare&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;14 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/paridhijain153&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/paridhijain153?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;paridhijain153&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;paridhijain153&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;14 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Shreyaa0807&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Shreyaa0807?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Shreyaa0807&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Shreyaa0807&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;14 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/vs-learner-chhavi&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/vs-learner-chhavi?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;vs-learner-chhavi&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;vs-learner-chhavi&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;14 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/purvacode-80&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/purvacode-80?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;purvacode-80&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;purvacode-80&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;14 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/surajbharsakle07&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/surajbharsakle07?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;surajbharsakle07&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;surajbharsakle07&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;13 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Juhi4433&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Juhi4433?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Juhi4433&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Juhi4433&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;13 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/devansh-nitb&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/devansh-nitb?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;devansh-nitb&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;devansh-nitb&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;13 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Ankitkr16&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Ankitkr16?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Ankitkr16&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Ankitkr16&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;13 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/zairahussain27&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/zairahussain27?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;zairahussain27&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;zairahussain27&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;13 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
   &lt;/tr&gt; 
   &lt;tr&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Hima451&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Hima451?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Hima451&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Hima451&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;12 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Daksh-Garg007&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Daksh-Garg007?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Daksh-Garg007&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Daksh-Garg007&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;12 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Jivan-Patel&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Jivan-Patel?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Jivan-Patel&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Jivan-Patel&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;12 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/gayatridot&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/gayatridot?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;gayatridot&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;gayatridot&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;12 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/HarmiBhikadiya&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/HarmiBhikadiya?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;HarmiBhikadiya&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;HarmiBhikadiya&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;12 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Shylyn05&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Shylyn05?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Shylyn05&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Shylyn05&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;12 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/dhruv-jani-0808&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/dhruv-jani-0808?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;dhruv-jani-0808&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;dhruv-jani-0808&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;12 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Krish-Mishra&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Krish-Mishra?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Krish-Mishra&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Krish-Mishra&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;12 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Sricharan106&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Sricharan106?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Sricharan106&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Sricharan106&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;12 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/arshdeepkaur-code&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/arshdeepkaur-code?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;arshdeepkaur-code&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;arshdeepkaur-code&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;11 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/ankurkrgupta22122006-oss&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/ankurkrgupta22122006-oss?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;ankurkrgupta22122006-oss&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;ankurkrgupta22122006-oss&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;11 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Abhi666-max&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Abhi666-max?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Abhi666-max&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Abhi666-max&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;11 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
   &lt;/tr&gt; 
   &lt;tr&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/darshiB27&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/darshiB27?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;darshiB27&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;darshiB27&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;11 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/ajitkumarsaini02&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/ajitkumarsaini02?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;ajitkumarsaini02&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;ajitkumarsaini02&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;11 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/PRINCE-ANTHONY&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/PRINCE-ANTHONY?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;PRINCE-ANTHONY&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;PRINCE-ANTHONY&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;11 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Mohanapriya-sparks&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Mohanapriya-sparks?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Mohanapriya-sparks&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Mohanapriya-sparks&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;11 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/AQUA1310&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/AQUA1310?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;AQUA1310&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;AQUA1310&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;11 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Himanshux19&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Himanshux19?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Himanshux19&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Himanshux19&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;11 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/tayyibah07&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/tayyibah07?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;tayyibah07&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;tayyibah07&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;11 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/kamalsharma001&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/kamalsharma001?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;kamalsharma001&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;kamalsharma001&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;11 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/saubhagya-k&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/saubhagya-k?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;saubhagya-k&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;saubhagya-k&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;11 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/PrashantMaurya007&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/PrashantMaurya007?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;PrashantMaurya007&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;PrashantMaurya007&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;11 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Premshaw23&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Premshaw23?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Premshaw23&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Premshaw23&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;11 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/07Tanvi&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/07Tanvi?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;07Tanvi&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;07Tanvi&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;11 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
   &lt;/tr&gt; 
   &lt;tr&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/bhavyabhardwaj001&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/bhavyabhardwaj001?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;bhavyabhardwaj001&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;bhavyabhardwaj001&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;11 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/notlexius-glitch&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/notlexius-glitch?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;notlexius-glitch&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;notlexius-glitch&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;10 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/BinaryBandit-07&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/BinaryBandit-07?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;BinaryBandit-07&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;BinaryBandit-07&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;10 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/GunvanthKandula&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/GunvanthKandula?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;GunvanthKandula&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;GunvanthKandula&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;10 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/jayshreerathoreai32-hue&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/jayshreerathoreai32-hue?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;jayshreerathoreai32-hue&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;jayshreerathoreai32-hue&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;10 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/riddhima25bet10005-a11y&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/riddhima25bet10005-a11y?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;riddhima25bet10005-a11y&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;riddhima25bet10005-a11y&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;10 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/ashishraj1504&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/ashishraj1504?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;ashishraj1504&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;ashishraj1504&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;10 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/bhaktisp15&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/bhaktisp15?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;bhaktisp15&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;bhaktisp15&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;10 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/toufiq00007&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/toufiq00007?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;toufiq00007&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;toufiq00007&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;10 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/ni2-vsv11&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/ni2-vsv11?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;ni2-vsv11&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;ni2-vsv11&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;10 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/khushimalani16&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/khushimalani16?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;khushimalani16&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;khushimalani16&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;9 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/devsensei404&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/devsensei404?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;devsensei404&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;devsensei404&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;9 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
   &lt;/tr&gt; 
   &lt;tr&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/sathvika32427&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/sathvika32427?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;sathvika32427&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;sathvika32427&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;9 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/ruhelamahi7-code&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/ruhelamahi7-code?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;ruhelamahi7-code&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;ruhelamahi7-code&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;9 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/revanthbaspally6-cell&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/revanthbaspally6-cell?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;revanthbaspally6-cell&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;revanthbaspally6-cell&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;9 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/nithinsai-dev&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/nithinsai-dev?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;nithinsai-dev&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;nithinsai-dev&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;9 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/adyamohanka&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/adyamohanka?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;adyamohanka&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;adyamohanka&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;9 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/AshrutYadav&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/AshrutYadav?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;AshrutYadav&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;AshrutYadav&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;9 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Ranjan-githu&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Ranjan-githu?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Ranjan-githu&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Ranjan-githu&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;9 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Neelr1912&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Neelr1912?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Neelr1912&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Neelr1912&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;9 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/trushi-jasani&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/trushi-jasani?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;trushi-jasani&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;trushi-jasani&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;9 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Bhavesh-png&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Bhavesh-png?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Bhavesh-png&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Bhavesh-png&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;9 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/anshika-guleria&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/anshika-guleria?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;anshika-guleria&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;anshika-guleria&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;9 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Aritra235&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Aritra235?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Aritra235&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Aritra235&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;9 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
   &lt;/tr&gt; 
   &lt;tr&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/bhaiyachimkandi01-source&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/bhaiyachimkandi01-source?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;bhaiyachimkandi01-source&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;bhaiyachimkandi01-source&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;8 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/DharshiniPujarolla&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/DharshiniPujarolla?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;DharshiniPujarolla&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;DharshiniPujarolla&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;8 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/RehanAhmad25&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/RehanAhmad25?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;RehanAhmad25&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;RehanAhmad25&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;8 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/alishaalmeida10&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/alishaalmeida10?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;alishaalmeida10&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;alishaalmeida10&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;8 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Aarju247&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Aarju247?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Aarju247&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Aarju247&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;8 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/janievinod&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/janievinod?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;janievinod&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;janievinod&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;8 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Khushii-exe&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Khushii-exe?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Khushii-exe&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Khushii-exe&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;8 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/PojashriJM&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/PojashriJM?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;PojashriJM&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;PojashriJM&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;8 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/agrawal-developers&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/agrawal-developers?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;agrawal-developers&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;agrawal-developers&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;8 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/sarveshwarikumari05&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/sarveshwarikumari05?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;sarveshwarikumari05&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;sarveshwarikumari05&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;8 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Muskan-S123&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Muskan-S123?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Muskan-S123&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Muskan-S123&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;8 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/gyanend0736&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/gyanend0736?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;gyanend0736&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;gyanend0736&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;8 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
   &lt;/tr&gt; 
   &lt;tr&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/aryanmalhotraug25-hash&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/aryanmalhotraug25-hash?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;aryanmalhotraug25-hash&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;aryanmalhotraug25-hash&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;7 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/shauryaparth1902-blip&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/shauryaparth1902-blip?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;shauryaparth1902-blip&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;shauryaparth1902-blip&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;7 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/antara5603&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/antara5603?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;antara5603&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;antara5603&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;7 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/akshaya988&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/akshaya988?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;akshaya988&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;akshaya988&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;7 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/VanshikaTyagi28131&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/VanshikaTyagi28131?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;VanshikaTyagi28131&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;VanshikaTyagi28131&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;7 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/khushikakade&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/khushikakade?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;khushikakade&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;khushikakade&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;7 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/AdyaSinha1&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/AdyaSinha1?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;AdyaSinha1&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;AdyaSinha1&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;7 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/AnkitaKumariii&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/AnkitaKumariii?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;AnkitaKumariii&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;AnkitaKumariii&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;7 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/prasiddhi-105&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/prasiddhi-105?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;prasiddhi-105&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;prasiddhi-105&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;7 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Mehul5124&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Mehul5124?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Mehul5124&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Mehul5124&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;7 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Dhruva5vora&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Dhruva5vora?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Dhruva5vora&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Dhruva5vora&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;7 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/cozyneurons&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/cozyneurons?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;cozyneurons&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;cozyneurons&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;7 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
   &lt;/tr&gt; 
   &lt;tr&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/yatri28&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/yatri28?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;yatri28&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;yatri28&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;7 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/ranbeer06052009&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/ranbeer06052009?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;ranbeer06052009&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;ranbeer06052009&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;7 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Siddh2024&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Siddh2024?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Siddh2024&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Siddh2024&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;7 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/himadri721&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/himadri721?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;himadri721&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;himadri721&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;7 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Rakshita006&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Rakshita006?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Rakshita006&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Rakshita006&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;7 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/shyam-medh&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/shyam-medh?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;shyam-medh&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;shyam-medh&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;7 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/surya0904shankar&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/surya0904shankar?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;surya0904shankar&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;surya0904shankar&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;7 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Khushm&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Khushm?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Khushm&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Khushm&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;7 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/claude&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/claude?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;claude&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;claude&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;7 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/GarvKhatri01&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/GarvKhatri01?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;GarvKhatri01&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;GarvKhatri01&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;6 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/likhitha827&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/likhitha827?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;likhitha827&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;likhitha827&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;6 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/mohamedfahim18&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/mohamedfahim18?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;mohamedfahim18&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;mohamedfahim18&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;6 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
   &lt;/tr&gt; 
   &lt;tr&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/krutthiikaaa&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/krutthiikaaa?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;krutthiikaaa&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;krutthiikaaa&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;6 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/anshithayeruva&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/anshithayeruva?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;anshithayeruva&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;anshithayeruva&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;6 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/ParulPatil26&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/ParulPatil26?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;ParulPatil26&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;ParulPatil26&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;6 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Piyush4801&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Piyush4801?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Piyush4801&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Piyush4801&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;6 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/himanshursingh21-cloud&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/himanshursingh21-cloud?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;himanshursingh21-cloud&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;himanshursingh21-cloud&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;6 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/vermamayank0412-lgtm&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/vermamayank0412-lgtm?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;vermamayank0412-lgtm&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;vermamayank0412-lgtm&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;6 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/MajBlaze&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/MajBlaze?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;MajBlaze&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;MajBlaze&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;6 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/aisshwaryaa8-collab&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/aisshwaryaa8-collab?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;aisshwaryaa8-collab&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;aisshwaryaa8-collab&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;6 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/VishnuPriya110792&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/VishnuPriya110792?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;VishnuPriya110792&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;VishnuPriya110792&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;6 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/mokshikabhardwaj29&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/mokshikabhardwaj29?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;mokshikabhardwaj29&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;mokshikabhardwaj29&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;6 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/hrshjswniii&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/hrshjswniii?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;hrshjswniii&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;hrshjswniii&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;6 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/vanshika3124&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/vanshika3124?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;vanshika3124&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;vanshika3124&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;6 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
   &lt;/tr&gt; 
   &lt;tr&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/anmolsrivastava073&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/anmolsrivastava073?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;anmolsrivastava073&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;anmolsrivastava073&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;6 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Tuba1809&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Tuba1809?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Tuba1809&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Tuba1809&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;6 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Mansi0905&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Mansi0905?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Mansi0905&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Mansi0905&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;6 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/YashviHirani&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/YashviHirani?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;YashviHirani&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;YashviHirani&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;6 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/one8alpha&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/one8alpha?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;one8alpha&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;one8alpha&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;6 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Diya-od&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Diya-od?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Diya-od&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Diya-od&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;6 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/ShamrithaGS&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/ShamrithaGS?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;ShamrithaGS&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;ShamrithaGS&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;6 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Alishaa-987&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Alishaa-987?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Alishaa-987&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Alishaa-987&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;6 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Vartika-l7&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Vartika-l7?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Vartika-l7&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Vartika-l7&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;6 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Aryan-Lade&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Aryan-Lade?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Aryan-Lade&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Aryan-Lade&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;6 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/lahari465&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/lahari465?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;lahari465&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;lahari465&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;6 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Akhileswar6&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Akhileswar6?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Akhileswar6&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Akhileswar6&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;6 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
   &lt;/tr&gt; 
   &lt;tr&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/JC230903&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/JC230903?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;JC230903&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;JC230903&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;6 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/monushah108&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/monushah108?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;monushah108&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;monushah108&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;6 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/HarshGupta492&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/HarshGupta492?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;HarshGupta492&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;HarshGupta492&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;6 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Hemant-kalia&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Hemant-kalia?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Hemant-kalia&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Hemant-kalia&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;6 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/AbishmaB&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/AbishmaB?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;AbishmaB&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;AbishmaB&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;6 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/gowrishvarma2003&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/gowrishvarma2003?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;gowrishvarma2003&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;gowrishvarma2003&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;6 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/anishmusician&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/anishmusician?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;anishmusician&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;anishmusician&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;6 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/itsLohith01&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/itsLohith01?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;itsLohith01&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;itsLohith01&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;5 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/lakshaygujjar273-cys&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/lakshaygujjar273-cys?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;lakshaygujjar273-cys&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;lakshaygujjar273-cys&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;5 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/koko31259&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/koko31259?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;koko31259&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;koko31259&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;5 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/SahilSolve02&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/SahilSolve02?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;SahilSolve02&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;SahilSolve02&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;5 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/aryan-nmaurya&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/aryan-nmaurya?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;aryan-nmaurya&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;aryan-nmaurya&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;5 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
   &lt;/tr&gt; 
   &lt;tr&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/PalashKulkarni&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/PalashKulkarni?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;PalashKulkarni&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;PalashKulkarni&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;5 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/SAMJOD07-devz&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/SAMJOD07-devz?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;SAMJOD07-devz&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;SAMJOD07-devz&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;5 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/bhavyajain0810&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/bhavyajain0810?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;bhavyajain0810&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;bhavyajain0810&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;5 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/karthikeyakakarlapudi2007&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/karthikeyakakarlapudi2007?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;karthikeyakakarlapudi2007&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;karthikeyakakarlapudi2007&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;5 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Logesh-Pro&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Logesh-Pro?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Logesh-Pro&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Logesh-Pro&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;5 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/vaishsajal82&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/vaishsajal82?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;vaishsajal82&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;vaishsajal82&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;5 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/yogita-mehta&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/yogita-mehta?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;yogita-mehta&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;yogita-mehta&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;5 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/vaddempuditejaswini30-star&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/vaddempuditejaswini30-star?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;vaddempuditejaswini30-star&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;vaddempuditejaswini30-star&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;5 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/siddhigrg1201&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/siddhigrg1201?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;siddhigrg1201&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;siddhigrg1201&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;5 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/mysterio-Apoorva&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/mysterio-Apoorva?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;mysterio-Apoorva&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;mysterio-Apoorva&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;5 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Shruti1420&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Shruti1420?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Shruti1420&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Shruti1420&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;5 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/PAWANBHOWATE04&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/PAWANBHOWATE04?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;PAWANBHOWATE04&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;PAWANBHOWATE04&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;5 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
   &lt;/tr&gt; 
   &lt;tr&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/adepat06&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/adepat06?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;adepat06&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;adepat06&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;5 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Namratha36&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Namratha36?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Namratha36&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Namratha36&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;5 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Siddhi-Kapoor&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Siddhi-Kapoor?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Siddhi-Kapoor&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Siddhi-Kapoor&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;5 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/iamsiddhant9&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/iamsiddhant9?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;iamsiddhant9&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;iamsiddhant9&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;5 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/YerraguntaAjayKumar&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/YerraguntaAjayKumar?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;YerraguntaAjayKumar&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;YerraguntaAjayKumar&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;5 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/radhikatbbt&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/radhikatbbt?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;radhikatbbt&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;radhikatbbt&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;5 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/udaycodespace&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/udaycodespace?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;udaycodespace&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;udaycodespace&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;5 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/webgo-oss&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/webgo-oss?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;webgo-oss&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;webgo-oss&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;5 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Lehana02&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Lehana02?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Lehana02&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Lehana02&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;5 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Bhavikpatel2910&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Bhavikpatel2910?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Bhavikpatel2910&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Bhavikpatel2910&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;5 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Luffy-456&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Luffy-456?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Luffy-456&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Luffy-456&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;5 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/NagasriHarini&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/NagasriHarini?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;NagasriHarini&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;NagasriHarini&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;5 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
   &lt;/tr&gt; 
   &lt;tr&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/chirag-projects&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/chirag-projects?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;chirag-projects&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;chirag-projects&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;5 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/reezmahanan&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/reezmahanan?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;reezmahanan&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;reezmahanan&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;5 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Yati-C14&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Yati-C14?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Yati-C14&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Yati-C14&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;5 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/sabya-code03&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/sabya-code03?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;sabya-code03&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;sabya-code03&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;5 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Nikitasoni22&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Nikitasoni22?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Nikitasoni22&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Nikitasoni22&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;5 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/ShafinNigamana&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/ShafinNigamana?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;ShafinNigamana&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;ShafinNigamana&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;5 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Sai-Ramya-prog&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Sai-Ramya-prog?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Sai-Ramya-prog&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Sai-Ramya-prog&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;5 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/ida-jemi&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/ida-jemi?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;ida-jemi&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;ida-jemi&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;5 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/jayesh-durge&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/jayesh-durge?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;jayesh-durge&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;jayesh-durge&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;5 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Kalpnaa&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Kalpnaa?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Kalpnaa&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Kalpnaa&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;5 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/anshul23102&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/anshul23102?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;anshul23102&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;anshul23102&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;5 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Aanyas08&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Aanyas08?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Aanyas08&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Aanyas08&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;5 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
   &lt;/tr&gt; 
   &lt;tr&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Arpita2919&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Arpita2919?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Arpita2919&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Arpita2919&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;5 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Pratik-kr21&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Pratik-kr21?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Pratik-kr21&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Pratik-kr21&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;5 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Hridayesh68&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Hridayesh68?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Hridayesh68&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Hridayesh68&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;5 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/AgnusSerena&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/AgnusSerena?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;AgnusSerena&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;AgnusSerena&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;5 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/ggaisenn&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/ggaisenn?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;ggaisenn&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;ggaisenn&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;5 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/vyshnavivardireddy&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/vyshnavivardireddy?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;vyshnavivardireddy&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;vyshnavivardireddy&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;4 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/GaganGoyal2008&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/GaganGoyal2008?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;GaganGoyal2008&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;GaganGoyal2008&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;4 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Abhinav21Chauhan&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Abhinav21Chauhan?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Abhinav21Chauhan&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Abhinav21Chauhan&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;4 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/rishikareddy771&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/rishikareddy771?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;rishikareddy771&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;rishikareddy771&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;4 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Gobbledygook86&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Gobbledygook86?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Gobbledygook86&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Gobbledygook86&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;4 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/adyas0628-rgb&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/adyas0628-rgb?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;adyas0628-rgb&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;adyas0628-rgb&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;4 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/LikithaTummapudi&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/LikithaTummapudi?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;LikithaTummapudi&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;LikithaTummapudi&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;4 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
   &lt;/tr&gt; 
   &lt;tr&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/unnatipandey19&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/unnatipandey19?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;unnatipandey19&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;unnatipandey19&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;4 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/prastutirai847-design&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/prastutirai847-design?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;prastutirai847-design&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;prastutirai847-design&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;4 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/prernasingh0321-ops&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/prernasingh0321-ops?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;prernasingh0321-ops&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;prernasingh0321-ops&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;4 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/saifullah-khan11&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/saifullah-khan11?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;saifullah-khan11&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;saifullah-khan11&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;4 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/dhruvnayak001&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/dhruvnayak001?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;dhruvnayak001&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;dhruvnayak001&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;4 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Asifmd45&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Asifmd45?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Asifmd45&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Asifmd45&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;4 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Mdanas198957&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Mdanas198957?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Mdanas198957&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Mdanas198957&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;4 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/SRSoham&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/SRSoham?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;SRSoham&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;SRSoham&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;4 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/keerthana266&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/keerthana266?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;keerthana266&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;keerthana266&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;4 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/SHERUBA-S&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/SHERUBA-S?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;SHERUBA-S&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;SHERUBA-S&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;4 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/gaurav123-4&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/gaurav123-4?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;gaurav123-4&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;gaurav123-4&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;4 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Yazhini74&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Yazhini74?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Yazhini74&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Yazhini74&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;4 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
   &lt;/tr&gt; 
   &lt;tr&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/nityanara&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/nityanara?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;nityanara&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;nityanara&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;4 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/pushtikadia&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/pushtikadia?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;pushtikadia&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;pushtikadia&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;4 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/ezManish&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/ezManish?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;ezManish&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;ezManish&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;4 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Samridhi1213&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Samridhi1213?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Samridhi1213&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Samridhi1213&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;4 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/bhanuvarma045&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/bhanuvarma045?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;bhanuvarma045&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;bhanuvarma045&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;4 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/JoyceHanan&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/JoyceHanan?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;JoyceHanan&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;JoyceHanan&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;4 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/simran-nitj&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/simran-nitj?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;simran-nitj&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;simran-nitj&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;4 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/VinothanaBalakrishnan05&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/VinothanaBalakrishnan05?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;VinothanaBalakrishnan05&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;VinothanaBalakrishnan05&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;4 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Pallavi960&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Pallavi960?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Pallavi960&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Pallavi960&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;4 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Suneet0806&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Suneet0806?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Suneet0806&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Suneet0806&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;4 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/RashmiAg27&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/RashmiAg27?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;RashmiAg27&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;RashmiAg27&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;4 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Annunitha&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Annunitha?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Annunitha&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Annunitha&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;4 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
   &lt;/tr&gt; 
   &lt;tr&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/bh462007&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/bh462007?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;bh462007&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;bh462007&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;4 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/developer933&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/developer933?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;developer933&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;developer933&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;4 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/tri-pti&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/tri-pti?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;tri-pti&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;tri-pti&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;4 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Rakshak05&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Rakshak05?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Rakshak05&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Rakshak05&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;4 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/thatditsyboy&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/thatditsyboy?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;thatditsyboy&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;thatditsyboy&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;4 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/vidhimeshram&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/vidhimeshram?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;vidhimeshram&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;vidhimeshram&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;4 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/BatoolAmina&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/BatoolAmina?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;BatoolAmina&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;BatoolAmina&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;4 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/shreyyyy666&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/shreyyyy666?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;shreyyyy666&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;shreyyyy666&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;3 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/alisha-khan6&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/alisha-khan6?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;alisha-khan6&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;alisha-khan6&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;3 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/anurag5603&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/anurag5603?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;anurag5603&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;anurag5603&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;3 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/mythri2405&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/mythri2405?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;mythri2405&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;mythri2405&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;3 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/GeetikaGA&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/GeetikaGA?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;GeetikaGA&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;GeetikaGA&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;3 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
   &lt;/tr&gt; 
   &lt;tr&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/dhammshila&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/dhammshila?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;dhammshila&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;dhammshila&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;3 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/divyanshu-dee&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/divyanshu-dee?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;divyanshu-dee&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;divyanshu-dee&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;3 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Sreeya-kumari&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Sreeya-kumari?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Sreeya-kumari&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Sreeya-kumari&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;3 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/buildwithnisha&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/buildwithnisha?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;buildwithnisha&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;buildwithnisha&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;3 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/vs-tries-to-code&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/vs-tries-to-code?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;vs-tries-to-code&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;vs-tries-to-code&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;3 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/shakilathasneem9&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/shakilathasneem9?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;shakilathasneem9&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;shakilathasneem9&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;3 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/sam987-dek&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/sam987-dek?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;sam987-dek&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;sam987-dek&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;3 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/sehaj007saini&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/sehaj007saini?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;sehaj007saini&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;sehaj007saini&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;3 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/YASHK-arch&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/YASHK-arch?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;YASHK-arch&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;YASHK-arch&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;3 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/lokeshkumar69&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/lokeshkumar69?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;lokeshkumar69&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;lokeshkumar69&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;3 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/swastiksinha1&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/swastiksinha1?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;swastiksinha1&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;swastiksinha1&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;3 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/ritikamahato924&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/ritikamahato924?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;ritikamahato924&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;ritikamahato924&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;3 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
   &lt;/tr&gt; 
   &lt;tr&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/vivek0028&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/vivek0028?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;vivek0028&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;vivek0028&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;3 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Aryanshravan&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Aryanshravan?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Aryanshravan&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Aryanshravan&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;3 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Y-o-ULA&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Y-o-ULA?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Y-o-ULA&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Y-o-ULA&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;3 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/baishnvi&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/baishnvi?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;baishnvi&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;baishnvi&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;3 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/GkBuilds16&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/GkBuilds16?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;GkBuilds16&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;GkBuilds16&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;3 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/inimai09&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/inimai09?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;inimai09&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;inimai09&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;3 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/25032007&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/25032007?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;25032007&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;25032007&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;3 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/MananJain-dev&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/MananJain-dev?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;MananJain-dev&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;MananJain-dev&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;3 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Pranathi-Kunjeti&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Pranathi-Kunjeti?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Pranathi-Kunjeti&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Pranathi-Kunjeti&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;3 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/sayan-netizen&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/sayan-netizen?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;sayan-netizen&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;sayan-netizen&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;3 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/jyothikacodes&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/jyothikacodes?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;jyothikacodes&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;jyothikacodes&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;3 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/sdeepika-2606&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/sdeepika-2606?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;sdeepika-2606&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;sdeepika-2606&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;3 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
   &lt;/tr&gt; 
   &lt;tr&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/likhithsai007&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/likhithsai007?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;likhithsai007&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;likhithsai007&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;3 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Ashmit76311&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Ashmit76311?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Ashmit76311&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Ashmit76311&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;3 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/DnN04&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/DnN04?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;DnN04&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;DnN04&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;3 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/shreeiya17&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/shreeiya17?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;shreeiya17&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;shreeiya17&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;3 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Parigarg2006&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Parigarg2006?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Parigarg2006&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Parigarg2006&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;3 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/AnitaGeorge404&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/AnitaGeorge404?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;AnitaGeorge404&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;AnitaGeorge404&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;3 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Aishu1525&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Aishu1525?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Aishu1525&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Aishu1525&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;3 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/diyasharma22&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/diyasharma22?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;diyasharma22&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;diyasharma22&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;3 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/samikshapatil5&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/samikshapatil5?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;samikshapatil5&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;samikshapatil5&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;3 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/RosheshChaware&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/RosheshChaware?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;RosheshChaware&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;RosheshChaware&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;3 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/DishaAndre&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/DishaAndre?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;DishaAndre&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;DishaAndre&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;3 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Paawangarg1084&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Paawangarg1084?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Paawangarg1084&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Paawangarg1084&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;3 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
   &lt;/tr&gt; 
   &lt;tr&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/lekhanpro&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/lekhanpro?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;lekhanpro&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;lekhanpro&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;3 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/AMillionDriver&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/AMillionDriver?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;AMillionDriver&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;AMillionDriver&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;3 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Bhoomikakaushik&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Bhoomikakaushik?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Bhoomikakaushik&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Bhoomikakaushik&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;3 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/saii-Abburi&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/saii-Abburi?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;saii-Abburi&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;saii-Abburi&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;3 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/boss477&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/boss477?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;boss477&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;boss477&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;3 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Ragini-Roy7&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Ragini-Roy7?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Ragini-Roy7&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Ragini-Roy7&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;3 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/payalrvs3&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/payalrvs3?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;payalrvs3&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;payalrvs3&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;3 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/chndnshrma&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/chndnshrma?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;chndnshrma&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;chndnshrma&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;3 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/SajalRawat&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/SajalRawat?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;SajalRawat&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;SajalRawat&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;3 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;https://github.com/Maqbool61&quot;&gt;&lt;img src=&quot;https://avatars.githubusercontent.com/Maqbool61?s=64&quot; width=&quot;52&quot; height=&quot;52&quot; alt=&quot;Maqbool61&quot; style=&quot;border-radius:50%;margin:4px&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;Maqbool61&lt;/b&gt;&lt;/sub&gt;&lt;br /&gt;&lt;sub&gt;3 commits&lt;/sub&gt;&lt;/a&gt;&lt;/td&gt;
   &lt;/tr&gt; 
  &lt;/tbody&gt;
 &lt;/table&gt; 
 &lt;p&gt;&lt;em&gt;Auto-updated daily · &lt;a href=&quot;https://github.com/SAPTARSHI-coder/EaseMotion-css/graphs/contributors&quot;&gt;View all →&lt;/a&gt;&lt;/em&gt;&lt;/p&gt; 
&lt;/div&gt; 
&lt;!-- CONTRIBUTOR-WALL-END --&gt; 
&lt;hr /&gt; 
&lt;h2&gt;Maintainer&lt;/h2&gt; 
&lt;div align=&quot;center&quot;&gt; 
 &lt;p&gt;&lt;strong&gt;Saptarshi Sadhu&lt;/strong&gt;&lt;/p&gt; 
 &lt;p&gt;&lt;a href=&quot;https://github.com/SAPTARSHI-coder&quot;&gt;&lt;img src=&quot;https://img.shields.io/badge/GitHub-SAPTARSHI--coder-6c63ff?style=flat-square&amp;amp;logo=github&quot; alt=&quot;GitHub&quot; /&gt;&lt;/a&gt;&lt;/p&gt; 
 &lt;p&gt;EaseMotion CSS is designed, curated, and actively maintained by Saptarshi Sadhu. All contributions are reviewed and standardized before integration. The framework does not accept unreviewed direct edits.&lt;/p&gt; 
 &lt;blockquote&gt; 
  &lt;p&gt;Only the maintainer merges pull requests. This is enforced via &lt;a href=&quot;https://raw.githubusercontent.com/SAPTARSHI-coder/EaseMotion-css/main/.github/CODEOWNERS&quot;&gt;CODEOWNERS&lt;/a&gt;.&lt;/p&gt; 
 &lt;/blockquote&gt; 
&lt;/div&gt; 
&lt;hr /&gt; 
&lt;h2&gt;Changelog&lt;/h2&gt; 
&lt;p&gt;See &lt;a href=&quot;https://raw.githubusercontent.com/SAPTARSHI-coder/EaseMotion-css/main/CHANGELOG.md&quot;&gt;CHANGELOG.md&lt;/a&gt; for the full release history.&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;Latest: &lt;a href=&quot;https://raw.githubusercontent.com/SAPTARSHI-coder/EaseMotion-css/main/CHANGELOG.md&quot;&gt;v1.1.0&lt;/a&gt;&lt;/strong&gt; — New text motion &amp;amp; ambient utilities, v1.1 release, minified bundle optimization, 12,000+ merged PRs.&lt;/p&gt; 
&lt;hr /&gt; 
&lt;h2&gt;License&lt;/h2&gt; 
&lt;p&gt;&lt;strong&gt;MIT © 2026 Saptarshi Sadhu&lt;/strong&gt; — see &lt;a href=&quot;https://raw.githubusercontent.com/SAPTARSHI-coder/EaseMotion-css/main/LICENSE&quot;&gt;LICENSE&lt;/a&gt; for details.&lt;/p&gt; 
&lt;p&gt;You are free to use EaseMotion CSS in personal and commercial projects. Attribution appreciated but not required.&lt;/p&gt; 
&lt;hr /&gt; 
&lt;div align=&quot;center&quot;&gt; 
 &lt;p&gt;&lt;strong&gt;Thank you for building EaseMotion CSS with me.&lt;/strong&gt; 💜&lt;/p&gt; 
 &lt;p&gt;Every star, every PR, every issue — it all adds up.&lt;/p&gt; 
 &lt;p&gt;&lt;em&gt;— Saptarshi Sadhu · &lt;a href=&quot;https://github.com/SAPTARSHI-coder&quot;&gt;@SAPTARSHI-coder&lt;/a&gt;&lt;/em&gt;&lt;/p&gt; 
 &lt;br /&gt; 
 &lt;p&gt;&lt;a href=&quot;https://www.npmjs.com/package/easemotion-css&quot;&gt;&lt;img src=&quot;https://img.shields.io/npm/v/easemotion-css?style=flat-square&amp;amp;color=6c63ff&quot; alt=&quot;npm&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;https://github.com/SAPTARSHI-coder/EaseMotion-css/stargazers&quot;&gt;&lt;img src=&quot;https://img.shields.io/github/stars/SAPTARSHI-coder/EaseMotion-css?style=flat-square&amp;amp;color=6c63ff&quot; alt=&quot;Stars&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;https://raw.githubusercontent.com/SAPTARSHI-coder/EaseMotion-css/main/LICENSE&quot;&gt;&lt;img src=&quot;https://img.shields.io/badge/License-MIT-6c63ff?style=flat-square&quot; alt=&quot;License&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;https://github.com/sponsors/SAPTARSHI-coder&quot;&gt;&lt;img src=&quot;https://img.shields.io/badge/Sponsor-GitHub-ea4aaa?style=flat-square&amp;amp;logo=github-sponsors&quot; alt=&quot;Sponsor&quot; /&gt;&lt;/a&gt;&lt;/p&gt; 
 &lt;p&gt;Built with care &amp;nbsp;·&amp;nbsp; Zero dependencies &amp;nbsp;·&amp;nbsp; Animation-first &amp;nbsp;·&amp;nbsp; Community-driven&lt;/p&gt; 
&lt;/div&gt; 
&lt;h2&gt;Accessibility&lt;/h2&gt; 
&lt;p&gt;EaseMotion CSS supports the &lt;code&gt;prefers-reduced-motion&lt;/code&gt; media query to respect users who prefer reduced motion and reduce animation-related discomfort. When enabled at the operating system level, animations and transitions are minimized to provide a more accessible experience.&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>flick9000/winscript</title>
      <link>https://github.com/flick9000/winscript</link>
      <description>&lt;p&gt;Open-source tool to build your Windows script from scratch. It includes debloat, privacy, performance &amp; app installing scripts.&lt;/p&gt;&lt;hr&gt;&lt;h1&gt;WinScript&lt;/h1&gt; 
&lt;p&gt;&lt;a href=&quot;https://github.com/flick9000/winscript&quot;&gt;
  &lt;picture&gt;
   &lt;source media=&quot;(prefers-color-scheme: dark)&quot; srcset=&quot;https://www.shieldcn.dev/github/stars/flick9000/winscript.svg?variant=outline&amp;amp;size=sm&amp;amp;mode=dark&quot; /&gt;
   &lt;img alt=&quot;GitHub Stars&quot; src=&quot;https://www.shieldcn.dev/github/stars/flick9000/winscript.svg?variant=outline&amp;amp;size=sm&amp;amp;mode=light&quot; /&gt;
  &lt;/picture&gt;&lt;/a&gt; &lt;a href=&quot;https://github.com/flick9000/winscript/releases&quot;&gt;
  &lt;picture&gt;
   &lt;source media=&quot;(prefers-color-scheme: dark)&quot; srcset=&quot;https://www.shieldcn.dev/github/downloads/flick9000/winscript.svg?variant=outline&amp;amp;size=sm&amp;amp;mode=dark&quot; /&gt;
   &lt;img alt=&quot;GitHub Downloads&quot; src=&quot;https://www.shieldcn.dev/github/downloads/flick9000/winscript.svg?variant=outline&amp;amp;size=sm&amp;amp;mode=light&quot; /&gt;
  &lt;/picture&gt;&lt;/a&gt; &lt;a href=&quot;https://github.com/flick9000/winscript/releases/latest&quot;&gt;
  &lt;picture&gt;
   &lt;source media=&quot;(prefers-color-scheme: dark)&quot; srcset=&quot;https://www.shieldcn.dev/github/release/flick9000/winscript.svg?variant=outline&amp;amp;size=sm&amp;amp;mode=dark&quot; /&gt;
   &lt;img alt=&quot;GitHub Release&quot; src=&quot;https://www.shieldcn.dev/github/release/flick9000/winscript.svg?variant=outline&amp;amp;size=sm&amp;amp;mode=light&quot; /&gt;
  &lt;/picture&gt;&lt;/a&gt; &lt;a href=&quot;https://github.com/sponsors/flick9000&quot;&gt;
  &lt;picture&gt;
   &lt;source media=&quot;(prefers-color-scheme: dark)&quot; srcset=&quot;https://www.shieldcn.dev/badge/Sponsor-GitHub.svg?logo=githubsponsors&amp;amp;variant=outline&amp;amp;size=sm&amp;amp;mode=dark&quot; /&gt;
   &lt;img alt=&quot;GitHub Sponsors&quot; src=&quot;https://www.shieldcn.dev/badge/Sponsor-GitHub.svg?logo=githubsponsors&amp;amp;variant=outline&amp;amp;size=sm&amp;amp;mode=light&quot; /&gt;
  &lt;/picture&gt;&lt;/a&gt; &lt;a href=&quot;https://ko-fi.com/flick9000&quot;&gt;
  &lt;picture&gt;
   &lt;source media=&quot;(prefers-color-scheme: dark)&quot; srcset=&quot;https://www.shieldcn.dev/badge/Ko--fi-sponsor.svg?logo=kofi&amp;amp;variant=outline&amp;amp;size=sm&amp;amp;mode=dark&quot; /&gt;
   &lt;img alt=&quot;Ko-fi&quot; src=&quot;https://www.shieldcn.dev/badge/Ko--fi-sponsor.svg?logo=kofi&amp;amp;variant=outline&amp;amp;size=sm&amp;amp;mode=light&quot; /&gt;
  &lt;/picture&gt;&lt;/a&gt;&lt;/p&gt; 
&lt;p&gt;WinScript is a lightweight and easy to use tool designed to improve and customize your Windows experience. Easily remove bloatware, disable telemetry, improve Windows performance, bulk install your favorite apps, and more. &lt;br /&gt;&lt;/p&gt; 
&lt;p&gt;&lt;img src=&quot;https://raw.githubusercontent.com/flick9000/winscript/main/website/public/winscript.webp&quot; alt=&quot;App Screenshot&quot; /&gt;&lt;/p&gt; 
&lt;h2&gt;Features&lt;/h2&gt; 
&lt;h3&gt;🧹 Debloat&lt;/h3&gt; 
&lt;p&gt;Remove pre-installed bloatware and unnecessary components from Windows. Uninstall Microsoft Store, OneDrive, Copilot, and Edge; disable Widgets, Recall, and Consumer Features; and strip out anything else you don&#39;t need.&lt;/p&gt; 
&lt;h3&gt;🔒 Privacy&lt;/h3&gt; 
&lt;p&gt;Take back control of your data. Block app access to sensitive permissions, disable background syncing of themes and passwords, and stop Microsoft&#39;s telemetry across Windows, Office, Search, and more. Also covers third-party data collection from apps like Adobe, VS Code, and Nvidia.&lt;/p&gt; 
&lt;h3&gt;⚡ Performance&lt;/h3&gt; 
&lt;p&gt;You can enable the Ultimate Performance plan, reduce mouse input delays, disable Superfetch and Storage Sense, tune Windows Defender&#39;s CPU usage, and adjust startup services among many other tweaks.&lt;/p&gt; 
&lt;h3&gt;📦 App Installer&lt;/h3&gt; 
&lt;p&gt;The Browse Apps section makes it easy to bulk install all your essential software in just a few clicks. Choose from a list of popular apps, browsers, utilities, dev tools, media players, and more, and WinScript will generate a script to install using your preferred package manager: Chocolatey or Winget.&lt;/p&gt; 
&lt;h3&gt;💿 Unattended Setup&lt;/h3&gt; 
&lt;p&gt;Create a customized &lt;em&gt;autounattend.xml&lt;/em&gt; file to automate Windows installations from start to finish. Bypass Windows 11 hardware requirements, create local accounts, skip unnecessary OOBE prompts and updates, and automatically run your WinScript configuration after setup completes.&lt;/p&gt; 
&lt;h2&gt;Usage&lt;/h2&gt; 
&lt;p&gt;🖥️ &lt;strong&gt;Run directly&lt;/strong&gt;:&lt;/p&gt; 
&lt;pre&gt;&lt;code class=&quot;language-ps1&quot;&gt;irm &quot;https://winscript.cc/irm&quot; | iex
&lt;/code&gt;&lt;/pre&gt; 
&lt;p&gt;🖥️ &lt;strong&gt;Install via Winget&lt;/strong&gt;:&lt;/p&gt; 
&lt;pre&gt;&lt;code class=&quot;language-ps1&quot;&gt;winget install winscript
&lt;/code&gt;&lt;/pre&gt; 
&lt;p&gt;⚙️ &lt;strong&gt;Import a configuration file&lt;/strong&gt;:&lt;/p&gt; 
&lt;p&gt;Use the -i flag to import a configuration file when launching the app.&lt;/p&gt; 
&lt;pre&gt;&lt;code class=&quot;language-ps1&quot;&gt;.\winscript.exe -i &quot;C:\path\to\config.json&quot;
&lt;/code&gt;&lt;/pre&gt; 
&lt;h2&gt;Support&lt;/h2&gt; 
&lt;h3&gt;👷 Contributing&lt;/h3&gt; 
&lt;p&gt;Contributions are welcome! Fork the repository and create a pull request with your changes.&lt;/p&gt; 
&lt;h3&gt;⭐ Star&lt;/h3&gt; 
&lt;p&gt;Feel free to leave a star and help the project reach more people!&lt;/p&gt; 
&lt;h3&gt;☕ Donate&lt;/h3&gt; 
&lt;p&gt;If you find this project helpful, consider supporting it by &lt;a href=&quot;https://ko-fi.com/flick9000&quot;&gt;buying me a coffee!&lt;/a&gt;&lt;/p&gt; 
&lt;h2&gt;Code Signing&lt;/h2&gt; 
&lt;p&gt;📜 Free code signing provided by &lt;a href=&quot;https://about.signpath.io&quot;&gt;SignPath.io&lt;/a&gt;, certificate by &lt;a href=&quot;https://signpath.org&quot;&gt;SignPath Foundation&lt;/a&gt;.&lt;/p&gt; 
&lt;h2&gt;Contact&lt;/h2&gt; 
&lt;p&gt;📧 Have a question or want to get in touch? Reach out at &lt;a href=&quot;mailto:contact@winscript.cc&quot;&gt;contact@winscript.cc&lt;/a&gt;&lt;/p&gt; 
&lt;h2&gt;License&lt;/h2&gt; 
&lt;p&gt;📒 This project is licensed under the GPL v3 License. See the &lt;a href=&quot;https://raw.githubusercontent.com/flick9000/winscript/main/LICENSE&quot;&gt;LICENSE&lt;/a&gt; file for more details.&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>ryanoasis/nerd-fonts</title>
      <link>https://github.com/ryanoasis/nerd-fonts</link>
      <description>&lt;p&gt;Iconic font aggregator, collection, &amp; patcher. 3,600+ icons, 50+ patched fonts: Hack, Source Code Pro, more. Glyph collections: Font Awesome, Material Design Icons, Octicons, &amp; more&lt;/p&gt;&lt;hr&gt;&lt;h1 align=&quot;center&quot;&gt; &lt;img src=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/images/nerd-fonts-logo.svg?sanitize=true&quot; alt=&quot;Nerd Fonts Logo&quot; /&gt; &lt;/h1&gt; 
&lt;h2 align=&quot;center&quot;&gt; &lt;img alt=&quot;Iconic font aggregator, collection, and patcher&quot; src=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/images/project-subtitle-phrase.svg?sanitize=true&quot; /&gt; &lt;/h2&gt; 
&lt;div align=&quot;center&quot;&gt; 
 &lt;p&gt;&lt;a href=&quot;https://github.com/ryanoasis/nerd-fonts/releases/latest&quot; title=&quot;Latest Release (external link) ➶&quot;&gt;Releases&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/#patched-fonts&quot;&gt;Fonts&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/#font-patcher&quot;&gt;Font Patcher&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&quot;https://github.com/ryanoasis/nerd-fonts/wiki&quot;&gt;Wiki Documentation&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&quot;https://www.redbubble.com/people/ryanoasis/works/30764810-nerd-fonts-iconic-font-aggregator&quot;&gt;Stickers&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href=&quot;https://github.com/ryanoasis/vim-devicons&quot; title=&quot;VimDevIcons Vim Plugin (external link) ➶&quot;&gt;VimDevIcons&lt;/a&gt;&lt;/p&gt; 
 &lt;p&gt;&lt;a href=&quot;https://github.com/ryanoasis/nerd-fonts&quot;&gt;&lt;img src=&quot;https://img.shields.io/github/release/ryanoasis/nerd-fonts.svg?style=for-the-badge&quot; alt=&quot;GitHub release&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;https://gitter.im/ryanoasis/nerd-fonts&quot;&gt;&lt;img src=&quot;https://img.shields.io/gitter/room/nwjs/nw.js.svg?style=for-the-badge&quot; alt=&quot;Gitter&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;https://github.com/ryanoasis/nerd-fonts/raw/-/code_of_conduct.md&quot; title=&quot;Contributor Covenant Code of Conduct&quot;&gt;&lt;img src=&quot;https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=for-the-badge&quot; alt=&quot;Code of Conduct&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://makeapullrequest.com&quot; title=&quot;Make a Pull Request (external link) ➶&quot;&gt;&lt;img src=&quot;https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=for-the-badge&amp;amp;logo=data%3Aimage%2Fsvg%2Bxml%3Bbase64%2CPD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJzdmcyIiB3aWR0aD0iNjQ1IiBoZWlnaHQ9IjU4NSIgdmVyc2lvbj0iMS4wIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPiA8ZyBpZD0ibGF5ZXIxIj4gIDxwYXRoIGlkPSJwYXRoMjQxNyIgZD0ibTI5Ny4zIDU1MC44N2MtMTMuNzc1LTE1LjQzNi00OC4xNzEtNDUuNTMtNzYuNDM1LTY2Ljg3NC04My43NDQtNjMuMjQyLTk1LjE0Mi03Mi4zOTQtMTI5LjE0LTEwMy43LTYyLjY4NS01Ny43Mi04OS4zMDYtMTE1LjcxLTg5LjIxNC0xOTQuMzQgMC4wNDQ1MTItMzguMzg0IDIuNjYwOC01My4xNzIgMTMuNDEtNzUuNzk3IDE4LjIzNy0zOC4zODYgNDUuMS02Ni45MDkgNzkuNDQ1LTg0LjM1NSAyNC4zMjUtMTIuMzU2IDM2LjMyMy0xNy44NDUgNzYuOTQ0LTE4LjA3IDQyLjQ5My0wLjIzNDgzIDUxLjQzOSA0LjcxOTcgNzYuNDM1IDE4LjQ1MiAzMC40MjUgMTYuNzE0IDYxLjc0IDUyLjQzNiA2OC4yMTMgNzcuODExbDMuOTk4MSAxNS42NzIgOS44NTk2LTIxLjU4NWM1NS43MTYtMTIxLjk3IDIzMy42LTEyMC4xNSAyOTUuNSAzLjAzMTYgMTkuNjM4IDM5LjA3NiAyMS43OTQgMTIyLjUxIDQuMzgwMSAxNjkuNTEtMjIuNzE1IDYxLjMwOS02NS4zOCAxMDguMDUtMTY0LjAxIDE3OS42OC02NC42ODEgNDYuOTc0LTEzNy44OCAxMTguMDUtMTQyLjk4IDEyOC4wMy01LjkxNTUgMTEuNTg4LTAuMjgyMTYgMS44MTU5LTI2LjQwOC0yNy40NjF6IiBmaWxsPSIjZGQ1MDRmIi8%2BIDwvZz48L3N2Zz4%3D&quot; alt=&quot;PRs Welcome&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/#patched-fonts&quot; title=&quot;&quot;&gt;&lt;img src=&quot;https://raw.githubusercontent.com/wiki/ryanoasis/nerd-fonts/images/faux-shield-badge-os-logos.svg?sanitize=true&quot; alt=&quot;Nerd Fonts - OS Support&quot; /&gt;&lt;/a&gt;&lt;/p&gt; 
&lt;/div&gt; 
&lt;p&gt;&lt;strong&gt;Nerd Fonts&lt;/strong&gt; is a project that patches developer targeted fonts with a high number of glyphs (icons). Specifically to add a high number of extra glyphs from popular &#39;iconic fonts&#39; such as &lt;a href=&quot;https://github.com/FortAwesome/Font-Awesome&quot;&gt;Font Awesome&lt;/a&gt;, &lt;a href=&quot;https://github.com/devicons/devicon&quot;&gt;Devicons&lt;/a&gt;, &lt;a href=&quot;https://github.com/primer/octicons&quot;&gt;Octicons&lt;/a&gt;, and &lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/#glyph-sets&quot;&gt;others&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;The following flow diagram shows the current glyph sets included:&lt;/p&gt; 
&lt;p align=&quot;center&quot;&gt; &lt;img src=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/images/sankey-glyphs-combined-diagram.svg?sanitize=true&quot; alt=&quot;@SankeyMATIC Diagram&quot; /&gt; &lt;/p&gt; 
&lt;sub&gt;&lt;i&gt;Diagram created using &lt;a href=&quot;http://sankeymatic.com/&quot; title=&quot;SankeyMATIC (BETA): A Sankey diagram builder for everyone&quot;&gt;@SankeyMATIC&lt;/a&gt;&lt;/i&gt;&lt;/sub&gt; 
&lt;h2&gt;Important Notices&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;code&gt;master&lt;/code&gt; branch file paths are &lt;strong&gt;not&lt;/strong&gt; considered stable. &lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/#unstable-file-paths&quot;&gt;Verify your repository URI references&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;cloning this repository is &lt;strong&gt;not&lt;/strong&gt; recommended (&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/#option-9-clone-the-repo&quot;&gt;due to Repo size&lt;/a&gt;) unless you are going to be &lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/#contributing&quot;&gt;contributing to development&lt;/a&gt;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;Table of Contents&lt;/h2&gt; 
&lt;p&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/#tldr&quot;&gt;&lt;strong&gt;TL;DR&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt; 
&lt;p&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/#font-installation&quot;&gt;&lt;strong&gt;Installation Options&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/#option-1-release-archive-download&quot;&gt;&lt;strong&gt;1 - Release Archive Download&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/#option-2-homebrew-fonts&quot;&gt;&lt;strong&gt;2 - Homebrew Fonts (macOS (OS X))&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/#option-3-unofficial-chocolatey-or-scoop-repositories&quot;&gt;&lt;strong&gt;3 - Chocolatey or Scoop (Windows)&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/#option-4-arch-extra-repository&quot;&gt;&lt;strong&gt;4 - Arch Linux Repository (Extra, AUR)&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/#option-5-powershell-installer&quot;&gt;&lt;strong&gt;5 - PowerShell Installer (Multi-Platform)&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/#option-6-ad-hoc-curl-download&quot;&gt;&lt;strong&gt;6 - Ad Hoc Curl Download&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/#option-7-install-script&quot;&gt;&lt;strong&gt;7 - Install Script&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/#option-8-font-fallback&quot;&gt;&lt;strong&gt;8 - Use Fontfallback&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/#option-9-clone-the-repo&quot;&gt;&lt;strong&gt;9 - Clone Repo&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/#option-10-patch-your-own-font&quot;&gt;&lt;strong&gt;10 - Patch Your Own Font&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/#features&quot;&gt;&lt;strong&gt;Features&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/#glyph-sets&quot;&gt;&lt;strong&gt;Glyph/Icon sets&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/#patched-fonts&quot;&gt;&lt;strong&gt;Patched Fonts&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/#variations&quot;&gt;&lt;strong&gt;Variations&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/#font-patcher&quot;&gt;&lt;strong&gt;Font Patcher&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/#font-patcher&quot;&gt;&lt;strong&gt;Developer / Contributor&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/#font-patcher&quot;&gt;&lt;strong&gt;Font Patcher&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/#gotta-patch-em-all&quot;&gt;&lt;strong&gt;Gotta Patch &#39;em All Font Patcher!&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/#other-good-fonts-to-patch&quot;&gt;&lt;strong&gt;Other Good Fonts to Patch&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/#contributing&quot;&gt;&lt;strong&gt;Contributing&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/#project-motivation&quot;&gt;&lt;strong&gt;Project Motivation&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;Additional Info&lt;/strong&gt;&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/#common-problems&quot;&gt;&lt;strong&gt;In case of problems&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/#unstable-file-paths&quot;&gt;&lt;strong&gt;Unstable file paths on master&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/#changelog&quot;&gt;&lt;strong&gt;Changelog&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/#license&quot;&gt;&lt;strong&gt;License&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;TL;DR&lt;/h2&gt; 
&lt;p&gt;Nerd Fonts takes popular programming fonts and adds a bunch of Glyphs. There is also a &lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/#font-patcher&quot;&gt;font patcher&lt;/a&gt; available if your desired font isn&#39;t already patched. For more high level information see the &lt;a href=&quot;https://github.com/ryanoasis/nerd-fonts/wiki&quot;&gt;wiki&lt;/a&gt;. If you are looking for the Vim plugin see &lt;a href=&quot;https://github.com/ryanoasis/vim-devicons&quot; title=&quot;VimDevIcons Vim Plugin (external link) ➶&quot;&gt;VimDevIcons ➶&lt;/a&gt;.&lt;/p&gt; 
&lt;h3&gt;Various Download Options for Fonts&lt;/h3&gt; 
&lt;p&gt;&lt;em&gt;If you...&lt;/em&gt;&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;code&gt;Option 1.&lt;/code&gt; want to download a &lt;strong&gt;font family&lt;/strong&gt; package of variations (bold, italic, etc.) see &lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/#option-1-release-archive-download&quot;&gt;download an archive&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;code&gt;Option 2.&lt;/code&gt; are on &lt;strong&gt;macOS&lt;/strong&gt; and want to use &lt;strong&gt;Homebrew&lt;/strong&gt; see &lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/#option-2-homebrew-fonts&quot;&gt;Homebrew Fonts&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;code&gt;Option 3.&lt;/code&gt; are on &lt;strong&gt;Windows&lt;/strong&gt; and want to use &lt;strong&gt;Chocolatey&lt;/strong&gt; or &lt;strong&gt;Scoop&lt;/strong&gt; see &lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/#option-3-unofficial-chocolatey-or-scoop-repositories&quot;&gt;Unofficial Chocolatey or Scoop Repositories&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;code&gt;Option 4.&lt;/code&gt; are on &lt;strong&gt;Arch Linux&lt;/strong&gt; and want to use &lt;strong&gt;Extra packages&lt;/strong&gt; see &lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/#option-4-arch-extra-repository&quot;&gt;Arch Extra Repositories&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;code&gt;Option 5.&lt;/code&gt; are using &lt;strong&gt;PowerShell&lt;/strong&gt; and want an &lt;strong&gt;interactive setup&lt;/strong&gt; or &lt;strong&gt;use in scripts&lt;/strong&gt; see the &lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/#option-5-powershell-installer&quot;&gt;PowerShell Installer&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;code&gt;Option 6.&lt;/code&gt; want to use the &lt;strong&gt;&lt;code&gt;curl&lt;/code&gt; command&lt;/strong&gt; or use in &lt;strong&gt;scripts&lt;/strong&gt; see &lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/#option-6-ad-hoc-curl-download&quot;&gt;Ad Hoc Curl Download&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;code&gt;Option 7.&lt;/code&gt; want to &lt;strong&gt;automate&lt;/strong&gt; installing or use in &lt;strong&gt;scripts&lt;/strong&gt; see the &lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/#option-7-install-script&quot;&gt;Install Script&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;code&gt;Option 8.&lt;/code&gt; want to install only one font for all fonts see &lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/#option-8-font-fallback&quot;&gt;Font Fallback&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;code&gt;Option 9.&lt;/code&gt; want &lt;strong&gt;complete control&lt;/strong&gt; then see &lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/#option-9-clone-the-repo&quot;&gt;cloning the repo&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;code&gt;Option 10.&lt;/code&gt; want to patch your own font see the &lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/#option-10-patch-your-own-font&quot;&gt;Font Patcher&lt;/a&gt;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;Features&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt;A &lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/#font-patcher&quot;&gt;FontForge Python script&lt;/a&gt; to patch any font 
  &lt;ul&gt; 
   &lt;li&gt;Includes an option to create &lt;strong&gt;Monospaced (fixed-pitch, fixed-width)&lt;/strong&gt; &lt;em&gt;or&lt;/em&gt; &lt;strong&gt;double-width (non-monospaced)&lt;/strong&gt; glyphs&lt;/li&gt; 
   &lt;li&gt;For more details see the &lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/#font-patcher&quot;&gt;&lt;strong&gt;Font Patcher&lt;/strong&gt;&lt;/a&gt; section&lt;/li&gt; 
  &lt;/ul&gt; &lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;code&gt;67&lt;/code&gt;&lt;/strong&gt; already &lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/#patched-fonts&quot;&gt;patched font families&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;Over &lt;strong&gt;&lt;code&gt;10,000&lt;/code&gt;&lt;/strong&gt; glyphs/icons combined &lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/#combinations&quot;&gt;(more details)&lt;/a&gt; 
  &lt;ul&gt; 
   &lt;li&gt;Current glyph sets include: &lt;a href=&quot;https://github.com/ryanoasis/powerline-extra-symbols&quot;&gt;Powerline with Extra Symbols&lt;/a&gt;, &lt;a href=&quot;https://github.com/FortAwesome/Font-Awesome&quot;&gt;Font Awesome&lt;/a&gt;, &lt;a href=&quot;https://github.com/Templarian/MaterialDesign&quot;&gt;Material Design Icons&lt;/a&gt;, &lt;a href=&quot;https://github.com/erikflowers/weather-icons&quot;&gt;Weather&lt;/a&gt;, &lt;a href=&quot;https://github.com/devicons/devicon&quot;&gt;Devicons&lt;/a&gt;, &lt;a href=&quot;https://github.com/primer/octicons&quot;&gt;Octicons&lt;/a&gt;, &lt;a href=&quot;https://github.com/Lukas-W/font-logos&quot;&gt;Font Logos&lt;/a&gt; (Formerly Font Linux), &lt;a href=&quot;https://github.com/gabrielelana/pomicons&quot;&gt;Pomicons&lt;/a&gt;, &lt;a href=&quot;https://github.com/microsoft/vscode-codicons&quot;&gt;Codeicons&lt;/a&gt;&lt;/li&gt; 
  &lt;/ul&gt; &lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Monospaced (fixed-pitch, fixed-width)&lt;/strong&gt; &lt;em&gt;or&lt;/em&gt; &lt;strong&gt;double-width (non-monospaced)&lt;/strong&gt; &lt;em&gt;or&lt;/em&gt; &lt;strong&gt;proportional&lt;/strong&gt; glyphs version of each font 
  &lt;ul&gt; 
   &lt;li&gt;This refers to the Nerd Font glyphs themselves not necessarily the Font as a whole&lt;/li&gt; 
  &lt;/ul&gt; &lt;/li&gt; 
 &lt;li&gt;A Developer/Contributor provided &lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/#gotta-patch-em-all&quot;&gt;bash script&lt;/a&gt; to re-patch all the fonts&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;Glyph Sets&lt;/h2&gt; 
&lt;p&gt;The currently used sets are listed in &lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/src/glyphs/README.md&quot;&gt;&lt;code&gt;src/glyphs/README.md&lt;/code&gt;&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;🔍 🔍 You can search for glyphs easily on &lt;a href=&quot;https://nerdfonts.com/cheat-sheet&quot;&gt;NerdFonts.com&lt;/a&gt; via the &lt;a href=&quot;https://nerdfonts.com/cheat-sheet&quot;&gt;Cheat Sheet&lt;/a&gt;&lt;/p&gt; 
&lt;p&gt;See &lt;a href=&quot;https://github.com/ryanoasis/nerd-fonts/wiki/Glyph-Sets-and-Code-Points&quot;&gt;Wiki: Glyph Sets and Codepoints for more details&lt;/a&gt;&lt;/p&gt; 
&lt;h3&gt;Icon names in shell&lt;/h3&gt; 
&lt;p&gt;See &lt;a href=&quot;https://github.com/ryanoasis/nerd-fonts/wiki/Icon-Names-in-Shell&quot;&gt;Wiki: Icon names in shell&lt;/a&gt;&lt;/p&gt; 
&lt;h2&gt;Patched Fonts&lt;/h2&gt; 
&lt;p&gt;A preview of all fonts can be found &lt;a href=&quot;https://www.nerdfonts.com/font-downloads&quot;&gt;here&lt;/a&gt;.&lt;/p&gt; 
&lt;table&gt; 
 &lt;thead&gt; 
  &lt;tr&gt; 
   &lt;th style=&quot;text-align:left&quot;&gt;Font Name&lt;/th&gt; 
   &lt;th style=&quot;text-align:left&quot;&gt;Original Font Name and Repository&lt;/th&gt; 
   &lt;th style=&quot;text-align:left&quot;&gt;ver&lt;/th&gt; 
   &lt;th style=&quot;text-align:left&quot;&gt;*RFN&lt;/th&gt; 
  &lt;/tr&gt; 
 &lt;/thead&gt; 
 &lt;tbody&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/0xProto&quot;&gt;0xProto Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://github.com/0xType/0xProto&quot;&gt;0xProto&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;2.502&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;NO&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/3270&quot;&gt;3270 Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://github.com/rbanffy/3270font&quot;&gt;3270&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;3.0.1&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;NO&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/AdwaitaMono&quot;&gt;AdwaitaMono Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://gitlab.gnome.org/GNOME/adwaita-fonts&quot;&gt;Adwaita Mono&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;34.1&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;NO&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/Agave&quot;&gt;Agave Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://github.com/agarick/agave&quot;&gt;Agave&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;38&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;NO&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/AnnotationMono&quot;&gt;AnnotationMono Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://github.com/qwerasd205/AnnotationMono&quot;&gt;Annotation Mono&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;0.4&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;NO&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/AnonymousPro&quot;&gt;AnonymicePro Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://www.marksimonson.com/fonts/view/anonymous-pro&quot;&gt;Anonymous Pro&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;1.002&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;YES&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/Arimo&quot;&gt;Arimo Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://github.com/googlefonts/Arimo&quot;&gt;Arimo&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;1.33&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;NO&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/AtkinsonHyperlegibleMono&quot;&gt;AtkynsonMono Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://www.brailleinstitute.org/freefont/&quot;&gt;Atkinson Hyperlegible Mono&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;2.001&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;YES&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/AurulentSansMono&quot;&gt;AurulentSansMono Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;Aurulent Sans Mono (Stephen G. Hartke)&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;NO&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/BigBlueTerminal&quot;&gt;BigBlueTerminal Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;BigBlueTerminal (VileR)&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;NO&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/BitstreamVeraSansMono&quot;&gt;BitstromWera Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;Vera Sans Mono (Bitstream Inc)&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;1.1&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;YES&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/IBMPlexMono&quot;&gt;BlexMono Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://github.com/IBM/plex&quot;&gt;IBM Plex Mono&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;2.004&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;YES&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/CascadiaCode&quot;&gt;CaskaydiaCove Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://github.com/microsoft/cascadia-code&quot;&gt;Cascadia Code&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;2407.24&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;YES&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/CascadiaMono&quot;&gt;CaskaydiaMono Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://github.com/microsoft/cascadia-code&quot;&gt;Cascadia Mono&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;2407.24&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;YES&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/CodeNewRoman&quot;&gt;CodeNewRoman Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;Code New Roman (Sam Radian)&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;2.0&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;NO&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/ComicShannsMono&quot;&gt;ComicShannsMono Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://github.com/jesusmgg/comic-shanns-mono&quot;&gt;Comic Shanns Mono&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;1.3.2&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;NO&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/CommitMono&quot;&gt;CommitMono Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://github.com/eigilnikolajsen/commit-mono&quot;&gt;Commit Mono&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;1.143&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;NO&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/Cousine&quot;&gt;Cousine Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://github.com/googlefonts/cousine&quot;&gt;Cousine&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;1.241&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;NO&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/D2Coding&quot;&gt;D2Koding Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://github.com/naver/d2codingfont&quot;&gt;D2Coding&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;1.3.2&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;YES&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/DaddyTimeMono&quot;&gt;DaddyTimeMono Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://github.com/BourgeoisBear/DaddyTimeMono&quot;&gt;DaddyTimeMono&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;1.2.3&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;NO&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/DepartureMono&quot;&gt;DepartureMono Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://github.com/rektdeckard/departure-mono&quot;&gt;Departure Mono&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;1.500&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;NO&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/DejaVuSansMono&quot;&gt;DejaVuSansMono Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://github.com/dejavu-fonts/dejavu-fonts&quot;&gt;DejaVu&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;2.37&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;NO&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/DroidSansMono&quot;&gt;DroidSansMono Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;Droid Sans Mono (Ascender Corp)&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;1.00-113&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;NO&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/EnvyCodeR&quot;&gt;EnvyCodeR Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://github.com/damieng/envy-code-r&quot;&gt;Envy Code R&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;0.79&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;YES&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/FantasqueSansMono&quot;&gt;FantasqueSansMono Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://github.com/belluzj/fantasque-sans&quot;&gt;Fantasque Sans Mono&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;1.8.0&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;NO&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/FiraCode&quot;&gt;FiraCode Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://github.com/tonsky/FiraCode&quot;&gt;Fira Code&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;6.2&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;NO&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/FiraMono&quot;&gt;FiraMono Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://github.com/mozilla/Fira&quot;&gt;Fira Mono&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;3.206&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;NO&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/GeistMono&quot;&gt;GeistMono Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://github.com/vercel/geist-font&quot;&gt;Geist Mono&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;1.702&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;NO&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/Go-Mono&quot;&gt;GoMono Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://go.googlesource.com/image/+/master/font/gofont/ttfs/&quot;&gt;Go-Mono&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;2.010&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;NO&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/Gohu&quot;&gt;Gohu Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://github.com/koemaeda/gohufont-ttf&quot;&gt;Gohu TTF&lt;/a&gt;, &lt;a href=&quot;http://font.gohu.org/&quot;&gt;Gohu&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;2.0&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;NO&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/GoogleSansCode&quot;&gt;GoogleSansCode Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://github.com/googlefonts/googlesans-code&quot;&gt;Google Sans Code&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;7.001&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;NO&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/Hack&quot;&gt;Hack Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://github.com/chrissimpkins/Hack&quot;&gt;Hack&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;3.003&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;NO&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/Hasklig&quot;&gt;Hasklug Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://github.com/i-tu/Hasklig&quot;&gt;Hasklig&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;1.2&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;YES&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/HeavyData&quot;&gt;HeavyDataMono Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;HeavyData (Vic Fieger)&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;1&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;NO&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/Hermit&quot;&gt;Hurmit Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://pcaro.es/hermit&quot;&gt;Hermit&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;2.0&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;YES&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/iA-Writer&quot;&gt;iM-Writing Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://github.com/iaolo/iA-Fonts&quot;&gt;iA-Writer&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;Dec 2018&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;YES&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/Inconsolata&quot;&gt;Inconsolata Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://github.com/googlefonts/Inconsolata&quot;&gt;Inconsolata&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;3.000&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;NO&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/InconsolataGo&quot;&gt;InconsolataGo Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://levien.com/type/myfonts/inconsolata.html&quot;&gt;InconsolataGo&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;1.013&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;NO&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/InconsolataLGC&quot;&gt;Inconsolata LGC Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://github.com/MihailJP/Inconsolata-LGC&quot;&gt;Inconsolata LGC&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;3.201&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;NO&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/IntelOneMono&quot;&gt;IntoneMono Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://github.com/intel/intel-one-mono&quot;&gt;Intel One Mono&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;1.4.0&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;YES&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/Iosevka&quot;&gt;Iosevka Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://github.com/be5invis/Iosevka&quot;&gt;Iosevka&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;34.8.0&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;NO&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/IosevkaTerm&quot;&gt;IosevkaTerm Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://github.com/be5invis/Iosevka&quot;&gt;Iosevka Term&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;34.8.0&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;NO&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/IosevkaTermSlab&quot;&gt;IosevkaTermSlab Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://github.com/be5invis/Iosevka&quot;&gt;Iosevka Term Slab&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;34.8.0&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;NO&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/JetBrainsMono&quot;&gt;JetBrainsMono Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://github.com/JetBrains/JetBrainsMono&quot;&gt;JetBrains Mono&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;2.304&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;NO&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/Lekton&quot;&gt;Lekton Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://fonts.google.com/specimen/Lekton&quot;&gt;Lekton&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;34&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;NO&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/LiberationMono&quot;&gt;Literation Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://github.com/liberationfonts/liberation-fonts&quot;&gt;Liberation&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;2.1.5&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;YES&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/Lilex&quot;&gt;Lilex Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://github.com/mishamyrt/Lilex&quot;&gt;Lilex&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;2.700&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;NO&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/MartianMono&quot;&gt;MartianMono Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://github.com/evilmartians/mono&quot;&gt;MartianMono&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;1.1.0&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;NO&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/Meslo&quot;&gt;Meslo Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://github.com/andreberg/Meslo-Font&quot;&gt;Meslo&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;1.21&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;NO&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/Monaspace&quot;&gt;Monaspice Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://github.com/githubnext/monaspace&quot;&gt;Monaspace&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;1.400&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;YES&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/Monofur&quot;&gt;Monofur Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;Monofur (Tobias B Koehler)&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;1.0&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;NO&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/Monoid&quot;&gt;Monoid Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://github.com/larsenwork/monoid&quot;&gt;Monoid&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;0.61&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;NO&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/Mononoki&quot;&gt;Mononoki Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://madmalik.github.io/mononoki&quot;&gt;Mononoki&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;1.6&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;YES&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/MPlus&quot;&gt;M+ Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://mplusfonts.github.io&quot;&gt;MPlus Fonts&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;1.100&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;NO&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/Noto&quot;&gt;Noto Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://fonts.google.com/noto&quot;&gt;Noto&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;div&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;NO&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/OpenDyslexic&quot;&gt;OpenDyslexic Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://github.com/antijingoist/open-dyslexic&quot;&gt;OpenDyslexic&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;2.001&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;NO&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/Overpass&quot;&gt;Overpass Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;http://overpassfont.org&quot;&gt;Overpass&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;3.0.5&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;NO&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/ProFont&quot;&gt;ProFont Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://tobiasjung.name/profont&quot;&gt;ProFont&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;2.3, 2.2&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;NO&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/ProggyClean&quot;&gt;ProggyClean Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;ProggyClean (Tristan Grimmer)&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;2004/04/15&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;NO&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/Recursive&quot;&gt;RecMono Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://github.com/arrowtype/recursive&quot;&gt;Recursive Mono&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;1.085&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;NO&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/RobotoMono&quot;&gt;RobotoMono Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://fonts.google.com/specimen/Roboto+Mono&quot;&gt;Roboto Mono&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;3.0&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;NO&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/SourceCodePro&quot;&gt;SauceCodePro Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://github.com/adobe-fonts/source-code-pro&quot;&gt;Source Code Pro&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;2.042&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;YES&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/ShareTechMono&quot;&gt;ShureTechMono Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://fonts.google.com/specimen/Share+Tech+Mono&quot;&gt;Share Tech Mono&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;1.003&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;YES&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/SpaceMono&quot;&gt;SpaceMono Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://fonts.google.com/specimen/Space+Mono&quot;&gt;Space Mono&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;1.003&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;NO&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/Terminus&quot;&gt;Terminess Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;http://terminus-font.sourceforge.net&quot;&gt;Terminus TTF&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;4.49.3&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;YES&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/Tinos&quot;&gt;Tinos Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://fonts.google.com/specimen/Tinos&quot;&gt;Tinos&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;1.23&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;NO&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/Ubuntu&quot;&gt;Ubuntu Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;http://font.ubuntu.com&quot;&gt;Ubuntu Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;0.83&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;NO&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/UbuntuMono&quot;&gt;UbuntuMono Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;http://font.ubuntu.com&quot;&gt;Ubuntu Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;0.80&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;NO&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/UbuntuSans&quot;&gt;UbuntuSans Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://github.com/canonical/Ubuntu-Sans-fonts&quot;&gt;Ubuntu Sans&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;1.006&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;NO&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/UbuntuSans&quot;&gt;UbuntuSansM Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://github.com/canonical/Ubuntu-Sans-Mono-fonts&quot;&gt;Ubuntu Sans Mono&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;1.100&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;NO&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/VictorMono&quot;&gt;VictorMono Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://github.com/rubjo/victor-mono&quot;&gt;Victor Mono&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;1.5.6&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;NO&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/ZedMono&quot;&gt;ZedMono Nerd Font&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;&lt;a href=&quot;https://github.com/zed-industries/zed-fonts&quot;&gt;Zed Mono&lt;/a&gt;&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;1.2.0&lt;/td&gt; 
   &lt;td style=&quot;text-align:left&quot;&gt;NO&lt;/td&gt; 
  &lt;/tr&gt; 
 &lt;/tbody&gt; 
&lt;/table&gt; 
&lt;p&gt;&lt;sub&gt;&lt;em&gt;*RFN = Reserved Font Name&lt;/em&gt;&lt;/sub&gt;&lt;/p&gt; 
&lt;h3&gt;Variations&lt;/h3&gt; 
&lt;ul&gt; 
 &lt;li&gt;no flags given (defaults to only &lt;strong&gt;Seti-UI + Custom&lt;/strong&gt; and &lt;strong&gt;&lt;a href=&quot;https://github.com/devicons/devicon&quot;&gt;Devicons&lt;/a&gt;&lt;/strong&gt;)&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;double &lt;em&gt;(variable/proportional)&lt;/em&gt;&lt;/strong&gt; or &lt;strong&gt;single &lt;em&gt;(fixed/monospaced)&lt;/em&gt;&lt;/strong&gt; or &lt;strong&gt;proportional&lt;/strong&gt; width icon-glyphs&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://github.com/FortAwesome/Font-Awesome&quot;&gt;Font Awesome&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://github.com/AndreLZGava/font-awesome-extension&quot;&gt;Font Awesome Extension&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://github.com/Templarian/MaterialDesign&quot;&gt;Material Design Icons&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://github.com/erikflowers/weather-icons&quot;&gt;Weather&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://github.com/primer/octicons&quot;&gt;GitHub Octicons&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://github.com/Lukas-W/font-logos&quot;&gt;Font Logos&lt;/a&gt; (Formerly Font Linux)&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://github.com/ryanoasis/powerline-extra-symbols&quot;&gt;Powerline Extra Symbols&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://unicodepowersymbol.com/&quot;&gt;IEC Power Symbols&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://github.com/gabrielelana/pomicons&quot;&gt;Pomicons&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://github.com/microsoft/vscode-codicons&quot;&gt;Codicons&lt;/a&gt;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;Font Installation&lt;/h2&gt; 
&lt;p&gt;Some of the options below just help you to download the font file(s) (i.e. &lt;code&gt;.ttf&lt;/code&gt; or &lt;code&gt;.otf&lt;/code&gt;) or archives of font files. These must be installed on your system, depending on your OS. Usually (double) clicking the font files individually does the trick. Ask your OS&#39; community if installing a font file is a problem.&lt;/p&gt; 
&lt;h3&gt;&lt;code&gt;Option 1: Release Archive Download&lt;/code&gt;&lt;/h3&gt; 
&lt;blockquote&gt; 
 &lt;p&gt;Best option if you want an &lt;strong&gt;archive&lt;/strong&gt; or complete &lt;strong&gt;font family&lt;/strong&gt; of variations (Bold, Italic, etc.).&lt;/p&gt; 
&lt;/blockquote&gt; 
&lt;p&gt;Fonts are available for download as packages in the &lt;a href=&quot;https://github.com/ryanoasis/nerd-fonts/releases/latest&quot;&gt;latest release&lt;/a&gt; A nice overview is &lt;a href=&quot;https://www.nerdfonts.com/font-downloads&quot;&gt;on the Nerd Font site&lt;/a&gt; (but misses the more compact &lt;code&gt;xv&lt;/code&gt; archives).&lt;/p&gt; 
&lt;p&gt;If you want download the latest release of a given font inside a script you can use (replace &quot;JetBrainsMono&quot; with your font):&lt;/p&gt; 
&lt;pre&gt;&lt;code class=&quot;language-sh&quot;&gt;curl -OL https://github.com/ryanoasis/nerd-fonts/releases/latest/download/JetBrainsMono.tar.xz
&lt;/code&gt;&lt;/pre&gt; 
&lt;h3&gt;&lt;code&gt;Option 2: Homebrew Fonts&lt;/code&gt;&lt;/h3&gt; 
&lt;blockquote&gt; 
 &lt;p&gt;Best option if on &lt;strong&gt;macOS&lt;/strong&gt; and want to use &lt;strong&gt;Homebrew&lt;/strong&gt;.&lt;/p&gt; 
&lt;/blockquote&gt; 
&lt;p&gt;All fonts are available via &lt;a href=&quot;https://github.com/Homebrew/homebrew-cask&quot;&gt;Homebrew Cask&lt;/a&gt; on macOS (OS X)&lt;/p&gt; 
&lt;pre&gt;&lt;code class=&quot;language-sh&quot;&gt;brew install font-hack-nerd-font
&lt;/code&gt;&lt;/pre&gt; 
&lt;p&gt;&lt;em&gt;On Linux you have to add &lt;code&gt;--cask&lt;/code&gt; after &lt;code&gt;install&lt;/code&gt;.&lt;/em&gt;&lt;/p&gt; 
&lt;h3&gt;&lt;code&gt;Option 3: Unofficial Chocolatey or Scoop Repositories&lt;/code&gt;&lt;/h3&gt; 
&lt;blockquote&gt; 
 &lt;p&gt;Option for &lt;strong&gt;Windows&lt;/strong&gt; and wanting to use &lt;strong&gt;Chocolatey&lt;/strong&gt; or &lt;strong&gt;Scoop&lt;/strong&gt;.&lt;/p&gt; 
&lt;/blockquote&gt; 
&lt;p&gt;Chocolatey users can download fonts published to the &lt;a href=&quot;https://community.chocolatey.org/packages&quot;&gt;Chocolatey Community Repository (CCR)&lt;/a&gt;:&lt;/p&gt; 
&lt;pre&gt;&lt;code class=&quot;language-powershell&quot;&gt;choco install nerd-fonts-hack
&lt;/code&gt;&lt;/pre&gt; 
&lt;p&gt;Scoop users can download fonts using the &lt;a href=&quot;https://github.com/matthewjberger/scoop-nerd-fonts&quot;&gt;Scoop bucket for Nerd Fonts&lt;/a&gt;:&lt;/p&gt; 
&lt;pre&gt;&lt;code class=&quot;language-powershell&quot;&gt;scoop bucket add nerd-fonts
scoop install Hack-NF
&lt;/code&gt;&lt;/pre&gt; 
&lt;h3&gt;&lt;code&gt;Option 4: Arch Extra Repository&lt;/code&gt;&lt;/h3&gt; 
&lt;blockquote&gt; 
 &lt;p&gt;Option for &lt;strong&gt;Arch Linux&lt;/strong&gt; and wanting to use &lt;strong&gt;Extra packages&lt;/strong&gt;.&lt;/p&gt; 
&lt;/blockquote&gt; 
&lt;p&gt;Most fonts are available via &lt;a href=&quot;https://archlinux.org/groups/any/nerd-fonts/&quot;&gt;Arch Extra packages&lt;/a&gt;. Some special packages are &lt;a href=&quot;https://aur.archlinux.org/packages?K=nerd-fonts-&amp;amp;outdated=off&quot;&gt;in AUR&lt;/a&gt;.&lt;/p&gt; 
&lt;h3&gt;&lt;code&gt;Option 5: PowerShell Installer&lt;/code&gt;&lt;/h3&gt; 
&lt;blockquote&gt; 
 &lt;p&gt;Best option for &lt;strong&gt;interactive setup guidance&lt;/strong&gt; or &lt;strong&gt;automating&lt;/strong&gt; installations through &lt;strong&gt;PowerShell scripts&lt;/strong&gt;.&lt;/p&gt; 
&lt;/blockquote&gt; 
&lt;h4&gt;PSModule NerdFonts&lt;/h4&gt; 
&lt;p&gt;This is a 3rd-party community tool. More information can be found on its GitHub repository &lt;a href=&quot;https://github.com/PSModule/NerdFonts&quot;&gt;here&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;To install the module:&lt;/p&gt; 
&lt;pre&gt;&lt;code class=&quot;language-powershell&quot;&gt;Install-PSResource -Name NerdFonts
Import-Module -Name NerdFonts
&lt;/code&gt;&lt;/pre&gt; 
&lt;p&gt;To install one font:&lt;/p&gt; 
&lt;pre&gt;&lt;code class=&quot;language-powershell&quot;&gt;Install-NerdFont -Name &#39;FiraCode&#39; # Tab completion works on name
&lt;/code&gt;&lt;/pre&gt; 
&lt;h4&gt;Powershell Web Installer&lt;/h4&gt; 
&lt;p&gt;This is a 3rd-party community tool. More information can be found on its GitHub repository &lt;a href=&quot;https://github.com/jpawlowski/nerd-fonts-installer-PS&quot;&gt;here&lt;/a&gt;.&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;Requires PowerShell 7+&lt;/strong&gt; to be installed on Windows, macOS, or Linux.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Windows PowerShell 5.1&lt;/strong&gt; is also supported.&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;To run the interactive installer, use the following command:&lt;/p&gt; 
&lt;pre&gt;&lt;code class=&quot;language-powershell&quot;&gt;&amp;amp; ([scriptblock]::Create((iwr &#39;https://to.loredo.me/Install-NerdFont.ps1&#39;)))
&lt;/code&gt;&lt;/pre&gt; 
&lt;p&gt;To install specific fonts directly, use the following command:&lt;/p&gt; 
&lt;pre&gt;&lt;code class=&quot;language-powershell&quot;&gt;&amp;amp; ([scriptblock]::Create((iwr &#39;https://to.loredo.me/Install-NerdFont.ps1&#39;))) -Name hack, heavy-data
&lt;/code&gt;&lt;/pre&gt; 
&lt;h3&gt;&lt;code&gt;Option 6: Ad Hoc Curl Download&lt;/code&gt;&lt;/h3&gt; 
&lt;blockquote&gt; 
 &lt;p&gt;Option if you want to use the &lt;strong&gt;&lt;code&gt;curl&lt;/code&gt; command&lt;/strong&gt; or for use in &lt;strong&gt;scripts&lt;/strong&gt;.&lt;/p&gt; 
&lt;/blockquote&gt; 
&lt;p&gt;&lt;em&gt;Note&lt;/em&gt;: Will not work to get newer fonts as they are not inside the repo anymore.&lt;/p&gt; 
&lt;h4&gt;Linux&lt;/h4&gt; 
&lt;pre&gt;&lt;code class=&quot;language-sh&quot;&gt;mkdir -p ~/.local/share/fonts
cd ~/.local/share/fonts &amp;amp;&amp;amp; curl -fLO https://github.com/ryanoasis/nerd-fonts/raw/HEAD/patched-fonts/DroidSansMono/DroidSansMNerdFont-Regular.otf
&lt;/code&gt;&lt;/pre&gt; 
&lt;p&gt;&lt;em&gt;Note:&lt;/em&gt; deprecated alternative paths: &lt;code&gt;~/.fonts&lt;/code&gt;&lt;/p&gt; 
&lt;h4&gt;macOS (OS X)&lt;/h4&gt; 
&lt;pre&gt;&lt;code class=&quot;language-sh&quot;&gt;cd ~/Library/Fonts &amp;amp;&amp;amp; curl -fLO https://github.com/ryanoasis/nerd-fonts/raw/HEAD/patched-fonts/DroidSansMono/DroidSansMNerdFont-Regular.otf
&lt;/code&gt;&lt;/pre&gt; 
&lt;h3&gt;&lt;code&gt;Option 7: Install Script&lt;/code&gt;&lt;/h3&gt; 
&lt;blockquote&gt; 
 &lt;p&gt;Best option if you want to &lt;strong&gt;automate&lt;/strong&gt; installing or for use in &lt;strong&gt;scripts&lt;/strong&gt;.&lt;/p&gt; 
&lt;/blockquote&gt; 
&lt;p&gt;&lt;em&gt;Note&lt;/em&gt;:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;Requires (shallow) cloning&lt;/strong&gt; the repo as of now 😦&lt;/li&gt; 
 &lt;li&gt;Will not work to get newer fonts as they are not inside the repo anymore.&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h4&gt;All fonts:&lt;/h4&gt; 
&lt;ul&gt; 
 &lt;li&gt;Installs all the patched Fonts (&lt;em&gt;Warning: This is a lot of Fonts adding up to a large size&lt;/em&gt;)&lt;/li&gt; 
&lt;/ul&gt; 
&lt;pre&gt;&lt;code class=&quot;language-sh&quot;&gt;./install.sh
&lt;/code&gt;&lt;/pre&gt; 
&lt;p&gt;or, in PowerShell (Windows only):&lt;/p&gt; 
&lt;pre&gt;&lt;code class=&quot;language-powershell&quot;&gt;./install.ps1
&lt;/code&gt;&lt;/pre&gt; 
&lt;h4&gt;Single font:&lt;/h4&gt; 
&lt;ul&gt; 
 &lt;li&gt;Installs a single Font of your choice&lt;/li&gt; 
&lt;/ul&gt; 
&lt;pre&gt;&lt;code class=&quot;language-sh&quot;&gt;./install.sh &amp;lt;FontName&amp;gt;
./install.sh Hack
./install.sh HeavyData
&lt;/code&gt;&lt;/pre&gt; 
&lt;p&gt;or, in PowerShell (Windows only):&lt;/p&gt; 
&lt;pre&gt;&lt;code class=&quot;language-powershell&quot;&gt;./install.ps1 &amp;lt;FontName&amp;gt;
./install.ps1 Hack
./install.ps1 HeavyData
./install.ps1 FiraCode, Hack
./install.ps1 DejaVuSansMono -WhatIf
&lt;/code&gt;&lt;/pre&gt; 
&lt;h3&gt;&lt;code&gt;Option 8: Font Fallback&lt;/code&gt;&lt;/h3&gt; 
&lt;p&gt;Most systems have a mechanism to search for an alternative font when the current font does not have a glyph that is needed. For example you edit a Latin text and insert a Chinese character, that glyph is taken not from your active font (it does not have it) but from some other font.&lt;/p&gt; 
&lt;p&gt;For this font fallback you can use one of the &lt;code&gt;SymbolsOnly&lt;/code&gt; fonts.&lt;/p&gt; 
&lt;p&gt;For fontconfig based systems like Linux you can improve the behavior with the &lt;code&gt;10-nerd-font-symbols.conf&lt;/code&gt; configuration file, that needs to be manually installed.&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;Pro: One symbol font is sufficient for all text fonts&lt;/li&gt; 
 &lt;li&gt;Con: Scaling and placement of the fallback symbols can be hit or miss&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h3&gt;&lt;code&gt;Option 9: Clone the Repo&lt;/code&gt;&lt;/h3&gt; 
&lt;blockquote&gt; 
 &lt;p&gt;Best option for &lt;strong&gt;full control&lt;/strong&gt;, &lt;strong&gt;all&lt;/strong&gt; or &lt;strong&gt;some&lt;/strong&gt; of the fonts, or &lt;strong&gt;contributing&lt;/strong&gt; to development.&lt;/p&gt; 
&lt;/blockquote&gt; 
&lt;p&gt;&lt;em&gt;Note&lt;/em&gt;: Will not work to get newer fonts as they are not inside the repo anymore.&lt;/p&gt; 
&lt;p&gt;A full clone of this repository is &lt;strong&gt;not&lt;/strong&gt; required nor efficient (mostly due to Repository size) if you are simply only interested in a limited set of fonts.&lt;/p&gt; 
&lt;p&gt;If you do want to clone the entire repo be sure to &lt;em&gt;shallow&lt;/em&gt; clone:&lt;/p&gt; 
&lt;pre&gt;&lt;code class=&quot;language-sh&quot;&gt;git clone --depth 1
&lt;/code&gt;&lt;/pre&gt; 
&lt;p&gt;Even if you develop you probably do not need the old versions of the font files. With this command you have all commits but not all the old data - it will be loaded only if you check out old binaries (or do a blame):&lt;/p&gt; 
&lt;pre&gt;&lt;code class=&quot;language-sh&quot;&gt;git clone --filter=blob:none git@github.com:ryanoasis/nerd-fonts
&lt;/code&gt;&lt;/pre&gt; 
&lt;p&gt;If you want to clone just a sub-directory, use &lt;code&gt;git sparse-checkout&lt;/code&gt;.&lt;/p&gt; 
&lt;pre&gt;&lt;code class=&quot;language-sh&quot;&gt;git clone --filter=blob:none --sparse git@github.com:ryanoasis/nerd-fonts
cd nerd-fonts
git sparse-checkout add patched-fonts/JetBrainsMono
&lt;/code&gt;&lt;/pre&gt; 
&lt;h3&gt;&lt;code&gt;Option 10: Patch Your Own Font&lt;/code&gt;&lt;/h3&gt; 
&lt;blockquote&gt; 
 &lt;p&gt;The option for &lt;strong&gt;patching&lt;/strong&gt; your &lt;strong&gt;own font&lt;/strong&gt; or fully &lt;strong&gt;customizing&lt;/strong&gt; the patched font.&lt;/p&gt; 
&lt;/blockquote&gt; 
&lt;p&gt;Use the provided Python command line script to generate a patched font from your own font to get the extra new glyphs&lt;/p&gt; 
&lt;p&gt;See: &lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/#font-patcher&quot;&gt;Font Patcher&lt;/a&gt; for usage&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;use this option if you do &lt;strong&gt;not&lt;/strong&gt; want to use one of the &lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/#patched-fonts&quot;&gt;fonts provided&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;you will still need to copy the generated font to the correct font directory on your system&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;font-patcher&lt;/h2&gt; 
&lt;p align=&quot;center&quot;&gt; &lt;img src=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/images/nerd-fonts-patcher-logo.png&quot; alt=&quot;Nerd Fonts Patcher&quot; /&gt; &lt;/p&gt; 
&lt;p&gt;Patching the font of your own choosing:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt; &lt;p&gt;Use the script&lt;/p&gt; 
  &lt;ul&gt; 
   &lt;li&gt;Download script and its helper files as &lt;a href=&quot;https://github.com/ryanoasis/nerd-fonts/releases/latest/download/FontPatcher.zip&quot;&gt;archive&lt;/a&gt; and extract&lt;/li&gt; 
   &lt;li&gt;Just downloading the &lt;code&gt;font-patcher&lt;/code&gt; script is not enough.&lt;/li&gt; 
   &lt;li&gt;Requires: Fontforge, Python 3, &lt;code&gt;python-fontforge&lt;/code&gt; and &lt;code&gt;argparse&lt;/code&gt; packages 
    &lt;ul&gt; 
     &lt;li&gt;Fontforge can be installed as package&lt;/li&gt; 
     &lt;li&gt;or on OSX via &lt;code&gt;brew install fontforge&lt;/code&gt;&lt;/li&gt; 
     &lt;li&gt;or as &lt;a href=&quot;https://github.com/fontforge/fontforge/releases&quot;&gt;AppImage&lt;/a&gt;&lt;/li&gt; 
    &lt;/ul&gt; &lt;/li&gt; 
   &lt;li&gt;Usage, recommended:&lt;/li&gt; 
  &lt;/ul&gt; &lt;pre&gt;&lt;code&gt;fontforge -script font-patcher PATH_TO_FONT
&lt;/code&gt;&lt;/pre&gt; 
  &lt;ul&gt; 
   &lt;li&gt;Usage, direct (more convenient call, if it works for you):&lt;/li&gt; 
  &lt;/ul&gt; &lt;pre&gt;&lt;code&gt;./font-patcher PATH_TO_FONT
&lt;/code&gt;&lt;/pre&gt; 
  &lt;ul&gt; 
   &lt;li&gt; &lt;p&gt;Usage, with Fontforge AppImage&lt;/p&gt; &lt;p&gt;&lt;em&gt;Note&lt;/em&gt;: &lt;code&gt;chmod u+x&lt;/code&gt; the AppImage after download. All supplied paths need to be &lt;strong&gt;absolute&lt;/strong&gt; and an explicit output path is required! If everything is located in the same directory, you can use the &lt;code&gt;$PWD&lt;/code&gt; shorthand.&lt;/p&gt; &lt;/li&gt; 
  &lt;/ul&gt; &lt;pre&gt;&lt;code&gt;./FontForge.AppImage -script $PWD/font-patcher $PWD/BaseFont.ttf -out /tmp
&lt;/code&gt;&lt;/pre&gt; &lt;/li&gt; 
 &lt;li&gt; &lt;p&gt;Use docker&lt;/p&gt; 
  &lt;ul&gt; 
   &lt;li&gt;Default parallel tasks&lt;/li&gt; 
  &lt;/ul&gt; &lt;pre&gt;&lt;code&gt;docker run --rm -v /path/to/fonts:/in:Z -v /path/for/output:/out:Z nerdfonts/patcher [OPTIONS]
&lt;/code&gt;&lt;/pre&gt; 
  &lt;ul&gt; 
   &lt;li&gt;Single process (slow)&lt;/li&gt; 
  &lt;/ul&gt; &lt;pre&gt;&lt;code&gt;docker run --rm -v /path/to/fonts:/in:Z -v /path/for/output:/out:Z -e &quot;PN=1&quot; nerdfonts/patcher [OPTIONS]
&lt;/code&gt;&lt;/pre&gt; 
  &lt;ul&gt; 
   &lt;li&gt;Specify the parallel tasks number to 10&lt;/li&gt; 
  &lt;/ul&gt; &lt;pre&gt;&lt;code&gt;docker run --rm -v /path/to/fonts:/in:Z -v /path/for/output:/out:Z -e &quot;PN=10&quot; nerdfonts/patcher [OPTIONS]
&lt;/code&gt;&lt;/pre&gt; 
  &lt;ul&gt; 
   &lt;li&gt;Update docker image&lt;/li&gt; 
  &lt;/ul&gt; &lt;pre&gt;&lt;code&gt;docker pull nerdfonts/patcher
&lt;/code&gt;&lt;/pre&gt; 
  &lt;ul&gt; 
   &lt;li&gt;Run interatively to get full control of &lt;code&gt;font-patcher&lt;/code&gt; invocation and all debug output and error messages:&lt;/li&gt; 
  &lt;/ul&gt; &lt;pre&gt;&lt;code&gt;docker run -it -v /path/to/fonts:/in:Z --entrypoint=/bin/sh nerdfonts/patcher
&lt;/code&gt;&lt;/pre&gt; &lt;p&gt;And then in the container for example:&lt;/p&gt; &lt;pre&gt;&lt;code&gt;/ # cd /in
/in # fontforge --script ../nerd/font-patcher [OPTIONS] your_font.ttf
&lt;/code&gt;&lt;/pre&gt; &lt;/li&gt; 
&lt;/ul&gt; 
&lt;div class=&quot;markdown-alert markdown-alert-note&quot;&gt;
 &lt;p class=&quot;markdown-alert-title&quot;&gt;
  &lt;svg class=&quot;octicon octicon-info mr-2&quot; viewbox=&quot;0 0 16 16&quot; version=&quot;1.1&quot; width=&quot;16&quot; height=&quot;16&quot; aria-hidden=&quot;true&quot;&gt;
   &lt;path d=&quot;M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z&quot;&gt;&lt;/path&gt;
  &lt;/svg&gt;Note&lt;/p&gt;
 &lt;p&gt;The resulting font&#39;s family (aka font name) will be set to the original family after CamelCasing, removing whitespace and appending &lt;code&gt; Nerd Font&lt;/code&gt;. For example, &lt;code&gt;iosevka term&lt;/code&gt; would become &lt;code&gt;IosevkaTerm Nerd Font&lt;/code&gt;.&lt;/p&gt; 
&lt;/div&gt; 
&lt;p&gt;Full options follow, see also &lt;a href=&quot;https://github.com/ryanoasis/nerd-fonts/wiki/ScriptOptions&quot;&gt;&lt;strong&gt;page explaining all options&lt;/strong&gt;&lt;/a&gt;:&lt;/p&gt; 
&lt;pre&gt;&lt;code&gt;Nerd Fonts Patcher v3.5.0-16 (4.27.2) (ff 20230101)
usage: font-patcher [--careful] [--debug [{0,1,2,3}]] [--extension EXTENSION]
                    [--help] [--makegroups [{-1,0,1,2,3,4,5,6}]] [--mono]
                    [--outputdir OUTPUTDIR] [--quiet] [--single-width-glyphs]
                    [--variable-width-glyphs] [--version]
                    [--braille [{rectangle,circle,gapless}]] [--complete]
                    [--codicons] [--fontawesome] [--fontawesomeext] [--fontlogos]
                    [--material] [--octicons] [--pomicons] [--powerline]
                    [--powerlineextra] [--powersymbols] [--weather]
                    [--adjust-line-height] [--boxdrawing] [--cell CELLOPT]
                    [--configfile CONFIGFILE] [--custom CUSTOM] [--dry]
                    [--experimental EXPERIMENTAL] [--glyphdir GLYPHDIR]
                    [--has-no-italic] [--metrics {HHEA,TYPO,WIN}]
                    [--name FORCE_NAME] [--postprocess POSTPROCESS] [--removeligs]
                    [--xavgcharwidth [XAVGWIDTH]] [--progressbars | --no-progressbars]
                    font

Nerd Fonts Font Patcher: patches a given font with programming and development related glyphs

* Website: https://www.nerdfonts.com
* Version: 3.5.0-16
* Development Website: https://github.com/ryanoasis/nerd-fonts
* Changelog: https://github.com/ryanoasis/nerd-fonts/blob/-/changelog.md

positional arguments:
  font                  The path to the font to patch (e.g., Inconsolata.otf)

options:
  --careful             Do not overwrite existing glyphs if detected
  --debug [{0,1,2,3}]   Verbose mode (optional: 1=just to file; 2*=just to terminal; 3=display and file)
  --extension, -ext EXTENSION
                        Change font file type to create (e.g., ttf, otf)
  --help, -h            Show this help message and exit
  --makegroups [{-1,0,1,2,3,4,5,6}]
                        Use alternative method to name patched fonts (default=1)
  --mono, -s            Create monospaced font, existing and added glyphs are single-width (implies --single-width-glyphs)
  --outputdir, -out OUTPUTDIR
                        The directory to output the patched font file to
  --quiet, -q           Do not generate verbose output
  --single-width-glyphs
                        Whether to generate the glyphs as single-width not double-width (default is double-width) (Nerd Font Mono)
  --variable-width-glyphs
                        Do not adjust advance width (no &quot;overhang&quot;) (Nerd Font Propo)
  --version, -v         Show program&#39;s version number and exit

Symbol Fonts:
  --braille [{rectangle,circle,gapless}]
                        Add Braille Glyphs, can pass a string to control style (optional: *rectangle, circle, gapless)
  --complete, -c        Add all available Glyphs
  --codicons            Add Codicons Glyphs (https://github.com/microsoft/vscode-codicons)
  --fontawesome         Add Font Awesome Glyphs (http://fontawesome.io/)
  --fontawesomeext      Add Font Awesome Extension Glyphs (https://andrelzgava.github.io/font-awesome-extension/)
  --fontlogos           Add Font Logos Glyphs (https://github.com/Lukas-W/font-logos)
  --material, --mdi     Add Material Design Icons (https://github.com/templarian/MaterialDesign)
  --octicons            Add Octicons Glyphs (https://octicons.github.com)
  --pomicons            Add Pomicon Glyphs (https://github.com/gabrielelana/pomicons)
  --powerline           Add Powerline Glyphs
  --powerlineextra      Add Powerline Extra Glyphs (https://github.com/ryanoasis/powerline-extra-symbols)
  --powersymbols        Add IEC Power Symbols (https://unicodepowersymbol.com/)
  --weather             Add Weather Icons (https://github.com/erikflowers/weather-icons)

Expert Options:
  --adjust-line-height, -l
                        Whether to adjust line heights (attempt to center powerline separators more evenly)
  --boxdrawing          Force patching in (over existing) box drawing glyphs
  --cell CELLOPT        Adjust or query the cell size, e.g. use &quot;0:1000:-200:800&quot; or &quot;?&quot;
  --configfile CONFIGFILE
                        Specify a file path for configuration file (see sample: src/config.sample.cfg)
  --custom CUSTOM       Specify a custom symbol font, all glyphs will be copied; absolute path suggested
  --dry                 Do neither patch nor store the font, to check naming
  --experimental EXPERIMENTAL
                        Enable experimental/unstable feature, get hints with &quot;?&quot; or &quot;help&quot;
  --glyphdir GLYPHDIR   Path to glyphs to be used for patching
  --has-no-italic       Font family does not have Italic (but Oblique/Slanted), to help create correct RIBBI set
  --metrics {HHEA,TYPO,WIN}
                        Select vertical metrics source (for problematic cases)
  --name FORCE_NAME     Specify naming source (&#39;full&#39;, &#39;postscript&#39;, &#39;filename&#39;, or concrete free name-string)
  --postprocess POSTPROCESS
                        Specify a Script for Post Processing
  --removeligs, --removeligatures
                        Removes ligatures specified in configuration file (needs --configfile)
  --xavgcharwidth [XAVGWIDTH]
                        Adjust xAvgCharWidth (optional: concrete value)
  --progressbars        Show percentage completion progress bars per Glyph Set (default)
  --no-progressbars     Don&#39;t show percentage completion progress bars per Glyph Set
&lt;/code&gt;&lt;/pre&gt; 
&lt;h4&gt;Examples&lt;/h4&gt; 
&lt;pre&gt;&lt;code&gt;./font-patcher Droid\ Sans\ Mono\ for\ Powerline.otf
./font-patcher Droid\ Sans\ Mono\ for\ Powerline.otf -s -q
./font-patcher Droid\ Sans\ Mono\ for\ Powerline.otf --mono --quiet

./font-patcher Inconsolata.otf --fontawesome
./font-patcher Inconsolata.otf --fontawesome --octicons --pomicons
./font-patcher Inconsolata.otf

./FontForge.AppImage -script /tmp/nerdfonts/font-patcher /tmp/nerdfonts/CascadiaMonoPL-Semibold.ttf --fontawesome -out /tmp
./FontForge.AppImage -script $PWD/font-patcher $PWD/CascadiaMonoPL-Semibold.ttf --octicons -out $HOME

docker run --rm -v ~/myfont/patchme:/in:Z -v ~/myfont/patched:/out:Z nerdfonts/patcher
docker run --rm -v ~/Desktop/myfont/patchme:/in:Z -v ~/Desktop/myfont/patched:/out:Z nerdfonts/patcher --fontawesome
&lt;/code&gt;&lt;/pre&gt; 
&lt;p&gt;Usually you want the &lt;code&gt;--complete&lt;/code&gt; option.&lt;/p&gt; 
&lt;p&gt;&lt;a name=&quot;gotta-patch-em-all&quot;&gt;&lt;/a&gt;&lt;/p&gt; 
&lt;h2&gt;Gotta Patch &#39;em All Font Patcher!&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt; &lt;p&gt;for Contributor or Developer use&lt;/p&gt; &lt;/li&gt; 
 &lt;li&gt; &lt;p&gt;re-patches &lt;strong&gt;all&lt;/strong&gt; fonts in the unpatched directory:&lt;/p&gt; &lt;pre&gt;&lt;code&gt;./gotta-patch-em-all-font-patcher\!.sh
&lt;/code&gt;&lt;/pre&gt; &lt;/li&gt; 
 &lt;li&gt; &lt;p&gt;can optionally limit to specific font name pattern:&lt;/p&gt; &lt;pre&gt;&lt;code&gt;./gotta-patch-em-all-font-patcher\!.sh Hermit
&lt;/code&gt;&lt;/pre&gt; &lt;/li&gt; 
 &lt;li&gt; &lt;p&gt;or to specific directory name start:&lt;/p&gt; &lt;pre&gt;&lt;code&gt;./gotta-patch-em-all-font-patcher\!.sh /Heavy
&lt;/code&gt;&lt;/pre&gt; &lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;Full options:&lt;/p&gt; 
&lt;pre&gt;&lt;code&gt;Usage: ./gotta-patch-em-all-font-patcher!.sh [OPTION] [FILTER]

    OPTION:
        -c, --checkfont     Create the font(s) in check-fonts/ instead
        -p, --purge         Force purging of the destination in patched-fonts/
        -t, --keeptime      Try to preserve timestamp of previously patched
                            font in patched-fonts/ directory
        -v, --verbose       Show more information when running
        -i, --info          Rebuild JUST the readmes
        -j, --jobs          Run up to 8 patch processes in parallel
        -h, --help          Show this help

    FILTER:
        The filter argument to this script is a filter for the fonts to patch.
        The filter is a regex (glob * is expressed as [^/]*, see `man 7 glob`)
        All font files that start with that filter (and are ttf, otf, or sfd files) will
        be processed only.
          Example ./gotta-patch-em-all-font-patcher\!.sh &quot;iosevka&quot;
          Process all font files that start with &quot;iosevka&quot;
        If the argument starts with a &#39;/&#39; all font files in a directory that matches
        the filter are processed only.
          Example ./gotta-patch-em-all-font-patcher\!.sh &quot;/iosevka&quot;
          Process all font files that are in directory &quot;iosevka&quot;

    ENVIRONMENT:
        NERDFONTS: You can supply any font-patcher arguments here that will
            be appended to all internal font-patcher calls. For example
            NERDFONTS=&quot;--dry --debug 2&quot; ./gotta-patch-em-all-font-patcher!.sh
&lt;/code&gt;&lt;/pre&gt; 
&lt;h2&gt;Contributing&lt;/h2&gt; 
&lt;p&gt;See &lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/contributing.md&quot;&gt;contributing.md&lt;/a&gt;&lt;/p&gt; 
&lt;h2&gt;Common Problems&lt;/h2&gt; 
&lt;p&gt;Some solutions can be found on the Wiki, if you are lucky. For example hints to use the pager &lt;code&gt;less&lt;/code&gt; are there:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;a href=&quot;https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting&quot;&gt;https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://github.com/ryanoasis/nerd-fonts/wiki/Terminal-Emulators&quot;&gt;https://github.com/ryanoasis/nerd-fonts/wiki/Terminal-Emulators&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://github.com/ryanoasis/nerd-fonts/wiki/Reporting-Issues&quot;&gt;https://github.com/ryanoasis/nerd-fonts/wiki/Reporting-Issues&lt;/a&gt;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;Unstable File Paths&lt;/h2&gt; 
&lt;p&gt;⚠️ Warning: File paths may change based on releases (especially &lt;strong&gt;major&lt;/strong&gt; version bumps)&lt;/p&gt; 
&lt;p&gt;Reference the &lt;strong&gt;release&lt;/strong&gt; tag or branch and &lt;em&gt;not&lt;/em&gt; the &lt;s&gt;master&lt;/s&gt; branch because paths are subject to change for each release&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;For example: 
  &lt;ul&gt; 
   &lt;li&gt;✅ Use: &lt;code&gt;https://github.com/ryanoasis/nerd-fonts/tree/&lt;b&gt;v3.0.0&lt;/b&gt;/patched-fonts/Hermit/Regular/HurmitNerdFont-Regular.otf&lt;/code&gt;&lt;/li&gt; 
   &lt;li&gt;✅ Use: &lt;code&gt;https://github.com/ryanoasis/nerd-fonts/blob/&lt;b&gt;0.9.0&lt;/b&gt;/patched-fonts/Hermit/Medium/complete/Hurmit%20Medium%20Nerd%20Font%20Complete.otf&lt;/code&gt;&lt;/li&gt; 
   &lt;li&gt;❌ Instead of: &lt;code&gt;https://github.com/ryanoasis/nerd-fonts/blob/&lt;del&gt;master&lt;/del&gt;/patched-fonts/Hermit/Medium/complete/Hurmit%20Medium%20Nerd%20Font%20Complete.otf&lt;/code&gt;&lt;/li&gt; 
  &lt;/ul&gt; &lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;Other Good Fonts to Patch&lt;/h2&gt; 
&lt;p&gt;Non exhaustive list of fonts that would benefit from being patched but are not included in Nerd Fonts due to their license (proprietary, commercial, etc.):&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;a href=&quot;https://docs.microsoft.com/en-us/typography/font-list/consolas&quot;&gt;Consolas&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://dank.sh/&quot;&gt;Dank Mono&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;http://input.djr.com/download/&quot;&gt;Input Mono&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://www.typography.com/fonts/operator/&quot;&gt;Operator Mono&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://www.fsd.it/shop/fonts/pragmatapro/&quot;&gt;PragmataPro&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://developer.apple.com/fonts/&quot;&gt;SF Mono&lt;/a&gt;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;Project Motivation&lt;/h2&gt; 
&lt;p&gt;See &lt;a href=&quot;https://github.com/ryanoasis/nerd-fonts/wiki/Project-Purpose&quot;&gt;Wiki: Project Purpose&lt;/a&gt;&lt;/p&gt; 
&lt;h2&gt;Changelog&lt;/h2&gt; 
&lt;p&gt;See &lt;a href=&quot;https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/changelog.md&quot;&gt;changelog.md&lt;/a&gt;&lt;/p&gt; 
&lt;h2&gt;License&lt;/h2&gt; 
&lt;p&gt;See &lt;a href=&quot;https://github.com/ryanoasis/nerd-fonts/raw/-/LICENSE&quot;&gt;LICENSE&lt;/a&gt;&lt;/p&gt; 
&lt;!--
Repo References
--&gt; 
&lt;!--
Website References
--&gt; 
&lt;!--
Link References
--&gt; 
&lt;!--
Font repos
--&gt; 
&lt;!--
Patched Font internal links
--&gt; 
&lt;!--
Quick Link Images
--&gt;</description>
      
    </item>
    
    <item>
      <title>ZYY817/YuqiEngine</title>
      <link>https://github.com/ZYY817/YuqiEngine</link>
      <description>&lt;p&gt;宇奇引擎 - 游戏性能优化工具&lt;/p&gt;&lt;hr&gt;&lt;div align=&quot;center&quot;&gt; 
 &lt;img src=&quot;https://raw.githubusercontent.com/ZYY817/YuqiEngine/main/assets/current/yuqi-logo.png&quot; width=&quot;92&quot; alt=&quot;宇奇引擎 Logo&quot; /&gt; 
 &lt;h1&gt;宇奇引擎 · Yuqi Engine&lt;/h1&gt; 
 &lt;p&gt;&lt;strong&gt;面向 Windows 10 / 11 的模块化系统优化、状态检测、恢复与诊断工具&lt;/strong&gt;&lt;/p&gt; 
 &lt;p&gt;&lt;strong&gt;简体中文&lt;/strong&gt; · &lt;a href=&quot;https://raw.githubusercontent.com/ZYY817/YuqiEngine/main/README_EN.md&quot;&gt;English&lt;/a&gt;&lt;/p&gt; 
 &lt;p&gt;&lt;a href=&quot;https://github.com/ZYY817/YuqiEngine/releases&quot;&gt;&lt;img src=&quot;https://img.shields.io/badge/%E5%BD%93%E5%89%8D%E7%89%88%E6%9C%AC-v0.1.2-0f9f92?style=flat-square&quot; alt=&quot;版本&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;https://github.com/ZYY817/YuqiEngine/releases&quot;&gt;&lt;img src=&quot;https://img.shields.io/github/downloads/ZYY817/YuqiEngine/total?style=flat-square&amp;amp;label=GitHub%20Release%20%E4%B8%8B%E8%BD%BD%E9%87%8F&amp;amp;color=22c55e&quot; alt=&quot;GitHub Release 下载量&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;https://raw.githubusercontent.com/ZYY817/YuqiEngine/main/#%E7%B3%BB%E7%BB%9F%E8%A6%81%E6%B1%82&quot;&gt;&lt;img src=&quot;https://img.shields.io/badge/%E5%B9%B3%E5%8F%B0-Windows%20x64-1677ff?style=flat-square&quot; alt=&quot;平台&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;https://raw.githubusercontent.com/ZYY817/YuqiEngine/main/README_EN.md&quot;&gt;&lt;img src=&quot;https://img.shields.io/badge/%E7%95%8C%E9%9D%A2-%E4%B8%AD%E6%96%87%20%2F%20English-7c4dff?style=flat-square&quot; alt=&quot;语言&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;https://raw.githubusercontent.com/ZYY817/YuqiEngine/main/#%E5%BD%93%E5%89%8D%E7%89%88%E6%9C%AC%E7%8A%B6%E6%80%81&quot;&gt;&lt;img src=&quot;https://img.shields.io/badge/%E9%98%B6%E6%AE%B5-%E5%85%AC%E5%BC%80%E4%BD%93%E9%AA%8C%E7%89%88-f59e0b?style=flat-square&quot; alt=&quot;阶段&quot; /&gt;&lt;/a&gt;&lt;/p&gt; 
 &lt;p&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ZYY817/YuqiEngine/main/#%E4%B8%8B%E8%BD%BD%E5%AE%89%E8%A3%85&quot;&gt;下载安装&lt;/a&gt; · &lt;a href=&quot;https://raw.githubusercontent.com/ZYY817/YuqiEngine/main/#%E7%9C%9F%E5%AE%9E%E7%95%8C%E9%9D%A2&quot;&gt;真实界面&lt;/a&gt; · &lt;a href=&quot;https://raw.githubusercontent.com/ZYY817/YuqiEngine/main/#%E4%BD%BF%E7%94%A8%E5%89%8D%E5%BF%85%E8%AF%BB&quot;&gt;使用前必读&lt;/a&gt; · &lt;a href=&quot;https://raw.githubusercontent.com/ZYY817/YuqiEngine/main/#%E9%97%AE%E9%A2%98%E5%8F%8D%E9%A6%88&quot;&gt;问题反馈&lt;/a&gt; · &lt;a href=&quot;https://raw.githubusercontent.com/ZYY817/YuqiEngine/main/README_EN.md&quot;&gt;English&lt;/a&gt;&lt;/p&gt; 
 &lt;img src=&quot;https://raw.githubusercontent.com/ZYY817/YuqiEngine/main/assets/current/startup-current.gif&quot; width=&quot;800&quot; alt=&quot;宇奇引擎当前启动动画&quot; /&gt; 
 &lt;p&gt;&lt;sub&gt;上图由当前启动页代码真实渲染生成，不是概念效果图。&lt;/sub&gt;&lt;/p&gt; 
&lt;/div&gt; 
&lt;hr /&gt; 
&lt;h2&gt;关于作者与项目&lt;/h2&gt; 
&lt;p&gt;宇奇引擎目前由我个人独立开发和维护。&lt;/p&gt; 
&lt;p&gt;为了完成这个项目，我在工作之外投入了大量时间，用于功能开发、界面设计、问题排查、兼容性测试、文档整理和版本发布。很多时候，我基本没有自己的娱乐和休息时间，长期保持着“工作、开发、生活”三点一线的节奏。&lt;/p&gt; 
&lt;p&gt;项目开发过程中使用了 AI 作为辅助工具，用于提升代码编写、问题分析、测试整理和文档编写的效率；但功能规划、代码整合、实际测试、问题修复和最终发布，均由我本人负责。&lt;/p&gt; 
&lt;p&gt;由于个人开发资源和测试设备有限，当前版本仍可能存在尚未发现的兼容性问题。感谢每一位愿意使用、理解和反馈问题的用户。&lt;/p&gt; 
&lt;h2&gt;请作者喝杯咖啡&lt;/h2&gt; 
&lt;p&gt;如果你觉得宇奇引擎还不错，欢迎请作者喝杯咖啡。&lt;/p&gt; 
&lt;div align=&quot;center&quot;&gt; 
 &lt;img src=&quot;https://raw.githubusercontent.com/ZYY817/YuqiEngine/main/assets/image/zhiyu%E5%BE%AE%E4%BF%A1%E8%B5%9E%E8%B5%8F%20(1).jpg&quot; width=&quot;230&quot; alt=&quot;微信赞赏码&quot; /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
 &lt;img src=&quot;https://raw.githubusercontent.com/ZYY817/YuqiEngine/main/assets/image/zhiyu%E6%94%AF%E4%BB%98%E5%AE%9D%E8%B5%9E%E8%B5%8F.jpg&quot; width=&quot;230&quot; alt=&quot;支付宝赞赏码&quot; /&gt; 
 &lt;br /&gt; 
 &lt;sub&gt;微信 / 支付宝&lt;/sub&gt; 
&lt;/div&gt; 
&lt;h3&gt;关于软件体积&lt;/h3&gt; 
&lt;p&gt;当前发布包体积较大，主要是因为包含自包含 .NET 运行环境、WebView2 离线安装组件、完整功能模块、中英文资源、备份诊断功能和持续保持助手。这样可以减少用户额外安装依赖时遇到的问题。&lt;/p&gt; 
&lt;p&gt;后续会在不影响核心功能和离线可用性的前提下，逐步进行精简和体积优化。&lt;/p&gt; 
&lt;h2&gt;当前版本状态&lt;/h2&gt; 
&lt;div class=&quot;markdown-alert markdown-alert-important&quot;&gt;
 &lt;p class=&quot;markdown-alert-title&quot;&gt;
  &lt;svg class=&quot;octicon octicon-report mr-2&quot; viewbox=&quot;0 0 16 16&quot; version=&quot;1.1&quot; width=&quot;16&quot; height=&quot;16&quot; aria-hidden=&quot;true&quot;&gt;
   &lt;path d=&quot;M0 1.75C0 .784.784 0 1.75 0h12.5C15.216 0 16 .784 16 1.75v9.5A1.75 1.75 0 0 1 14.25 13H8.06l-2.573 2.573A1.458 1.458 0 0 1 3 14.543V13H1.75A1.75 1.75 0 0 1 0 11.25Zm1.75-.25a.25.25 0 0 0-.25.25v9.5c0 .138.112.25.25.25h2a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.749.749 0 0 1 .53-.22h6.5a.25.25 0 0 0 .25-.25v-9.5a.25.25 0 0 0-.25-.25Zm7 2.25v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 9a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z&quot;&gt;&lt;/path&gt;
  &lt;/svg&gt;Important&lt;/p&gt;
 &lt;p&gt;&lt;strong&gt;宇奇引擎目前仍是公开体验版本，不是已经覆盖所有设备和场景的最终版本。&lt;/strong&gt;&lt;/p&gt; 
&lt;/div&gt; 
&lt;div class=&quot;markdown-alert markdown-alert-warning&quot;&gt;
 &lt;p class=&quot;markdown-alert-title&quot;&gt;
  &lt;svg class=&quot;octicon octicon-alert mr-2&quot; viewbox=&quot;0 0 16 16&quot; version=&quot;1.1&quot; width=&quot;16&quot; height=&quot;16&quot; aria-hidden=&quot;true&quot;&gt;
   &lt;path d=&quot;M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z&quot;&gt;&lt;/path&gt;
  &lt;/svg&gt;Warning&lt;/p&gt;
 &lt;p&gt;&lt;strong&gt;请在应用任何系统修改前完成备份。&lt;/strong&gt; 当前版本仍可能存在尚未发现的问题，也不能保证每项优化都适合你的电脑或带来性能提升。建议先创建宇奇引擎备份和 Windows 系统还原点，并单独备份重要个人文件。若你无法接受恢复设置、使用还原点或在极端情况下重装系统的风险，请只使用检测功能，不要应用系统修改。&lt;/p&gt; 
&lt;/div&gt; 
&lt;p&gt;项目由个人独立开发和维护，现有设备条件无法覆盖所有 CPU、显卡、驱动、Windows 版本、区域策略和第三方安全软件组合。因此，即使已经进行自动化测试和实际使用验证，仍可能存在状态读取不完整、功能受系统策略限制、特定硬件不适用或交互细节不完善等问题。&lt;/p&gt; 
&lt;p&gt;我会继续根据真实反馈定位和修复问题，但不会承诺每台电脑都能使用全部功能，也不会承诺固定的 FPS、延迟或性能提升。&lt;strong&gt;如果遇到问题，请生成&lt;a href=&quot;https://raw.githubusercontent.com/ZYY817/YuqiEngine/main/#%E4%BB%80%E4%B9%88%E6%98%AF%E9%97%AE%E9%A2%98%E5%8C%85&quot;&gt;问题包&lt;/a&gt;并反馈；能复现、能确认的问题，我会尽力持续修复。&lt;/strong&gt;&lt;/p&gt; 
&lt;table&gt; 
 &lt;thead&gt; 
  &lt;tr&gt; 
   &lt;th&gt;当前信息&lt;/th&gt; 
   &lt;th&gt;内容&lt;/th&gt; 
  &lt;/tr&gt; 
 &lt;/thead&gt; 
 &lt;tbody&gt; 
  &lt;tr&gt; 
   &lt;td&gt;最新体验版本&lt;/td&gt; 
   &lt;td&gt;&lt;code&gt;v0.1.2&lt;/code&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;支持系统&lt;/td&gt; 
   &lt;td&gt;Windows 10 1809（Build 17763）及以上、Windows 11，64 位&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;发布形式&lt;/td&gt; 
   &lt;td&gt;中英文安装版、ZIP 免安装版&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;运行环境&lt;/td&gt; 
   &lt;td&gt;自包含 .NET 8，并附带离线 WebView2 安装组件&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;代码签名&lt;/td&gt; 
   &lt;td&gt;当前体验版未购买受信任证书，Windows 可能显示“未知发布者”或 SmartScreen 提示&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;产品定位&lt;/td&gt; 
   &lt;td&gt;按模块检测、解释、选择、应用和恢复；不是“万能一键提速”&lt;/td&gt; 
  &lt;/tr&gt; 
 &lt;/tbody&gt; 
&lt;/table&gt; 
&lt;h2&gt;这是什么&lt;/h2&gt; 
&lt;p&gt;宇奇引擎把分散在 Windows 中的优化、诊断和恢复入口组织成统一界面。软件会尽量先读取真实系统状态，再告诉用户：&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;当前设置是什么；&lt;/li&gt; 
 &lt;li&gt;该项目是否适用于当前电脑；&lt;/li&gt; 
 &lt;li&gt;为什么暂时不可用或需要管理员权限；&lt;/li&gt; 
 &lt;li&gt;修改后可能带来的作用、风险和恢复方式；&lt;/li&gt; 
 &lt;li&gt;操作是否真正完成，还是仍需重新读取或人工确认。&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;软件不会因为检测失败就把项目标记为成功，也不会在用户只进行检测时自动写入系统设置。&lt;/p&gt; 
&lt;h2&gt;主要能力&lt;/h2&gt; 
&lt;table&gt; 
 &lt;thead&gt; 
  &lt;tr&gt; 
   &lt;th&gt;范围&lt;/th&gt; 
   &lt;th&gt;当前提供的能力&lt;/th&gt; 
  &lt;/tr&gt; 
 &lt;/thead&gt; 
 &lt;tbody&gt; 
  &lt;tr&gt; 
   &lt;td&gt;游戏与性能&lt;/td&gt; 
   &lt;td&gt;游戏优化中心、性能调优、CPU 调优、图形与显示、内存、音频、网络、外设&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;Windows 设置&lt;/td&gt; 
   &lt;td&gt;隐私保护、系统调校、桌面体验、任务调度、系统服务、系统清理&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;硬件与诊断&lt;/td&gt; 
   &lt;td&gt;硬件信息、显卡型号工具、显卡驱动参考、显示模式检测、游戏安全诊断、网络测试&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;恢复与维护&lt;/td&gt; 
   &lt;td&gt;软件备份、系统还原点入口、修复中心、配置包、启动项管理、电源方案编辑&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;进程工具&lt;/td&gt; 
   &lt;td&gt;CPU 核心调度、亲和性和优先级管理；需要相应权限并由用户明确选择进程&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;持续保持&lt;/td&gt; 
   &lt;td&gt;轻量守护助手只维护已经应用且符合安全恢复规则的项目，不会自动处理所有优化项&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;可理解反馈&lt;/td&gt; 
   &lt;td&gt;部分读取、权限不足、平台不支持、检测中断和应用未确认均使用不同状态说明&lt;/td&gt; 
  &lt;/tr&gt; 
 &lt;/tbody&gt; 
&lt;/table&gt; 
&lt;blockquote&gt; 
 &lt;p&gt;功能数量不是效果保证。不同电脑能够读取、应用或持续保持的项目数量可能不同。&lt;/p&gt; 
&lt;/blockquote&gt; 
&lt;h2&gt;下载安装&lt;/h2&gt; 
&lt;p&gt;前往 &lt;strong&gt;&lt;a href=&quot;https://github.com/ZYY817/YuqiEngine/releases&quot;&gt;GitHub Releases&lt;/a&gt;&lt;/strong&gt; 下载最新体验版。国内用户也可使用作者提供的 &lt;strong&gt;&lt;a href=&quot;https://pan.quark.cn/s/432600ae9d8d&quot;&gt;夸克网盘备用下载&lt;/a&gt;&lt;/strong&gt;。&lt;/p&gt; 
&lt;blockquote&gt; 
 &lt;p&gt;顶部下载量徽章只统计 GitHub Releases 的累计文件下载次数，不包含夸克网盘，也不代表安装人数、活跃用户数或独立用户数。&lt;/p&gt; 
&lt;/blockquote&gt; 
&lt;table&gt; 
 &lt;thead&gt; 
  &lt;tr&gt; 
   &lt;th&gt;版本&lt;/th&gt; 
   &lt;th&gt;适合谁&lt;/th&gt; 
   &lt;th&gt;使用方法&lt;/th&gt; 
  &lt;/tr&gt; 
 &lt;/thead&gt; 
 &lt;tbody&gt; 
  &lt;tr&gt; 
   &lt;td&gt;安装版（中英文双语）&lt;/td&gt; 
   &lt;td&gt;希望创建开始菜单/桌面入口的用户&lt;/td&gt; 
   &lt;td&gt;启动安装程序后先选择中文或 English，再按向导安装&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;ZIP 免安装版（中英文双语）&lt;/td&gt; 
   &lt;td&gt;希望解压即用或便于测试的用户&lt;/td&gt; 
   &lt;td&gt;完整解压 ZIP 后运行 &lt;code&gt;YuqiEngine.exe&lt;/code&gt;，不要直接在压缩包内启动&lt;/td&gt; 
  &lt;/tr&gt; 
 &lt;/tbody&gt; 
&lt;/table&gt; 
&lt;p&gt;安装版和 ZIP 版功能一致，软件内均可切换中文与 English。部分系统级功能需要管理员权限；不需要相关权限的查看和检测入口仍可正常使用。&lt;/p&gt; 
&lt;h3&gt;为什么安装包比较大&lt;/h3&gt; 
&lt;p&gt;当前发布包约 530 MB，主要因为包含：&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;自包含 .NET 8 运行环境；&lt;/li&gt; 
 &lt;li&gt;WebView2 离线安装组件；&lt;/li&gt; 
 &lt;li&gt;完整功能模块、中英文资源和前端界面；&lt;/li&gt; 
 &lt;li&gt;备份恢复、诊断和持续保持助手。&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;这样可以减少用户额外安装依赖时遇到的问题。后续会在不破坏离线可用性的前提下逐步进行组件精简和体积优化。&lt;/p&gt; 
&lt;h3&gt;校验下载文件&lt;/h3&gt; 
&lt;p&gt;Release 会同时提供 SHA-256 文件。可在下载目录打开 PowerShell，执行：&lt;/p&gt; 
&lt;pre&gt;&lt;code class=&quot;language-powershell&quot;&gt;Get-FileHash -Algorithm SHA256 -LiteralPath &#39;.\下载的文件名.exe&#39;
&lt;/code&gt;&lt;/pre&gt; 
&lt;p&gt;ZIP 文件把扩展名改为 &lt;code&gt;.zip&lt;/code&gt;。终端结果必须与同版本 SHA-256 文件完全一致。校验值只能确认文件完整性，不能代替代码签名。&lt;/p&gt; 
&lt;h2&gt;系统要求&lt;/h2&gt; 
&lt;table&gt; 
 &lt;thead&gt; 
  &lt;tr&gt; 
   &lt;th&gt;项目&lt;/th&gt; 
   &lt;th&gt;要求&lt;/th&gt; 
  &lt;/tr&gt; 
 &lt;/thead&gt; 
 &lt;tbody&gt; 
  &lt;tr&gt; 
   &lt;td&gt;操作系统&lt;/td&gt; 
   &lt;td&gt;Windows 10 1809（Build 17763）及以上 / Windows 11&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;架构&lt;/td&gt; 
   &lt;td&gt;x64（64 位）&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;内存&lt;/td&gt; 
   &lt;td&gt;4 GB 以上，建议 8 GB 或更多&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;磁盘&lt;/td&gt; 
   &lt;td&gt;建议预留至少 1 GB，用于程序、更新、日志和备份&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;WebView2&lt;/td&gt; 
   &lt;td&gt;发布包附带离线安装组件；缺失时软件会引导安装&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;权限&lt;/td&gt; 
   &lt;td&gt;检测与只读功能通常无需提升；修改系统设置、服务、注册表或电源配置时可能需要管理员权限&lt;/td&gt; 
  &lt;/tr&gt; 
 &lt;/tbody&gt; 
&lt;/table&gt; 
&lt;h2&gt;使用前必读&lt;/h2&gt; 
&lt;ol&gt; 
 &lt;li&gt;&lt;strong&gt;先阅读项目说明。&lt;/strong&gt; 展开优化项摘要和详情，确认作用、风险、目标位置与恢复方式。&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;先创建备份。&lt;/strong&gt; 建议同时创建宇奇引擎备份和 Windows 系统还原点。&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;少量应用并复测。&lt;/strong&gt; 不要一次启用大量不了解的项目；用自己的游戏和工作场景验证效果。&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;只保留真正有帮助的修改。&lt;/strong&gt; 没有改善、出现兼容问题或无法确认时，应恢复对应项目。&lt;/li&gt; 
&lt;/ol&gt; 
&lt;div class=&quot;markdown-alert markdown-alert-warning&quot;&gt;
 &lt;p class=&quot;markdown-alert-title&quot;&gt;
  &lt;svg class=&quot;octicon octicon-alert mr-2&quot; viewbox=&quot;0 0 16 16&quot; version=&quot;1.1&quot; width=&quot;16&quot; height=&quot;16&quot; aria-hidden=&quot;true&quot;&gt;
   &lt;path d=&quot;M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z&quot;&gt;&lt;/path&gt;
  &lt;/svg&gt;Warning&lt;/p&gt;
 &lt;p&gt;宇奇引擎的备份用于保存软件相关设置、注册表项和恢复证据，&lt;strong&gt;不是完整系统镜像，也不会备份个人文档、照片、视频或游戏存档&lt;/strong&gt;。重要个人文件仍需自行备份。系统还原点和重装 Windows 也不能替代个人数据备份。&lt;/p&gt; 
&lt;/div&gt; 
&lt;h3&gt;状态应该怎么理解&lt;/h3&gt; 
&lt;table&gt; 
 &lt;thead&gt; 
  &lt;tr&gt; 
   &lt;th&gt;状态&lt;/th&gt; 
   &lt;th&gt;含义&lt;/th&gt; 
  &lt;/tr&gt; 
 &lt;/thead&gt; 
 &lt;tbody&gt; 
  &lt;tr&gt; 
   &lt;td&gt;已确认&lt;/td&gt; 
   &lt;td&gt;已读取到当前系统状态，可以继续判断是否符合目标&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;读取中&lt;/td&gt; 
   &lt;td&gt;系统仍在返回状态，数量会随进度变化&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;待确认&lt;/td&gt; 
   &lt;td&gt;尚未得到可靠复核结果，不能当作已应用&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;不可用&lt;/td&gt; 
   &lt;td&gt;当前权限、系统版本、硬件或依赖条件不满足；详情会说明原因&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;已应用 / 已恢复&lt;/td&gt; 
   &lt;td&gt;本次操作已返回结果；仍建议按页面提示进行复测或重新读取&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;部分完成&lt;/td&gt; 
   &lt;td&gt;只有部分项目完成，其余项目应按结果列表单独处理&lt;/td&gt; 
  &lt;/tr&gt; 
 &lt;/tbody&gt; 
&lt;/table&gt; 
&lt;h2&gt;真实界面&lt;/h2&gt; 
&lt;h3&gt;系统概览&lt;/h3&gt; 
&lt;img src=&quot;https://raw.githubusercontent.com/ZYY817/YuqiEngine/main/assets/current/overview-v0.1.1.png&quot; width=&quot;100%&quot; alt=&quot;宇奇引擎 v0.1.1 系统概览&quot; /&gt; 
&lt;details&gt; 
 &lt;summary&gt;&lt;strong&gt;查看游戏优化中心&lt;/strong&gt;&lt;/summary&gt; 
 &lt;br /&gt; 
 &lt;img src=&quot;https://raw.githubusercontent.com/ZYY817/YuqiEngine/main/assets/current/game-optimization-v0.1.1.png&quot; width=&quot;100%&quot; alt=&quot;宇奇引擎 v0.1.1 游戏优化中心&quot; /&gt; 
&lt;/details&gt; 
&lt;details&gt; 
 &lt;summary&gt;&lt;strong&gt;查看持续保持助手&lt;/strong&gt;&lt;/summary&gt; 
 &lt;br /&gt; 
 &lt;img src=&quot;https://raw.githubusercontent.com/ZYY817/YuqiEngine/main/assets/current/guard-assistant-v0.1.1.png&quot; width=&quot;600&quot; alt=&quot;宇奇引擎 v0.1.1 持续保持助手&quot; /&gt; 
&lt;/details&gt; 
&lt;blockquote&gt; 
 &lt;p&gt;截图来自当前 v0.1.1 实际运行界面。项目状态和数量取决于截图设备，不代表所有电脑都会得到相同结果。&lt;/p&gt; 
&lt;/blockquote&gt; 
&lt;h2&gt;安全、恢复与限制&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt;软件会尽量区分检测、选择、应用、复核和恢复，不把“已提交”当成“已成功”。&lt;/li&gt; 
 &lt;li&gt;权限不足、系统策略、驱动、硬件差异或安全软件拦截都可能导致部分功能不可用。&lt;/li&gt; 
 &lt;li&gt;优化可能改善部分设备的响应、帧时间或后台干扰，也可能没有明显变化，甚至产生兼容问题。&lt;/li&gt; 
 &lt;li&gt;持续保持助手只处理用户已经应用、支持自动恢复且通过安全条件的项目；它不是后台强制写入全部设置的服务。&lt;/li&gt; 
 &lt;li&gt;恢复前会重新读取当前状态；无法确认时不会假装恢复成功。&lt;/li&gt; 
 &lt;li&gt;若发生问题，优先使用软件备份或 Windows 系统还原点。重装 Windows 应作为最后手段，并且必须先备份个人数据。&lt;/li&gt; 
 &lt;li&gt;当前体验版未使用受信任代码签名证书。请只从本仓库 Release、作者公布的网盘或作者账号获取文件，并核对 SHA-256。&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;问题反馈&lt;/h2&gt; 
&lt;p&gt;如果遇到“未应用”“状态读取不完整”“页面异常”“某项在特定设备不可用”等问题，请不要只发送一句“不能用”。推荐流程：&lt;/p&gt; 
&lt;h3&gt;什么是问题包&lt;/h3&gt; 
&lt;p&gt;&lt;strong&gt;问题包是软件在本地生成的故障排查 ZIP 文件，用来帮助作者了解“哪台电脑、哪个模块、发生了什么错误”。它不是优化备份，也不是系统镜像。&lt;/strong&gt;&lt;/p&gt; 
&lt;p&gt;问题包会按当前实际情况收集并整理：&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;宇奇引擎版本、Windows 版本、系统架构和基础硬件环境；&lt;/li&gt; 
 &lt;li&gt;软件运行日志、页面与启动诊断信息；&lt;/li&gt; 
 &lt;li&gt;最近的优化、恢复和错误记录；&lt;/li&gt; 
 &lt;li&gt;经过脱敏处理的软件配置；&lt;/li&gt; 
 &lt;li&gt;软件崩溃，以及可读取到的黑屏、重启和 Windows 事件证据。&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;软件会对用户名、计算机名、路径和日志中的敏感字段进行脱敏，并且&lt;strong&gt;只在本地生成 ZIP，不会自动上传或发送给任何人&lt;/strong&gt;。它不会主动收集个人文档、照片、视频或游戏存档。为稳妥起见，发送前仍应自行打开 ZIP 检查内容，不要发送密码、Token、聊天记录或其他隐私资料。&lt;/p&gt; 
&lt;p&gt;生成成功后，软件会显示问题包的保存位置。你可以把这个 ZIP 连同截图和复现步骤，通过 GitHub Issues、抖音私信或 Bilibili 私信发给作者。&lt;/p&gt; 
&lt;ol&gt; 
 &lt;li&gt;打开软件的 &lt;strong&gt;备份管理&lt;/strong&gt;；&lt;/li&gt; 
 &lt;li&gt;点击 &lt;strong&gt;生成问题包&lt;/strong&gt;；&lt;/li&gt; 
 &lt;li&gt;同时提供问题截图、出现问题的模块、操作步骤和 Windows 版本；&lt;/li&gt; 
 &lt;li&gt;通过 &lt;a href=&quot;https://github.com/ZYY817/YuqiEngine/issues&quot;&gt;GitHub Issues&lt;/a&gt;、抖音私信或 Bilibili 私信提交。&lt;/li&gt; 
&lt;/ol&gt; 
&lt;p&gt;报告问题时建议使用下面的格式：&lt;/p&gt; 
&lt;pre&gt;&lt;code class=&quot;language-text&quot;&gt;宇奇引擎版本：
Windows 版本：
设备 CPU / GPU：
问题模块：
操作步骤：
实际结果：
期望结果：
是否可以稳定复现：
问题包：已附上 / 无法生成
&lt;/code&gt;&lt;/pre&gt; 
&lt;h2&gt;常见问题&lt;/h2&gt; 
&lt;details&gt; 
 &lt;summary&gt;&lt;strong&gt;软件能保证提升 FPS 吗？&lt;/strong&gt;&lt;/summary&gt; 
 &lt;p&gt;不能。效果取决于硬件、散热、驱动、Windows 版本、游戏和原有设置。请用自己的实际游戏复测，只保留确实有帮助的修改。&lt;/p&gt; 
&lt;/details&gt; 
&lt;details&gt; 
 &lt;summary&gt;&lt;strong&gt;为什么有些项目显示待确认或不可用？&lt;/strong&gt;&lt;/summary&gt; 
 &lt;p&gt;软件没有拿到可靠状态，或者当前设备、权限、系统版本和依赖条件不满足。展开详情或使用“重新读取”可以查看具体原因；未确认项目不会参与应用。&lt;/p&gt; 
&lt;/details&gt; 
&lt;details&gt; 
 &lt;summary&gt;&lt;strong&gt;为什么 Windows 显示未知发布者？&lt;/strong&gt;&lt;/summary&gt; 
 &lt;p&gt;当前版本由个人独立开发者发布，暂未购买受信任的商业代码签名证书。请通过官方渠道下载并核对 Release 中的 SHA-256。&lt;/p&gt; 
&lt;/details&gt; 
&lt;details&gt; 
 &lt;summary&gt;&lt;strong&gt;杀毒软件提示风险怎么办？&lt;/strong&gt;&lt;/summary&gt; 
 &lt;p&gt;不要直接关闭安全软件或无条件加入白名单。先确认下载渠道和 SHA-256；如果仍有拦截，请提交检测名称、文件哈希、软件版本和问题包供分析。&lt;/p&gt; 
&lt;/details&gt; 
&lt;details&gt; 
 &lt;summary&gt;&lt;strong&gt;持续保持助手会保持所有优化吗？&lt;/strong&gt;&lt;/summary&gt; 
 &lt;p&gt;不会。只有已经应用、支持安全自动恢复并被用户启用持续保持的项目才会进入助手；不适合后台恢复的项目会被排除。&lt;/p&gt; 
&lt;/details&gt; 
&lt;h2&gt;后续计划&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt;扩大不同 CPU、GPU、Windows 版本和驱动环境的验证覆盖；&lt;/li&gt; 
 &lt;li&gt;根据真实问题包继续修复状态读取、兼容性和恢复链路；&lt;/li&gt; 
 &lt;li&gt;完善功能说明、中英文文案和可访问性；&lt;/li&gt; 
 &lt;li&gt;在条件允许时补充可信代码签名；&lt;/li&gt; 
 &lt;li&gt;评估更小的在线/精简发布方案，同时保留完整离线版本。&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;具体优先级会根据可复现问题、风险和用户反馈调整，不承诺固定发布日期。&lt;/p&gt; 
&lt;h2&gt;仓库与源码说明&lt;/h2&gt; 
&lt;p&gt;当前公开仓库主要用于发布官方说明、版本下载、更新记录和问题反馈。&lt;strong&gt;仓库公开可见不代表当前软件源码已经公开，也不代表授予复制、修改、重新打包或商业使用权限。&lt;/strong&gt;&lt;/p&gt; 
&lt;p&gt;如后续开放部分源码、工具或接口，会在对应目录中单独提供明确的许可证和适用范围。在没有许可证的情况下，请勿默认相关内容属于开源授权。&lt;/p&gt; 
&lt;h2&gt;作者与官方渠道&lt;/h2&gt; 
&lt;p&gt;两个平台名称不同，但均为同一位作者：&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;抖音：智宇&lt;/strong&gt;（抖音号 &lt;code&gt;35071658&lt;/code&gt;）— &lt;a href=&quot;https://www.douyin.com/user/MS4wLjABAAAAtudWpqXWwZXYdkSk0YT36zpHEPiS2YuFsQL21ihiUxI&quot;&gt;作者主页&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Bilibili：智宇丶817&lt;/strong&gt;（UID &lt;code&gt;41173761&lt;/code&gt;）— &lt;a href=&quot;https://space.bilibili.com/41173761&quot;&gt;作者主页&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;GitHub：ZYY817&lt;/strong&gt; — &lt;a href=&quot;https://github.com/ZYY817/YuqiEngine&quot;&gt;项目主页&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;夸克网盘备用下载&lt;/strong&gt; — &lt;a href=&quot;https://pan.quark.cn/s/432600ae9d8d&quot;&gt;作者公布链接&lt;/a&gt;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;宇奇引擎永久免费，禁止倒卖。转载、网盘再次分发、重新打包、捆绑其他内容、修改后传播或用于引流获利，必须先取得作者明确授权。请勿冒充作者或官方版本。&lt;/p&gt; 
&lt;hr /&gt; 
&lt;div align=&quot;center&quot;&gt; 
 &lt;strong&gt;宇奇引擎 · Yuqi Engine&lt;/strong&gt;
 &lt;br /&gt; 
 &lt;sub&gt;先理解，再选择；可验证，也可恢复。&lt;/sub&gt; 
&lt;/div&gt;</description>
      
    </item>
    
    <item>
      <title>AumGupta/abyss-jellyfin</title>
      <link>https://github.com/AumGupta/abyss-jellyfin</link>
      <description>&lt;p&gt;Minimal Dark Theme for Jellyfin [Customisable]&lt;/p&gt;&lt;hr&gt;&lt;div align=&quot;center&quot;&gt; 
 &lt;h1&gt;&lt;a href=&quot;https://aumgupta.github.io/abyss-jellyfin/&quot;&gt;Abyss&lt;/a&gt; for Jellyfin&lt;/h1&gt; 
 &lt;p&gt;&lt;img src=&quot;https://img.shields.io/badge/License-MIT-blue?style=for-the-badge&quot; alt=&quot;GitHub License&quot; /&gt; &lt;img src=&quot;https://img.shields.io/github/v/release/AumGupta/abyss-jellyfin?style=for-the-badge&quot; alt=&quot;GitHub Release&quot; /&gt; &lt;img src=&quot;https://img.shields.io/jsdelivr/gh/hm/AumGupta/abyss-jellyfin?style=for-the-badge&amp;amp;label=Usage&amp;amp;logo=none&quot; alt=&quot;jsDelivr Requests&quot; /&gt; &lt;a href=&quot;https://github.com/AumGupta/abyss-jellyfin/releases/latest&quot;&gt;&lt;img src=&quot;https://img.shields.io/github/downloads/AumGupta/abyss-jellyfin/total?style=for-the-badge&quot; alt=&quot;GitHub Downloads (all assets, all releases)&quot; /&gt;&lt;/a&gt;&lt;/p&gt; 
 &lt;img alt=&quot;Abyss Logo&quot; src=&quot;https://raw.githubusercontent.com/AumGupta/abyss-jellyfin/main/docs/assets/favicon/apple-touch-icon.png&quot; style=&quot;width: 72px;&quot; /&gt; 
 &lt;p&gt;A clean and minimal theme for Jellyfin with frosted glass surfaces, refined typography, smooth animations and a minimal design language that re-skins JellyFin almost exhaustively. &lt;a href=&quot;https://youtu.be/CAjI7qgvJzo&quot;&gt;Video Demo&lt;/a&gt;&lt;/p&gt; 
 &lt;a href=&quot;https://aumgupta.github.io/abyss-jellyfin/&quot;&gt; &lt;img src=&quot;https://img.shields.io/badge/View%2520%2526%2520Install-%E2%86%92-f5f5f7?style=for-the-badge&amp;amp;labelColor=2f2f2f&quot; alt=&quot;Install&quot; width=&quot;273.5&quot; /&gt; &lt;/a&gt; 
&lt;/div&gt; 
&lt;h2&gt;Demo Video&lt;/h2&gt; 
&lt;p&gt;&lt;a href=&quot;https://youtu.be/CAjI7qgvJzo&quot;&gt;&lt;img src=&quot;https://raw.githubusercontent.com/AumGupta/abyss-jellyfin/main/docs/assets/images/demo-thumbnail.png&quot; alt=&quot;Abyss Demo&quot; /&gt;&lt;/a&gt;&lt;/p&gt; 
&lt;h2&gt;Preview&lt;/h2&gt; 
&lt;a href=&quot;https://youtu.be/CAjI7qgvJzo&quot;&gt; &lt;img src=&quot;https://raw.githubusercontent.com/AumGupta/abyss-jellyfin/main/docs/assets/images/preview.png&quot; style=&quot;width:100%;&quot; /&gt; &lt;/a&gt; 
&lt;details&gt; 
 &lt;summary&gt;&lt;h2&gt;See full preview&lt;/h2&gt;&lt;/summary&gt; 
 &lt;a href=&quot;https://youtu.be/CAjI7qgvJzo&quot;&gt; &lt;img src=&quot;https://raw.githubusercontent.com/AumGupta/abyss-jellyfin/main/docs/assets/images/preview-full.png&quot; style=&quot;width:100%;&quot; /&gt; &lt;/a&gt; 
&lt;/details&gt; 
&lt;hr /&gt; 
&lt;h2&gt;Features&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;One-click installer&lt;/strong&gt;: &lt;code&gt;abyss-setup-vX.X.X.exe&lt;/code&gt; (Windows) and &lt;code&gt;abyss-setup-vX.X.X.sh&lt;/code&gt; (Linux) configure your entire Jellyfin instance, CSS, dashboard theme, home section order, and Spotlight, all automatically. &lt;em&gt;The theme selector in display settings becomes locked to Dark after installation, which is intentional and expected.&lt;/em&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Spotlight home banner&lt;/strong&gt;: a cinematic banner on your home screen showing your current Continue Watching item, complete with backdrop image, metadata pills (rating, runtime, score), and a resume play button.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Frosted glass UI&lt;/strong&gt;: header, drawer, dialogs, toasts, and footer all use &lt;code&gt;backdrop-filter&lt;/code&gt; blur for a layered, depth-rich interface&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Refined typography&lt;/strong&gt;: &lt;em&gt;Google Sans&lt;/em&gt; throughout, with consistent weight and spacing&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Smooth transitions and animations&lt;/strong&gt;: every interaction uses carefully tuned &lt;code&gt;cubic-bezier&lt;/code&gt; easing. Home sections animate in with a staggered fade-up entrance on load. The favourite (heart) button has a spring pop animation.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Floating sidebar&lt;/strong&gt;: pill-shaped drawer with rounded corners and a snappy slide animation&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Pill tab bar&lt;/strong&gt;: active tab highlighted with a filled pill indicator&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Every element targeted&lt;/strong&gt;: styling covers cards, indicators, sliders, checkboxes, form inputs, the media player OSD, now playing bar, chapter thumbnails, search page, cast thumbnails (9 responsive breakpoints), login page, detail pages, metadata manager, and the admin dashboard&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Responsive&lt;/strong&gt;: mobile layout tweaks, ultrawide support, and cast thumbnail scaling across all breakpoints&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Customisable&lt;/strong&gt;: three CSS variables let you retheme without touching the rest of the file&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;Installation&lt;/h2&gt; 
&lt;h3&gt;Linux &amp;amp; MacOS&lt;/h3&gt; 
&lt;p&gt;Download the latest &lt;strong&gt;&lt;code&gt;abyss-setup-vX.X.X.sh&lt;/code&gt;&lt;/strong&gt; from the &lt;a href=&quot;https://github.com/AumGupta/abyss-jellyfin/releases/latest&quot;&gt;Releases&lt;/a&gt; page and run it:&lt;/p&gt; 
&lt;pre&gt;&lt;code class=&quot;language-bash&quot;&gt;chmod +x abyss-setup-vX.X.X.sh
sudo ./abyss-setup-vX.X.X.sh
&lt;/code&gt;&lt;/pre&gt; 
&lt;div class=&quot;markdown-alert markdown-alert-note&quot;&gt;
 &lt;p class=&quot;markdown-alert-title&quot;&gt;
  &lt;svg class=&quot;octicon octicon-info mr-2&quot; viewbox=&quot;0 0 16 16&quot; version=&quot;1.1&quot; width=&quot;16&quot; height=&quot;16&quot; aria-hidden=&quot;true&quot;&gt;
   &lt;path d=&quot;M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z&quot;&gt;&lt;/path&gt;
  &lt;/svg&gt;Note&lt;/p&gt;
 &lt;p&gt;Requires &lt;code&gt;curl&lt;/code&gt; and &lt;code&gt;python3&lt;/code&gt;, which are available by default on most Linux distributions.&lt;/p&gt; 
&lt;/div&gt; 
&lt;p&gt;For detailed steps go to the &lt;a href=&quot;https://raw.githubusercontent.com/AumGupta/abyss-jellyfin/main/SETUP.md&quot;&gt;Setup Guide&lt;/a&gt;.&lt;/p&gt; 
&lt;h3&gt;Windows&lt;/h3&gt; 
&lt;p&gt;Download the latest &lt;strong&gt;&lt;code&gt;abyss-setup-vX.X.X.exe&lt;/code&gt;&lt;/strong&gt; from the &lt;a href=&quot;https://github.com/AumGupta/abyss-jellyfin/releases/latest&quot;&gt;Releases&lt;/a&gt; page and run it. The installer will:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;Apply the Abyss CSS to your Jellyfin server automatically&lt;/li&gt; 
 &lt;li&gt;Set the dashboard theme to Dark&lt;/li&gt; 
 &lt;li&gt;Configure your home screen sections in the correct order&lt;/li&gt; 
 &lt;li&gt;Install the Spotlight add-on (cinematic home banner)&lt;/li&gt; 
 &lt;li&gt;Restart Jellyfin when done&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;For detailed steps go to the &lt;a href=&quot;https://raw.githubusercontent.com/AumGupta/abyss-jellyfin/main/SETUP.md&quot;&gt;Setup Guide&lt;/a&gt;.&lt;/p&gt; 
&lt;hr /&gt; 
&lt;div class=&quot;markdown-alert markdown-alert-note&quot;&gt;
 &lt;p class=&quot;markdown-alert-title&quot;&gt;
  &lt;svg class=&quot;octicon octicon-info mr-2&quot; viewbox=&quot;0 0 16 16&quot; version=&quot;1.1&quot; width=&quot;16&quot; height=&quot;16&quot; aria-hidden=&quot;true&quot;&gt;
   &lt;path d=&quot;M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z&quot;&gt;&lt;/path&gt;
  &lt;/svg&gt;Note&lt;/p&gt;
 &lt;p&gt;If you are on Windows. &lt;strong&gt;Windows SmartScreen may show a warning!&lt;/strong&gt; It is completely normal, the setup is 100% safe. Click &lt;strong&gt;More info&lt;/strong&gt; then &lt;strong&gt;Run anyway&lt;/strong&gt;. This happens because the installer is new and hasn&#39;t yet built a download reputation with Microsoft.&lt;/p&gt; 
 &lt;details&gt; 
  &lt;summary&gt;&lt;em&gt;Why is this safe to run?&lt;/em&gt;&lt;/summary&gt; 
  &lt;br /&gt; 
  &lt;p&gt;The installer (&lt;code&gt;abyss-setup.exe&lt;/code&gt;) is automatically compiled from &lt;a href=&quot;https://raw.githubusercontent.com/AumGupta/abyss-jellyfin/main/setup.ps1&quot;&gt;&lt;code&gt;setup.ps1&lt;/code&gt;&lt;/a&gt; via &lt;a href=&quot;https://raw.githubusercontent.com/AumGupta/abyss-jellyfin/main/.github/workflows/build-installer.yml&quot;&gt;GitHub Actions&lt;/a&gt; on every release. You can read every line of &lt;code&gt;setup.ps1&lt;/code&gt; before running, it is plain PowerShell with no obfuscation.&lt;/p&gt; 
  &lt;p&gt;The installer will ask for your Jellyfin &lt;strong&gt;server URL&lt;/strong&gt;, &lt;strong&gt;admin username&lt;/strong&gt;, and &lt;strong&gt;admin password&lt;/strong&gt;. These are sent directly to your own local Jellyfin server using the standard Jellyfin API, the same API your browser uses when you log in. Nothing is sent to any external server. The credentials are used only to authenticate and apply theme settings, and are never stored anywhere.&lt;/p&gt; 
  &lt;p&gt;The build process is fully transparent and auditable, click through to the &lt;a href=&quot;https://github.com/AumGupta/abyss-jellyfin/actions&quot;&gt;Actions log&lt;/a&gt; to see exactly which commit produced the exe you downloaded.&lt;/p&gt; 
 &lt;/details&gt; 
&lt;/div&gt; 
&lt;h3&gt;Docker Install&lt;/h3&gt; 
&lt;p&gt;The steps to install Abyss inside a docker container can be found in the detailed &lt;a href=&quot;https://raw.githubusercontent.com/AumGupta/abyss-jellyfin/main/SETUP.md&quot;&gt;SETUP&lt;/a&gt; guide.&lt;/p&gt; 
&lt;h3&gt;Manual Install&lt;/h3&gt; 
&lt;p&gt;The steps to apply Abyss entirely manually can be found in the detailed &lt;a href=&quot;https://raw.githubusercontent.com/AumGupta/abyss-jellyfin/main/SETUP.md&quot;&gt;SETUP&lt;/a&gt; guide.&lt;/p&gt; 
&lt;blockquote&gt; 
 &lt;p&gt;Quick Preview:&lt;/p&gt; 
 &lt;pre&gt;&lt;code class=&quot;language-css&quot;&gt;@import url(&#39;https://cdn.jsdelivr.net/gh/AumGupta/abyss-jellyfin@main/abyss.css&#39;);
&lt;/code&gt;&lt;/pre&gt; 
 &lt;p&gt;Copy and Paste in the branding section in your jellyfin dashboard.&lt;/p&gt; 
&lt;/blockquote&gt; 
&lt;div class=&quot;markdown-alert markdown-alert-note&quot;&gt;
 &lt;p class=&quot;markdown-alert-title&quot;&gt;
  &lt;svg class=&quot;octicon octicon-info mr-2&quot; viewbox=&quot;0 0 16 16&quot; version=&quot;1.1&quot; width=&quot;16&quot; height=&quot;16&quot; aria-hidden=&quot;true&quot;&gt;
   &lt;path d=&quot;M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z&quot;&gt;&lt;/path&gt;
  &lt;/svg&gt;Note&lt;/p&gt;
 &lt;p&gt;The quick preview import given above is useful only to have a look at how the theme looks, but to actually get the full feel of Abyss, follow all the steps in the SETUP guide.&lt;/p&gt; 
&lt;/div&gt; 
&lt;h3&gt;Plugin Support&lt;/h3&gt; 
&lt;p&gt;If you use additional plugins, like &lt;em&gt;Jellyfin Enhanced&lt;/em&gt;, &lt;em&gt;Media Bar Enhanced&lt;/em&gt;, etc, then you can follow the &lt;a href=&quot;https://raw.githubusercontent.com/AumGupta/abyss-jellyfin/main/SETUP.md&quot;&gt;Plugin Support&lt;/a&gt; steps in the &lt;a href=&quot;http://SETUP.md&quot;&gt;SETUP.md&lt;/a&gt; guide.&lt;/p&gt; 
&lt;details&gt; 
 &lt;summary&gt;&lt;h2&gt;Customisation&lt;/h2&gt;&lt;/summary&gt; 
 &lt;p&gt;Override any of these variables at the top of your &lt;strong&gt;Custom CSS&lt;/strong&gt; field, after the &lt;code&gt;@import&lt;/code&gt; line:&lt;/p&gt; 
 &lt;pre&gt;&lt;code class=&quot;language-css&quot;&gt;@import url(&#39;https://cdn.jsdelivr.net/gh/AumGupta/abyss-jellyfin@main/abyss.css&#39;);

:root {
    /* Accent colour: R, G, B only, no rgb() wrapper */
    --abyss-accent: 245, 245, 247;   /* default: near-white */

    /* Corner rounding applied globally */
    --abyss-radius: 24px;            /* default: 24px */

    /* Episode count / indicator pill background */
    --abyss-indicator: 55, 55, 55;   /* default: dark grey */
}
&lt;/code&gt;&lt;/pre&gt; 
 &lt;h3&gt;Example accent colours&lt;/h3&gt; 
 &lt;table&gt; 
  &lt;thead&gt; 
   &lt;tr&gt; 
    &lt;th&gt;Look&lt;/th&gt; 
    &lt;th&gt;Value&lt;/th&gt; 
   &lt;/tr&gt; 
  &lt;/thead&gt; 
  &lt;tbody&gt; 
   &lt;tr&gt; 
    &lt;td&gt;Default (near-white)&lt;/td&gt; 
    &lt;td&gt;&lt;code&gt;245, 245, 247&lt;/code&gt;&lt;/td&gt; 
   &lt;/tr&gt; 
   &lt;tr&gt; 
    &lt;td&gt;Warm white&lt;/td&gt; 
    &lt;td&gt;&lt;code&gt;255, 250, 240&lt;/code&gt;&lt;/td&gt; 
   &lt;/tr&gt; 
   &lt;tr&gt; 
    &lt;td&gt;Soft blue&lt;/td&gt; 
    &lt;td&gt;&lt;code&gt;100, 160, 255&lt;/code&gt;&lt;/td&gt; 
   &lt;/tr&gt; 
   &lt;tr&gt; 
    &lt;td&gt;Teal&lt;/td&gt; 
    &lt;td&gt;&lt;code&gt;50, 200, 180&lt;/code&gt;&lt;/td&gt; 
   &lt;/tr&gt; 
   &lt;tr&gt; 
    &lt;td&gt;Rose&lt;/td&gt; 
    &lt;td&gt;&lt;code&gt;255, 100, 120&lt;/code&gt;&lt;/td&gt; 
   &lt;/tr&gt; 
  &lt;/tbody&gt; 
 &lt;/table&gt; 
 &lt;h3&gt;Lite mode&lt;/h3&gt; 
 &lt;p&gt;For lower-power mobile, TV, and embedded clients, import the optional Lite override after the main theme:&lt;/p&gt; 
 &lt;pre&gt;&lt;code class=&quot;language-css&quot;&gt;@import url(&#39;https://cdn.jsdelivr.net/gh/AumGupta/abyss-jellyfin@main/abyss.css&#39;);
@import url(&#39;https://cdn.jsdelivr.net/gh/AumGupta/abyss-jellyfin@main/styles/abyss-lite.css&#39;);
&lt;/code&gt;&lt;/pre&gt; 
 &lt;p&gt;Lite mode keeps the same colours, typography, spacing, and component styling while reducing blur, shadows, and entrance motion.&lt;/p&gt; 
 &lt;blockquote&gt; 
  &lt;p&gt;NOTE:&lt;/p&gt; 
  &lt;p&gt;You can also change the font by adding a &lt;em&gt;Google Fonts&lt;/em&gt; (or any other source) &lt;code&gt;@import&lt;/code&gt; and overriding the &lt;code&gt;body&lt;/code&gt; font-family after your theme import. For example, to use &lt;a href=&quot;https://fonts.google.com/specimen/Inter&quot;&gt;Inter&lt;/a&gt;:&lt;/p&gt; 
  &lt;pre&gt;&lt;code class=&quot;language-css&quot;&gt;@import url(&#39;https://cdn.jsdelivr.net/gh/AumGupta/abyss-jellyfin@main/abyss.css&#39;);
@import url(&#39;https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&amp;amp;display=swap&#39;);

body {
    font-family: &quot;Inter&quot;, sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: &quot;GRAD&quot; 0;
}
&lt;/code&gt;&lt;/pre&gt; 
  &lt;p&gt;Browse fonts at &lt;a href=&quot;https://fonts.google.com&quot;&gt;fonts.google.com&lt;/a&gt; and replace &lt;code&gt;&quot;Inter&quot;&lt;/code&gt; with any family name you pick.&lt;/p&gt; 
 &lt;/blockquote&gt; 
&lt;/details&gt; 
&lt;hr /&gt; 
&lt;h2&gt;Compatibility&lt;/h2&gt; 
&lt;table&gt; 
 &lt;thead&gt; 
  &lt;tr&gt; 
   &lt;th&gt;Jellyfin version&lt;/th&gt; 
   &lt;th&gt;Status&lt;/th&gt; 
  &lt;/tr&gt; 
 &lt;/thead&gt; 
 &lt;tbody&gt; 
  &lt;tr&gt; 
   &lt;td&gt;10.11.x&lt;/td&gt; 
   &lt;td&gt;Tested&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;10.10.x&lt;/td&gt; 
   &lt;td&gt;Should work&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;Earlier&lt;/td&gt; 
   &lt;td&gt;Untested&lt;/td&gt; 
  &lt;/tr&gt; 
 &lt;/tbody&gt; 
&lt;/table&gt; 
&lt;div class=&quot;markdown-alert markdown-alert-important&quot;&gt;
 &lt;p class=&quot;markdown-alert-title&quot;&gt;
  &lt;svg class=&quot;octicon octicon-report mr-2&quot; viewbox=&quot;0 0 16 16&quot; version=&quot;1.1&quot; width=&quot;16&quot; height=&quot;16&quot; aria-hidden=&quot;true&quot;&gt;
   &lt;path d=&quot;M0 1.75C0 .784.784 0 1.75 0h12.5C15.216 0 16 .784 16 1.75v9.5A1.75 1.75 0 0 1 14.25 13H8.06l-2.573 2.573A1.458 1.458 0 0 1 3 14.543V13H1.75A1.75 1.75 0 0 1 0 11.25Zm1.75-.25a.25.25 0 0 0-.25.25v9.5c0 .138.112.25.25.25h2a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.749.749 0 0 1 .53-.22h6.5a.25.25 0 0 0 .25-.25v-9.5a.25.25 0 0 0-.25-.25Zm7 2.25v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 9a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z&quot;&gt;&lt;/path&gt;
  &lt;/svg&gt;Important&lt;/p&gt;
 &lt;p&gt;Abyss is built and tested for the &lt;strong&gt;Jellyfin web client&lt;/strong&gt; accessed via a desktop browser. The mobile web experience includes layout tweaks but is not the primary focus. The Jellyfin desktop app (Jellyfin Media Player) and TV clients may work but are not specifically targeted and results may vary.&lt;/p&gt; 
&lt;/div&gt; 
&lt;details&gt; 
 &lt;summary&gt;Notes&lt;/summary&gt; 
 &lt;ul&gt; 
  &lt;li&gt;The &lt;strong&gt;Jellyfin admin dashboard&lt;/strong&gt; (&lt;code&gt;/dashboard&lt;/code&gt;) is a separate React app and does not load Custom CSS. Abyss styles the main client only (home, libraries, detail pages, player).&lt;/li&gt; 
  &lt;li&gt;Backdrop blur requires &lt;code&gt;backdrop-filter&lt;/code&gt; support: Chrome, Edge, Safari, and Firefox 103+.&lt;/li&gt; 
  &lt;li&gt;The theme selector in display settings will appear locked (greyed out) after installation via the installer, this is intentional. Abyss requires the Dark base theme to display correctly.&lt;/li&gt; 
 &lt;/ul&gt; 
&lt;/details&gt; 
&lt;h2&gt;Contributing&lt;/h2&gt; 
&lt;p&gt;Pull requests are welcome. For suggestions, feature requests, or bug reports, open an issue on the &lt;a href=&quot;https://github.com/AumGupta/abyss-jellyfin/issues&quot;&gt;Issues&lt;/a&gt; page. Please include your Jellyfin version and a screenshot where relevant.&lt;/p&gt; 
&lt;h2&gt;License&lt;/h2&gt; 
&lt;p&gt;Abyss is licensed under the &lt;a href=&quot;https://github.com/AumGupta/abyss-jellyfin?tab=MIT-1-ov-file&quot;&gt;MIT License&lt;/a&gt;.&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>ConardLi/garden-skills</title>
      <link>https://github.com/ConardLi/garden-skills</link>
      <description>&lt;p&gt;ConardLi&#39;s open-source Skills collection, featuring web design, knowledge retrieval, image generation, and more.&lt;/p&gt;&lt;hr&gt;&lt;div align=&quot;center&quot;&gt; 
 &lt;h1&gt;Garden Skills&lt;/h1&gt; 
 &lt;p&gt;&lt;strong&gt;A curated collection of production-ready &lt;a href=&quot;https://support.claude.com/en/articles/12512176-what-are-skills&quot;&gt;Agent Skills&lt;/a&gt; for Claude Code, Cursor, Codex, and other AI coding agents.&lt;/strong&gt;&lt;/p&gt; 
 &lt;p&gt;&lt;a id=&quot;skills-gallery&quot;&gt;&lt;/a&gt;&lt;/p&gt; 
 &lt;table&gt; 
  &lt;tbody&gt;
   &lt;tr&gt; 
    &lt;td width=&quot;50%&quot; valign=&quot;top&quot;&gt; &lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/#web-video-presentation&quot;&gt;&lt;img src=&quot;https://cdn.jsdelivr.net/gh/ConardLi/assets@main/imgs/web-video-presentation-skill.webp&quot; alt=&quot;Web Video Presentation Skill&quot; width=&quot;100%&quot; /&gt;&lt;/a&gt; &lt;br /&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/#web-video-presentation&quot;&gt;&lt;strong&gt;web-video-presentation&lt;/strong&gt;&lt;/a&gt; &lt;br /&gt;&lt;sub&gt;Web video / presentation&lt;/sub&gt; &lt;/td&gt; 
    &lt;td width=&quot;50%&quot; valign=&quot;top&quot;&gt; &lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/#web-design-engineer&quot;&gt;&lt;img src=&quot;https://cdn.jsdelivr.net/gh/ConardLi/assets@main/imgs/web-design-skill.webp&quot; alt=&quot;Web Design Skill&quot; width=&quot;100%&quot; /&gt;&lt;/a&gt; &lt;br /&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/#web-design-engineer&quot;&gt;&lt;strong&gt;web-design-engineer&lt;/strong&gt;&lt;/a&gt; &lt;br /&gt;&lt;sub&gt;Design / frontend&lt;/sub&gt; &lt;/td&gt; 
   &lt;/tr&gt; 
   &lt;tr&gt; 
    &lt;td width=&quot;50%&quot; valign=&quot;top&quot;&gt; &lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/#gpt-image-2&quot;&gt;&lt;img src=&quot;https://cdn.jsdelivr.net/gh/ConardLi/assets@main/imgs/gpt-image-2-skill.webp&quot; alt=&quot;GPT Image 2 Skill&quot; width=&quot;100%&quot; /&gt;&lt;/a&gt; &lt;br /&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/#gpt-image-2&quot;&gt;&lt;strong&gt;gpt-image-2&lt;/strong&gt;&lt;/a&gt; &lt;br /&gt;&lt;sub&gt;Image generation / prompting&lt;/sub&gt; &lt;/td&gt; 
    &lt;td width=&quot;50%&quot; valign=&quot;top&quot;&gt; &lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/#beautiful-article&quot;&gt;&lt;img src=&quot;https://cdn.jsdelivr.net/gh/ConardLi/assets@main/imgs/article/banner.webp&quot; alt=&quot;Beautiful Article Skill&quot; width=&quot;100%&quot; /&gt;&lt;/a&gt; &lt;br /&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/#beautiful-article&quot;&gt;&lt;strong&gt;beautiful-article&lt;/strong&gt;&lt;/a&gt; &lt;br /&gt;&lt;sub&gt;Any source → beautiful article&lt;/sub&gt; &lt;/td&gt; 
   &lt;/tr&gt; 
  &lt;/tbody&gt;
 &lt;/table&gt; 
 &lt;p&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/LICENSE&quot;&gt;&lt;img src=&quot;https://img.shields.io/github/license/ConardLi/garden-skills?style=flat-square&amp;amp;color=blue&quot; alt=&quot;License: MIT&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;https://github.com/ConardLi/garden-skills/stargazers&quot;&gt;&lt;img src=&quot;https://img.shields.io/github/stars/ConardLi/garden-skills?style=flat-square&quot; alt=&quot;GitHub stars&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/#contributing&quot;&gt;&lt;img src=&quot;https://img.shields.io/badge/PRs-welcome-brightgreen?style=flat-square&quot; alt=&quot;PRs welcome&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/#skills-gallery&quot;&gt;&lt;img src=&quot;https://img.shields.io/badge/skills-5-orange?style=flat-square&quot; alt=&quot;Skills count&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;https://agentskills.io&quot;&gt;&lt;img src=&quot;https://img.shields.io/badge/spec-SKILL.md-black?style=flat-square&quot; alt=&quot;Spec&quot; /&gt;&lt;/a&gt;&lt;/p&gt; 
 &lt;p&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/README.md&quot;&gt;English&lt;/a&gt; · &lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/README.zh-CN.md&quot;&gt;中文文档&lt;/a&gt; · &lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/README.ja-JP.md&quot;&gt;日本語&lt;/a&gt;&lt;/p&gt; 
&lt;/div&gt; 
&lt;hr /&gt; 
&lt;h2&gt;Table of contents&lt;/h2&gt; 
&lt;table&gt; 
 &lt;thead&gt; 
  &lt;tr&gt; 
   &lt;th&gt;Install&lt;/th&gt; 
   &lt;th&gt;Use&lt;/th&gt; 
   &lt;th&gt;Contribute&lt;/th&gt; 
  &lt;/tr&gt; 
 &lt;/thead&gt; 
 &lt;tbody&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/#install&quot;&gt;Install&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/#option-a--skills-cli-npx&quot;&gt;&lt;code&gt;skills&lt;/code&gt; CLI (npx)&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/#option-b--claude-code-plugin-marketplace&quot;&gt;Claude Code plugin marketplace&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/#option-c--pinned-zip-from-releases&quot;&gt;Pinned &lt;code&gt;.zip&lt;/code&gt; from Releases&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/#option-d--manual-copy-into-your-project&quot;&gt;Manual copy&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/#option-e--git-submodule&quot;&gt;Git submodule&lt;/a&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/#compatibility&quot;&gt;Compatibility&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/#what-is-a-skill&quot;&gt;What is a Skill?&lt;/a&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/#contributing&quot;&gt;Contributing&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/#acknowledgments&quot;&gt;Acknowledgments&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/#license&quot;&gt;License&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
 &lt;/tbody&gt; 
&lt;/table&gt; 
&lt;hr /&gt; 
&lt;h3&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/skills/web-video-presentation&quot;&gt;&lt;code&gt;web-video-presentation&lt;/code&gt;&lt;/a&gt;&lt;/h3&gt; 
&lt;p&gt;&lt;img src=&quot;https://cdn.jsdelivr.net/gh/ConardLi/assets@main/imgs/web-video-presentation-skill.webp&quot; alt=&quot;Web Video Presentation Skill&quot; /&gt;&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;Category:&lt;/strong&gt; Web Video / Presentation Engineering&lt;br /&gt; &lt;strong&gt;Best for:&lt;/strong&gt; turning scripts, articles, lessons, product demos, and talks into click-driven 16:9 web presentations that can be screen-recorded as cinematic videos.&lt;/p&gt; 
&lt;p&gt;&lt;code&gt;web-video-presentation&lt;/code&gt; builds record-ready Vite + React + TypeScript presentations that behave like video production surfaces. The workflow turns raw articles into narration scripts, maps script beats to full-screen scenes, pauses at required checkpoints, and can optionally synthesize narration audio after the visual outline is approved.&lt;/p&gt; 
&lt;p&gt;Highlights:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;Fixed 1920×1080 stage that scales to the viewport for stable screen recording&lt;/li&gt; 
 &lt;li&gt;Click / keyboard driven &lt;code&gt;(chapter, step)&lt;/code&gt; cursor, with one narration beat per visual step&lt;/li&gt; 
 &lt;li&gt;Hard collaboration checkpoints for script, theme, outline, implementation mode, and optional audio&lt;/li&gt; 
 &lt;li&gt;Hidden hover-only progress controls so the stage stays clean while recording&lt;/li&gt; 
 &lt;li&gt;Theme-token architecture with &lt;strong&gt;23 built-in themes&lt;/strong&gt;, each with its own design signature — editorial, terminal, engineering, Swiss International, and more&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Pluggable TTS&lt;/strong&gt; — provider-agnostic audio runner; ships &lt;strong&gt;two built-in providers&lt;/strong&gt; (MiniMax &lt;code&gt;mmx-cli&lt;/code&gt; + OpenAI TTS via curl) plus a contract + ready-to-paste snippets for ElevenLabs / edge-tts / Azure / Google Cloud / macOS &lt;code&gt;say&lt;/code&gt;&lt;/li&gt; 
 &lt;li&gt;Scaffolded Vite + React + TypeScript project with reusable stage primitives and recording guidance&lt;/li&gt; 
&lt;/ul&gt; 
&lt;table&gt; 
 &lt;tbody&gt;
  &lt;tr&gt; 
   &lt;td align=&quot;center&quot; width=&quot;25%&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/skills/web-video-presentation/README.md#theme-gallery&quot;&gt;&lt;img src=&quot;https://cdn.jsdelivr.net/gh/ConardLi/assets@main/imgs/web-video/creative-voltage.webp&quot; alt=&quot;creative-voltage preview&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;sub&gt;&lt;code&gt;creative-voltage&lt;/code&gt;&lt;br /&gt;creative talks&lt;/sub&gt;&lt;/td&gt; 
   &lt;td align=&quot;center&quot; width=&quot;25%&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/skills/web-video-presentation/README.md#theme-gallery&quot;&gt;&lt;img src=&quot;https://cdn.jsdelivr.net/gh/ConardLi/assets@main/imgs/web-video/blueprint.webp&quot; alt=&quot;blueprint preview&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;sub&gt;&lt;code&gt;blueprint&lt;/code&gt;&lt;br /&gt;tech architecture&lt;/sub&gt;&lt;/td&gt; 
   &lt;td align=&quot;center&quot; width=&quot;25%&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/skills/web-video-presentation/README.md#theme-gallery&quot;&gt;&lt;img src=&quot;https://cdn.jsdelivr.net/gh/ConardLi/assets@main/imgs/web-video/swiss-ikb.webp&quot; alt=&quot;swiss-ikb preview&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;sub&gt;&lt;code&gt;swiss-ikb&lt;/code&gt;&lt;br /&gt;data reports&lt;/sub&gt;&lt;/td&gt; 
   &lt;td align=&quot;center&quot; width=&quot;25%&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/skills/web-video-presentation/README.md#theme-gallery&quot;&gt;&lt;img src=&quot;https://cdn.jsdelivr.net/gh/ConardLi/assets@main/imgs/web-video/chalk-garden.webp&quot; alt=&quot;chalk-garden preview&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;sub&gt;&lt;code&gt;chalk-garden&lt;/code&gt;&lt;br /&gt;popular science&lt;/sub&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
 &lt;/tbody&gt;
&lt;/table&gt; 
&lt;p&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/skills/web-video-presentation/README.md#theme-gallery&quot;&gt;&lt;img src=&quot;https://cdn.jsdelivr.net/gh/ConardLi/assets@main/imgs/web-video/gallery.webp&quot; alt=&quot;Theme gallery — 23 built-in themes for web-video-presentation&quot; /&gt;&lt;/a&gt;&lt;/p&gt; 
&lt;p&gt;&lt;sub&gt;↑ All 23 themes at a glance — &lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/skills/web-video-presentation/README.md#theme-gallery&quot;&gt;&lt;b&gt;open the full gallery&lt;/b&gt;&lt;/a&gt; for live 16:9 previews, design signatures, and best-for tags.&lt;/sub&gt;&lt;/p&gt; 
&lt;p&gt;Links: &lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/skills/web-video-presentation/README.md&quot;&gt;README&lt;/a&gt; · &lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/skills/web-video-presentation/SKILL.md&quot;&gt;SKILL.md&lt;/a&gt; · 
 &lt;!-- DOWNLOAD:web-video-presentation:start --&gt;&lt;a href=&quot;https://github.com/ConardLi/garden-skills/releases/download/web-video-presentation-v1.2.2/web-video-presentation-1.2.2.zip&quot;&gt;Download v1.2.2 .zip&lt;/a&gt;
 &lt;!-- DOWNLOAD:web-video-presentation:end --&gt;&lt;/p&gt; 
&lt;hr /&gt; 
&lt;h3&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/skills/web-design-engineer&quot;&gt;&lt;code&gt;web-design-engineer&lt;/code&gt;&lt;/a&gt;&lt;/h3&gt; 
&lt;p&gt;&lt;img src=&quot;https://cdn.jsdelivr.net/gh/ConardLi/assets@main/imgs/web-design-skill.webp&quot; alt=&quot;Web Design Skill&quot; /&gt;&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;Category:&lt;/strong&gt; Design / Frontend&lt;br /&gt; &lt;strong&gt;Best for:&lt;/strong&gt; web pages, landing pages, dashboards, interactive prototypes, HTML slide decks, animations, UI mockups, data visualizations, and design-system explorations.&lt;/p&gt; 
&lt;p&gt;&lt;code&gt;web-design-engineer&lt;/code&gt; turns AI-generated web artifacts from merely functional into polished, deliberate, and visually memorable front-end work. It treats the agent as a design engineer: first understanding product context, then declaring a design system, showing an early v0, building the full experience, and verifying the result.&lt;/p&gt; 
&lt;p&gt;Highlights:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;Converts the brief into a five-dial Design Read covering variance, motion, density, asset dependence, and brand fidelity&lt;/li&gt; 
 &lt;li&gt;Distinguishes extension, preserve, and overhaul redesign modes before changing an existing product&lt;/li&gt; 
 &lt;li&gt;Runs executable browser acceptance only when the user explicitly requests acceptance, QA, or browser testing&lt;/li&gt; 
 &lt;li&gt;Pushes beyond generic AI UI patterns with an anti-cliché blocklist and stronger visual judgment&lt;/li&gt; 
 &lt;li&gt;Ships a &lt;strong&gt;Design Direction Advisor (six differentiated schools) + 25 anchored style recipes&lt;/strong&gt; (Linear / Aesop / Pentagram / Bloomberg / Stripe Press / Mid-Century, etc.) — each recipe carries concrete palette, typography, signature moves, and anti-patterns ready to paste into the design-system declaration&lt;/li&gt; 
 &lt;li&gt;Covers HTML / CSS / JavaScript / React prototypes, with guidance for responsive layout, motion, and interaction polish&lt;/li&gt; 
 &lt;li&gt;Includes practical implementation rules for inline React + Babel, CSS tokens, &lt;code&gt;oklch()&lt;/code&gt; color work, container queries, and reduced-motion handling&lt;/li&gt; 
 &lt;li&gt;Ships an advanced patterns reference for device frames, slide engines, animation timelines, dashboards, and other reusable web artifacts&lt;/li&gt; 
&lt;/ul&gt; 
&lt;table&gt; 
 &lt;tbody&gt;
  &lt;tr&gt; 
   &lt;td align=&quot;center&quot; width=&quot;25%&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/skills/web-design-engineer/README.md#style-recipe-gallery&quot;&gt;&lt;img src=&quot;https://cdn.jsdelivr.net/gh/ConardLi/assets@main/imgs/web-design/aesop.webp&quot; alt=&quot;aesop preview&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;sub&gt;&lt;code&gt;aesop&lt;/code&gt;&lt;br /&gt;apothecary pages&lt;/sub&gt;&lt;/td&gt; 
   &lt;td align=&quot;center&quot; width=&quot;25%&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/skills/web-design-engineer/README.md#style-recipe-gallery&quot;&gt;&lt;img src=&quot;https://cdn.jsdelivr.net/gh/ConardLi/assets@main/imgs/web-design/muji-kenya-hara.webp&quot; alt=&quot;muji-kenya-hara preview&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;sub&gt;&lt;code&gt;muji-kenya-hara&lt;/code&gt;&lt;br /&gt;object catalogues&lt;/sub&gt;&lt;/td&gt; 
   &lt;td align=&quot;center&quot; width=&quot;25%&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/skills/web-design-engineer/README.md#style-recipe-gallery&quot;&gt;&lt;img src=&quot;https://cdn.jsdelivr.net/gh/ConardLi/assets@main/imgs/web-design/monocle-magazine.webp&quot; alt=&quot;monocle-magazine preview&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;sub&gt;&lt;code&gt;monocle-magazine&lt;/code&gt;&lt;br /&gt;magazine contents&lt;/sub&gt;&lt;/td&gt; 
   &lt;td align=&quot;center&quot; width=&quot;25%&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/skills/web-design-engineer/README.md#style-recipe-gallery&quot;&gt;&lt;img src=&quot;https://cdn.jsdelivr.net/gh/ConardLi/assets@main/imgs/web-design/stripe-press.webp&quot; alt=&quot;stripe-press preview&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;sub&gt;&lt;code&gt;stripe-press&lt;/code&gt;&lt;br /&gt;book detail&lt;/sub&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td align=&quot;center&quot; width=&quot;25%&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/skills/web-design-engineer/README.md#style-recipe-gallery&quot;&gt;&lt;img src=&quot;https://cdn.jsdelivr.net/gh/ConardLi/assets@main/imgs/web-design/bloomberg-terminal.webp&quot; alt=&quot;bloomberg-terminal preview&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;sub&gt;&lt;code&gt;bloomberg-terminal&lt;/code&gt;&lt;br /&gt;trading dashboards&lt;/sub&gt;&lt;/td&gt; 
   &lt;td align=&quot;center&quot; width=&quot;25%&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/skills/web-design-engineer/README.md#style-recipe-gallery&quot;&gt;&lt;img src=&quot;https://cdn.jsdelivr.net/gh/ConardLi/assets@main/imgs/web-design/linear.webp&quot; alt=&quot;linear preview&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;sub&gt;&lt;code&gt;linear&lt;/code&gt;&lt;br /&gt;dev tool landing&lt;/sub&gt;&lt;/td&gt; 
   &lt;td align=&quot;center&quot; width=&quot;25%&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/skills/web-design-engineer/README.md#style-recipe-gallery&quot;&gt;&lt;img src=&quot;https://cdn.jsdelivr.net/gh/ConardLi/assets@main/imgs/web-design/vercel-mesh.webp&quot; alt=&quot;vercel-mesh preview&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;sub&gt;&lt;code&gt;vercel-mesh&lt;/code&gt;&lt;br /&gt;deploy hero&lt;/sub&gt;&lt;/td&gt; 
   &lt;td align=&quot;center&quot; width=&quot;25%&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/skills/web-design-engineer/README.md#style-recipe-gallery&quot;&gt;&lt;img src=&quot;https://cdn.jsdelivr.net/gh/ConardLi/assets@main/imgs/web-design/tufte-dataink.webp&quot; alt=&quot;tufte-dataink preview&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;sub&gt;&lt;code&gt;tufte-dataink&lt;/code&gt;&lt;br /&gt;data narratives&lt;/sub&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td align=&quot;center&quot; width=&quot;25%&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/skills/web-design-engineer/README.md#style-recipe-gallery&quot;&gt;&lt;img src=&quot;https://cdn.jsdelivr.net/gh/ConardLi/assets@main/imgs/web-design/mid-century-modern.webp&quot; alt=&quot;mid-century-modern preview&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;sub&gt;&lt;code&gt;mid-century-modern&lt;/code&gt;&lt;br /&gt;poster homage&lt;/sub&gt;&lt;/td&gt; 
   &lt;td align=&quot;center&quot; width=&quot;25%&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/skills/web-design-engineer/README.md#style-recipe-gallery&quot;&gt;&lt;img src=&quot;https://cdn.jsdelivr.net/gh/ConardLi/assets@main/imgs/web-design/y2k-retrofuturism.webp&quot; alt=&quot;y2k-retrofuturism preview&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;sub&gt;&lt;code&gt;y2k-retrofuturism&lt;/code&gt;&lt;br /&gt;Y2K portal&lt;/sub&gt;&lt;/td&gt; 
   &lt;td align=&quot;center&quot; width=&quot;25%&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/skills/web-design-engineer/README.md#style-recipe-gallery&quot;&gt;&lt;img src=&quot;https://cdn.jsdelivr.net/gh/ConardLi/assets@main/imgs/web-design/bloomberg-businessweek-turley.webp&quot; alt=&quot;bloomberg-businessweek-turley preview&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;sub&gt;&lt;code&gt;businessweek-turley&lt;/code&gt;&lt;br /&gt;editorial covers&lt;/sub&gt;&lt;/td&gt; 
   &lt;td align=&quot;center&quot; width=&quot;25%&quot;&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/skills/web-design-engineer/README.md#style-recipe-gallery&quot;&gt;&lt;img src=&quot;https://cdn.jsdelivr.net/gh/ConardLi/assets@main/imgs/web-design/active-theory.webp&quot; alt=&quot;active-theory preview&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;sub&gt;&lt;code&gt;active-theory&lt;/code&gt;&lt;br /&gt;cinematic launch&lt;/sub&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
 &lt;/tbody&gt;
&lt;/table&gt; 
&lt;p&gt;&lt;sub&gt;↑ 12 of 25 anchored recipes — &lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/skills/web-design-engineer/README.md#style-recipe-gallery&quot;&gt;&lt;b&gt;open the full gallery&lt;/b&gt;&lt;/a&gt; for all 25 working artefacts (apothecary pages, trading workstations, magazine covers, Y2K portals, mid-century posters …) with signature moves and best-for tags.&lt;/sub&gt;&lt;/p&gt; 
&lt;p&gt;Links: &lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/skills/web-design-engineer/README.md&quot;&gt;README&lt;/a&gt; · &lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/skills/web-design-engineer/SKILL.md&quot;&gt;SKILL.md&lt;/a&gt; · &lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/website/web-design-website&quot;&gt;Website&lt;/a&gt; · &lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/demo/web-design-demo&quot;&gt;Demo&lt;/a&gt; · 
 &lt;!-- DOWNLOAD:web-design-engineer:start --&gt;&lt;a href=&quot;https://github.com/ConardLi/garden-skills/releases/download/web-design-engineer-v1.3.0/web-design-engineer-1.3.0.zip&quot;&gt;Download v1.3.0 .zip&lt;/a&gt;
 &lt;!-- DOWNLOAD:web-design-engineer:end --&gt;&lt;/p&gt; 
&lt;hr /&gt; 
&lt;h3&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/skills/gpt-image-2&quot;&gt;&lt;code&gt;gpt-image-2&lt;/code&gt;&lt;/a&gt;&lt;/h3&gt; 
&lt;p&gt;&lt;img src=&quot;https://cdn.jsdelivr.net/gh/ConardLi/assets@main/imgs/gpt-image-2-skill.webp&quot; alt=&quot;GPT Image 2 Skill&quot; /&gt;&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;Category:&lt;/strong&gt; Image Generation / Prompt Engineering&lt;br /&gt; &lt;strong&gt;Best for:&lt;/strong&gt; posters, UI mockups, product visuals, infographics, academic figures, technical diagrams, comics, avatars, storyboards, branding boards, and image-editing workflows.&lt;/p&gt; 
&lt;p&gt;&lt;code&gt;gpt-image-2&lt;/code&gt; is a focused image-generation skill for GPT Image 2 and OpenAI-compatible image APIs. It is designed to work across different agent environments: fully local Garden generation, host-native image-tool delegation, or prompt-only advisor mode when no image tool is available.&lt;/p&gt; 
&lt;p&gt;Highlights:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;Supports three runtime modes: &lt;strong&gt;Mode A Garden local&lt;/strong&gt;, &lt;strong&gt;Mode B host-native delegation&lt;/strong&gt;, and &lt;strong&gt;Mode C advisor-only prompt writing&lt;/strong&gt;&lt;/li&gt; 
 &lt;li&gt;Starts every task with mode detection so the skill does not silently choose the wrong execution path&lt;/li&gt; 
 &lt;li&gt;Provides 18 visual categories and 79 structured prompt templates under &lt;code&gt;references/&lt;/code&gt;&lt;/li&gt; 
 &lt;li&gt;Covers both image generation and image editing through dedicated workflows and scripts&lt;/li&gt; 
 &lt;li&gt;Saves prompts and generated images under &lt;code&gt;garden-gpt-image-2/&lt;/code&gt; in Garden mode for reuse, review, and versioning&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h4&gt;Selected live cases&lt;/h4&gt; 
&lt;table&gt; 
 &lt;tbody&gt;
  &lt;tr&gt; 
   &lt;td width=&quot;25%&quot; align=&quot;center&quot;&gt; &lt;a href=&quot;https://gpt-image2.mmh1.top/#/case/editing-workflows%2Fbackground-replacement%2F1&quot;&gt;&lt;img src=&quot;https://cdn.jsdelivr.net/gh/ConardLi/gpt-image-2-101@main/public/case/editing-workflows/background-replacement/1-thumb.webp&quot; alt=&quot;Background replacement case&quot; width=&quot;100%&quot; /&gt;&lt;/a&gt;&lt;br /&gt; &lt;strong&gt;&lt;code&gt;background-replacement&lt;/code&gt;&lt;/strong&gt;&lt;br /&gt; &lt;sub&gt;Portrait edit with Times Square relighting.&lt;/sub&gt; &lt;/td&gt; 
   &lt;td width=&quot;25%&quot; align=&quot;center&quot;&gt; &lt;a href=&quot;https://gpt-image2.mmh1.top/#/case/ui-mockups%2Fchat-interface-scene%2F3&quot;&gt;&lt;img src=&quot;https://cdn.jsdelivr.net/gh/ConardLi/gpt-image-2-101@main/public/case/ui-mockups/chat-interface-scene/3-thumb.webp&quot; alt=&quot;AI assistant UI mockup case&quot; width=&quot;100%&quot; /&gt;&lt;/a&gt;&lt;br /&gt; &lt;strong&gt;&lt;code&gt;chat-interface-scene&lt;/code&gt;&lt;/strong&gt;&lt;br /&gt; &lt;sub&gt;Claude-style assistant product screenshot.&lt;/sub&gt; &lt;/td&gt; 
   &lt;td width=&quot;25%&quot; align=&quot;center&quot;&gt; &lt;a href=&quot;https://gpt-image2.mmh1.top/#/case/ui-mockups%2Flive-commerce-ui%2F1&quot;&gt;&lt;img src=&quot;https://cdn.jsdelivr.net/gh/ConardLi/gpt-image-2-101@main/public/case/ui-mockups/live-commerce-ui/1-thumb.webp&quot; alt=&quot;Live commerce UI case&quot; width=&quot;100%&quot; /&gt;&lt;/a&gt;&lt;br /&gt; &lt;strong&gt;&lt;code&gt;live-commerce-ui&lt;/code&gt;&lt;/strong&gt;&lt;br /&gt; &lt;sub&gt;Celebrity livestream commerce interface.&lt;/sub&gt; &lt;/td&gt; 
   &lt;td width=&quot;25%&quot; align=&quot;center&quot;&gt; &lt;a href=&quot;https://gpt-image2.mmh1.top/#/case/ui-mockups%2Fproduct-card-overlay%2F1&quot;&gt;&lt;img src=&quot;https://cdn.jsdelivr.net/gh/ConardLi/gpt-image-2-101@main/public/case/ui-mockups/product-card-overlay/1-thumb.webp&quot; alt=&quot;Product card overlay case&quot; width=&quot;100%&quot; /&gt;&lt;/a&gt;&lt;br /&gt; &lt;strong&gt;&lt;code&gt;product-card-overlay&lt;/code&gt;&lt;/strong&gt;&lt;br /&gt; &lt;sub&gt;Skincare landing-page hero.&lt;/sub&gt; &lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td width=&quot;25%&quot; align=&quot;center&quot;&gt; &lt;a href=&quot;https://gpt-image2.mmh1.top/#/case/infographics%2Fbento-grid-infographic%2F1&quot;&gt;&lt;img src=&quot;https://cdn.jsdelivr.net/gh/ConardLi/gpt-image-2-101@main/public/case/infographics/bento-grid-infographic/1-thumb.webp&quot; alt=&quot;Bento grid infographic case&quot; width=&quot;100%&quot; /&gt;&lt;/a&gt;&lt;br /&gt; &lt;strong&gt;&lt;code&gt;bento-grid-infographic&lt;/code&gt;&lt;/strong&gt;&lt;br /&gt; &lt;sub&gt;High-density iPhone 16 Pro explainer.&lt;/sub&gt; &lt;/td&gt; 
   &lt;td width=&quot;25%&quot; align=&quot;center&quot;&gt; &lt;a href=&quot;https://gpt-image2.mmh1.top/#/case/technical-diagrams%2Fsystem-architecture%2F1&quot;&gt;&lt;img src=&quot;https://cdn.jsdelivr.net/gh/ConardLi/gpt-image-2-101@main/public/case/technical-diagrams/system-architecture/1-thumb.webp&quot; alt=&quot;System architecture diagram case&quot; width=&quot;100%&quot; /&gt;&lt;/a&gt;&lt;br /&gt; &lt;strong&gt;&lt;code&gt;system-architecture&lt;/code&gt;&lt;/strong&gt;&lt;br /&gt; &lt;sub&gt;Multi-tenant AI SaaS production diagram.&lt;/sub&gt; &lt;/td&gt; 
   &lt;td width=&quot;25%&quot; align=&quot;center&quot;&gt; &lt;a href=&quot;https://gpt-image2.mmh1.top/#/case/slides-and-visual-docs%2Fdense-explainer-slides%2F2&quot;&gt;&lt;img src=&quot;https://cdn.jsdelivr.net/gh/ConardLi/gpt-image-2-101@main/public/case/slides-and-visual-docs/dense-explainer-slides/2-thumb.webp&quot; alt=&quot;Dense explainer slide case&quot; width=&quot;100%&quot; /&gt;&lt;/a&gt;&lt;br /&gt; &lt;strong&gt;&lt;code&gt;dense-explainer-slides&lt;/code&gt;&lt;/strong&gt;&lt;br /&gt; &lt;sub&gt;AI Agent mechanism in one page.&lt;/sub&gt; &lt;/td&gt; 
   &lt;td width=&quot;25%&quot; align=&quot;center&quot;&gt; &lt;a href=&quot;https://gpt-image2.mmh1.top/#/case/maps%2Ffood-map%2F1&quot;&gt;&lt;img src=&quot;https://cdn.jsdelivr.net/gh/ConardLi/gpt-image-2-101@main/public/case/maps/food-map/1-thumb.webp&quot; alt=&quot;Food map case&quot; width=&quot;100%&quot; /&gt;&lt;/a&gt;&lt;br /&gt; &lt;strong&gt;&lt;code&gt;food-map&lt;/code&gt;&lt;/strong&gt;&lt;br /&gt; &lt;sub&gt;City-walk editorial food guide.&lt;/sub&gt; &lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td width=&quot;25%&quot; align=&quot;center&quot;&gt; &lt;a href=&quot;https://gpt-image2.mmh1.top/#/case/product-visuals%2Fexploded-view-poster%2F2&quot;&gt;&lt;img src=&quot;https://cdn.jsdelivr.net/gh/ConardLi/gpt-image-2-101@main/public/case/product-visuals/exploded-view-poster/2-thumb.webp&quot; alt=&quot;Exploded product poster case&quot; width=&quot;100%&quot; /&gt;&lt;/a&gt;&lt;br /&gt; &lt;strong&gt;&lt;code&gt;exploded-view-poster&lt;/code&gt;&lt;/strong&gt;&lt;br /&gt; &lt;sub&gt;Vision Pro 2 optical and compute teardown.&lt;/sub&gt; &lt;/td&gt; 
   &lt;td width=&quot;25%&quot; align=&quot;center&quot;&gt; &lt;a href=&quot;https://gpt-image2.mmh1.top/#/case/academic-figures%2Fneural-network-architecture%2F2&quot;&gt;&lt;img src=&quot;https://cdn.jsdelivr.net/gh/ConardLi/gpt-image-2-101@main/public/case/academic-figures/neural-network-architecture/2-thumb.webp&quot; alt=&quot;Neural network architecture case&quot; width=&quot;100%&quot; /&gt;&lt;/a&gt;&lt;br /&gt; &lt;strong&gt;&lt;code&gt;neural-network-architecture&lt;/code&gt;&lt;/strong&gt;&lt;br /&gt; &lt;sub&gt;ViT-B/16 model figure for papers.&lt;/sub&gt; &lt;/td&gt; 
   &lt;td width=&quot;25%&quot; align=&quot;center&quot;&gt; &lt;a href=&quot;https://gpt-image2.mmh1.top/#/case/branding-and-packaging%2Fcosmetic-packaging%2F1&quot;&gt;&lt;img src=&quot;https://cdn.jsdelivr.net/gh/ConardLi/gpt-image-2-101@main/public/case/branding-and-packaging/cosmetic-packaging/1-thumb.webp&quot; alt=&quot;Cosmetic packaging case&quot; width=&quot;100%&quot; /&gt;&lt;/a&gt;&lt;br /&gt; &lt;strong&gt;&lt;code&gt;cosmetic-packaging&lt;/code&gt;&lt;/strong&gt;&lt;br /&gt; &lt;sub&gt;Premium skincare gift-box composition.&lt;/sub&gt; &lt;/td&gt; 
   &lt;td width=&quot;25%&quot; align=&quot;center&quot;&gt; &lt;a href=&quot;https://gpt-image2.mmh1.top/#/case/storyboards-and-sequences%2Fanime-key-visual%2F1&quot;&gt;&lt;img src=&quot;https://cdn.jsdelivr.net/gh/ConardLi/gpt-image-2-101@main/public/case/storyboards-and-sequences/anime-key-visual/1-thumb.webp&quot; alt=&quot;Anime key visual case&quot; width=&quot;100%&quot; /&gt;&lt;/a&gt;&lt;br /&gt; &lt;strong&gt;&lt;code&gt;anime-key-visual&lt;/code&gt;&lt;/strong&gt;&lt;br /&gt; &lt;sub&gt;Game-launch key art with crop-safe layout.&lt;/sub&gt; &lt;/td&gt; 
  &lt;/tr&gt; 
 &lt;/tbody&gt;
&lt;/table&gt; 
&lt;p&gt;&lt;sub&gt;↑ 12 selected cases from the 160+ public case library — &lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/skills/gpt-image-2/README.md#case-gallery&quot;&gt;&lt;b&gt;open the skill gallery&lt;/b&gt;&lt;/a&gt; for more templates, or browse the &lt;a href=&quot;https://gpt-image2.mmh1.top/#/case&quot;&gt;live website&lt;/a&gt;.&lt;/sub&gt;&lt;/p&gt; 
&lt;p&gt;Links: &lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/skills/gpt-image-2/README.md&quot;&gt;README&lt;/a&gt; · &lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/skills/gpt-image-2/SKILL.md&quot;&gt;SKILL.md&lt;/a&gt; · &lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/website/gpt-image2-website&quot;&gt;Website&lt;/a&gt; · 
 &lt;!-- DOWNLOAD:gpt-image-2:start --&gt;&lt;a href=&quot;https://github.com/ConardLi/garden-skills/releases/download/gpt-image-2-v1.0.4/gpt-image-2-1.0.4.zip&quot;&gt;Download v1.0.4 .zip&lt;/a&gt;
 &lt;!-- DOWNLOAD:gpt-image-2:end --&gt;&lt;/p&gt; 
&lt;hr /&gt; 
&lt;h3&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/skills/kb-retriever&quot;&gt;&lt;code&gt;kb-retriever&lt;/code&gt;&lt;/a&gt;&lt;/h3&gt; 
&lt;p&gt;&lt;img src=&quot;https://cdn.jsdelivr.net/gh/ConardLi/assets@main/imgs/kb-retriever-skill.webp&quot; alt=&quot;Kb Retriever Skill&quot; /&gt;&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;Category:&lt;/strong&gt; Retrieval / Local Knowledge Base&lt;br /&gt; &lt;strong&gt;Best for:&lt;/strong&gt; answering questions from a local &lt;code&gt;knowledge/&lt;/code&gt; directory, searching structured documentation, and extracting evidence from Markdown, text, PDF, and Excel files without flooding the agent context.&lt;/p&gt; 
&lt;p&gt;&lt;code&gt;kb-retriever&lt;/code&gt; is a local knowledge-base retriever built around careful, progressive search. Instead of loading whole files, it navigates hierarchical index files, narrows the candidate set, processes complex file types correctly, and answers with sources.&lt;/p&gt; 
&lt;p&gt;Highlights:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;Uses layered &lt;code&gt;data_structure.md&lt;/code&gt; files to navigate the knowledge base before searching content&lt;/li&gt; 
 &lt;li&gt;Enforces a &lt;strong&gt;learn-before-process&lt;/strong&gt; rule for PDF and Excel files, using the included reference docs before extraction or analysis&lt;/li&gt; 
 &lt;li&gt;Combines precise keyword search, local windowed reads, synonyms, and iterative refinement&lt;/li&gt; 
 &lt;li&gt;Bounds retrieval to at most 5 search rounds so exploration stays controlled&lt;/li&gt; 
 &lt;li&gt;Includes workflows for &lt;code&gt;grep&lt;/code&gt;, &lt;code&gt;pdftotext&lt;/code&gt;, &lt;code&gt;pdfplumber&lt;/code&gt;, and &lt;code&gt;pandas&lt;/code&gt;, with source-aware answer formatting&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;Links: &lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/skills/kb-retriever/README.md&quot;&gt;README&lt;/a&gt; · &lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/skills/kb-retriever/SKILL.md&quot;&gt;SKILL.md&lt;/a&gt; · 
 &lt;!-- DOWNLOAD:kb-retriever:start --&gt;&lt;a href=&quot;https://github.com/ConardLi/garden-skills/releases/download/kb-retriever-v1.0.1/kb-retriever-1.0.1.zip&quot;&gt;Download v1.0.1 .zip&lt;/a&gt;
 &lt;!-- DOWNLOAD:kb-retriever:end --&gt;&lt;/p&gt; 
&lt;hr /&gt; 
&lt;h3&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/skills/beautiful-article&quot;&gt;&lt;code&gt;beautiful-article&lt;/code&gt;&lt;/a&gt;&lt;/h3&gt; 
&lt;p&gt;&lt;img src=&quot;https://cdn.jsdelivr.net/gh/ConardLi/assets@main/imgs/article/banner.webp&quot; alt=&quot;Beautiful Article Skill&quot; /&gt;&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;Category:&lt;/strong&gt; Editorial · Any source → beautiful article&lt;br /&gt; &lt;strong&gt;Best for:&lt;/strong&gt; turning URLs, PDFs, DOCX, Markdown, plain text, screenshots, and pasted notes into a &lt;strong&gt;polished, share-ready article&lt;/strong&gt; — long-form, briefings, explainers, tutorials, post-mortems, visual essays, dialogue transcripts.&lt;/p&gt; 
&lt;p&gt;&lt;code&gt;beautiful-article&lt;/code&gt; is an editorial harness skill: it does not just &quot;make a webpage&quot;, it edits and designs the source material into a polished article that is easier to read, share, and archive than the original. The skill flows through a small &lt;code&gt;source → plan → double-confirmation → build → final review → repair&lt;/code&gt; loop and pauses at three hard checkpoints so the user keeps editorial control over article type, theme, layout, image strategy, cover, and delivery format.&lt;/p&gt; 
&lt;p&gt;Highlights:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;Article first&lt;/strong&gt; — the focus is the &lt;em&gt;article&lt;/em&gt;: better reading, better pacing, better aesthetics. Delivery is a self-contained file (HTML, optional PDF), but that&#39;s a delivery detail, not the goal&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Reacticle component protocol&lt;/strong&gt; — prose-first semantic components (Hero / Lead / Section / Quote / Callout / Image / Formula / CodeBlock / Table…) plus a theme-token-only &lt;code&gt;Raw&lt;/code&gt; free layer; the underlying React library lives at &lt;a href=&quot;https://github.com/ConardLi/reacticle&quot;&gt;&lt;code&gt;ConardLi/reacticle&lt;/code&gt;&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;10 article types with bundled retention ratios&lt;/strong&gt; — &lt;code&gt;longform · ~100%&lt;/code&gt; / &lt;code&gt;tutorial · ~90%&lt;/code&gt; / &lt;code&gt;full-report · ~80%&lt;/code&gt; / &lt;code&gt;explainer · ~80%&lt;/code&gt; / &lt;code&gt;dialogue · ~80%&lt;/code&gt; / &lt;code&gt;review · ~70%&lt;/code&gt; / &lt;code&gt;essay · ~70%&lt;/code&gt; / &lt;code&gt;briefing · ~50%&lt;/code&gt; / &lt;code&gt;visual-essay · ~40%&lt;/code&gt; / &lt;code&gt;interactive-explainer · ~25% excerpt + 75% AI-rebuild&lt;/code&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;11 authoring theme profiles&lt;/strong&gt; (&lt;code&gt;tufte&lt;/code&gt;, &lt;code&gt;press&lt;/code&gt;, &lt;code&gt;bayer&lt;/code&gt;, &lt;code&gt;bodoni&lt;/code&gt;, &lt;code&gt;vignelli&lt;/code&gt;, &lt;code&gt;sottsass&lt;/code&gt;, &lt;code&gt;freddie&lt;/code&gt;, &lt;code&gt;andy&lt;/code&gt;, &lt;code&gt;fuller&lt;/code&gt;, &lt;code&gt;knuth&lt;/code&gt;, &lt;code&gt;shannon&lt;/code&gt;) — each is a Markdown contract for the agent rather than a CSS file&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Hard collaboration checkpoints&lt;/strong&gt; with item-by-item decision capture (no silent defaults), plus a 3:4 book-style cover, default-on TOC, and language-aware translation step&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Per-node quality protocol&lt;/strong&gt; — main-agent inline checks for plan, sub-agent reviewers for first spread / sections / final review, repair as minimal slices&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h4&gt;Theme gallery&lt;/h4&gt; 
&lt;table&gt; 
 &lt;tbody&gt;
  &lt;tr&gt; 
   &lt;td width=&quot;25%&quot; align=&quot;center&quot;&gt;&lt;img src=&quot;https://cdn.jsdelivr.net/gh/ConardLi/assets@main/imgs/article/tufte.webp&quot; alt=&quot;tufte&quot; width=&quot;100%&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;tufte&lt;/b&gt;&lt;/sub&gt;&lt;/td&gt; 
   &lt;td width=&quot;25%&quot; align=&quot;center&quot;&gt;&lt;img src=&quot;https://cdn.jsdelivr.net/gh/ConardLi/assets@main/imgs/article/press.webp&quot; alt=&quot;press&quot; width=&quot;100%&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;press&lt;/b&gt;&lt;/sub&gt;&lt;/td&gt; 
   &lt;td width=&quot;25%&quot; align=&quot;center&quot;&gt;&lt;img src=&quot;https://cdn.jsdelivr.net/gh/ConardLi/assets@main/imgs/article/bayer.webp&quot; alt=&quot;bayer&quot; width=&quot;100%&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;bayer&lt;/b&gt;&lt;/sub&gt;&lt;/td&gt; 
   &lt;td width=&quot;25%&quot; align=&quot;center&quot;&gt;&lt;img src=&quot;https://cdn.jsdelivr.net/gh/ConardLi/assets@main/imgs/article/bodoni.webp&quot; alt=&quot;bodoni&quot; width=&quot;100%&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;bodoni&lt;/b&gt;&lt;/sub&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td width=&quot;25%&quot; align=&quot;center&quot;&gt;&lt;img src=&quot;https://cdn.jsdelivr.net/gh/ConardLi/assets@main/imgs/article/vignell.webp&quot; alt=&quot;vignelli&quot; width=&quot;100%&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;vignelli&lt;/b&gt;&lt;/sub&gt;&lt;/td&gt; 
   &lt;td width=&quot;25%&quot; align=&quot;center&quot;&gt;&lt;img src=&quot;https://cdn.jsdelivr.net/gh/ConardLi/assets@main/imgs/article/sottsass.webp&quot; alt=&quot;sottsass&quot; width=&quot;100%&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;sottsass&lt;/b&gt;&lt;/sub&gt;&lt;/td&gt; 
   &lt;td width=&quot;25%&quot; align=&quot;center&quot;&gt;&lt;img src=&quot;https://cdn.jsdelivr.net/gh/ConardLi/assets@main/imgs/article/freddie.webp&quot; alt=&quot;freddie&quot; width=&quot;100%&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;freddie&lt;/b&gt;&lt;/sub&gt;&lt;/td&gt; 
   &lt;td width=&quot;25%&quot; align=&quot;center&quot;&gt;&lt;img src=&quot;https://cdn.jsdelivr.net/gh/ConardLi/assets@main/imgs/article/andy.webp&quot; alt=&quot;andy&quot; width=&quot;100%&quot; /&gt;&lt;br /&gt;&lt;sub&gt;&lt;b&gt;andy&lt;/b&gt;&lt;/sub&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
 &lt;/tbody&gt;
&lt;/table&gt; 
&lt;p&gt;Links: &lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/skills/beautiful-article/README.md&quot;&gt;README&lt;/a&gt; · &lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/skills/beautiful-article/SKILL.md&quot;&gt;SKILL.md&lt;/a&gt; · 
 &lt;!-- DOWNLOAD:beautiful-article:start --&gt;&lt;a href=&quot;https://github.com/ConardLi/garden-skills/releases/download/beautiful-article-v0.1.0/beautiful-article-0.1.0.zip&quot;&gt;Download v0.1.0 .zip&lt;/a&gt;
 &lt;!-- DOWNLOAD:beautiful-article:end --&gt;&lt;/p&gt; 
&lt;hr /&gt; 
&lt;h2&gt;Install&lt;/h2&gt; 
&lt;p&gt;There are five supported install paths. Pick the one that fits your stack:&lt;/p&gt; 
&lt;table&gt; 
 &lt;thead&gt; 
  &lt;tr&gt; 
   &lt;th&gt;#&lt;/th&gt; 
   &lt;th&gt;Method&lt;/th&gt; 
   &lt;th&gt;Best for&lt;/th&gt; 
   &lt;th&gt;Pinned version?&lt;/th&gt; 
  &lt;/tr&gt; 
 &lt;/thead&gt; 
 &lt;tbody&gt; 
  &lt;tr&gt; 
   &lt;td&gt;A&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/#option-a--skills-cli-npx&quot;&gt;&lt;code&gt;skills&lt;/code&gt; CLI (&lt;code&gt;npx skills add&lt;/code&gt;)&lt;/a&gt;&lt;/td&gt; 
   &lt;td&gt;Any agent, one-line install, pick &amp;amp; choose skills&lt;/td&gt; 
   &lt;td&gt;✅ via tag URL&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;B&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/#option-b--claude-code-plugin-marketplace&quot;&gt;Claude Code plugin marketplace&lt;/a&gt;&lt;/td&gt; 
   &lt;td&gt;Claude Code users who want to subscribe to plugin packs&lt;/td&gt; 
   &lt;td&gt;✅ via marketplace version&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;C&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/#option-c--pinned-zip-from-releases&quot;&gt;Pinned &lt;code&gt;.zip&lt;/code&gt; from GitHub Releases&lt;/a&gt;&lt;/td&gt; 
   &lt;td&gt;CI / air-gapped envs / reproducible installs&lt;/td&gt; 
   &lt;td&gt;✅ ✅ (immutable)&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;D&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/#option-d--manual-copy-into-your-project&quot;&gt;Manual copy after &lt;code&gt;git clone&lt;/code&gt;&lt;/a&gt;&lt;/td&gt; 
   &lt;td&gt;Local hacking on the skill itself&lt;/td&gt; 
   &lt;td&gt;❌ (tracks &lt;code&gt;main&lt;/code&gt;)&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;E&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/#option-e--git-submodule&quot;&gt;Git submodule&lt;/a&gt;&lt;/td&gt; 
   &lt;td&gt;Vendored into a larger project, want upstream updates&lt;/td&gt; 
   &lt;td&gt;✅ via submodule SHA&lt;/td&gt; 
  &lt;/tr&gt; 
 &lt;/tbody&gt; 
&lt;/table&gt; 
&lt;blockquote&gt; 
 &lt;p&gt;Each skill section above also has a &lt;strong&gt;&lt;code&gt;Download v&amp;lt;version&amp;gt; .zip&lt;/code&gt;&lt;/strong&gt; link in its &quot;Links:&quot; row that points at the current pinned release artifact. Those URLs are auto-rewritten by &lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/scripts/release/update-readme.mjs&quot;&gt;&lt;code&gt;scripts/release/update-readme.mjs&lt;/code&gt;&lt;/a&gt; on every release, so they always advertise the latest immutable version.&lt;/p&gt; 
&lt;/blockquote&gt; 
&lt;h3&gt;Option A · &lt;code&gt;skills&lt;/code&gt; CLI (npx)&lt;/h3&gt; 
&lt;p&gt;The fastest agent-agnostic path. Uses the standard &lt;a href=&quot;https://www.npmjs.com/package/skills&quot;&gt;&lt;code&gt;npx skills&lt;/code&gt; CLI&lt;/a&gt;, which auto-detects your agent (Claude Code, Cursor, Codex, etc.) and drops the skill into the right directory.&lt;/p&gt; 
&lt;pre&gt;&lt;code class=&quot;language-bash&quot;&gt;# Install all four skills (latest)
npx skills add ConardLi/garden-skills

# Install just one skill (latest)
npx skills add ConardLi/garden-skills -s web-design-engineer

# Install globally (~/.skills) instead of per-project (./.skills)
npx skills add ConardLi/garden-skills -s gpt-image-2 --global

# Target a specific agent
npx skills add ConardLi/garden-skills -s kb-retriever -a claude-code
&lt;/code&gt;&lt;/pre&gt; 
&lt;blockquote&gt; 
 &lt;p&gt;&lt;strong&gt;Defaults to the latest commit on &lt;code&gt;main&lt;/code&gt;.&lt;/strong&gt; That&#39;s what you want 95% of the time — the CLI tracks each skill&#39;s most recent published &lt;code&gt;SKILL.md&lt;/code&gt; straight from the source tree.&lt;/p&gt; 
&lt;/blockquote&gt; 
&lt;p&gt;&lt;strong&gt;Want a pinned version? (CI / production)&lt;/strong&gt; Use a tag-scoped &lt;code&gt;tree/&lt;/code&gt; URL — this points at the exact commit a release was cut from:&lt;/p&gt; 
&lt;pre&gt;&lt;code class=&quot;language-bash&quot;&gt;# Pin one skill to a specific release
npx skills add ConardLi/garden-skills/tree/web-design-engineer-v1.0.0/skills/web-design-engineer
&lt;/code&gt;&lt;/pre&gt; 
&lt;p&gt;For each skill, the current pinned &lt;code&gt;.zip&lt;/code&gt; URL is also shown inline in its &quot;Links:&quot; row above (the &lt;code&gt;Download v&amp;lt;version&amp;gt; .zip&lt;/code&gt; link).&lt;/p&gt; 
&lt;p&gt;Useful sub-commands:&lt;/p&gt; 
&lt;pre&gt;&lt;code class=&quot;language-bash&quot;&gt;npx skills list                 # what&#39;s installed
npx skills find web-design      # search registries
npx skills update               # bump everything
npx skills remove kb-retriever  # uninstall
&lt;/code&gt;&lt;/pre&gt; 
&lt;h3&gt;Option B · Claude Code plugin marketplace&lt;/h3&gt; 
&lt;p&gt;If you use &lt;a href=&quot;https://docs.anthropic.com/en/docs/claude-code&quot;&gt;Claude Code&lt;/a&gt;, you can subscribe to the marketplace and install plugin packs that bundle one or more skills together:&lt;/p&gt; 
&lt;pre&gt;&lt;code class=&quot;language-bash&quot;&gt;/plugin marketplace add ConardLi/garden-skills
/plugin install presentation-skills@garden-skills
/plugin install web-design-skills@garden-skills
/plugin install knowledge-base-skills@garden-skills
/plugin install image-generation-skills@garden-skills
&lt;/code&gt;&lt;/pre&gt; 
&lt;p&gt;Plugin packs are declared in &lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/.claude-plugin/marketplace.json&quot;&gt;&lt;code&gt;.claude-plugin/marketplace.json&lt;/code&gt;&lt;/a&gt;:&lt;/p&gt; 
&lt;table&gt; 
 &lt;thead&gt; 
  &lt;tr&gt; 
   &lt;th&gt;Plugin pack&lt;/th&gt; 
   &lt;th&gt;Skills included&lt;/th&gt; 
  &lt;/tr&gt; 
 &lt;/thead&gt; 
 &lt;tbody&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;code&gt;presentation-skills&lt;/code&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;code&gt;web-video-presentation&lt;/code&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;code&gt;web-design-skills&lt;/code&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;code&gt;web-design-engineer&lt;/code&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;code&gt;knowledge-base-skills&lt;/code&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;code&gt;kb-retriever&lt;/code&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;code&gt;image-generation-skills&lt;/code&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;code&gt;gpt-image-2&lt;/code&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
 &lt;/tbody&gt; 
&lt;/table&gt; 
&lt;h3&gt;Option C · Pinned &lt;code&gt;.zip&lt;/code&gt; from Releases&lt;/h3&gt; 
&lt;p&gt;Every formal release publishes an immutable &lt;code&gt;.zip&lt;/code&gt; (with a SHA-256 checksum) to &lt;a href=&quot;https://github.com/ConardLi/garden-skills/releases&quot;&gt;GitHub Releases&lt;/a&gt;. Pin to this from CI, Dockerfiles, or air-gapped installers when you need the exact bytes to never move under you.&lt;/p&gt; 
&lt;pre&gt;&lt;code class=&quot;language-bash&quot;&gt;# Replace &amp;lt;skill&amp;gt; and &amp;lt;version&amp;gt; with the version you want.
SKILL=web-design-engineer
VERSION=1.0.0

curl -fsSL -o &quot;${SKILL}.zip&quot; \
  &quot;https://github.com/ConardLi/garden-skills/releases/download/${SKILL}-v${VERSION}/${SKILL}-${VERSION}.zip&quot;

# Verify the checksum (highly recommended for unattended installs)
curl -fsSL -o &quot;${SKILL}.zip.sha256&quot; \
  &quot;https://github.com/ConardLi/garden-skills/releases/download/${SKILL}-v${VERSION}/${SKILL}-${VERSION}.zip.sha256&quot;
shasum -a 256 -c &quot;${SKILL}.zip.sha256&quot;

# Drop the folder into the agent&#39;s skills directory
unzip -q &quot;${SKILL}.zip&quot; -d .claude/skills/   # or .agents/skills/, .codex/skills/, ...
&lt;/code&gt;&lt;/pre&gt; 
&lt;p&gt;A floating &quot;always-latest&quot; URL is also available — useful for one-off installs:&lt;/p&gt; 
&lt;pre&gt;&lt;code class=&quot;language-bash&quot;&gt;https://github.com/ConardLi/garden-skills/releases/latest/download/&amp;lt;skill&amp;gt;-&amp;lt;version&amp;gt;.zip
&lt;/code&gt;&lt;/pre&gt; 
&lt;blockquote&gt; 
 &lt;p&gt;&lt;strong&gt;Pinned URLs for every skill are listed inline in this README&lt;/strong&gt; — see the &quot;Download&quot; line under each skill&#39;s &quot;Links&quot; entry above. They are kept in sync automatically by the release pipeline.&lt;/p&gt; 
&lt;/blockquote&gt; 
&lt;h3&gt;Option D · Manual copy into your project&lt;/h3&gt; 
&lt;p&gt;Clone the repo and copy the skill folder you want — handy if you want to fork or hack on the skill itself.&lt;/p&gt; 
&lt;pre&gt;&lt;code class=&quot;language-bash&quot;&gt;git clone https://github.com/ConardLi/garden-skills.git
cp -r garden-skills/skills/web-design-engineer  your-project/.claude/skills/
# Cursor / generic agent:
cp -r garden-skills/skills/web-design-engineer  your-project/.agents/skills/
&lt;/code&gt;&lt;/pre&gt; 
&lt;p&gt;The agent discovers the skill the next time it scans the workspace.&lt;/p&gt; 
&lt;h3&gt;Option E · Git submodule&lt;/h3&gt; 
&lt;p&gt;For vendoring into a larger project where you want to track upstream updates:&lt;/p&gt; 
&lt;pre&gt;&lt;code class=&quot;language-bash&quot;&gt;git submodule add https://github.com/ConardLi/garden-skills.git vendor/garden-skills
ln -s ../../vendor/garden-skills/skills/web-design-engineer .claude/skills/web-design-engineer
&lt;/code&gt;&lt;/pre&gt; 
&lt;p&gt;Pin to a release tag for reproducibility:&lt;/p&gt; 
&lt;pre&gt;&lt;code class=&quot;language-bash&quot;&gt;cd vendor/garden-skills
git checkout web-design-engineer-v1.0.0
&lt;/code&gt;&lt;/pre&gt; 
&lt;hr /&gt; 
&lt;h2&gt;Compatibility&lt;/h2&gt; 
&lt;table&gt; 
 &lt;thead&gt; 
  &lt;tr&gt; 
   &lt;th&gt;Agent / Runtime&lt;/th&gt; 
   &lt;th&gt;Skill location&lt;/th&gt; 
   &lt;th&gt;Status&lt;/th&gt; 
  &lt;/tr&gt; 
 &lt;/thead&gt; 
 &lt;tbody&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;strong&gt;Claude Code&lt;/strong&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;code&gt;.claude/skills/&amp;lt;name&amp;gt;/&lt;/code&gt; or via plugin marketplace&lt;/td&gt; 
   &lt;td&gt;✅ Tested&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;strong&gt;&lt;a href=&quot;http://Claude.ai&quot;&gt;Claude.ai&lt;/a&gt;&lt;/strong&gt; (web)&lt;/td&gt; 
   &lt;td&gt;Settings → Capabilities → Skills&lt;/td&gt; 
   &lt;td&gt;✅ Tested&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;strong&gt;Cursor&lt;/strong&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;code&gt;.agents/skills/&amp;lt;name&amp;gt;/&lt;/code&gt;&lt;/td&gt; 
   &lt;td&gt;✅ Tested&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;strong&gt;Codex CLI&lt;/strong&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;code&gt;.codex/skills/&amp;lt;name&amp;gt;/&lt;/code&gt;&lt;/td&gt; 
   &lt;td&gt;✅ Tested&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;strong&gt;Gemini CLI&lt;/strong&gt;&lt;/td&gt; 
   &lt;td&gt;extension manifest&lt;/td&gt; 
   &lt;td&gt;✅ Tested&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;&lt;strong&gt;OpenCode&lt;/strong&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;code&gt;.opencode/skills/&amp;lt;name&amp;gt;/&lt;/code&gt;&lt;/td&gt; 
   &lt;td&gt;✅ Tested&lt;/td&gt; 
  &lt;/tr&gt; 
 &lt;/tbody&gt; 
&lt;/table&gt; 
&lt;blockquote&gt; 
 &lt;p&gt;The &lt;code&gt;SKILL.md&lt;/code&gt; format is portable by design — if your agent supports skills, copy the folder into the directory it scans, and it should work. PRs welcome to extend this matrix.&lt;/p&gt; 
&lt;/blockquote&gt; 
&lt;hr /&gt; 
&lt;h2&gt;What is a Skill?&lt;/h2&gt; 
&lt;p&gt;A &lt;strong&gt;Skill&lt;/strong&gt; is a self-contained folder the agent can load on-demand. It&#39;s just a &lt;code&gt;SKILL.md&lt;/code&gt; (YAML frontmatter + instructions), optionally accompanied by reference docs, scripts, and assets:&lt;/p&gt; 
&lt;pre&gt;&lt;code class=&quot;language-text&quot;&gt;&amp;lt;skill-name&amp;gt;/
├── SKILL.md      ← required: when to use it + how to do it
├── README.md     ← human-facing docs
├── references/   ← optional: extended docs the agent loads on demand
├── scripts/      ← optional: deterministic executable helpers
└── assets/       ← optional: templates, fonts, icons
&lt;/code&gt;&lt;/pre&gt; 
&lt;p&gt;The agent decides whether to activate the skill from the &lt;code&gt;description&lt;/code&gt; line in the frontmatter — so the description is the contract between you and the agent. For the full spec, see &lt;a href=&quot;https://agentskills.io&quot;&gt;agentskills.io&lt;/a&gt; and &lt;a href=&quot;https://github.com/anthropics/skills&quot;&gt;Anthropic&#39;s reference repository&lt;/a&gt;.&lt;/p&gt; 
&lt;hr /&gt; 
&lt;h2&gt;Contributing&lt;/h2&gt; 
&lt;p&gt;Bug reports, new skills, and tooling improvements are all welcome.&lt;/p&gt; 
&lt;p&gt;The maintainer-facing docs — repository layout, release process, version rules, CI workflow, troubleshooting — live in &lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/CONTRIBUTING.md&quot;&gt;&lt;strong&gt;&lt;code&gt;CONTRIBUTING.md&lt;/code&gt;&lt;/strong&gt;&lt;/a&gt; (&lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/CONTRIBUTING.zh-CN.md&quot;&gt;中文&lt;/a&gt;). Read that first if you want to add a skill or cut a release.&lt;/p&gt; 
&lt;p&gt;Quick orientation:&lt;/p&gt; 
&lt;pre&gt;&lt;code class=&quot;language-bash&quot;&gt;git clone https://github.com/ConardLi/garden-skills.git
cd garden-skills
npm run list      # show all skills + manifest status
npm run validate  # the same check CI runs on every PR
&lt;/code&gt;&lt;/pre&gt; 
&lt;hr /&gt; 
&lt;h2&gt;Acknowledgments&lt;/h2&gt; 
&lt;p&gt;This collection stands on the shoulders of:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href=&quot;https://www.anthropic.com&quot;&gt;Anthropic&lt;/a&gt;&lt;/strong&gt; for the &lt;a href=&quot;https://agentskills.io&quot;&gt;Agent Skills spec&lt;/a&gt; and the &lt;a href=&quot;https://github.com/anthropics/skills&quot;&gt;&lt;code&gt;anthropics/skills&lt;/code&gt;&lt;/a&gt; reference repository.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;&lt;a href=&quot;https://www.anthropic.com/news/claude-design-anthropic-labs&quot;&gt;Claude Design&lt;/a&gt;&lt;/strong&gt; — the system prompt that inspired &lt;code&gt;web-design-engineer&lt;/code&gt;. The original is preserved in &lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/dist/prompt/claude-design-system-prompt.md&quot;&gt;&lt;code&gt;dist/prompt/claude-design-system-prompt.md&lt;/code&gt;&lt;/a&gt; for reference.&lt;/li&gt; 
 &lt;li&gt;The broader OSS skill community — see &lt;a href=&quot;https://github.com/travisvn/awesome-claude-skills&quot;&gt;&lt;code&gt;travisvn/awesome-claude-skills&lt;/code&gt;&lt;/a&gt; and &lt;a href=&quot;https://github.com/obra/superpowers&quot;&gt;&lt;code&gt;obra/superpowers&lt;/code&gt;&lt;/a&gt; for further discovery.&lt;/li&gt; 
&lt;/ul&gt; 
&lt;hr /&gt; 
&lt;h2&gt;Connect&lt;/h2&gt; 
&lt;table&gt; 
 &lt;thead&gt; 
  &lt;tr&gt; 
   &lt;th&gt;平台&lt;/th&gt; 
   &lt;th&gt;账号名称&lt;/th&gt; 
   &lt;th&gt;链接&lt;/th&gt; 
  &lt;/tr&gt; 
 &lt;/thead&gt; 
 &lt;tbody&gt; 
  &lt;tr&gt; 
   &lt;td&gt;X/Twitter&lt;/td&gt; 
   &lt;td&gt;code秘密花园&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://x.com/GardenConardLi&quot;&gt;https://x.com/GardenConardLi&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;B 站&lt;/td&gt; 
   &lt;td&gt;code秘密花园&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://space.bilibili.com/474921808&quot;&gt;https://space.bilibili.com/474921808&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;抖音&lt;/td&gt; 
   &lt;td&gt;code秘密花园&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://v.douyin.com/i5b33Xfv/&quot;&gt;https://v.douyin.com/i5b33Xfv/&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;YouTube&lt;/td&gt; 
   &lt;td&gt;code秘密花园&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://www.youtube.com/@garden-conard&quot;&gt;https://www.youtube.com/@garden-conard&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;小红书&lt;/td&gt; 
   &lt;td&gt;code秘密花园&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://www.xiaohongshu.com/user/profile/5af45e78f7e8b903d6e04618&quot;&gt;https://www.xiaohongshu.com/user/profile/5af45e78f7e8b903d6e04618&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;公众号&lt;/td&gt; 
   &lt;td&gt;code秘密花园&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://cdn.jsdelivr.net/gh/ConardLi/easy-dataset@main/public/imgs/weichat.jpg&quot;&gt;https://cdn.jsdelivr.net/gh/ConardLi/easy-dataset@main/public/imgs/weichat.jpg&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;GitHub&lt;/td&gt; 
   &lt;td&gt;ConardLi&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://github.com/ConardLi&quot;&gt;https://github.com/ConardLi&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td&gt;个人网站&lt;/td&gt; 
   &lt;td&gt;Easy AI&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://mmh1.top&quot;&gt;https://mmh1.top&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
 &lt;/tbody&gt; 
&lt;/table&gt; 
&lt;hr /&gt; 
&lt;h2&gt;License&lt;/h2&gt; 
&lt;p&gt;&lt;a href=&quot;https://raw.githubusercontent.com/ConardLi/garden-skills/main/LICENSE&quot;&gt;MIT&lt;/a&gt; © &lt;a href=&quot;https://github.com/ConardLi&quot;&gt;ConardLi&lt;/a&gt;&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>hkhcoder/vprofile-project</title>
      <link>https://github.com/hkhcoder/vprofile-project</link>
      <description>&lt;h1&gt;Prerequisites&lt;/h1&gt; 
&lt;h1&gt;&lt;/h1&gt; 
&lt;ul&gt; 
 &lt;li&gt;JDK 17 or 21&lt;/li&gt; 
 &lt;li&gt;Maven 3.9&lt;/li&gt; 
 &lt;li&gt;MySQL 8&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h1&gt;Technologies&lt;/h1&gt; 
&lt;ul&gt; 
 &lt;li&gt;Spring MVC&lt;/li&gt; 
 &lt;li&gt;Spring Security&lt;/li&gt; 
 &lt;li&gt;Spring Data JPA&lt;/li&gt; 
 &lt;li&gt;Maven&lt;/li&gt; 
 &lt;li&gt;JSP&lt;/li&gt; 
 &lt;li&gt;Tomcat&lt;/li&gt; 
 &lt;li&gt;MySQL&lt;/li&gt; 
 &lt;li&gt;Memcached&lt;/li&gt; 
 &lt;li&gt;Rabbitmq&lt;/li&gt; 
 &lt;li&gt;ElasticSearch&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h1&gt;Database&lt;/h1&gt; 
&lt;p&gt;Here,we used Mysql DB sql dump file:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;/src/main/resources/db_backup.sql&lt;/li&gt; 
 &lt;li&gt;db_backup.sql file is a mysql dump file.we have to import this dump to mysql db server&lt;/li&gt; 
 &lt;li&gt; 
  &lt;blockquote&gt; 
   &lt;p&gt;mysql -u &amp;lt;user_name&amp;gt; -p accounts &amp;lt; db_backup.sql&lt;/p&gt; 
  &lt;/blockquote&gt; &lt;/li&gt; 
&lt;/ul&gt;</description>
      
    </item>
    
    <item>
      <title>troxler/awesome-css-frameworks</title>
      <link>https://github.com/troxler/awesome-css-frameworks</link>
      <description>&lt;p&gt;List of awesome CSS frameworks in 2026&lt;/p&gt;&lt;hr&gt;&lt;h1&gt;Awesome CSS Frameworks &lt;a href=&quot;https://awesome.re&quot;&gt;&lt;img src=&quot;https://awesome.re/badge.svg?sanitize=true&quot; alt=&quot;Awesome&quot; /&gt;&lt;/a&gt;&lt;/h1&gt; 
&lt;p&gt;List of awesome CSS frameworks.&lt;br /&gt; Feel free to &lt;a href=&quot;https://github.com/troxler/awesome-css-frameworks/raw/master/.github/CONTRIBUTING.md&quot;&gt;contribute&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;Are you looking for React/Vue/Angular &lt;a href=&quot;https://frontaid.ch/web/ui/libraries.html&quot;&gt;UI Component Libraries&lt;/a&gt; instead?&lt;/strong&gt;&lt;/p&gt; 
&lt;h2&gt;Contents&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/troxler/awesome-css-frameworks/master/#base--reset--normalize&quot;&gt;Base / Reset / Normalize&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/troxler/awesome-css-frameworks/master/#class-less&quot;&gt;Class-less&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/troxler/awesome-css-frameworks/master/#very-lightweight&quot;&gt;Very Lightweight&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/troxler/awesome-css-frameworks/master/#general-purpose&quot;&gt;General Purpose&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/troxler/awesome-css-frameworks/master/#material-design&quot;&gt;Material Design&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/troxler/awesome-css-frameworks/master/#utility-based&quot;&gt;Utility-based&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/troxler/awesome-css-frameworks/master/#specialized&quot;&gt;Specialized&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/troxler/awesome-css-frameworks/master/#stalled-development&quot;&gt;Stalled Development&lt;/a&gt;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;Base / Reset / Normalize&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt; &lt;p&gt;&lt;a href=&quot;https://github.com/sindresorhus/modern-normalize&quot;&gt;&lt;strong&gt;modern-normalize&lt;/strong&gt;&lt;/a&gt; - Normalize browsers&#39; default style.&lt;br /&gt; &lt;img src=&quot;https://img.shields.io/github/stars/sindresorhus/modern-normalize.svg?style=social&amp;amp;label=Star&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;https://github.com/sindresorhus/modern-normalize&quot;&gt;Repo&lt;/a&gt; | #CSS&lt;/p&gt; &lt;/li&gt; 
 &lt;li&gt; &lt;p&gt;&lt;a href=&quot;https://github.com/filipelinhares/ress&quot;&gt;&lt;strong&gt;ress&lt;/strong&gt;&lt;/a&gt; - Modern CSS reset.&lt;br /&gt; &lt;img src=&quot;https://img.shields.io/github/stars/filipelinhares/ress.svg?style=social&amp;amp;label=Star&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;https://github.com/filipelinhares/ress&quot;&gt;Repo&lt;/a&gt; | #CSS&lt;/p&gt; &lt;/li&gt; 
 &lt;li&gt; &lt;p&gt;&lt;a href=&quot;https://github.com/frontaid/natural-selection&quot;&gt;&lt;strong&gt;Natural Selection&lt;/strong&gt;&lt;/a&gt; - Collection of best-practice CSS selectors.&lt;br /&gt; &lt;img src=&quot;https://img.shields.io/github/stars/frontaid/natural-selection.svg?style=social&amp;amp;label=Star&quot; alt=&quot;&quot; /&gt; | #CSS&lt;/p&gt; &lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;Class-less&lt;/h2&gt; 
&lt;p&gt;Frameworks that use semantic HTML and do not rely on classes.&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt; &lt;p&gt;&lt;a href=&quot;https://picocss.com/&quot;&gt;&lt;strong&gt;Pico.css&lt;/strong&gt;&lt;/a&gt; - Elegant styles for all native HTML elements, dark mode automatically enabled.&lt;br /&gt; &lt;img src=&quot;https://img.shields.io/github/stars/picocss/pico.svg?style=social&amp;amp;label=Star&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;https://picocss.com/#examples&quot;&gt;Demo&lt;/a&gt;, &lt;a href=&quot;https://picocss.com/docs/&quot;&gt;Docs&lt;/a&gt;, &lt;a href=&quot;https://github.com/picocss/pico&quot;&gt;Repo&lt;/a&gt; | #SCSS&lt;/p&gt; &lt;/li&gt; 
 &lt;li&gt; &lt;p&gt;&lt;a href=&quot;https://andybrewer.github.io/mvp/&quot;&gt;&lt;strong&gt;MVP.css&lt;/strong&gt;&lt;/a&gt; - Minimalist stylesheet for HTML elements.&lt;br /&gt; &lt;img src=&quot;https://img.shields.io/github/stars/andybrewer/mvp.svg?style=social&amp;amp;label=Star&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;https://andybrewer.github.io/mvp/#docs&quot;&gt;Docs&lt;/a&gt;, &lt;a href=&quot;https://github.com/andybrewer/mvp/&quot;&gt;Repo&lt;/a&gt; | #CSS&lt;/p&gt; &lt;/li&gt; 
 &lt;li&gt; &lt;p&gt;&lt;a href=&quot;https://oxal.org/projects/sakura/&quot;&gt;&lt;strong&gt;sakura&lt;/strong&gt;&lt;/a&gt; - Minimal classless CSS framework/theme.&lt;br /&gt; &lt;img src=&quot;https://img.shields.io/github/stars/oxalorg/sakura.svg?style=social&amp;amp;label=Star&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;https://oxal.org/projects/sakura/demo/&quot;&gt;Demo&lt;/a&gt;, &lt;a href=&quot;https://github.com/oxalorg/sakura&quot;&gt;Repo&lt;/a&gt; | #SCSS&lt;/p&gt; &lt;/li&gt; 
 &lt;li&gt; &lt;p&gt;&lt;a href=&quot;https://simplecss.org/&quot;&gt;&lt;strong&gt;Simple.css&lt;/strong&gt;&lt;/a&gt; - Lightweight, classless CSS framework.&lt;br /&gt; &lt;img src=&quot;https://img.shields.io/github/stars/kevquirk/simple.css?style=social&amp;amp;label=Star&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;https://simplecss.org/demo&quot;&gt;Demo&lt;/a&gt;, &lt;a href=&quot;https://github.com/kevquirk/simple.css/wiki&quot;&gt;Docs&lt;/a&gt;, &lt;a href=&quot;https://github.com/kevquirk/simple.css/&quot;&gt;Repo&lt;/a&gt; | #CSS&lt;/p&gt; &lt;/li&gt; 
 &lt;li&gt; &lt;p&gt;&lt;a href=&quot;https://yegor256.github.io/tacit/&quot;&gt;&lt;strong&gt;Tacit&lt;/strong&gt;&lt;/a&gt; - CSS framework for dummies, without classes.&lt;br /&gt; &lt;img src=&quot;https://img.shields.io/github/stars/yegor256/tacit.svg?style=social&amp;amp;label=Star&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;https://github.com/yegor256/tacit/&quot;&gt;Repo&lt;/a&gt; | #SCSS&lt;/p&gt; &lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;Very Lightweight&lt;/h2&gt; 
&lt;p&gt;Frameworks that are smaller than ~10KB.&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt; &lt;p&gt;&lt;a href=&quot;https://purecss.io&quot;&gt;&lt;strong&gt;Pure&lt;/strong&gt;&lt;/a&gt; - Set of small, responsive CSS modules that you can use in every web project.&lt;br /&gt; &lt;img src=&quot;https://img.shields.io/github/stars/pure-css/pure.svg?style=social&amp;amp;label=Star&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;https://purecss.io/layouts/&quot;&gt;Demo&lt;/a&gt;, &lt;a href=&quot;https://purecss.io/start/&quot;&gt;Docs&lt;/a&gt;, &lt;a href=&quot;https://github.com/pure-css/pure&quot;&gt;Repo&lt;/a&gt; | #CSS&lt;/p&gt; &lt;/li&gt; 
 &lt;li&gt; &lt;p&gt;&lt;a href=&quot;https://picnicss.com&quot;&gt;&lt;strong&gt;Picnic CSS&lt;/strong&gt;&lt;/a&gt; - Lightweight and beautiful library.&lt;br /&gt; &lt;img src=&quot;https://img.shields.io/github/stars/franciscop/picnic.svg?style=social&amp;amp;label=Star&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;https://picnicss.com/tests&quot;&gt;Demo&lt;/a&gt;, &lt;a href=&quot;https://picnicss.com/documentation&quot;&gt;Docs&lt;/a&gt;, &lt;a href=&quot;https://github.com/franciscop/picnic&quot;&gt;Repo&lt;/a&gt; | #SCSS&lt;/p&gt; &lt;/li&gt; 
 &lt;li&gt; &lt;p&gt;&lt;a href=&quot;https://jenil.github.io/chota/&quot;&gt;&lt;strong&gt;Chota&lt;/strong&gt;&lt;/a&gt; - Really small CSS framework.&lt;br /&gt; &lt;img src=&quot;https://img.shields.io/github/stars/jenil/chota.svg?style=social&amp;amp;label=Star&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;https://raw.githack.com/jenil/chota/master/test/index.html&quot;&gt;Demo&lt;/a&gt;, &lt;a href=&quot;https://jenil.github.io/chota/#docs&quot;&gt;Docs&lt;/a&gt;, &lt;a href=&quot;https://github.com/jenil/chota&quot;&gt;Repo&lt;/a&gt; | #CSS&lt;/p&gt; &lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;General Purpose&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt; &lt;p&gt;&lt;a href=&quot;https://getbootstrap.com&quot;&gt;&lt;strong&gt;Bootstrap&lt;/strong&gt;&lt;/a&gt; - The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.&lt;br /&gt; &lt;img src=&quot;https://img.shields.io/github/stars/twbs/bootstrap.svg?style=social&amp;amp;label=Star&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;https://getbootstrap.com/docs/4.0/examples/&quot;&gt;Demo&lt;/a&gt;, &lt;a href=&quot;https://getbootstrap.com/docs/4.0/&quot;&gt;Docs&lt;/a&gt;, &lt;a href=&quot;https://github.com/twbs/bootstrap&quot;&gt;Repo&lt;/a&gt; | #SCSS&lt;/p&gt; &lt;/li&gt; 
 &lt;li&gt; &lt;p&gt;&lt;a href=&quot;https://bulma.io&quot;&gt;&lt;strong&gt;Bulma&lt;/strong&gt;&lt;/a&gt; - Modern CSS framework based on Flexbox.&lt;br /&gt; &lt;img src=&quot;https://img.shields.io/github/stars/jgthms/bulma.svg?style=social&amp;amp;label=Star&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;https://bulma.io/expo/&quot;&gt;Demo&lt;/a&gt;, &lt;a href=&quot;https://bulma.io/documentation/overview/start/&quot;&gt;Docs&lt;/a&gt;, &lt;a href=&quot;https://github.com/jgthms/bulma&quot;&gt;Repo&lt;/a&gt; | #Sass&lt;/p&gt; &lt;/li&gt; 
 &lt;li&gt; &lt;p&gt;&lt;a href=&quot;https://get.foundation/&quot;&gt;&lt;strong&gt;Foundation&lt;/strong&gt;&lt;/a&gt; - The most advanced responsive front-end framework in the world.&lt;br /&gt; &lt;img src=&quot;https://img.shields.io/github/stars/zurb/foundation-sites.svg?style=social&amp;amp;label=Star&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;https://get.foundation/templates.html&quot;&gt;Demo&lt;/a&gt;, &lt;a href=&quot;https://get.foundation/sites/docs/&quot;&gt;Docs&lt;/a&gt;, &lt;a href=&quot;https://github.com/foundation/foundation-sites&quot;&gt;Repo&lt;/a&gt; | #SCSS&lt;/p&gt; &lt;/li&gt; 
 &lt;li&gt; &lt;p&gt;&lt;a href=&quot;https://getuikit.com&quot;&gt;&lt;strong&gt;UIkit&lt;/strong&gt;&lt;/a&gt; - Lightweight and modular front-end framework for developing fast and powerful web interfaces.&lt;br /&gt; &lt;img src=&quot;https://img.shields.io/github/stars/uikit/uikit.svg?style=social&amp;amp;label=Star&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;https://getuikit.com/v2/showcase/index.html&quot;&gt;Demo&lt;/a&gt;, &lt;a href=&quot;https://getuikit.com/docs/introduction&quot;&gt;Docs&lt;/a&gt;, &lt;a href=&quot;https://github.com/uikit/uikit&quot;&gt;Repo&lt;/a&gt; | #LESS #SCSS&lt;/p&gt; &lt;/li&gt; 
 &lt;li&gt; &lt;p&gt;&lt;a href=&quot;https://primer.style/&quot;&gt;&lt;strong&gt;Primer&lt;/strong&gt;&lt;/a&gt; - CSS framework that powers GitHub&#39;s front-end design.&lt;br /&gt; &lt;img src=&quot;https://img.shields.io/github/stars/primer/css.svg?style=social&amp;amp;label=Star&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;https://primer.style/css/&quot;&gt;Docs&lt;/a&gt;, &lt;a href=&quot;https://github.com/primer/css&quot;&gt;Repo&lt;/a&gt; | #SCSS&lt;/p&gt; &lt;/li&gt; 
 &lt;li&gt; &lt;p&gt;&lt;a href=&quot;https://www.carbondesignsystem.com/&quot;&gt;&lt;strong&gt;Carbon Components&lt;/strong&gt;&lt;/a&gt; - Component library behind IBM&#39;s Carbon Design System.&lt;br /&gt; &lt;img src=&quot;https://img.shields.io/github/stars/carbon-design-system/carbon-components.svg?style=social&amp;amp;label=Star&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;https://www.carbondesignsystem.com/components/overview/&quot;&gt;Docs&lt;/a&gt;, &lt;a href=&quot;https://github.com/carbon-design-system/carbon&quot;&gt;Repo&lt;/a&gt; | #SCSS&lt;/p&gt; &lt;/li&gt; 
 &lt;li&gt; &lt;p&gt;&lt;a href=&quot;https://designsystem.digital.gov/&quot;&gt;&lt;strong&gt;U.S. Web Design System&lt;/strong&gt;&lt;/a&gt; - Components used by U.S. federal government websites.&lt;br /&gt; &lt;img src=&quot;https://img.shields.io/github/stars/uswds/uswds.svg?style=social&amp;amp;label=Star&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;https://designsystem.digital.gov/components/overview/&quot;&gt;Docs&lt;/a&gt;, &lt;a href=&quot;https://github.com/uswds/uswds&quot;&gt;Repo&lt;/a&gt; | #SCSS&lt;/p&gt; &lt;/li&gt; 
 &lt;li&gt; &lt;p&gt;&lt;a href=&quot;https://fomantic-ui.com/&quot;&gt;&lt;strong&gt;Fomantic-UI&lt;/strong&gt;&lt;/a&gt; - Build beautiful websites fast, with concise HTML, intuitive javascript, and simplified debugging.&lt;br /&gt; &lt;img src=&quot;https://img.shields.io/github/stars/fomantic/fomantic-ui.svg?style=social&amp;amp;label=Star&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;https://fomantic-ui.com/introduction/getting-started.html&quot;&gt;Docs&lt;/a&gt;, &lt;a href=&quot;https://github.com/fomantic/fomantic-ui/&quot;&gt;Repo&lt;/a&gt; | #LESS&lt;/p&gt; &lt;/li&gt; 
 &lt;li&gt; &lt;p&gt;&lt;a href=&quot;https://cirrus-ui.netlify.app/&quot;&gt;&lt;strong&gt;Cirrus&lt;/strong&gt;&lt;/a&gt; - Component and utility centric SCSS framework designed for rapid prototyping.&lt;br /&gt; &lt;img src=&quot;https://img.shields.io/github/stars/spiderpig86/Cirrus.svg?style=social&amp;amp;label=Star&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;https://cirrus-ui.netlify.app/getting-started/examples&quot;&gt;Demo&lt;/a&gt;, &lt;a href=&quot;https://cirrus-ui.netlify.app/getting-started/setup&quot;&gt;Docs&lt;/a&gt;, &lt;a href=&quot;https://github.com/Spiderpig86/Cirrus&quot;&gt;Repo&lt;/a&gt; | #SCSS&lt;/p&gt; &lt;/li&gt; 
 &lt;li&gt; &lt;p&gt;&lt;a href=&quot;https://vanillaframework.io/&quot;&gt;&lt;strong&gt;Vanilla Framework&lt;/strong&gt;&lt;/a&gt; - Simple, extensible CSS framework. Written by the Canonical Web Team.&lt;br /&gt; &lt;img src=&quot;https://img.shields.io/github/stars/canonical-web-and-design/vanilla-framework.svg?style=social&amp;amp;label=Star&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;https://vanillaframework.io/docs/examples&quot;&gt;Demo&lt;/a&gt;, &lt;a href=&quot;https://vanillaframework.io/docs/&quot;&gt;Docs&lt;/a&gt;, &lt;a href=&quot;https://github.com/canonical/vanilla-framework&quot;&gt;Repo&lt;/a&gt; | #SCSS&lt;/p&gt; &lt;/li&gt; 
 &lt;li&gt; &lt;p&gt;&lt;a href=&quot;https://www.patternfly.org/&quot;&gt;&lt;strong&gt;PatternFly&lt;/strong&gt;&lt;/a&gt; - UI framework for enterprise web applications.&lt;br /&gt; &lt;img src=&quot;https://img.shields.io/github/stars/patternfly/patternfly.svg?style=social&amp;amp;label=Star&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;https://www.patternfly.org/patterns/about-patterns&quot;&gt;Demo&lt;/a&gt;, &lt;a href=&quot;https://www.patternfly.org/get-started/&quot;&gt;Docs&lt;/a&gt;, &lt;a href=&quot;https://github.com/patternfly/patternfly&quot;&gt;Repo&lt;/a&gt; | #SCSS #LESS&lt;/p&gt; &lt;/li&gt; 
 &lt;li&gt; &lt;p&gt;&lt;a href=&quot;https://stackoverflow.design/&quot;&gt;&lt;strong&gt;Stacks&lt;/strong&gt;&lt;/a&gt; - UI components used by Stack Overflow.&lt;br /&gt; &lt;img src=&quot;https://img.shields.io/github/stars/StackExchange/Stacks.svg?style=social&amp;amp;label=Star&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;https://stackoverflow.design/product/develop/using-stacks/&quot;&gt;Docs&lt;/a&gt;, &lt;a href=&quot;https://github.com/StackExchange/Stacks&quot;&gt;Repo&lt;/a&gt; | #LESS&lt;/p&gt; &lt;/li&gt; 
 &lt;li&gt; &lt;p&gt;&lt;a href=&quot;https://jonathanharrell.github.io/hiq/&quot;&gt;&lt;strong&gt;HiQ&lt;/strong&gt;&lt;/a&gt; - Simple CSS foundation with responsive typography and input styling.&lt;br /&gt; &lt;img src=&quot;https://img.shields.io/github/stars/jonathanharrell/hiq.svg?style=social&amp;amp;label=Star&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;https://jonathanharrell.github.io/hiq/guide/&quot;&gt;Docs&lt;/a&gt;, &lt;a href=&quot;https://github.com/jonathanharrell/hiq/&quot;&gt;Repo&lt;/a&gt; | #PostCSS&lt;/p&gt; &lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;Material Design&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt; &lt;p&gt;&lt;a href=&quot;https://www.beercss.com&quot;&gt;&lt;strong&gt;Beer CSS&lt;/strong&gt;&lt;/a&gt; - Build material design interfaces in record time without stress for devs.&lt;br /&gt; &lt;img src=&quot;https://img.shields.io/github/stars/beercss/beercss.svg?style=social&amp;amp;label=Star&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;https://github.com/beercss/beercss&quot;&gt;Repo&lt;/a&gt; | #CSS&lt;/p&gt; &lt;/li&gt; 
 &lt;li&gt; &lt;p&gt;&lt;a href=&quot;https://materializecss.github.io/materialize/&quot;&gt;&lt;strong&gt;Materialize&lt;/strong&gt;&lt;/a&gt; - Responsive front-end library based on Google&#39;s Material Design.&lt;br /&gt; &lt;img src=&quot;https://img.shields.io/github/stars/materializecss/materialize.svg?style=social&amp;amp;label=Star&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;https://materializecss.github.io/materialize/getting-started.html&quot;&gt;Docs&lt;/a&gt;, &lt;a href=&quot;https://github.com/materializecss/materialize&quot;&gt;Repo&lt;/a&gt; | #SCSS&lt;/p&gt; &lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;Utility-based&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt; &lt;p&gt;&lt;a href=&quot;https://tailwindcss.com&quot;&gt;&lt;strong&gt;Tailwind CSS&lt;/strong&gt;&lt;/a&gt; - Utility-first CSS framework for rapid UI development.&lt;br /&gt; &lt;img src=&quot;https://img.shields.io/github/stars/tailwindlabs/tailwindcss.svg?style=social&amp;amp;label=Star&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;https://tailwindcss.com/docs&quot;&gt;Docs&lt;/a&gt;, &lt;a href=&quot;https://github.com/tailwindlabs/tailwindcss&quot;&gt;Repo&lt;/a&gt; | #CSS&lt;/p&gt; &lt;/li&gt; 
 &lt;li&gt; &lt;p&gt;&lt;a href=&quot;https://open-props.style&quot;&gt;&lt;strong&gt;Open Props&lt;/strong&gt;&lt;/a&gt; - CSS custom properties to help accelerate adaptive and consistent design.&lt;br /&gt; &lt;img src=&quot;https://img.shields.io/github/stars/argyleink/open-props.svg?style=social&amp;amp;label=Star&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;https://open-props.style/#gallery&quot;&gt;Demo&lt;/a&gt;, &lt;a href=&quot;https://open-props.style/#getting-started&quot;&gt;Docs&lt;/a&gt;, &lt;a href=&quot;https://github.com/argyleink/open-props/&quot;&gt;Repo&lt;/a&gt; | #CSS #PostCSS&lt;/p&gt; &lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;Specialized&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt; &lt;p&gt;&lt;a href=&quot;https://nostalgic-css.github.io/NES.css/&quot;&gt;&lt;strong&gt;NES.css&lt;/strong&gt;&lt;/a&gt; - NES-style CSS Framework.&lt;br /&gt; &lt;img src=&quot;https://img.shields.io/github/stars/nostalgic-css/NES.css.svg?style=social&amp;amp;label=Star&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;https://nostalgic-css.github.io/NES.css/&quot;&gt;Demo&lt;/a&gt;, &lt;a href=&quot;https://github.com/nostalgic-css/NES.css#installation&quot;&gt;Docs&lt;/a&gt;, &lt;a href=&quot;https://github.com/nostalgic-css/NES.css&quot;&gt;Repo&lt;/a&gt; | #SCSS&lt;/p&gt; &lt;/li&gt; 
 &lt;li&gt; &lt;p&gt;&lt;a href=&quot;https://jdan.github.io/98.css/&quot;&gt;&lt;strong&gt;98.css&lt;/strong&gt;&lt;/a&gt; - CSS library for building interfaces that look like Windows 98.&lt;br /&gt; &lt;img src=&quot;https://img.shields.io/github/stars/jdan/98.css.svg?style=social&amp;amp;label=Star&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;https://github.com/jdan/98.css&quot;&gt;Repo&lt;/a&gt; | #CSS&lt;/p&gt; &lt;/li&gt; 
 &lt;li&gt; &lt;p&gt;&lt;a href=&quot;https://edwardtufte.github.io/tufte-css/&quot;&gt;&lt;strong&gt;Tufte CSS&lt;/strong&gt;&lt;/a&gt; - Style your webpage like Edward Tufte’s handouts.&lt;br /&gt; &lt;img src=&quot;https://img.shields.io/github/stars/edwardtufte/tufte-css.svg?style=social&amp;amp;label=Star&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;https://github.com/edwardtufte/tufte-css&quot;&gt;Repo&lt;/a&gt; | #CSS&lt;/p&gt; &lt;/li&gt; 
 &lt;li&gt; &lt;p&gt;&lt;a href=&quot;https://github.com/BafS/Gutenberg&quot;&gt;&lt;strong&gt;Gutenberg&lt;/strong&gt;&lt;/a&gt; - Modern framework to print the web correctly.&lt;br /&gt; &lt;img src=&quot;https://img.shields.io/github/stars/BafS/Gutenberg.svg?style=social&amp;amp;label=Star&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;https://bafs.github.io/Gutenberg/&quot;&gt;Demo&lt;/a&gt;, &lt;a href=&quot;https://github.com/BafS/Gutenberg#what-does-the-framework-do-&quot;&gt;Docs&lt;/a&gt; | #SCSS&lt;/p&gt; &lt;/li&gt; 
 &lt;li&gt; &lt;p&gt;&lt;a href=&quot;https://sakofchit.github.io/system.css/&quot;&gt;&lt;strong&gt;System.css&lt;/strong&gt;&lt;/a&gt; - Design system for building retro Apple interfaces.&lt;br /&gt; &lt;img src=&quot;https://img.shields.io/github/stars/sakofchit/system.css.svg?style=social&amp;amp;label=Star&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;https://github.com/sakofchit/system.css&quot;&gt;Repo&lt;/a&gt; | #PostCSS&lt;/p&gt; &lt;/li&gt; 
 &lt;li&gt; &lt;p&gt;&lt;a href=&quot;https://botoxparty.github.io/XP.css/&quot;&gt;&lt;strong&gt;XP.css&lt;/strong&gt;&lt;/a&gt; - CSS library for building interfaces that look like Windows XP.&lt;br /&gt; &lt;img src=&quot;https://img.shields.io/github/stars/botoxparty/XP.css.svg?style=social&amp;amp;label=Star&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;https://github.com/botoxparty/XP.css&quot;&gt;Repo&lt;/a&gt; | #PostCSS&lt;/p&gt; &lt;/li&gt; 
 &lt;li&gt; &lt;p&gt;&lt;a href=&quot;https://github.com/vinibiavatti1/TuiCss&quot;&gt;&lt;strong&gt;TuiCss&lt;/strong&gt;&lt;/a&gt; - Library to create MS-DOS interfaces.&lt;br /&gt; &lt;img src=&quot;https://img.shields.io/github/stars/vinibiavatti1/TuiCss.svg?style=social&amp;amp;label=Star&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;https://github.com/vinibiavatti1/TuiCss/wiki/Examples&quot;&gt;Demo&lt;/a&gt;, &lt;a href=&quot;https://github.com/vinibiavatti1/TuiCss/wiki&quot;&gt;Docs&lt;/a&gt; | #SCSS&lt;/p&gt; &lt;/li&gt; 
 &lt;li&gt; &lt;p&gt;&lt;a href=&quot;https://khang-nd.github.io/7.css/&quot;&gt;&lt;strong&gt;7.css&lt;/strong&gt;&lt;/a&gt; - CSS library for building interfaces that look like Windows 7.&lt;br /&gt; &lt;img src=&quot;https://img.shields.io/github/stars/khang-nd/7.css.svg?style=social&amp;amp;label=Star&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;https://github.com/khang-nd/7.css&quot;&gt;Repo&lt;/a&gt; | #PostCSS&lt;/p&gt; &lt;/li&gt; 
 &lt;li&gt; &lt;p&gt;&lt;a href=&quot;https://bojler.slicejack.com&quot;&gt;&lt;strong&gt;Bojler&lt;/strong&gt;&lt;/a&gt; - Email framework for developing responsive and lightweight email templates.&lt;br /&gt; &lt;img src=&quot;https://img.shields.io/github/stars/Slicejack/bojler.svg?style=social&amp;amp;label=Star&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;https://bojler.slicejack.com/documentation/getting-started/&quot;&gt;Docs&lt;/a&gt;, &lt;a href=&quot;https://github.com/Slicejack/bojler&quot;&gt;Repo&lt;/a&gt; | #SCSS&lt;/p&gt; &lt;/li&gt; 
 &lt;li&gt; &lt;p&gt;&lt;a href=&quot;https://zumerlab.github.io/orbit-docs/&quot;&gt;&lt;strong&gt;Orbit&lt;/strong&gt;&lt;/a&gt; - CSS framework designed for building any kind of radial UI.&lt;br /&gt; &lt;img src=&quot;https://img.shields.io/github/stars/zumerlab/orbit.svg?style=social&amp;amp;label=Star&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;https://zumerlab.github.io/orbit-docs/introduction/&quot;&gt;Docs&lt;/a&gt;, &lt;a href=&quot;https://github.com/zumerlab/orbit&quot;&gt;Repo&lt;/a&gt; | #SCSS&lt;/p&gt; &lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;Stalled Development&lt;/h2&gt; 
&lt;p&gt;Frameworks that have not seen any real development for more than about one year or officially have been deprecated. We are keeping them here for reference/inspiration and hope for a revival.&lt;/p&gt; 
&lt;details&gt; 
 &lt;summary&gt;&lt;strong&gt;Show Section&lt;/strong&gt;&lt;/summary&gt; 
 &lt;ul&gt; 
  &lt;li&gt; &lt;p&gt;&lt;a href=&quot;https://semantic-ui.com&quot;&gt;&lt;strong&gt;Semantic UI&lt;/strong&gt;&lt;/a&gt; - User interface is the language of the web.&lt;br /&gt; &lt;img src=&quot;https://img.shields.io/github/stars/semantic-org/semantic-ui.svg?style=social&amp;amp;label=Star&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;https://semantic-ui.com/introduction/getting-started.html&quot;&gt;Docs&lt;/a&gt;, &lt;a href=&quot;https://github.com/semantic-org/semantic-ui&quot;&gt;Repo&lt;/a&gt; | #LESS&lt;/p&gt; &lt;/li&gt; 
  &lt;li&gt; &lt;p&gt;&lt;a href=&quot;https://material.io/components/web/&quot;&gt;&lt;strong&gt;Material Components Web&lt;/strong&gt;&lt;/a&gt; - Modular and customizable Material Design UI components for the web.&lt;br /&gt; &lt;img src=&quot;https://img.shields.io/github/stars/material-components/material-components-web.svg?style=social&amp;amp;label=Star&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;https://material.io/components?platform=web&quot;&gt;Demo&lt;/a&gt;, &lt;a href=&quot;https://material.io/develop/web/getting-started&quot;&gt;Docs&lt;/a&gt;, &lt;a href=&quot;https://github.com/material-components/material-components-web&quot;&gt;Repo&lt;/a&gt; | #SCSS&lt;/p&gt; &lt;/li&gt; 
  &lt;li&gt; &lt;p&gt;&lt;a href=&quot;https://tachyons.io&quot;&gt;&lt;strong&gt;Tachyons&lt;/strong&gt;&lt;/a&gt; - Quickly build and design new UI without writing CSS.&lt;br /&gt; &lt;img src=&quot;https://img.shields.io/github/stars/tachyons-css/tachyons.svg?style=social&amp;amp;label=Star&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;https://tachyons.io/gallery/&quot;&gt;Demo&lt;/a&gt;, &lt;a href=&quot;https://tachyons.io/docs/&quot;&gt;Docs&lt;/a&gt;, &lt;a href=&quot;https://github.com/tachyons-css/tachyons/&quot;&gt;Repo&lt;/a&gt; | #CSS&lt;/p&gt; &lt;/li&gt; 
  &lt;li&gt; &lt;p&gt;&lt;a href=&quot;https://www.bourbon.io/&quot;&gt;&lt;strong&gt;Bourbon&lt;/strong&gt;&lt;/a&gt; - Lightweight Sass tool set.&lt;br /&gt; &lt;img src=&quot;https://img.shields.io/github/stars/thoughtbot/bourbon.svg?style=social&amp;amp;label=Star&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;https://www.bourbon.io/docs/latest/&quot;&gt;Docs&lt;/a&gt;, &lt;a href=&quot;https://github.com/thoughtbot/bourbon/&quot;&gt;Repo&lt;/a&gt; | #SCSS&lt;/p&gt; &lt;/li&gt; 
  &lt;li&gt; &lt;p&gt;&lt;a href=&quot;https://watercss.kognise.dev/&quot;&gt;&lt;strong&gt;Water.css&lt;/strong&gt;&lt;/a&gt; - Just-add-CSS collection of styles to make simple websites just a little nicer.&lt;br /&gt; &lt;img src=&quot;https://img.shields.io/github/stars/kognise/water.css.svg?style=social&amp;amp;label=Star&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;https://github.com/kognise/water.css&quot;&gt;Repo&lt;/a&gt; | #CSS&lt;/p&gt; &lt;/li&gt; 
  &lt;li&gt; &lt;p&gt;&lt;a href=&quot;https://csstools.github.io/sanitize.css/&quot;&gt;&lt;strong&gt;sanitize.css&lt;/strong&gt;&lt;/a&gt; - The best-practices CSS foundation.&lt;br /&gt; &lt;img src=&quot;https://img.shields.io/github/stars/csstools/sanitize.css.svg?style=social&amp;amp;label=Star&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;https://github.com/csstools/sanitize.css&quot;&gt;Repo&lt;/a&gt; | #CSS&lt;/p&gt; &lt;/li&gt; 
  &lt;li&gt; &lt;p&gt;&lt;a href=&quot;https://github.com/hankchizljaw/modern-css-reset&quot;&gt;&lt;strong&gt;modern-css-reset&lt;/strong&gt;&lt;/a&gt; - Tiny little reset that you can use as the basis of your CSS projects.&lt;br /&gt; &lt;img src=&quot;https://img.shields.io/github/stars/hankchizljaw/modern-css-reset.svg?style=social&amp;amp;label=Star&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;https://github.com/hankchizljaw/modern-css-reset&quot;&gt;Repo&lt;/a&gt; | #CSS&lt;/p&gt; &lt;/li&gt; 
  &lt;li&gt; &lt;p&gt;&lt;a href=&quot;https://jgthms.com/minireset.css/&quot;&gt;&lt;strong&gt;minireset.css&lt;/strong&gt;&lt;/a&gt; - Tiny modern CSS reset.&lt;br /&gt; &lt;img src=&quot;https://img.shields.io/github/stars/jgthms/minireset.css.svg?style=social&amp;amp;label=Star&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;https://github.com/jgthms/minireset.css&quot;&gt;Repo&lt;/a&gt; | #Sass&lt;/p&gt; &lt;/li&gt; 
  &lt;li&gt; &lt;p&gt;&lt;a href=&quot;https://github.com/jensimmons/cssremedy&quot;&gt;&lt;strong&gt;CSS Remedy&lt;/strong&gt;&lt;/a&gt; - Start your project with a remedy for the technical debt of CSS.&lt;br /&gt; &lt;img src=&quot;https://img.shields.io/github/stars/jensimmons/cssremedy.svg?style=social&amp;amp;label=Star&quot; alt=&quot;&quot; /&gt; | #CSS&lt;/p&gt; &lt;/li&gt; 
  &lt;li&gt; &lt;p&gt;&lt;a href=&quot;https://www.blazeui.com&quot;&gt;&lt;strong&gt;Blaze UI&lt;/strong&gt;&lt;/a&gt; - Open source modular toolkit providing great structure for building websites quickly with a scalable and maintainable foundation.&lt;br /&gt; &lt;img src=&quot;https://img.shields.io/github/stars/BlazeSoftware/atoms.svg?style=social&amp;amp;label=Star&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;https://www.blazeui.com/components/buttons/&quot;&gt;Demo&lt;/a&gt;, &lt;a href=&quot;https://www.blazeui.com/getting-started/install/&quot;&gt;Docs&lt;/a&gt;, &lt;a href=&quot;https://github.com/BlazeSoftware/atoms&quot;&gt;Repo&lt;/a&gt; | #SCSS&lt;/p&gt; &lt;/li&gt; 
  &lt;li&gt; &lt;p&gt;&lt;a href=&quot;https://concisecss.com&quot;&gt;&lt;strong&gt;Concise CSS&lt;/strong&gt;&lt;/a&gt; - Give up the bloat. Stop tripping over your classes. Be concise.&lt;br /&gt; &lt;img src=&quot;https://img.shields.io/github/stars/ConciseCSS/concise.css.svg?style=social&amp;amp;label=Star&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;https://concisecss.com/documentation/&quot;&gt;Docs&lt;/a&gt;, &lt;a href=&quot;https://github.com/ConciseCSS/concise.css&quot;&gt;Repo&lt;/a&gt; | #SCSS&lt;/p&gt; &lt;/li&gt; 
  &lt;li&gt; &lt;p&gt;&lt;a href=&quot;https://responsivebp.com&quot;&gt;&lt;strong&gt;Responsive Boilerplate&lt;/strong&gt;&lt;/a&gt; - Powerful, accessible, developer friendly framework for building responsive websites.&lt;br /&gt; &lt;img src=&quot;https://img.shields.io/github/stars/responsivebp/responsive.svg?style=social&amp;amp;label=Star&quot; alt=&quot;&quot; /&gt; &lt;a href=&quot;https://responsivebp.com/getting-started/&quot;&gt;Docs&lt;/a&gt;, &lt;a href=&quot;https://github.com/responsivebp/responsive&quot;&gt;Repo&lt;/a&gt; | #SCSS&lt;/p&gt; &lt;/li&gt; 
 &lt;/ul&gt; 
&lt;/details&gt; 
&lt;hr /&gt; 
&lt;h2&gt;License&lt;/h2&gt; 
&lt;p&gt;License &lt;a href=&quot;https://creativecommons.org/publicdomain/zero/1.0/&quot;&gt;CC0 1.0&lt;/a&gt;:&lt;/p&gt; 
&lt;blockquote&gt; 
 &lt;p&gt;You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.&lt;/p&gt; 
&lt;/blockquote&gt; 
&lt;p&gt;Images of GitHub stars are provided by &lt;a href=&quot;https://github.com/badges/shields&quot;&gt;Shields&lt;/a&gt;.&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>lscambo13/ElegantFin</title>
      <link>https://github.com/lscambo13/ElegantFin</link>
      <description>&lt;p&gt;A Jellyfin theme inspired from Jellyseerr. This theme improves the overall look and experience with various little fixes to the UI/UX.&lt;/p&gt;&lt;hr&gt;&lt;img src=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/Theme/assets/img/banner.png?raw=true&quot; alt=&quot;ElegantFin Theme for Jellyfin - Banner&quot; /&gt; 
&lt;div align=&quot;center&quot;&gt; 
 &lt;a href=&quot;https://www.jsdelivr.com/package/gh/lscambo13/ElegantFin&quot;&gt; &lt;img src=&quot;https://img.shields.io/jsdelivr/gh/hm/lscambo13/ElegantFin?style=flat&amp;amp;logo=jsdelivr&amp;amp;logoColor=%23f65e34&amp;amp;label=jsDelivr%20Hits&amp;amp;labelColor=white&amp;amp;color=%23f65e34&quot; alt=&quot;jsDelivr Requests&quot; /&gt; &lt;/a&gt; 
 &lt;br /&gt; 
 &lt;a href=&quot;https://github.com/lscambo13/ElegantFin/stargazers&quot;&gt; &lt;img src=&quot;https://img.shields.io/github/stars/lscambo13/ElegantFin?style=flat&amp;amp;logo=github&amp;amp;logoColor=%231f2328&amp;amp;label=GitHub%20Stars&amp;amp;labelColor=white&amp;amp;color=%231f2328&quot; alt=&quot;GitHub Repo stars&quot; /&gt; &lt;/a&gt; 
&lt;/div&gt; 
&lt;h2&gt;⭐ ElegantFin Theme&lt;/h2&gt; 
&lt;p&gt;This is a Jellyfin theme inspired from Jellyseerr to improve the overall look and experience with various fixes to the UI/UX. It gives Jellyfin a fresh, modern look, and it aims to work on mobile, desktop, and TV, with just one import.&lt;/p&gt; 
&lt;h4&gt;&lt;strong&gt;Author:&lt;/strong&gt; &lt;a href=&quot;https://github.com/lscambo13&quot;&gt;lscambo13&lt;/a&gt;&lt;/h4&gt; 
&lt;hr /&gt; 
&lt;h3&gt;✨ Key Features&lt;/h3&gt; 
&lt;ul&gt; 
 &lt;li&gt;modern layouts and color tones&lt;/li&gt; 
 &lt;li&gt;new and improved animations on most elements&lt;/li&gt; 
 &lt;li&gt;rounded corners and even spacing everywhere&lt;/li&gt; 
 &lt;li&gt;stylish borders, hover effects and shadows&lt;/li&gt; 
 &lt;li&gt;neat layout that puts important stuff up front&lt;/li&gt; 
 &lt;li&gt;reduced unnecessary clutter&lt;/li&gt; 
 &lt;li&gt;various fixes to improve the user experience&lt;/li&gt; 
 &lt;li&gt;same clean design across phone, desktop, and TV&lt;/li&gt; 
&lt;/ul&gt; 
&lt;hr /&gt; 
&lt;h3&gt;🖼️ Theme Showcase&lt;/h3&gt; 
&lt;p&gt;Captured on ElegantFin v25.08.02&lt;/p&gt; 
&lt;details&gt; 
 &lt;summary&gt; 💻 &lt;i&gt;Desktop and &lt;/i&gt;📱 &lt;i&gt;Mobile Screenshots&lt;/i&gt;&lt;/summary&gt; 
 &lt;table&gt; 
  &lt;thead&gt; 
   &lt;tr&gt; 
    &lt;th&gt;Desktop&lt;/th&gt; 
    &lt;th&gt;Mobile&lt;/th&gt; 
   &lt;/tr&gt; 
  &lt;/thead&gt; 
  &lt;tbody&gt; 
   &lt;tr&gt; 
    &lt;td&gt;
     &lt;div align=&quot;center&quot;&gt;
      &lt;img src=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/Previews/previews-v25.08.02/optimized/desktop/21.%20Login%20Page.webp?raw=true&quot; /&gt;
      &lt;br /&gt;
      &lt;strong&gt;Login Page&lt;/strong&gt;
     &lt;/div&gt;&lt;/td&gt; 
    &lt;td&gt;
     &lt;div align=&quot;center&quot;&gt;
      &lt;img src=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/Previews/previews-v25.08.02/optimized/mobile/21.%20Login%20Page.webp?raw=true&quot; /&gt;
     &lt;/div&gt;&lt;/td&gt; 
   &lt;/tr&gt; 
   &lt;tr&gt; 
    &lt;td&gt;
     &lt;div align=&quot;center&quot;&gt;
      &lt;img src=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/Previews/previews-v25.08.02/optimized/desktop/1.%20Homepage.webp?raw=true&quot; /&gt;
      &lt;br /&gt;
      &lt;strong&gt;Homepage&lt;/strong&gt;
     &lt;/div&gt;&lt;/td&gt; 
    &lt;td&gt;
     &lt;div align=&quot;center&quot;&gt;
      &lt;img src=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/Previews/previews-v25.08.02/optimized/mobile/1.%20Homepage.webp?raw=true&quot; /&gt;
     &lt;/div&gt;&lt;/td&gt; 
   &lt;/tr&gt; 
   &lt;tr&gt; 
    &lt;td&gt;
     &lt;div align=&quot;center&quot;&gt;
      &lt;img src=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/Previews/previews-v25.08.02/optimized/desktop/2.%20Movies%20Library.webp?raw=true&quot; /&gt;
      &lt;br /&gt;
      &lt;strong&gt;Movies Library&lt;/strong&gt;
     &lt;/div&gt;&lt;/td&gt; 
    &lt;td&gt;
     &lt;div align=&quot;center&quot;&gt;
      &lt;img src=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/Previews/previews-v25.08.02/optimized/mobile/2.%20Movies%20Library.webp?raw=true&quot; /&gt;
     &lt;/div&gt;&lt;/td&gt; 
   &lt;/tr&gt; 
   &lt;tr&gt; 
    &lt;td&gt;
     &lt;div align=&quot;center&quot;&gt;
      &lt;img src=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/Previews/previews-v25.08.02/optimized/desktop/4.%20Movie%20Page.webp?raw=true&quot; /&gt;
      &lt;br /&gt;
      &lt;strong&gt;Movie Page&lt;/strong&gt;
     &lt;/div&gt;&lt;/td&gt; 
    &lt;td&gt;
     &lt;div align=&quot;center&quot;&gt;
      &lt;img src=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/Previews/previews-v25.08.02/optimized/mobile/4.%20Movie%20Page.webp?raw=true&quot; /&gt;
     &lt;/div&gt;&lt;/td&gt; 
   &lt;/tr&gt; 
   &lt;tr&gt; 
    &lt;td&gt;
     &lt;div align=&quot;center&quot;&gt;
      &lt;img src=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/Previews/previews-v25.08.02/optimized/desktop/12.%20Movie%20Details.webp?raw=true&quot; /&gt;
      &lt;br /&gt;
      &lt;strong&gt;Movie Details&lt;/strong&gt;
     &lt;/div&gt;&lt;/td&gt; 
    &lt;td&gt;
     &lt;div align=&quot;center&quot;&gt;
      &lt;img src=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/Previews/previews-v25.08.02/optimized/mobile/12.%20Movie%20Details.webp?raw=true&quot; /&gt;
     &lt;/div&gt;&lt;/td&gt; 
   &lt;/tr&gt; 
   &lt;tr&gt; 
    &lt;td&gt;
     &lt;div align=&quot;center&quot;&gt;
      &lt;img src=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/Previews/previews-v25.08.02/optimized/desktop/11.%20TV%20Show%20Page.webp?raw=true&quot; /&gt;
      &lt;br /&gt;
      &lt;strong&gt;TV Show Page&lt;/strong&gt;
     &lt;/div&gt;&lt;/td&gt; 
    &lt;td&gt;
     &lt;div align=&quot;center&quot;&gt;
      &lt;img src=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/Previews/previews-v25.08.02/optimized/mobile/11.%20TV%20Show%20Page.webp?raw=true&quot; /&gt;
     &lt;/div&gt;&lt;/td&gt; 
   &lt;/tr&gt; 
   &lt;tr&gt; 
    &lt;td&gt;
     &lt;div align=&quot;center&quot;&gt;
      &lt;img src=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/Previews/previews-v25.08.02/optimized/desktop/18.%20TV%20Episode%20Page.webp?raw=true&quot; /&gt;
      &lt;br /&gt;
      &lt;strong&gt;TV Episode Page&lt;/strong&gt;
     &lt;/div&gt;&lt;/td&gt; 
    &lt;td&gt;
     &lt;div align=&quot;center&quot;&gt;
      &lt;img src=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/Previews/previews-v25.08.02/optimized/mobile/18.%20TV%20Episode%20Page.webp?raw=true&quot; /&gt;
     &lt;/div&gt;&lt;/td&gt; 
   &lt;/tr&gt; 
   &lt;tr&gt; 
    &lt;td&gt;
     &lt;div align=&quot;center&quot;&gt;
      &lt;img src=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/Previews/previews-v25.08.02/optimized/desktop/16.%20TV%20Show%20Seasons.webp?raw=true&quot; /&gt;
      &lt;br /&gt;
      &lt;strong&gt;TV Show Seasons&lt;/strong&gt;
     &lt;/div&gt;&lt;/td&gt; 
    &lt;td&gt;
     &lt;div align=&quot;center&quot;&gt;
      &lt;img src=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/Previews/previews-v25.08.02/optimized/mobile/16.%20TV%20Show%20Seasons.webp?raw=true&quot; /&gt;
     &lt;/div&gt;&lt;/td&gt; 
   &lt;/tr&gt; 
   &lt;tr&gt; 
    &lt;td&gt;
     &lt;div align=&quot;center&quot;&gt;
      &lt;img src=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/Previews/previews-v25.08.02/optimized/desktop/9.%20Web%20Player.webp?raw=true&quot; /&gt;
      &lt;br /&gt;
      &lt;strong&gt;Web Player&lt;/strong&gt;
     &lt;/div&gt;&lt;/td&gt; 
    &lt;td&gt;
     &lt;div align=&quot;center&quot;&gt;
      &lt;img src=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/Previews/previews-v25.08.02/optimized/mobile/9.%20Web%20Player.webp?raw=true&quot; /&gt;
     &lt;/div&gt;&lt;/td&gt; 
   &lt;/tr&gt; 
   &lt;tr&gt; 
    &lt;td&gt;
     &lt;div align=&quot;center&quot;&gt;
      &lt;img src=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/Previews/previews-v25.08.02/optimized/desktop/17.%20Cast%20Page.webp?raw=true&quot; /&gt;
      &lt;br /&gt;
      &lt;strong&gt;Cast Page&lt;/strong&gt;
     &lt;/div&gt;&lt;/td&gt; 
    &lt;td&gt;
     &lt;div align=&quot;center&quot;&gt;
      &lt;img src=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/Previews/previews-v25.08.02/optimized/mobile/17.%20Cast%20Page.webp?raw=true&quot; /&gt;
     &lt;/div&gt;&lt;/td&gt; 
   &lt;/tr&gt; 
   &lt;tr&gt; 
    &lt;td&gt;
     &lt;div align=&quot;center&quot;&gt;
      &lt;img src=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/Previews/previews-v25.08.02/optimized/desktop/14.%20Artist%20Page.webp?raw=true&quot; /&gt;
      &lt;br /&gt;
      &lt;strong&gt;Artist Page&lt;/strong&gt;
     &lt;/div&gt;&lt;/td&gt; 
    &lt;td&gt;
     &lt;div align=&quot;center&quot;&gt;
      &lt;img src=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/Previews/previews-v25.08.02/optimized/mobile/14.%20Artist%20Page.webp?raw=true&quot; /&gt;
     &lt;/div&gt;&lt;/td&gt; 
   &lt;/tr&gt; 
   &lt;tr&gt; 
    &lt;td&gt;
     &lt;div align=&quot;center&quot;&gt;
      &lt;img src=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/Previews/previews-v25.08.02/optimized/desktop/15.%20Music%20Player.webp?raw=true&quot; /&gt;
      &lt;br /&gt;
      &lt;strong&gt;Music Player&lt;/strong&gt;
     &lt;/div&gt;&lt;/td&gt; 
    &lt;td&gt;
     &lt;div align=&quot;center&quot;&gt;
      &lt;img src=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/Previews/previews-v25.08.02/optimized/mobile/15.%20Music%20Player.webp?raw=true&quot; /&gt;
     &lt;/div&gt;&lt;/td&gt; 
   &lt;/tr&gt; 
   &lt;tr&gt; 
    &lt;td&gt;
     &lt;div align=&quot;center&quot;&gt;
      &lt;img src=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/Previews/previews-v25.08.02/optimized/desktop/13.%20Book%20Page.webp?raw=true&quot; /&gt;
      &lt;br /&gt;
      &lt;strong&gt;Book Page&lt;/strong&gt;
     &lt;/div&gt;&lt;/td&gt; 
    &lt;td&gt;
     &lt;div align=&quot;center&quot;&gt;
      &lt;img src=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/Previews/previews-v25.08.02/optimized/mobile/13.%20Book%20Page.webp?raw=true&quot; /&gt;
     &lt;/div&gt;&lt;/td&gt; 
   &lt;/tr&gt; 
   &lt;tr&gt; 
    &lt;td&gt;
     &lt;div align=&quot;center&quot;&gt;
      &lt;img src=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/Previews/previews-v25.08.02/optimized/desktop/3.%20Sidebar.webp?raw=true&quot; /&gt;
      &lt;br /&gt;
      &lt;strong&gt;Sidebar&lt;/strong&gt;
     &lt;/div&gt;&lt;/td&gt; 
    &lt;td&gt;
     &lt;div align=&quot;center&quot;&gt;
      &lt;img src=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/Previews/previews-v25.08.02/optimized/mobile/3.%20Sidebar.webp?raw=true&quot; /&gt;
     &lt;/div&gt;&lt;/td&gt; 
   &lt;/tr&gt; 
   &lt;tr&gt; 
    &lt;td&gt;
     &lt;div align=&quot;center&quot;&gt;
      &lt;img src=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/Previews/previews-v25.08.02/optimized/desktop/5.%20Extra%20Dialog.webp?raw=true&quot; /&gt;
      &lt;br /&gt;
      &lt;strong&gt;Extra Dialog&lt;/strong&gt;
     &lt;/div&gt;&lt;/td&gt; 
    &lt;td&gt;
     &lt;div align=&quot;center&quot;&gt;
      &lt;img src=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/Previews/previews-v25.08.02/optimized/mobile/5.%20Extra%20Dialog.webp?raw=true&quot; /&gt;
     &lt;/div&gt;&lt;/td&gt; 
   &lt;/tr&gt; 
   &lt;tr&gt; 
    &lt;td&gt;
     &lt;div align=&quot;center&quot;&gt;
      &lt;img src=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/Previews/previews-v25.08.02/optimized/desktop/6.%20Settings%20Page.webp?raw=true&quot; /&gt;
      &lt;br /&gt;
      &lt;strong&gt;Settings Page&lt;/strong&gt;
     &lt;/div&gt;&lt;/td&gt; 
    &lt;td&gt;
     &lt;div align=&quot;center&quot;&gt;
      &lt;img src=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/Previews/previews-v25.08.02/optimized/mobile/6.%20Settings%20Page.webp?raw=true&quot; /&gt;
     &lt;/div&gt;&lt;/td&gt; 
   &lt;/tr&gt; 
   &lt;tr&gt; 
    &lt;td&gt;
     &lt;div align=&quot;center&quot;&gt;
      &lt;img src=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/Previews/previews-v25.08.02/optimized/desktop/7.%20Metadata%20Menu.webp?raw=true&quot; /&gt;
      &lt;br /&gt;
      &lt;strong&gt;Metadata Menu&lt;/strong&gt;
     &lt;/div&gt;&lt;/td&gt; 
    &lt;td&gt;
     &lt;div align=&quot;center&quot;&gt;
      &lt;img src=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/Previews/previews-v25.08.02/optimized/mobile/7.%20Metadata%20Menu.webp?raw=true&quot; /&gt;
     &lt;/div&gt;&lt;/td&gt; 
   &lt;/tr&gt; 
   &lt;tr&gt; 
    &lt;td&gt;
     &lt;div align=&quot;center&quot;&gt;
      &lt;img src=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/Previews/previews-v25.08.02/optimized/desktop/8.%20Dashboard%20Settings.webp?raw=true&quot; /&gt;
      &lt;br /&gt;
      &lt;strong&gt;Dashboard Settings&lt;/strong&gt;
     &lt;/div&gt;&lt;/td&gt; 
    &lt;td&gt;
     &lt;div align=&quot;center&quot;&gt;
      &lt;img src=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/Previews/previews-v25.08.02/optimized/mobile/8.%20Dashboard%20Settings.webp?raw=true&quot; /&gt;
     &lt;/div&gt;&lt;/td&gt; 
   &lt;/tr&gt; 
   &lt;tr&gt; 
    &lt;td&gt;
     &lt;div align=&quot;center&quot;&gt;
      &lt;img src=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/Previews/previews-v25.08.02/optimized/desktop/19.%20Live%20TV%20Page.webp?raw=true&quot; /&gt;
      &lt;br /&gt;
      &lt;strong&gt;Live TV Page&lt;/strong&gt;
     &lt;/div&gt;&lt;/td&gt; 
    &lt;td&gt;
     &lt;div align=&quot;center&quot;&gt;
      &lt;img src=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/Previews/previews-v25.08.02/optimized/mobile/19.%20Live%20TV%20Page.webp?raw=true&quot; /&gt;
     &lt;/div&gt;&lt;/td&gt; 
   &lt;/tr&gt; 
   &lt;tr&gt; 
    &lt;td&gt;
     &lt;div align=&quot;center&quot;&gt;
      &lt;img src=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/Previews/previews-v25.08.02/optimized/desktop/20.%20Live%20TV%20Guide.webp?raw=true&quot; /&gt;
      &lt;br /&gt;
      &lt;strong&gt;Live TV Guide&lt;/strong&gt;
     &lt;/div&gt;&lt;/td&gt; 
    &lt;td&gt;
     &lt;div align=&quot;center&quot;&gt;
      &lt;img src=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/Previews/previews-v25.08.02/optimized/mobile/20.%20Live%20TV%20Guide.webp?raw=true&quot; /&gt;
     &lt;/div&gt;&lt;/td&gt; 
   &lt;/tr&gt; 
  &lt;/tbody&gt; 
 &lt;/table&gt; 
&lt;/details&gt; 
&lt;details&gt; 
 &lt;summary&gt; 📺 &lt;i&gt;TV Screenshots&lt;/i&gt;&lt;/summary&gt; 
 &lt;table&gt; 
  &lt;thead&gt; 
   &lt;tr&gt; 
    &lt;th&gt;TV View&lt;/th&gt; 
   &lt;/tr&gt; 
  &lt;/thead&gt; 
  &lt;tbody&gt; 
   &lt;tr&gt; 
    &lt;td&gt;
     &lt;div align=&quot;center&quot;&gt;
      &lt;img src=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/Previews/previews-v25.08.02/optimized/tv/21.%20Login%20Page.webp?raw=true&quot; /&gt;
      &lt;br /&gt;
      &lt;strong&gt;Login Page&lt;/strong&gt;
     &lt;/div&gt;&lt;/td&gt; 
   &lt;/tr&gt; 
   &lt;tr&gt; 
    &lt;td&gt;
     &lt;div align=&quot;center&quot;&gt;
      &lt;img src=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/Previews/previews-v25.08.02/optimized/tv/1.%20Homepage.webp?raw=true&quot; /&gt;
      &lt;br /&gt;
      &lt;strong&gt;Homepage&lt;/strong&gt;
     &lt;/div&gt;&lt;/td&gt; 
   &lt;/tr&gt; 
   &lt;tr&gt; 
    &lt;td&gt;
     &lt;div align=&quot;center&quot;&gt;
      &lt;img src=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/Previews/previews-v25.08.02/optimized/tv/2.%20Movies%20Library.webp?raw=true&quot; /&gt;
      &lt;br /&gt;
      &lt;strong&gt;Movies Library&lt;/strong&gt;
     &lt;/div&gt;&lt;/td&gt; 
   &lt;/tr&gt; 
   &lt;tr&gt; 
    &lt;td&gt;
     &lt;div align=&quot;center&quot;&gt;
      &lt;img src=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/Previews/previews-v25.08.02/optimized/tv/4.%20Movie%20Page.webp?raw=true&quot; /&gt;
      &lt;br /&gt;
      &lt;strong&gt;Movie Page&lt;/strong&gt;
     &lt;/div&gt;&lt;/td&gt; 
   &lt;/tr&gt; 
   &lt;tr&gt; 
    &lt;td&gt;
     &lt;div align=&quot;center&quot;&gt;
      &lt;img src=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/Previews/previews-v25.08.02/optimized/tv/5.%20Extra%20Dialog.webp?raw=true&quot; /&gt;
      &lt;br /&gt;
      &lt;strong&gt;Extra Dialog&lt;/strong&gt;
     &lt;/div&gt;&lt;/td&gt; 
   &lt;/tr&gt; 
   &lt;tr&gt; 
    &lt;td&gt;
     &lt;div align=&quot;center&quot;&gt;
      &lt;img src=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/Previews/previews-v25.08.02/optimized/tv/6.%20Settings%20Page.webp?raw=true&quot; /&gt;
      &lt;br /&gt;
      &lt;strong&gt;Settings Page&lt;/strong&gt;
     &lt;/div&gt;&lt;/td&gt; 
   &lt;/tr&gt; 
   &lt;tr&gt; 
    &lt;td&gt;
     &lt;div align=&quot;center&quot;&gt;
      &lt;img src=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/Previews/previews-v25.08.02/optimized/tv/9.%20Web%20Player.webp?raw=true&quot; /&gt;
      &lt;br /&gt;
      &lt;strong&gt;Web Player&lt;/strong&gt;
     &lt;/div&gt;&lt;/td&gt; 
   &lt;/tr&gt; 
   &lt;tr&gt; 
    &lt;td&gt;
     &lt;div align=&quot;center&quot;&gt;
      &lt;img src=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/Previews/previews-v25.08.02/optimized/tv/11.%20TV%20Show%20Page.webp?raw=true&quot; /&gt;
      &lt;br /&gt;
      &lt;strong&gt;TV Show Page&lt;/strong&gt;
     &lt;/div&gt;&lt;/td&gt; 
   &lt;/tr&gt; 
   &lt;tr&gt; 
    &lt;td&gt;
     &lt;div align=&quot;center&quot;&gt;
      &lt;img src=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/Previews/previews-v25.08.02/optimized/tv/12.%20Movie%20Details.webp?raw=true&quot; /&gt;
      &lt;br /&gt;
      &lt;strong&gt;Movie Details&lt;/strong&gt;
     &lt;/div&gt;&lt;/td&gt; 
   &lt;/tr&gt; 
   &lt;tr&gt; 
    &lt;td&gt;
     &lt;div align=&quot;center&quot;&gt;
      &lt;img src=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/Previews/previews-v25.08.02/optimized/tv/13.%20Book%20Page.webp?raw=true&quot; /&gt;
      &lt;br /&gt;
      &lt;strong&gt;Book Page&lt;/strong&gt;
     &lt;/div&gt;&lt;/td&gt; 
   &lt;/tr&gt; 
   &lt;tr&gt; 
    &lt;td&gt;
     &lt;div align=&quot;center&quot;&gt;
      &lt;img src=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/Previews/previews-v25.08.02/optimized/tv/14.%20Artist%20Page.webp?raw=true&quot; /&gt;
      &lt;br /&gt;
      &lt;strong&gt;Artist Page&lt;/strong&gt;
     &lt;/div&gt;&lt;/td&gt; 
   &lt;/tr&gt; 
   &lt;tr&gt; 
    &lt;td&gt;
     &lt;div align=&quot;center&quot;&gt;
      &lt;img src=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/Previews/previews-v25.08.02/optimized/tv/15.%20Music%20Player.webp?raw=true&quot; /&gt;
      &lt;br /&gt;
      &lt;strong&gt;Music Player&lt;/strong&gt;
     &lt;/div&gt;&lt;/td&gt; 
   &lt;/tr&gt; 
   &lt;tr&gt; 
    &lt;td&gt;
     &lt;div align=&quot;center&quot;&gt;
      &lt;img src=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/Previews/previews-v25.08.02/optimized/tv/16.%20TV%20Show%20Seasons.webp?raw=true&quot; /&gt;
      &lt;br /&gt;
      &lt;strong&gt;TV Show Seasons&lt;/strong&gt;
     &lt;/div&gt;&lt;/td&gt; 
   &lt;/tr&gt; 
   &lt;tr&gt; 
    &lt;td&gt;
     &lt;div align=&quot;center&quot;&gt;
      &lt;img src=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/Previews/previews-v25.08.02/optimized/tv/17.%20Cast%20Page.webp?raw=true&quot; /&gt;
      &lt;br /&gt;
      &lt;strong&gt;Cast Page&lt;/strong&gt;
     &lt;/div&gt;&lt;/td&gt; 
   &lt;/tr&gt; 
   &lt;tr&gt; 
    &lt;td&gt;
     &lt;div align=&quot;center&quot;&gt;
      &lt;img src=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/Previews/previews-v25.08.02/optimized/tv/18.%20TV%20Episode%20Page.webp?raw=true&quot; /&gt;
      &lt;br /&gt;
      &lt;strong&gt;TV Episode Page&lt;/strong&gt;
     &lt;/div&gt;&lt;/td&gt; 
   &lt;/tr&gt; 
   &lt;tr&gt; 
    &lt;td&gt;
     &lt;div align=&quot;center&quot;&gt;
      &lt;img src=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/Previews/previews-v25.08.02/optimized/tv/19.%20Live%20TV%20Page.webp?raw=true&quot; /&gt;
      &lt;br /&gt;
      &lt;strong&gt;Live TV Page&lt;/strong&gt;
     &lt;/div&gt;&lt;/td&gt; 
   &lt;/tr&gt; 
   &lt;tr&gt; 
    &lt;td&gt;
     &lt;div align=&quot;center&quot;&gt;
      &lt;img src=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/Previews/previews-v25.08.02/optimized/tv/20.%20Live%20TV%20Guide.webp?raw=true&quot; /&gt;
      &lt;br /&gt;
      &lt;strong&gt;Live TV Guide&lt;/strong&gt;
     &lt;/div&gt;&lt;/td&gt; 
   &lt;/tr&gt; 
  &lt;/tbody&gt; 
 &lt;/table&gt; 
&lt;/details&gt; 
&lt;p&gt;&lt;a href=&quot;https://github.com/user-attachments/assets/bb7f3174-b703-4c98-a23c-e6bb4abba390&quot;&gt;https://github.com/user-attachments/assets/bb7f3174-b703-4c98-a23c-e6bb4abba390&lt;/a&gt;&lt;/p&gt; 
&lt;hr /&gt; 
&lt;h3&gt;👇 How to install/setup this theme?&lt;/h3&gt; 
&lt;p&gt;&lt;b&gt;Paste the following in Custom CSS code box:&lt;/b&gt;&lt;/p&gt; 
&lt;pre&gt;&lt;code class=&quot;language-css&quot;&gt;@import url(&quot;https://cdn.jsdelivr.net/gh/lscambo13/ElegantFin@main/Theme/ElegantFin-jellyfin-theme-build-latest-minified.css&quot;);
&lt;/code&gt;&lt;/pre&gt; 
&lt;details&gt; 
 &lt;summary&gt;&lt;i&gt;Detailed steps for server-side implementation&lt;/i&gt;&lt;/summary&gt; 
 &lt;blockquote&gt; 
  &lt;ol&gt; 
   &lt;li&gt;Open Dashboard from Administration tab in Settings.&lt;/li&gt; 
   &lt;li&gt;From the side bar, select the Branding tab if you are on Jellyfin 10.11 or above.&lt;/li&gt; 
   &lt;li&gt;Scroll down to find Custom CSS code box.&lt;/li&gt; 
   &lt;li&gt;Paste the custom css in Custom CSS code box.&lt;/li&gt; 
   &lt;li&gt;Click save&lt;/li&gt; 
  &lt;/ol&gt; 
 &lt;/blockquote&gt; 
&lt;/details&gt; 
&lt;details&gt; 
 &lt;summary&gt;&lt;i&gt;Detailed steps for client-side implementation&lt;/i&gt;&lt;/summary&gt; 
 &lt;blockquote&gt; 
  &lt;ol&gt; 
   &lt;li&gt;Open Display tab in Settings.&lt;/li&gt; 
   &lt;li&gt;Scroll down to find Custom CSS code box.&lt;/li&gt; 
   &lt;li&gt;Paste the custom css in Custom CSS code box.&lt;/li&gt; 
   &lt;li&gt;Click save.&lt;/li&gt; 
  &lt;/ol&gt; 
 &lt;/blockquote&gt; 
&lt;/details&gt; 
&lt;hr /&gt; 
&lt;h3&gt;🧩 How to customise this theme?&lt;/h3&gt; 
&lt;details&gt; 
 &lt;summary&gt;&lt;i&gt;1. Custom media covers for user media libraries&lt;/i&gt;&lt;/summary&gt; 
 &lt;blockquote&gt; 
  &lt;img width=&quot;640&quot; height=&quot;auto&quot; alt=&quot;image&quot; src=&quot;https://github.com/user-attachments/assets/05eb7cb6-3ac9-444b-8988-9776e0815664&quot; /&gt; 
  &lt;ul&gt; 
   &lt;li&gt;Read more about this experimental add-on &lt;a href=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/custom-media-covers.md&quot;&gt;here&lt;/a&gt;&lt;/li&gt; 
  &lt;/ul&gt; 
 &lt;/blockquote&gt; 
&lt;/details&gt; 
&lt;details&gt; 
 &lt;summary&gt;&lt;i&gt;2. Custom background image for the login page&lt;/i&gt;&lt;/summary&gt; 
 &lt;blockquote&gt; 
  &lt;img width=&quot;auto&quot; height=&quot;350&quot; alt=&quot;image&quot; src=&quot;https://github.com/user-attachments/assets/70834545-d1cd-4496-975a-4310030dedd9&quot; /&gt; 
  &lt;img width=&quot;auto&quot; height=&quot;350&quot; alt=&quot;image&quot; src=&quot;https://github.com/user-attachments/assets/c3cf2d96-0db0-4acb-bc61-7b08d5445452&quot; /&gt; 
  &lt;ul&gt; 
   &lt;li&gt;Note: this customisation is not needed on Jellyfin 10.11.X anymore&lt;/li&gt; 
   &lt;li&gt;On older Jellyfin versions, to enable the background wallpaper on the login screen, first tick the &#39;Enable the splash screen&#39; option in your Jellyfin Dashboard below the Custom CSS Box.&lt;/li&gt; 
   &lt;li&gt;Second, copy and paste the following code at the end in Custom CSS box but don&#39;t save yet.&lt;pre&gt;&lt;code class=&quot;language-css&quot;&gt;:root {
    --loginPageBgUrl: url(&quot;&amp;lt;YOUR-JELLYFIN-SERVER-ADDRESS&amp;gt;/Branding/Splashscreen?format=webp&amp;amp;foregroundLayer=1&amp;amp;quality=33&amp;amp;width=3840&amp;amp;height=2160&amp;amp;blur=2&quot;);
}
&lt;/code&gt;&lt;/pre&gt; &lt;/li&gt; 
   &lt;li&gt;Third, replace &lt;code&gt;&amp;lt;YOUR-JELLYFIN-SERVER-ADDRESS&amp;gt;&lt;/code&gt; with your Jellyfin server address, for example, &lt;code&gt;http://192.168.0.1:8096&lt;/code&gt;.&lt;/li&gt; 
   &lt;li&gt;Don&#39;t forget the correct http or https in your domain.&lt;/li&gt; 
   &lt;li&gt;You can also modify the parameters, for example blur size or the resolution, according to your liking.&lt;/li&gt; 
   &lt;li&gt;Once done, save and refresh your apps and webpages.&lt;/li&gt; 
  &lt;/ul&gt; 
 &lt;/blockquote&gt; 
&lt;/details&gt; 
&lt;details&gt; 
 &lt;summary&gt;&lt;i&gt;3. Enable or disable extra overlay buttons on cards on desktop&lt;/i&gt;&lt;/summary&gt; 
 &lt;blockquote&gt; 
  &lt;img width=&quot;400&quot; height=&quot;auto&quot; alt=&quot;image&quot; src=&quot;https://github.com/user-attachments/assets/cb8479c2-c577-4d54-a567-697f54291a3b&quot; /&gt; 
  &lt;ul&gt; 
   &lt;li&gt;To enable &#39;Mark Played&#39; and &#39;Add to Favorites&#39; buttons that show up at the bottom right corner of cards while hovering, copy and paste the following code at the end in Custom CSS box, click save and finally refresh your app/webpage.&lt;pre&gt;&lt;code class=&quot;language-css&quot;&gt;:root {
    --extraCardButtonsVisibility: block;
}
&lt;/code&gt;&lt;/pre&gt; &lt;/li&gt; 
   &lt;li&gt;To hide the three-dot button that shows up next to these buttons, also include &lt;code&gt;--menuButtonVisibility: none;&lt;/code&gt; in &lt;code&gt;:root{}&lt;/code&gt;&lt;/li&gt; 
   &lt;li&gt;To undo these changes, simply remove this code block or switch between &lt;code&gt;block&lt;/code&gt; and &lt;code&gt;none&lt;/code&gt;.&lt;/li&gt; 
  &lt;/ul&gt; 
 &lt;/blockquote&gt; 
&lt;/details&gt; 
&lt;details&gt; 
 &lt;summary&gt;&lt;i&gt;4. Place the overlay play button at the center of cards on desktop&lt;/i&gt;&lt;/summary&gt; 
 &lt;blockquote&gt; 
  &lt;img width=&quot;400&quot; height=&quot;auto&quot; alt=&quot;image&quot; src=&quot;https://github.com/user-attachments/assets/ebde9db6-cd2f-47b5-bdb9-cee1e9852e2e&quot; /&gt; 
  &lt;ul&gt; 
   &lt;li&gt;To bring the mini play button to the center of cards, copy and paste the following code at the end in Custom CSS box, click save and finally refresh your app/webpage.&lt;pre&gt;&lt;code class=&quot;language-css&quot;&gt;:root{
  --overlayPlayButtonPosition: 50%;
}
&lt;/code&gt;&lt;/pre&gt; &lt;/li&gt; 
   &lt;li&gt;To undo this change, simply remove this code block or replace &lt;code&gt;50%&lt;/code&gt; with &lt;code&gt;2.8em&lt;/code&gt;.&lt;/li&gt; 
  &lt;/ul&gt; 
 &lt;/blockquote&gt; 
&lt;/details&gt; 
&lt;details&gt; 
 &lt;summary&gt;&lt;i&gt;5. Disable the card shinning effect on hover on desktop&lt;/i&gt;&lt;/summary&gt; 
 &lt;blockquote&gt; 
  &lt;p&gt;&lt;a href=&quot;https://github.com/user-attachments/assets/ac22440d-39d7-48d6-a8da-3b7777372ffd&quot;&gt;https://github.com/user-attachments/assets/ac22440d-39d7-48d6-a8da-3b7777372ffd&lt;/a&gt;&lt;/p&gt; 
  &lt;ul&gt; 
   &lt;li&gt;To disable the shine on cards that shows when hovering over them on desktop, copy and paste the following code at the end in Custom CSS box, click save and finally refresh your app/webpage.&lt;pre&gt;&lt;code class=&quot;language-css&quot;&gt;:root{
  --cardHoverEffect: none;
}
&lt;/code&gt;&lt;/pre&gt; &lt;/li&gt; 
   &lt;li&gt;To undo this change, simply remove this code block or replace &lt;code&gt;none&lt;/code&gt; with &lt;code&gt;&quot;&quot;&lt;/code&gt;.&lt;/li&gt; 
  &lt;/ul&gt; 
 &lt;/blockquote&gt; 
&lt;/details&gt; 
&lt;details&gt; 
 &lt;summary&gt;&lt;i&gt;6. Enable labels below library cards&lt;/i&gt;&lt;/summary&gt; 
 &lt;blockquote&gt; 
  &lt;img width=&quot;640&quot; height=&quot;auto&quot; alt=&quot;image&quot; src=&quot;https://github.com/user-attachments/assets/5999a5de-5134-4b02-94aa-6306768a251c&quot; /&gt; 
  &lt;ul&gt; 
   &lt;li&gt;To enable text labels under the media library cards, copy and paste the following code at the end in Custom CSS box, click save and finally refresh your app/webpage.&lt;pre&gt;&lt;code class=&quot;language-css&quot;&gt;:root{
--libraryLabelVisibility: block;
}
&lt;/code&gt;&lt;/pre&gt; &lt;/li&gt; 
   &lt;li&gt;To undo this change, simply remove this code block or replace &lt;code&gt;block&lt;/code&gt; with &lt;code&gt;none&lt;/code&gt;.&lt;/li&gt; 
  &lt;/ul&gt; 
 &lt;/blockquote&gt; 
&lt;/details&gt; 
&lt;details&gt; 
 &lt;summary&gt;&lt;i&gt;7. Enable alternative style for the Media Bar plugin&lt;/i&gt;&lt;/summary&gt; 
 &lt;blockquote&gt; 
  &lt;img width=&quot;640&quot; height=&quot;auto&quot; alt=&quot;image&quot; src=&quot;https://github.com/user-attachments/assets/3e88e270-40f9-48ba-8173-f65b94344f8d&quot; /&gt; 
  &lt;ul&gt; 
   &lt;li&gt;ElegantFin does not support any plugins by default, so to to add external support for &lt;a href=&quot;https://github.com/IAmParadox27/jellyfin-plugin-media-bar&quot;&gt;this plugin&lt;/a&gt;, copy and paste the following code right after the main import in Custom CSS box, click save and finally refresh your app/webpage.&lt;pre&gt;&lt;code class=&quot;language-css&quot;&gt;@import url(&quot;https://cdn.jsdelivr.net/gh/lscambo13/ElegantFin@main/Theme/assets/add-ons/media-bar-plugin-support-latest-min.css&quot;);
&lt;/code&gt;&lt;/pre&gt; &lt;/li&gt; 
   &lt;li&gt;To undo this change, simply remove this code block.&lt;/li&gt; 
  &lt;/ul&gt; 
 &lt;/blockquote&gt; 
&lt;/details&gt; 
&lt;details&gt; 
 &lt;summary&gt;&lt;i&gt;8. Switch between different app bar styles&lt;/i&gt;&lt;/summary&gt; 
 &lt;blockquote&gt; 
  &lt;p&gt;&lt;a href=&quot;https://github.com/user-attachments/assets/b5868cd2-8df9-490d-a2b6-4386c6ddcd56&quot;&gt;https://github.com/user-attachments/assets/b5868cd2-8df9-490d-a2b6-4386c6ddcd56&lt;/a&gt;&lt;/p&gt; 
  &lt;ul&gt; 
   &lt;li&gt;You can switch between these using &lt;code&gt;--appBarHeight&lt;/code&gt;.&lt;/li&gt; 
   &lt;li&gt;Use 5em to enable the fading app bar (seamless) (default);&lt;/li&gt; 
   &lt;li&gt;Or, use 4.6em to get the solid app bar (cleaner with border)&lt;pre&gt;&lt;code class=&quot;language-css&quot;&gt;:root{
  /* example */
  --appBarHeight: 4.6em;
}
&lt;/code&gt;&lt;/pre&gt; &lt;/li&gt; 
   &lt;li&gt;To undo this change, simply remove this code block.&lt;/li&gt; 
  &lt;/ul&gt; 
 &lt;/blockquote&gt; 
&lt;/details&gt; 
&lt;details&gt; 
 &lt;summary&gt;&lt;i&gt;9. Change to alternative color themes&lt;/i&gt;&lt;/summary&gt; 
 &lt;blockquote&gt; 
  &lt;img width=&quot;640&quot; height=&quot;auto&quot; alt=&quot;image&quot; src=&quot;https://github.com/user-attachments/assets/0cab75aa-8fcd-4174-b0db-cc533b724bca&quot; /&gt; 
  &lt;ul&gt; 
   &lt;li&gt;Check out the &lt;a href=&quot;https://github.com/lscambo13/ElegantFin/discussions/221&quot;&gt;the theme Playground page&lt;/a&gt; for different color themes.&lt;/li&gt; 
   &lt;li&gt;You can also experiment and share your own take there if you wish.&lt;/li&gt; 
  &lt;/ul&gt; 
 &lt;/blockquote&gt; 
&lt;/details&gt; 
&lt;details&gt; 
 &lt;summary&gt;&lt;i&gt;10. Increase the size of Continue Watching cards so that they stand out&lt;/i&gt;&lt;/summary&gt; 
 &lt;blockquote&gt; 
  &lt;img width=&quot;640&quot; height=&quot;auto&quot; alt=&quot;image&quot; src=&quot;https://github.com/user-attachments/assets/2222d5b1-00d8-4859-90fb-eeb14d488bbd&quot; /&gt; 
  &lt;ul&gt; 
   &lt;li&gt;You can adjust their scaling &lt;code&gt;--resumeCardScale&lt;/code&gt;.&lt;/li&gt; 
   &lt;li&gt;Use any values over 1.0 to make them bigger.&lt;pre&gt;&lt;code class=&quot;language-css&quot;&gt;:root{
  --resumeCardScale: 1.25;
}
&lt;/code&gt;&lt;/pre&gt; &lt;/li&gt; 
   &lt;li&gt;To undo this change, simply remove this code block or set the value back to &lt;code&gt;1&lt;/code&gt;.&lt;/li&gt; 
  &lt;/ul&gt; 
 &lt;/blockquote&gt; 
&lt;/details&gt; 
&lt;hr /&gt; 
&lt;h3&gt;🆗 Tested on&lt;/h3&gt; 
&lt;ul&gt; 
 &lt;li&gt;Jellyfin Server v10.11.11&lt;/li&gt; 
 &lt;li&gt;Microsoft Edge (Chromium)&lt;/li&gt; 
 &lt;li&gt;Jellyfin Android App v2.6.3&lt;/li&gt; 
&lt;/ul&gt; 
&lt;hr /&gt; 
&lt;h3&gt;🛠️ Troubleshooting&lt;/h3&gt; 
&lt;details&gt; 
 &lt;summary&gt;1️⃣ - &lt;i&gt;How do I check which version of ElegantFin I am using?&lt;/i&gt;&lt;/summary&gt; 
 &lt;blockquote&gt; 
  &lt;ul&gt; 
   &lt;li&gt;Check the version number at the bottom in the Settings screen.&lt;/li&gt; 
   &lt;li&gt;It should be something like &lt;code&gt;ElegantFin v26.YY.ZZ&lt;/code&gt;.&lt;/li&gt; 
  &lt;/ul&gt; 
  &lt;img width=&quot;640&quot; height=&quot;auto&quot; alt=&quot;image&quot; src=&quot;https://github.com/user-attachments/assets/c697f508-16db-4b1a-bfac-123decd943fa&quot; /&gt; 
 &lt;/blockquote&gt; 
&lt;/details&gt; 
&lt;details&gt; 
 &lt;summary&gt;2️⃣ - &lt;i&gt;I see that a newer version is available, but I have not received it yet. Why?&lt;/i&gt;&lt;/summary&gt; 
 &lt;blockquote&gt; 
  &lt;ul&gt; 
   &lt;li&gt;If the Settings footer shows an old version, it means that you are still using an old cache.&lt;/li&gt; 
   &lt;li&gt;Once that cache is updated, the new version will be loaded automatically.&lt;/li&gt; 
   &lt;li&gt;There are multiple ways to clear the cache depending on your OS, smartphone or TV. Look online if you don&#39;t know.&lt;/li&gt; 
   &lt;li&gt;On the web version, you can force a hard refresh of the page using CTRL + F5.&lt;/li&gt; 
   &lt;li&gt;On apps, try signing out and back in again. OR in case of Jellyfin Media Player on windows, you might need to delete the cache folder.&lt;/li&gt; 
  &lt;/ul&gt; 
 &lt;/blockquote&gt; 
&lt;/details&gt; 
&lt;details&gt; 
 &lt;summary&gt;3️⃣ - &lt;i&gt;Why do I notice visual bugs and inconsistencies on Jellyfin Media Player?&lt;/i&gt;&lt;/summary&gt; 
 &lt;blockquote&gt; 
  &lt;ul&gt; 
   &lt;li&gt;JMP is based on Qt 5.x which uses a very outdated web engine. It does not support many new CSS features, so it is unsupported.&lt;/li&gt; 
   &lt;li&gt;&lt;a href=&quot;https://github.com/jellyfin/jellyfin-desktop&quot;&gt;Jellyfin Desktop&lt;/a&gt; is the new official client moving forward. It seems to be in testing right now. Use it for better compatibility or use the web app instead.&lt;/li&gt; 
  &lt;/ul&gt; 
 &lt;/blockquote&gt; 
&lt;/details&gt; 
&lt;details&gt; 
 &lt;summary&gt;4️⃣ - &lt;i&gt;Does it work on the AndroidTV version of the Jellyfin app?&lt;/i&gt;&lt;/summary&gt; 
 &lt;blockquote&gt; 
  &lt;ul&gt; 
   &lt;li&gt;As of version 0.18.11, the official Jellyfin app on the AndroidTVs does not support css themes, but the Android mobile phone app supports them. The WebOS version of the app seems to be based on the mobile phone version, so it supports the theme just fine.&lt;/li&gt; 
  &lt;/ul&gt; 
 &lt;/blockquote&gt; 
&lt;/details&gt; 
&lt;details&gt; 
 &lt;summary&gt;5️⃣ - &lt;i&gt;All the icons on my LG TV seem to be broken. How to fix them?&lt;/i&gt;&lt;/summary&gt; 
 &lt;blockquote&gt; 
  &lt;ul&gt; 
   &lt;li&gt;It seems that modern Material Icons which this theme uses are &lt;a href=&quot;https://github.com/lscambo13/ElegantFin/issues/39&quot;&gt;not compatible on some WebOS TVs&lt;/a&gt;. There is a &lt;a href=&quot;https://www.reddit.com/r/youtubetv/comments/e27go3/chinese_symbols_instead_of_icons_on_lg_tv/&quot;&gt;huge similar thread&lt;/a&gt; about this.&lt;/li&gt; 
   &lt;li&gt;This bug can be fixed by using the older icons, so I have implemented the following workaround to bring back older, supported icons.&lt;/li&gt; 
   &lt;li&gt;Simply add the following code at the end in Custom CSS box and save, then refresh your apps and webpages:&lt;pre&gt;&lt;code class=&quot;language-css&quot;&gt;:root{
  --iconPack: &#39;Material Icons&#39;;
}
&lt;/code&gt;&lt;/pre&gt; &lt;/li&gt; 
  &lt;/ul&gt; 
 &lt;/blockquote&gt; 
&lt;/details&gt; 
&lt;details&gt; 
 &lt;summary&gt;6️⃣ - &lt;i&gt;How do I report bugs/issues?&lt;/i&gt;&lt;/summary&gt; 
 &lt;blockquote&gt; 
  &lt;ul&gt; 
   &lt;li&gt;First check &lt;a href=&quot;https://github.com/lscambo13/ElegantFin/issues?q=&quot;&gt;here&lt;/a&gt; whether a similar issue has been reported already. If it exists, upvote and comment there to let me know.&lt;/li&gt; 
   &lt;li&gt;Alternatively, create a new issue &lt;a href=&quot;https://github.com/lscambo13/ElegantFin/issues/new/choose&quot;&gt;here&lt;/a&gt;.&lt;/li&gt; 
  &lt;/ul&gt; 
 &lt;/blockquote&gt; 
&lt;/details&gt; 
&lt;details&gt; 
 &lt;summary&gt;7️⃣ - &lt;i&gt;When can I expect another update?&lt;/i&gt;&lt;/summary&gt; 
 &lt;blockquote&gt; 
  &lt;ul&gt; 
   &lt;li&gt;🤷&lt;/li&gt; 
  &lt;/ul&gt; 
 &lt;/blockquote&gt; 
&lt;/details&gt; 
&lt;hr /&gt; 
&lt;h3&gt;📌 Contributing&lt;/h3&gt; 
&lt;p&gt;Please read the &lt;a href=&quot;https://raw.githubusercontent.com/lscambo13/ElegantFin/main/CONTRIBUTING.md&quot;&gt;Contributor Guidelines&lt;/a&gt; before opening pull requests.&lt;/p&gt; 
&lt;p&gt;This is a hobby project. If it helped you, your support really means a lot.&lt;/p&gt; 
&lt;p&gt;&lt;a href=&quot;https://www.buymeacoffee.com/lscambo13&quot;&gt;&lt;img src=&quot;https://img.buymeacoffee.com/button-api/?text=Buy%20me%20a%20coffee&amp;amp;emoji=%E2%98%95&amp;amp;slug=lscambo13&amp;amp;button_colour=FFDD00&amp;amp;font_colour=000000&amp;amp;font_family=Cookie&amp;amp;outline_colour=000000&amp;amp;coffee_colour=ffffff&quot; alt=&quot;Buy me a coffee&quot; /&gt;&lt;/a&gt;&lt;/p&gt; 
&lt;hr /&gt; 
&lt;h3&gt;🙏 Feedback Appreciated&lt;/h3&gt; 
&lt;p&gt;Please use the right template when creating an &lt;a href=&quot;https://github.com/lscambo13/ElegantFin/issues/new/choose&quot;&gt;issue&lt;/a&gt; to &lt;a href=&quot;https://github.com/lscambo13/ElegantFin/issues/new?template=bug_report.md&quot;&gt;report bugs&lt;/a&gt; or &lt;a href=&quot;https://github.com/lscambo13/ElegantFin/issues/new?template=feature_request.md&quot;&gt;provide suggestions&lt;/a&gt;.&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>refact0r/system24</title>
      <link>https://github.com/refact0r/system24</link>
      <description>&lt;p&gt;a tui-style discord theme&lt;/p&gt;&lt;hr&gt;&lt;img src=&quot;https://github.com/refact0r/system24/raw/main/assets/preview.png&quot; /&gt; 
&lt;h1&gt;system24&lt;/h1&gt; 
&lt;p&gt;a customizable, tui-style discord theme. inspired by &lt;a href=&quot;https://github.com/spicetify/spicetify-themes/tree/master/text&quot;&gt;spicetify text theme&lt;/a&gt;.&lt;/p&gt; 
&lt;img src=&quot;https://github.com/refact0r/system24/raw/main/assets/screenshot.png&quot; /&gt; 
&lt;h2&gt;discord server&lt;/h2&gt; 
&lt;p&gt;need help? want to get notified about updates? have feedback? join &lt;a href=&quot;https://discord.gg/nz87hXyvcy&quot;&gt;https://discord.gg/nz87hXyvcy&lt;/a&gt;&lt;/p&gt; 
&lt;h2&gt;install&lt;/h2&gt; 
&lt;h3&gt;vencord/betterdiscord (or any client that supports theme files)&lt;/h3&gt; 
&lt;ol&gt; 
 &lt;li&gt;download the theme file, &lt;a href=&quot;https://github.com/refact0r/system24/raw/main/theme/system24.theme.css&quot;&gt;&lt;code&gt;system24.theme.css&lt;/code&gt;&lt;/a&gt;. (there should be a download button at the top right of the page)&lt;/li&gt; 
 &lt;li&gt;drag the file into your theme folder. (there should be a button to open the theme folder in theme settings)&lt;/li&gt; 
 &lt;li&gt;(optional) customize the theme by editing the options in &lt;code&gt;system24.theme.css&lt;/code&gt;.&lt;/li&gt; 
&lt;/ol&gt; 
&lt;h3&gt;install through link&lt;/h3&gt; 
&lt;p&gt;add &lt;code&gt;https://refact0r.github.io/system24/build/system24.css&lt;/code&gt; to your theme import links. you will need to copy the theme variables to your quickcss in order to customize the theme.&lt;/p&gt; 
&lt;h2&gt;flavors&lt;/h2&gt; 
&lt;p&gt;customized variants of the theme.&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;a href=&quot;https://github.com/refact0r/system24/raw/main/theme/flavors/system24-light.theme.css&quot;&gt;light&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://github.com/refact0r/system24/raw/main/theme/flavors/system24-auto.theme.css&quot;&gt;auto (system theme)&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://github.com/refact0r/system24/raw/main/theme/flavors/system24-catppuccin-mocha.theme.css&quot;&gt;catppuccin mocha&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://github.com/refact0r/system24/raw/main/theme/flavors/system24-catppuccin-macchiato.theme.css&quot;&gt;catppuccin macchiato&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://github.com/refact0r/system24/raw/main/theme/flavors/system24-everforest.theme.css&quot;&gt;everforest&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://github.com/refact0r/system24/raw/main/theme/flavors/system24-rose-pine.theme.css&quot;&gt;rosé pine&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://github.com/refact0r/system24/raw/main/theme/flavors/system24-rose-pine-moon.theme.css&quot;&gt;rose pine moon&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://github.com/refact0r/system24/raw/main/theme/flavors/system24-tokyo-night.theme.css&quot;&gt;tokyo night&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://github.com/refact0r/system24/raw/main/theme/flavors/system24-nord.theme.css&quot;&gt;nord&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://github.com/refact0r/system24/raw/main/theme/flavors/system24-vencord.theme.css&quot;&gt;vencord&lt;/a&gt;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;contributing&lt;/h2&gt; 
&lt;p&gt;this theme depends on &lt;a href=&quot;https://github.com/refact0r/midnight-discord&quot;&gt;midnight&lt;/a&gt; for its core styles. if you&#39;re looking to contribute, please consider which theme you actually want to work on. feel free to open an issue and ask if you&#39;re unsure.&lt;/p&gt; 
&lt;p&gt;this theme uses a dev script to check for changes in the /src .css files and combine them into a build file in /build. note that both the /src files and the /build file are tracked in git, so any changes you contribute should exist in both places!!&lt;/p&gt; 
&lt;p&gt;to run locally:&lt;/p&gt; 
&lt;ol&gt; 
 &lt;li&gt;clone the repository.&lt;/li&gt; 
 &lt;li&gt;run &lt;code&gt;npm i&lt;/code&gt;.&lt;/li&gt; 
 &lt;li&gt;create a &lt;code&gt;.env&lt;/code&gt; file in the project root with the paths of any local theme files you want to update (comma separated)&lt;/li&gt; 
&lt;/ol&gt; 
&lt;pre&gt;&lt;code&gt;DEV_OUTPUT_PATH=C:\Users\USERNAME\AppData\Roaming\Vencord\themes\system24-dev.theme.css
&lt;/code&gt;&lt;/pre&gt; 
&lt;ol&gt; 
 &lt;li&gt;run &lt;code&gt;npm run dev&lt;/code&gt;.&lt;/li&gt; 
 &lt;li&gt;make changes to any file in &lt;code&gt;/src&lt;/code&gt; or the main theme file. the local theme files you listed will automatically be updated, along with the build file in &lt;code&gt;/build&lt;/code&gt;.&lt;/li&gt; 
 &lt;li&gt;make a pull request with your changes!&lt;/li&gt; 
&lt;/ol&gt; 
&lt;h2&gt;credits&lt;/h2&gt; 
&lt;p&gt;&lt;a href=&quot;https://github.com/spicetify/spicetify-themes/tree/master/text&quot;&gt;spicetify text theme&lt;/a&gt; for primary design inspiration.&lt;/p&gt; 
&lt;p&gt;thanks to all the &lt;a href=&quot;https://github.com/refact0r/system24/graphs/contributors&quot;&gt;contributors&lt;/a&gt;!&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>devicons/devicon</title>
      <link>https://github.com/devicons/devicon</link>
      <description>&lt;p&gt;Set of icons representing programming languages, designing &amp; development tools&lt;/p&gt;&lt;hr&gt;&lt;p align=&quot;center&quot;&gt; &lt;a href=&quot;https://github.com/devicons/devicon/releases&quot;&gt; &lt;img alt=&quot;GitHub release (latest by semver)&quot; src=&quot;https://img.shields.io/github/v/release/devicons/devicon?color=%2360be86&amp;amp;label=Latest%20release&amp;amp;style=for-the-badge&amp;amp;sort=semver&quot; /&gt; &lt;/a&gt; &lt;a href=&quot;https://raw.githubusercontent.com/devicons/devicon/master/LICENSE&quot;&gt; &lt;img alt=&quot;GitHub&quot; src=&quot;https://img.shields.io/github/license/devicons/devicon?color=%2360be86&amp;amp;style=for-the-badge&quot; /&gt; &lt;/a&gt; &lt;a href=&quot;https://github.com/devicons/devicon/graphs/contributors&quot;&gt; &lt;img alt=&quot;GitHub contributors&quot; src=&quot;https://img.shields.io/github/contributors-anon/devicons/devicon?color=%2360be86&amp;amp;style=for-the-badge&quot; /&gt; &lt;/a&gt; &lt;a href=&quot;https://github.com/devicons/devicon/actions&quot;&gt; &lt;img alt=&quot;GitHub branch checks state&quot; src=&quot;https://img.shields.io/github/checks-status/devicons/devicon/master?color=%2360be86&amp;amp;style=for-the-badge&quot; /&gt; &lt;/a&gt; &lt;a href=&quot;https://github.com/devicons/devicon/issues?q=is%3Aopen+is%3Aissue+label%3Arequest%3Aicon&quot;&gt; &lt;img alt=&quot;GitHub issues by-label&quot; src=&quot;https://img.shields.io/github/issues/devicons/devicon/request:icon?color=%2360be86&amp;amp;label=icon%20requests&amp;amp;style=for-the-badge&quot; /&gt; &lt;/a&gt; &lt;a href=&quot;https://github.com/devicons/devicon/stargazers&quot;&gt; &lt;img alt=&quot;GitHub repository stars&quot; src=&quot;https://img.shields.io/github/stars/devicons/devicon?color=%2360be86&amp;amp;label=github%20stars&amp;amp;style=for-the-badge&quot; /&gt; &lt;/a&gt; &lt;a href=&quot;https://devicon.dev/&quot;&gt; &lt;img alt=&quot;Registered logos&quot; src=&quot;https://img.shields.io/github/directory-file-count/devicons/devicon/icons?color=%2360be86&amp;amp;label=registered%20logos&amp;amp;style=for-the-badge&quot; /&gt; &lt;/a&gt; &lt;a href=&quot;https://www.npmjs.com/package/devicon&quot;&gt; &lt;img alt=&quot;Devicons npm downloads&quot; src=&quot;https://img.shields.io/npm/dt/devicon?color=%2360be86&amp;amp;style=for-the-badge&quot; /&gt; &lt;/a&gt; &lt;a href=&quot;https://www.npmjs.com/package/devicon&quot;&gt; &lt;img alt=&quot;Devicons npm downloads/month&quot; src=&quot;https://img.shields.io/npm/dm/devicon?color=%2360be86&amp;amp;style=for-the-badge&quot; /&gt; &lt;/a&gt; &lt;/p&gt; 
&lt;br /&gt; 
&lt;div align=&quot;center&quot;&gt; 
 &lt;a href=&quot;https://github.com/devicons/devicon&quot;&gt; &lt;img src=&quot;https://raw.githubusercontent.com/devicons/devicon/master/icons/devicon/devicon-original-wordmark.svg?sanitize=true&quot; alt=&quot;Devicon Logo&quot; height=&quot;140&quot; /&gt; &lt;/a&gt; 
 &lt;h5 align=&quot;center&quot;&gt; Devicon aims to gather all logos representing development languages and tools. &lt;/h5&gt; 
 &lt;p align=&quot;center&quot;&gt; &lt;a target=&quot;_blank&quot; href=&quot;https://devicon.dev&quot;&gt;Demo&lt;/a&gt; · &lt;a target=&quot;_blank&quot; href=&quot;https://github.com/devicons/devicon/issues/new?assignees=&amp;amp;labels=request%3Aicon&amp;amp;template=icon-request.md&amp;amp;title=Icon+request%3A+%5BNAME%5D&quot;&gt;Request Icon&lt;/a&gt; · &lt;a href=&quot;https://raw.githubusercontent.com/devicons/devicon/master/#contribute&quot;&gt;Contribute&lt;/a&gt; &lt;/p&gt; 
&lt;/div&gt; 
&lt;h2&gt;TL;DR&lt;/h2&gt; 
&lt;pre&gt;&lt;code class=&quot;language-html&quot;&gt;&amp;lt;!-- in your header --&amp;gt;
&amp;lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.jsdelivr.net/gh/devicons/devicon@latest/devicon.min.css&quot;&amp;gt;

&amp;lt;!-- in your body --&amp;gt;
&amp;lt;i class=&quot;devicon-devicon-plain&quot;&amp;gt;&amp;lt;/i&amp;gt;
&lt;/code&gt;&lt;/pre&gt; 
&lt;h2&gt;Table of Contents&lt;/h2&gt; 
&lt;ol&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/devicons/devicon/master/#about&quot;&gt;About the Project&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/devicons/devicon/master/#getting-started&quot;&gt;Getting Started&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/devicons/devicon/master/#request-icon&quot;&gt;Requesting Icon&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/devicons/devicon/master/#contribute&quot;&gt;Contributing&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/devicons/devicon/master/#discord-community&quot;&gt;Discord Community&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/devicons/devicon/master/#develop-vs-master&quot;&gt;&lt;code&gt;develop&lt;/code&gt; vs &lt;code&gt;master&lt;/code&gt;&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/devicons/devicon/master/#stale-prs&quot;&gt;Stale Pull Requests&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/devicons/devicon/master/#building-devicon&quot;&gt;Building Devicon&lt;/a&gt;&lt;/li&gt; 
&lt;/ol&gt; 
&lt;h2 id=&quot;about&quot;&gt;About the Project&lt;/h2&gt; 
&lt;p&gt; Devicon aims to gather all logos representing development languages and tools. Each icon comes in several versions: font/SVG, original/plain/line, colored/not colored, wordmark/no wordmark. Devicon has 150+ icons. And it&#39;s growing!&lt;br /&gt; &lt;/p&gt; 
&lt;p&gt; See the &lt;a href=&quot;https://raw.githubusercontent.com/devicons/devicon/master/devicon.json&quot;&gt;devicon.json&lt;/a&gt; or &lt;a href=&quot;https://devicon.dev&quot;&gt;our website&lt;/a&gt; for complete and up to date reference of all available icons. &lt;/p&gt; 
&lt;p&gt; Thanks to all our contributors and the &lt;a href=&quot;https://icomoon.io/#home&quot;&gt;IcoMoon app&lt;/a&gt;. Devicon would not be possible without you. &lt;/p&gt; 
&lt;sub&gt; All product names, logos, and brands are property of their respective owners. All company, product and service names used in this website are for identification purposes only. Use of these names, logos, and brands does not imply endorsement. Usage of these logos should be done according to the company/brand/service&#39;s brand policy. &lt;/sub&gt; 
&lt;h2 id=&quot;getting-started&quot;&gt;Getting Started&lt;/h2&gt; 
&lt;p&gt; For a super fast setup, go check &lt;a href=&quot;https://devicon.dev&quot;&gt;devicon.dev&lt;/a&gt;.&lt;br /&gt; You can either use the &lt;a href=&quot;https://raw.githubusercontent.com/devicons/devicon/master/#getting-started-svg&quot;&gt;raw SVG&lt;/a&gt; icons, our &lt;a href=&quot;https://raw.githubusercontent.com/devicons/devicon/master/#getting-started-font&quot;&gt;Devicon font&lt;/a&gt; (which is also available via &lt;a href=&quot;https://www.jsdelivr.com/package/npm/devicon&quot;&gt;CDN&lt;/a&gt;), or by &lt;a href=&quot;https://raw.githubusercontent.com/devicons/devicon/master/#building-devicon&quot;&gt;building Devicon&lt;/a&gt; yourself. &lt;/p&gt; 
&lt;h3 id=&quot;getting-started-font&quot;&gt;Use the &lt;code&gt;devicon&lt;/code&gt; font (recommended)&lt;/h3&gt; 
&lt;p&gt; You can install devicon as a dependency to your project either with &lt;code&gt;npm&lt;/code&gt; or &lt;code&gt;yarn&lt;/code&gt;: &lt;/p&gt; 
&lt;pre&gt;&lt;code class=&quot;language-bash&quot;&gt;npm install --save devicon
yarn add devicon
&lt;/code&gt;&lt;/pre&gt; 
&lt;p&gt; If you don&#39;t want to use a package manager, you can also download and include &lt;a href=&quot;https://raw.githubusercontent.com/devicons/devicon/master/devicon.min.css&quot;&gt;devicon.min.css&lt;/a&gt; next to the &lt;a href=&quot;https://raw.githubusercontent.com/devicons/devicon/master/fonts&quot;&gt;font files&lt;/a&gt; to your project. See &lt;a href=&quot;https://devicon.dev&quot;&gt;devicon.dev&lt;/a&gt; for details about how to add Devicon to your project via a CDN. &lt;/p&gt; 
&lt;p&gt; After setting up you just have to include the stylesheet in your header to get started: &lt;/p&gt; 
&lt;pre&gt;&lt;code class=&quot;language-html&quot;&gt;&amp;lt;link rel=&quot;stylesheet&quot; href=&quot;devicon.min.css&quot;&amp;gt;
&lt;/code&gt;&lt;/pre&gt; 
&lt;p&gt;Start using icons with &lt;code&gt;&amp;lt;i&amp;gt;&lt;/code&gt;-tag:&lt;/p&gt; 
&lt;pre&gt;&lt;code class=&quot;language-html&quot;&gt;&amp;lt;!--  for devicon plain version --&amp;gt;
&amp;lt;i class=&quot;devicon-devicon-plain&quot;&amp;gt;&amp;lt;/i&amp;gt;

&amp;lt;!--  for devicon plain version with wordmark --&amp;gt;
&amp;lt;i class=&quot;devicon-devicon-plain-wordmark&quot;&amp;gt;&amp;lt;/i&amp;gt;

&amp;lt;!--  for devicon plain version colored with devicon main color --&amp;gt;
&amp;lt;i class=&quot;devicon-devicon-plain colored&quot;&amp;gt;&amp;lt;/i&amp;gt;

&amp;lt;!--  for devicon plain version with wordmark colored with devicon main color --&amp;gt;
&amp;lt;i class=&quot;devicon-devicon-plain-wordmark colored&quot;&amp;gt;&amp;lt;/i&amp;gt;
&lt;/code&gt;&lt;/pre&gt; 
&lt;p&gt; An alternate way to use &lt;code&gt;devicon&lt;/code&gt; is by copy/pasting the raw SVG code to your project. &lt;/p&gt; 
&lt;h3 id=&quot;getting-started-svg&quot;&gt;Copy/paste SVG code (from the &lt;a href=&quot;https://github.com/devicons/devicon/tree/master/icons&quot;&gt;SVG folder&lt;/a&gt; or the &lt;a href=&quot;https://devicon.dev&quot;&gt;project page&lt;/a&gt;):&lt;/h3&gt; 
&lt;pre&gt;&lt;code class=&quot;language-html&quot;&gt;&amp;lt;!--  for devicon plain version --&amp;gt;
&amp;lt;svg id=&quot;Devicon&quot; class=&#39;devicon-devicon-plain&#39; xmlns=&quot;http://www.w3.org/2000/svg&quot; viewBox=&quot;0 0 128 128&quot;&amp;gt;&amp;lt;path id=&quot;plain&quot; fill=&quot;#60be86&quot; d=&quot;M64,7.83H4.77L14.95,95.13l49,25,.06,0,49.07-25L123.23,7.83Zm42.77,54.86c0,.88,0,1.67-.77,2L73.25,80.44l-2.42,1.13-.27-3.15V72.23l.24-1.57,1.09-.47L95.07,59.81l-21.54-9.6L64.35,68.34,58.9,78.87l-1.22,2.27-2.05-.9L22,64.71a2.42,2.42,0,0,1-1.45-2V56.91a2.39,2.39,0,0,1,1.42-2l34-15.73,3.21-1.44v9.66l.24,1.34-1.56.7L34.45,59.79,56.3,69.42l8.05-16,6.21-12.65,1.13-2.28,1.81.91L106,54.89c.73.35.76,1.14.76,2Z&quot;/&amp;gt;&amp;lt;/svg&amp;gt;
&lt;/code&gt;&lt;/pre&gt; 
&lt;p&gt;Add the following CSS rules in your stylesheet:&lt;/p&gt; 
&lt;pre&gt;&lt;code class=&quot;language-css&quot;&gt;.devicon-devicon-plain {
  max-width: 2em;
}

/* if you want to change the original color */
.devicon-devicon-plain path {
  fill: #4691f6;
}
&lt;/code&gt;&lt;/pre&gt; 
&lt;h4&gt;You can also use the &lt;code&gt;img&lt;/code&gt; tag and reference an SVG directly from the repository:&lt;/h4&gt; 
&lt;pre&gt;&lt;code class=&quot;language-html&quot;&gt;&amp;lt;img src=&#39;https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/devicon/devicon-original.svg&#39; /&amp;gt;
&lt;/code&gt;&lt;/pre&gt; 
&lt;h2 id=&quot;request-icon&quot;&gt;Requesting an icon&lt;/h2&gt; 
&lt;p&gt; When you want to request an icon please feel free to create an issue. Check out our &lt;a href=&quot;https://github.com/devicons/devicon/wiki/Requesting-an-Icon&quot;&gt;Wiki&lt;/a&gt; for more information. &lt;/p&gt; 
&lt;h2 id=&quot;contribute&quot;&gt;Contributing&lt;/h2&gt; 
&lt;p&gt; We are happy with every contribution, whether it&#39;s new icons, features, or maintainers. Please have a look at our &lt;a href=&quot;https://github.com/devicons/devicon/wiki&quot;&gt;Wiki&lt;/a&gt; to see how you can contribute to this project. &lt;/p&gt; 
&lt;h2 id=&quot;discord-community&quot;&gt;Discord community&lt;/h2&gt; 
&lt;p&gt; We have a Discord community for Devicons. You can easily request icons, discuss, and have a good time talking with the community members! Join the official Discord Server &lt;a href=&quot;https://discord.gg/hScy8KWACQ&quot;&gt;here!&lt;/a&gt; &lt;/p&gt; 
&lt;h2 id=&quot;develop-vs-master&quot;&gt;&lt;code&gt;develop&lt;/code&gt; vs &lt;code&gt;master&lt;/code&gt;&lt;/h2&gt; 
&lt;p&gt; All official releases shall be in &lt;code&gt;master&lt;/code&gt;. Any updates in between (icons, features, etc.) will be kept in &lt;code&gt;develop&lt;/code&gt;. &lt;/p&gt; 
&lt;b&gt;&lt;code&gt;develop&lt;/code&gt; contains:&lt;/b&gt; 
&lt;ul&gt; 
 &lt;li&gt; Latest SVGs (non-optimized). &lt;/li&gt; 
 &lt;li&gt; No icons for the latest SVGs. These will be built at every release.&lt;br /&gt; Can be built manually. See &lt;a href=&quot;https://raw.githubusercontent.com/devicons/devicon/master/#building-devicon&quot;&gt;&lt;i&gt;Building Devicon&lt;/i&gt;&lt;/a&gt;. &lt;/li&gt; 
 &lt;li&gt; Experimental changes. &lt;/li&gt; 
&lt;/ul&gt; 
&lt;b&gt;&lt;code&gt;master&lt;/code&gt; contains:&lt;/b&gt; 
&lt;ul&gt; 
 &lt;li&gt; Latest official release, which contains all the SVGs and icons. &lt;/li&gt; 
 &lt;li&gt; Official, tested changes. &lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2 id=&quot;stale-prs&quot;&gt;Stale Pull Requests&lt;/h2&gt; 
&lt;p&gt; After a pull request has been open for over 30 days with no activity or response from the author, it&#39;ll be automatically marked as stale. We might fork your changes and merge the changes ourselves. Since GitHub tracks contributions by commits, you will be credited. &lt;/p&gt; 
&lt;h2 id=&quot;building-devicon&quot;&gt;Building Devicon&lt;/h2&gt; 
&lt;p&gt; Follow these steps to build the website and icons either locally or using &lt;a href=&quot;https://www.gitpod.io&quot;&gt;Gitpod.io&lt;/a&gt;. &lt;/p&gt; 
&lt;h3&gt;Table of contents&lt;/h3&gt; 
&lt;ol&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/devicons/devicon/master/#using-gitpod&quot;&gt;Using Gitpod to build&lt;/a&gt;&lt;/li&gt; 
 &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/devicons/devicon/master/#local-installation&quot;&gt;Local Installation&lt;/a&gt;&lt;/li&gt; 
 &lt;ol&gt; 
  &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/devicons/devicon/master/#install-dependencies&quot;&gt;Install dependencies&lt;/a&gt;&lt;/li&gt; 
  &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/devicons/devicon/master/#building-icons&quot;&gt;Build the icons&lt;/a&gt;&lt;/li&gt; 
  &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/devicons/devicon/master/#build-css&quot;&gt;Build the CSS stylesheet&lt;/a&gt;&lt;/li&gt; 
  &lt;li&gt;&lt;a href=&quot;https://raw.githubusercontent.com/devicons/devicon/master/#web-server&quot;&gt;Setting up the web server&lt;/a&gt;&lt;/li&gt; 
 &lt;/ol&gt; 
&lt;/ol&gt; 
&lt;h2 id=&quot;using-gitpod&quot;&gt;Using Gitpod.io&lt;/h2&gt; 
&lt;p&gt;By using &lt;a href=&quot;https://www.gitpod.io&quot;&gt;Gitpod.io&lt;/a&gt;, you can easily build the icons and install the&lt;br /&gt;required dependencies in one single click. No extra setup is required.&lt;/p&gt; 
&lt;p&gt;&lt;a href=&quot;https://gitpod.io/#https://github.com/devicons/devicon/tree/develop&quot;&gt;&lt;img src=&quot;https://gitpod.io/button/open-in-gitpod.svg?sanitize=true&quot; alt=&quot;Open in Gitpod&quot; /&gt;&lt;/a&gt;&lt;/p&gt; 
&lt;blockquote&gt; 
 &lt;p&gt;&lt;strong&gt;Note&lt;/strong&gt; In case some of the commands are not properly ran, you can&lt;br /&gt; follow the steps below and run the same commands on &lt;a href=&quot;http://Gitpod.io&quot;&gt;Gitpod.io&lt;/a&gt;&lt;/p&gt; 
&lt;/blockquote&gt; 
&lt;h2 id=&quot;local-installation&quot;&gt;Local Installation&lt;/h2&gt; 
&lt;h3 id=&quot;install-dependencies&quot;&gt;Install dependencies&lt;/h3&gt; 
&lt;p&gt;&lt;a href=&quot;https://github.com/devicons/devicon/fork&quot;&gt;Fork&lt;/a&gt; the repository and clone the forked repository.&lt;/p&gt; 
&lt;pre&gt;&lt;code class=&quot;language-bash&quot;&gt;git clone https://github.com/&amp;lt;your-github-username&amp;gt;/devicon.git
&lt;/code&gt;&lt;/pre&gt; 
&lt;blockquote&gt; 
 &lt;p&gt;&lt;strong&gt;Note&lt;/strong&gt; In case you don&#39;t have Git installed, check the &lt;a href=&quot;https://git-scm.com/book/en/v2/Getting-Started-Installing-Git&quot;&gt;official guide&lt;/a&gt; to install Git on your operating system.&lt;/p&gt; 
&lt;/blockquote&gt; 
&lt;h3&gt;Install all the necessary NPM dependencies&lt;/h3&gt; 
&lt;pre&gt;&lt;code class=&quot;language-bash&quot;&gt;npm install
&lt;/code&gt;&lt;/pre&gt; 
&lt;blockquote&gt; 
 &lt;p&gt;&lt;strong&gt;Note&lt;/strong&gt; In case you don&#39;t have NPM installed, check this &lt;a href=&quot;https://kinsta.com/blog/how-to-install-node-js/&quot;&gt;&lt;b&gt;ultimate guide&lt;/b&gt;&lt;/a&gt; on installing Node.js and NPM. These tools are required in order to build Devicon properly.&lt;/p&gt; 
&lt;/blockquote&gt; 
&lt;h3&gt;Install Firefox&lt;/h3&gt; https://www.mozilla.org/en-US/firefox/new/ 
&lt;h3&gt;Install Python 3.8&lt;/h3&gt; https://www.python.org/downloads/ 
&lt;blockquote&gt; 
 &lt;p&gt;&lt;strong&gt;Note&lt;/strong&gt; Make sure your Python install includes &lt;a href=&quot;https://pypi.org/project/pip/&quot;&gt;pip&lt;/a&gt;&lt;/p&gt; 
&lt;/blockquote&gt; 
&lt;h3&gt;Install Dependencies&lt;/h3&gt; 
&lt;pre&gt;&lt;code class=&quot;language-bash&quot;&gt;python -m pip install -r ./.github/scripts/requirements.txt
&lt;/code&gt;&lt;/pre&gt; 
&lt;h3 id=&quot;building-icons&quot;&gt;Build the new icons&lt;/h3&gt; 
&lt;p&gt;Once all the dependencies are installed, you can proceed to build the newest icons.&lt;br /&gt; Usually, this is done on each release, but you can have a sneak peek before a release.&lt;/p&gt; 
&lt;pre&gt;&lt;code class=&quot;language-bash&quot;&gt;npm run build-icons
&lt;/code&gt;&lt;/pre&gt; 
&lt;p&gt;&lt;i&gt;The process might take a while, depending on your operating system&#39;s speed and the amount of icons.&lt;/i&gt;&lt;/p&gt; 
&lt;p&gt;If there are any errors shown, please let us know by &lt;a href=&quot;https://github.com/devicons/devicon/issues/new/choose&quot;&gt;creating an issue&lt;/a&gt; or contacting us on our &lt;a href=&quot;https://discord.gg/hScy8KWACQ&quot;&gt;Discord community&lt;/a&gt;.&lt;/p&gt; 
&lt;h3 id=&quot;build-css&quot;&gt;Build the CSS stylesheet&lt;/h3&gt; 
&lt;p&gt;Run the following command to build the new CSS stylesheet.&lt;br /&gt; This file is used to show all the new icons previously built.&lt;/p&gt; 
&lt;pre&gt;&lt;code class=&quot;language-bash&quot;&gt;npm run build-css
&lt;/code&gt;&lt;/pre&gt; 
&lt;h3 id=&quot;web-server&quot;&gt;Setting up the web server&lt;/h3&gt; 
&lt;p&gt;Run the following command to start the web server with Python.&lt;/p&gt; 
&lt;pre&gt;&lt;code class=&quot;language-bash&quot;&gt;npm run dev # Will run on port 8000
&lt;/code&gt;&lt;/pre&gt; 
&lt;p&gt;Or this command, which does exactly the same, but the port can be customized.&lt;/p&gt; 
&lt;pre&gt;&lt;code class=&quot;language-bash&quot;&gt;python -m http.server &amp;lt;port&amp;gt;
&lt;/code&gt;&lt;/pre&gt; 
&lt;p&gt;You&#39;re done now! &lt;span&gt;🎉&lt;/span&gt; Your build of Devicons should be available at &lt;code&gt;https://localhost:8000&lt;/code&gt; (or the desired port).&lt;/p&gt; 
&lt;br /&gt; 
&lt;div align=&quot;center&quot;&gt; 
 &lt;img src=&quot;https://forthebadge.com/images/badges/built-with-love.svg?sanitize=true&quot; /&gt; 
 &lt;img src=&quot;https://forthebadge.com/images/badges/built-by-developers.svg?sanitize=true&quot; /&gt; 
&lt;/div&gt;</description>
      
    </item>
    
    <item>
      <title>bradtraversy/50projects50days</title>
      <link>https://github.com/bradtraversy/50projects50days</link>
      <description>&lt;p&gt;50+ mini web projects using HTML, CSS &amp; JS&lt;/p&gt;&lt;hr&gt;&lt;h1&gt;50 Projects in 50 Days - HTML/CSS and JavaScript&lt;/h1&gt; 
&lt;p&gt;This is the main repository for all of the projects in the course.&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;a href=&quot;https://www.traversymedia.com/50-Projects-In-50-Days&quot;&gt;Course Link&lt;/a&gt;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;table&gt; 
 &lt;thead&gt; 
  &lt;tr&gt; 
   &lt;th style=&quot;text-align:center&quot;&gt;#&lt;/th&gt; 
   &lt;th&gt;Project&lt;/th&gt; 
   &lt;th&gt;Live Demo&lt;/th&gt; 
  &lt;/tr&gt; 
 &lt;/thead&gt; 
 &lt;tbody&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;01&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://github.com/bradtraversy/50projects50days/tree/master/expanding-cards&quot;&gt;Expanding Cards&lt;/a&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://50projects50days.com/projects/expanding-cards/&quot;&gt;Live Demo&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;02&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://github.com/bradtraversy/50projects50days/tree/master/progress-steps&quot;&gt;Progress Steps&lt;/a&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://50projects50days.com/projects/progress-steps/&quot;&gt;Live Demo&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;03&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://github.com/bradtraversy/50projects50days/tree/master/rotating-nav-animation&quot;&gt;Rotating Navigation Animation&lt;/a&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://50projects50days.com/projects/rotating-navigation-animation/&quot;&gt;Live Demo&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;04&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://github.com/bradtraversy/50projects50days/tree/master/hidden-search&quot;&gt;Hidden Search Widget&lt;/a&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://50projects50days.com/projects/hidden-search-widget/&quot;&gt;Live Demo&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;05&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://github.com/bradtraversy/50projects50days/tree/master/blurry-loading&quot;&gt;Blurry Loading&lt;/a&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://50projects50days.com/projects/blurry-loading/&quot;&gt;Live Demo&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;06&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://github.com/bradtraversy/50projects50days/tree/master/scroll-animation&quot;&gt;Scroll Animation&lt;/a&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://50projects50days.com/projects/scroll-animation/&quot;&gt;Live Demo&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;07&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://github.com/bradtraversy/50projects50days/tree/master/split-landing-page&quot;&gt;Split Landing Page&lt;/a&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://50projects50days.com/projects/split-landing-page/&quot;&gt;Live Demo&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;08&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://github.com/bradtraversy/50projects50days/tree/master/form-input-wave&quot;&gt;Form Wave&lt;/a&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://50projects50days.com/projects/form-wave/&quot;&gt;Live Demo&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;09&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://github.com/bradtraversy/50projects50days/tree/master/sound-board&quot;&gt;Sound Board&lt;/a&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://50projects50days.com/projects/sound-board/&quot;&gt;Live Demo&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;10&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://github.com/bradtraversy/50projects50days/tree/master/dad-jokes&quot;&gt;Dad Jokes&lt;/a&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://50projects50days.com/projects/dad-jokes/&quot;&gt;Live Demo&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;11&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://github.com/bradtraversy/50projects50days/tree/master/event-keycodes&quot;&gt;Event Keycodes&lt;/a&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://50projects50days.com/projects/event-keycodes/&quot;&gt;Live Demo&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;12&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://github.com/bradtraversy/50projects50days/tree/master/faq-collapse&quot;&gt;Faq Collapse&lt;/a&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://50projects50days.com/projects/faq-collapse/&quot;&gt;Live Demo&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;13&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://github.com/bradtraversy/50projects50days/tree/master/random-choice-picker&quot;&gt;Random Choice Picker&lt;/a&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://50projects50days.com/projects/random-choice-picker/&quot;&gt;Live Demo&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;14&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://github.com/bradtraversy/50projects50days/tree/master/animated-navigation&quot;&gt;Animated Navigation&lt;/a&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://50projects50days.com/projects/animated-navigation/&quot;&gt;Live Demo&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;15&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://github.com/bradtraversy/50projects50days/tree/master/incrementing-counter&quot;&gt;Incrementing Counter&lt;/a&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://50projects50days.com/projects/incrementing-counter/&quot;&gt;Live Demo&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;16&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://github.com/bradtraversy/50projects50days/tree/master/drink-water&quot;&gt;Drink Water&lt;/a&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://50projects50days.com/projects/drink-water/&quot;&gt;Live Demo&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;17&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://github.com/bradtraversy/50projects50days/tree/master/movie-app&quot;&gt;Movie App&lt;/a&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://50projects50days.com/projects/movie-app/&quot;&gt;Live Demo&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;18&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://github.com/bradtraversy/50projects50days/tree/master/background-slider&quot;&gt;Background Slider&lt;/a&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://50projects50days.com/projects/background-slider/&quot;&gt;Live Demo&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;19&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://github.com/bradtraversy/50projects50days/tree/master/theme-clock&quot;&gt;Theme Clock&lt;/a&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://50projects50days.com/projects/theme-clock/&quot;&gt;Live Demo&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;20&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://github.com/bradtraversy/50projects50days/tree/master/button-ripple-effect&quot;&gt;Button Ripple Effect&lt;/a&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://50projects50days.com/projects/button-ripple-effect/&quot;&gt;Live Demo&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;21&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://github.com/bradtraversy/50projects50days/tree/master/drag-n-drop&quot;&gt;Drag N Drop&lt;/a&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://50projects50days.com/projects/drag-n-drop/&quot;&gt;Live Demo&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;22&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://github.com/bradtraversy/50projects50days/tree/master/drawing-app&quot;&gt;Drawing App&lt;/a&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://50projects50days.com/projects/drawing-app/&quot;&gt;Live Demo&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;23&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://github.com/bradtraversy/50projects50days/tree/master/kinetic-loader&quot;&gt;Kinetic Loader&lt;/a&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://50projects50days.com/projects/kinetic-loader/&quot;&gt;Live Demo&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;24&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://github.com/bradtraversy/50projects50days/tree/master/content-placeholder&quot;&gt;Content Placeholder&lt;/a&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://50projects50days.com/projects/content-placeholder/&quot;&gt;Live Demo&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;25&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://github.com/bradtraversy/50projects50days/tree/master/sticky-navigation&quot;&gt;Sticky Navbar&lt;/a&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://50projects50days.com/projects/sticky-navbar/&quot;&gt;Live Demo&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;26&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://github.com/bradtraversy/50projects50days/tree/master/double-vertical-slider&quot;&gt;Double Vertical Slider&lt;/a&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://50projects50days.com/projects/double-vertical-slider/&quot;&gt;Live Demo&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;27&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://github.com/bradtraversy/50projects50days/tree/master/toast-notification&quot;&gt;Toast Notification&lt;/a&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://50projects50days.com/projects/toast-notification/&quot;&gt;Live Demo&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;28&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://github.com/bradtraversy/50projects50days/tree/master/github-profiles&quot;&gt;Github Profiles&lt;/a&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://50projects50days.com/projects/github-profiles/&quot;&gt;Live Demo&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;29&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://github.com/bradtraversy/50projects50days/tree/master/double-click-heart&quot;&gt;Double Click Heart&lt;/a&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://50projects50days.com/projects/double-click-heart/&quot;&gt;Live Demo&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;30&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://github.com/bradtraversy/50projects50days/tree/master/auto-text-effect&quot;&gt;Auto Text Effect&lt;/a&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://50projects50days.com/projects/auto-text-effect/&quot;&gt;Live Demo&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;31&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://github.com/bradtraversy/50projects50days/tree/master/password-generator&quot;&gt;Password Generator&lt;/a&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://50projects50days.com/projects/password-generator/&quot;&gt;Live Demo&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;32&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://github.com/bradtraversy/50projects50days/tree/master/good-cheap-fast&quot;&gt;Good Cheap Fast&lt;/a&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://50projects50days.com/projects/good-cheap-fast/&quot;&gt;Live Demo&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;33&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://github.com/bradtraversy/50projects50days/tree/master/notes-app&quot;&gt;Notes App&lt;/a&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://50projects50days.com/projects/notes-app/&quot;&gt;Live Demo&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;34&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://github.com/bradtraversy/50projects50days/tree/master/animated-countdown&quot;&gt;Animated Countdown&lt;/a&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://50projects50days.com/projects/animated-countdown/&quot;&gt;Live Demo&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;35&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://github.com/bradtraversy/50projects50days/tree/master/image-carousel&quot;&gt;Image Carousel&lt;/a&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://50projects50days.com/projects/image-carousel/&quot;&gt;Live Demo&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;36&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://github.com/bradtraversy/50projects50days/tree/master/hoverboard&quot;&gt;Hoverboard&lt;/a&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://50projects50days.com/projects/hoverboard/&quot;&gt;Live Demo&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;37&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://github.com/bradtraversy/50projects50days/tree/master/pokedex&quot;&gt;Pokedex&lt;/a&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://50projects50days.com/projects/pokedex/&quot;&gt;Live Demo&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;38&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://github.com/bradtraversy/50projects50days/tree/master/mobile-tab-navigation&quot;&gt;Mobile Tab Navigation&lt;/a&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://50projects50days.com/projects/mobile-tab-navigation/&quot;&gt;Live Demo&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;39&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://github.com/bradtraversy/50projects50days/tree/master/password-strength-background&quot;&gt;Password Strength Background&lt;/a&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://50projects50days.com/projects/password-strength-background/&quot;&gt;Live Demo&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;40&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://github.com/bradtraversy/50projects50days/tree/master/3d-boxes-background&quot;&gt;3d Background Boxes&lt;/a&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://50projects50days.com/projects/3d-background-boxes/&quot;&gt;Live Demo&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;41&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://github.com/bradtraversy/50projects50days/tree/master/verify-account-ui&quot;&gt;Verify Account Ui&lt;/a&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://50projects50days.com/projects/verify-account-ui/&quot;&gt;Live Demo&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;42&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://github.com/bradtraversy/50projects50days/tree/master/live-user-filter&quot;&gt;Live User Filter&lt;/a&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://50projects50days.com/projects/live-user-filter/&quot;&gt;Live Demo&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;43&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://github.com/bradtraversy/50projects50days/tree/master/feedback-ui-design&quot;&gt;Feedback Ui Design&lt;/a&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://50projects50days.com/projects/feedback-ui-design/&quot;&gt;Live Demo&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;44&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://github.com/bradtraversy/50projects50days/tree/master/custom-range-slider&quot;&gt;Custom Range Slider&lt;/a&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://50projects50days.com/projects/custom-range-slider/&quot;&gt;Live Demo&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;45&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://github.com/bradtraversy/50projects50days/tree/master/netflix-mobile-navigation&quot;&gt;Netflix Mobile Navigation&lt;/a&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://50projects50days.com/projects/netflix-mobile-navigation/&quot;&gt;Live Demo&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;46&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://github.com/bradtraversy/50projects50days/tree/master/quiz-app&quot;&gt;Quiz App&lt;/a&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://50projects50days.com/projects/quiz-app/&quot;&gt;Live Demo&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;47&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://github.com/bradtraversy/50projects50days/tree/master/testimonial-box-switcher&quot;&gt;Testimonial Box Switcher&lt;/a&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://50projects50days.com/projects/testimonial-box-switcher/&quot;&gt;Live Demo&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;48&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://github.com/bradtraversy/50projects50days/tree/master/random-image-generator&quot;&gt;Random Image Feed&lt;/a&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://50projects50days.com/projects/random-image-feed/&quot;&gt;Live Demo&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;49&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://github.com/bradtraversy/50projects50days/tree/master/todo-list&quot;&gt;Todo List&lt;/a&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://50projects50days.com/projects/todo-list/&quot;&gt;Live Demo&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;50&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://github.com/bradtraversy/50projects50days/tree/master/insect-catch-game&quot;&gt;Insect Catch Game&lt;/a&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://50projects50days.com/projects/insect-catch-game/&quot;&gt;Live Demo&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
  &lt;tr&gt; 
   &lt;td style=&quot;text-align:center&quot;&gt;51&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://github.com/bradtraversy/50projects50days/tree/master/simple-timer&quot;&gt;Simple Timer&lt;/a&gt;&lt;/td&gt; 
   &lt;td&gt;&lt;a href=&quot;https://50projects50days.com/projects/simple-timer/&quot;&gt;Live Demo&lt;/a&gt;&lt;/td&gt; 
  &lt;/tr&gt; 
 &lt;/tbody&gt; 
&lt;/table&gt; 
&lt;p&gt;&lt;strong&gt;NOTE ON PULL REQUESTS&lt;/strong&gt;: All of these projects are part of the course. While I do appreciate people trying to make some things prettier or adding new features, we are only accepting pull requests and looking at issues for bug fixes so that the code stays inline with the course&lt;/p&gt; 
&lt;h2&gt;License&lt;/h2&gt; 
&lt;p&gt;The MIT License&lt;/p&gt; 
&lt;p&gt;Copyright (c) 2020-2021 Traversy Media &lt;a href=&quot;https://traversymedia.com&quot;&gt;https://traversymedia.com&lt;/a&gt;&lt;/p&gt; 
&lt;p&gt;Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the &quot;Software&quot;), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:&lt;/p&gt; 
&lt;p&gt;The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.&lt;/p&gt; 
&lt;p&gt;🔹 Software Disclaimer 🔹&lt;/p&gt; 
&lt;p&gt;🛠️ Provided &quot;As Is&quot; – No guarantees, use at your own risk. 📜 No Warranty – No promises on performance or fitness for any purpose. ⚖️ No Liability – Authors aren&#39;t responsible for any damages or claims. 🔄 Use Freely – But at your own discretion and responsibility.&lt;/p&gt; 
&lt;p&gt;🚀 In short: Use it, but don’t blame us! 😃&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>john-smilga/react-projects</title>
      <link>https://github.com/john-smilga/react-projects</link>
      <description>&lt;h1&gt;React Projects&lt;/h1&gt; 
&lt;h4&gt;React Course&lt;/h4&gt; 
&lt;p&gt;&lt;a href=&quot;https://www.udemy.com/course/react-tutorial-and-projects-course/?referralCode=FEE6A921AF07E2563CEF&quot;&gt;My React Course&lt;/a&gt;&lt;/p&gt; 
&lt;h4&gt;Support&lt;/h4&gt; 
&lt;p&gt;Find the Content Useful? &lt;a href=&quot;https://www.buymeacoffee.com/johnsmilga&quot;&gt;You can always buy me a coffee&lt;/a&gt;&lt;/p&gt; 
&lt;h4&gt;Tutorial Video&lt;/h4&gt; 
&lt;p&gt;&lt;a href=&quot;https://youtu.be/iZhV0bILFb0&quot;&gt;React Tutorial&lt;/a&gt;&lt;/p&gt; 
&lt;h4&gt;All Projects&lt;/h4&gt; 
&lt;p&gt;&lt;a href=&quot;https://react-projects.netlify.app/&quot;&gt;Projects Site&lt;/a&gt;&lt;/p&gt; 
&lt;h2&gt;Corresponding Tutorial Topics&lt;/h2&gt; 
&lt;h4&gt;useState&lt;/h4&gt; 
&lt;ol&gt; 
 &lt;li&gt;Birthday Reminder&lt;/li&gt; 
&lt;/ol&gt; 
&lt;h4&gt;useEffect and Conditional Rendering&lt;/h4&gt; 
&lt;ol start=&quot;2&quot;&gt; 
 &lt;li&gt;Tours&lt;/li&gt; 
 &lt;li&gt;Reviews&lt;/li&gt; 
 &lt;li&gt;Questions&lt;/li&gt; 
 &lt;li&gt;Menu&lt;/li&gt; 
 &lt;li&gt;Tabs&lt;/li&gt; 
 &lt;li&gt;Slider&lt;/li&gt; 
&lt;/ol&gt; 
&lt;h4&gt;Forms&lt;/h4&gt; 
&lt;ol start=&quot;8&quot;&gt; 
 &lt;li&gt;Lorem Ipsum Generator&lt;/li&gt; 
 &lt;li&gt;Color Shades Generator&lt;/li&gt; 
 &lt;li&gt;Grocery Bud&lt;/li&gt; 
&lt;/ol&gt; 
&lt;h4&gt;useRef&lt;/h4&gt; 
&lt;ol start=&quot;11&quot;&gt; 
 &lt;li&gt;Navbar&lt;/li&gt; 
&lt;/ol&gt; 
&lt;h4&gt;useContext&lt;/h4&gt; 
&lt;ol start=&quot;12&quot;&gt; 
 &lt;li&gt;Modal And Sidebar&lt;/li&gt; 
 &lt;li&gt;Stripe Submenus&lt;/li&gt; 
&lt;/ol&gt; 
&lt;h4&gt;useReducer and useContext&lt;/h4&gt; 
&lt;ol start=&quot;14&quot;&gt; 
 &lt;li&gt;Cart&lt;/li&gt; 
&lt;/ol&gt; 
&lt;h4&gt;React Router and useCallback&lt;/h4&gt; 
&lt;ol start=&quot;15&quot;&gt; 
 &lt;li&gt;Cocktails&lt;/li&gt; 
&lt;/ol&gt; 
&lt;h2&gt;Advanced Projects (Course Exclusive)&lt;/h2&gt; 
&lt;p&gt;&lt;a href=&quot;https://www.udemy.com/course/react-tutorial-and-projects-course/?referralCode=FEE6A921AF07E2563CEF&quot;&gt;My React Course&lt;/a&gt;&lt;/p&gt; 
&lt;ol start=&quot;16&quot;&gt; 
 &lt;li&gt;Markdown Preview&lt;/li&gt; 
 &lt;li&gt;Random Person&lt;/li&gt; 
 &lt;li&gt;Pagination&lt;/li&gt; 
 &lt;li&gt;Stock Photos&lt;/li&gt; 
 &lt;li&gt;Dark Mode&lt;/li&gt; 
 &lt;li&gt;Movie DB&lt;/li&gt; 
 &lt;li&gt;Hacker News&lt;/li&gt; 
 &lt;li&gt;Quiz&lt;/li&gt; 
&lt;/ol&gt;</description>
      
    </item>
    
    <item>
      <title>FlutterFlow/flutterflow-documentation</title>
      <link>https://github.com/FlutterFlow/flutterflow-documentation</link>
      <description>&lt;h1&gt;Welcome to the FlutterFlow Documentation Repository!&lt;/h1&gt; 
&lt;p&gt;We&#39;re thrilled to have you here! Our documentation is a crucial resource for both new and existing users of FlutterFlow, and it grows and improves with contributions from our community. Whether you&#39;re fixing a typo, or adding a new topic, your contributions help everyone.&lt;/p&gt; 
&lt;p&gt;Below you&#39;ll find guidelines on how you can contribute to different parts of the documentation.&lt;/p&gt; 
&lt;h2&gt;A Little Note on Tooling&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt;Most of our documentation is written in &lt;code&gt;Markdown&lt;/code&gt;, making it super easy to edit files.&lt;/li&gt; 
 &lt;li&gt;You can choose to edit Markdown directly in GitHub or open up the entire repository in StackBlitz.&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;Either way, you&#39;ll need to open up a pull request and get approval from at least one code owner.&lt;/p&gt; 
&lt;h2&gt;Contribution Guidelines&lt;/h2&gt; 
&lt;p&gt;Before you start contributing, please take a moment to review our &lt;a href=&quot;https://flutterflow.notion.site/Docs-Contribution-Guidelines-42829c305df441f6b061b4095abac8a8&quot;&gt;Contribution Guidelines&lt;/a&gt;. This document outlines the process and expectations for contributions to ensure a smooth collaboration.&lt;/p&gt; 
&lt;h2&gt;How to Contribute&lt;/h2&gt; 
&lt;ol&gt; 
 &lt;li&gt; &lt;p&gt;&lt;strong&gt;Editing Existing Pages&lt;/strong&gt;: To make edits to an existing page in &lt;a href=&quot;https://docs.flutterflow.io&quot;&gt;docs.flutterflow.io&lt;/a&gt;, you can use the &quot;Edit this page&quot; button that appears at the bottom of each page. This button will bring you straight to the source of the page in GitHub.&lt;/p&gt; &lt;/li&gt; 
 &lt;li&gt; &lt;p&gt;&lt;strong&gt;Adding a New Docs Page&lt;/strong&gt;: To add a new docs page, simply create a new Markdown page in an existing subdirectory within the &lt;code&gt;/docs&lt;/code&gt; directory.&lt;/p&gt; &lt;/li&gt; 
 &lt;li&gt; &lt;p&gt;&lt;strong&gt;Create a PR to &lt;code&gt;main&lt;/code&gt;&lt;/strong&gt;: After making these changes, commit them to a new branch, and then create a pull request (PR) for review from FlutterFlow team.&lt;/p&gt; &lt;/li&gt; 
&lt;/ol&gt; 
&lt;h2&gt;Running the Docs Site Locally&lt;/h2&gt; 
&lt;p&gt;You may want to run the docs site locally to test and visualize changes you are proposing to the documentation. To run the docs site locally, please enter the following commands in the terminal of the downloaded repository:&lt;/p&gt; 
&lt;ol&gt; 
 &lt;li&gt;&lt;strong&gt;Install Dependencies:&lt;/strong&gt; Run &lt;strong&gt;&lt;code&gt;npm install&lt;/code&gt;&lt;/strong&gt; in your terminal to install the necessary dependencies.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Preview Changes:&lt;/strong&gt; To see your changes in real-time as you edit the files, you can run a local development server. This server will host your website and reflect the latest changes. Use the command &lt;strong&gt;&lt;code&gt;npm run start&lt;/code&gt;&lt;/strong&gt;.&lt;/li&gt; 
&lt;/ol&gt; 
&lt;h2&gt;Deploying a Staging Preview&lt;/h2&gt; 
&lt;p&gt;To share your branch with reviewers before merging, deploy it to a Firebase Hosting preview channel. This builds the site and publishes it to a temporary URL (defaults to a 7-day expiry).&lt;/p&gt; 
&lt;pre&gt;&lt;code class=&quot;language-bash&quot;&gt;make staging                              # channel name = current git branch
make staging CHANNEL=my-channel           # custom channel name
make staging CHANNEL=my-channel EXPIRES=14d
&lt;/code&gt;&lt;/pre&gt; 
&lt;p&gt;Other targets:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;code&gt;make build&lt;/code&gt; — build the site only&lt;/li&gt; 
 &lt;li&gt;&lt;code&gt;make deploy-staging&lt;/code&gt; — deploy without rebuilding&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;Requires the Firebase CLI (&lt;code&gt;npm install -g firebase-tools&lt;/code&gt;) and access to the &lt;code&gt;flutterflow-docs-82026&lt;/code&gt; Firebase project.&lt;/p&gt; 
&lt;h2&gt;Ready to Contribute?&lt;/h2&gt; 
&lt;p&gt;Your contributions are vital to keeping FlutterFlow&#39;s documentation clear, up-to-date, and helpful. We look forward to seeing your pull requests and are excited to welcome you into our community of contributors!&lt;/p&gt; 
&lt;p&gt;If you have any questions or need further guidance, don&#39;t hesitate to reach out to the documentation team. Happy documenting!&lt;/p&gt;</description>
      
    </item>
    
  </channel>
</rss>
