|
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8" /> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
6 | | - <title>Dev2Forge Repos</title> |
| 6 | + <title>Dev2Forge | Open Source Tools | Tools To DEVs</title> |
| 7 | + |
| 8 | + <!-- Primary Meta Tags --> |
| 9 | + <meta name="title" content="Dev2Forge | Open Source Tools | Tools To DEVs" /> |
| 10 | + <meta |
| 11 | + name="description" |
| 12 | + content="Dev2Forge: Ready-to-use tools, modules and utilities that automate tasks, solve everyday problems, and streamline your workflow without the hassle. Dev2Forge is a community of developers passionate about innovation, collaboration, and open source. We are dedicated to turning ideas into amazing solutions, sharing knowledge, and supporting the growth of the tech community. |
| 13 | +Here, every line of code counts! 💻✨" |
| 14 | + /> |
| 15 | + |
| 16 | + <!-- Open Graph / Facebook --> |
| 17 | + <meta property="og:type" content="website" /> |
| 18 | + <meta property="og:url" content="https://dev2forge.software/" /> |
| 19 | + <meta property="og:title" content="Dev2Forge | Open Source Tools | Tools To DEVs" /> |
| 20 | + <meta |
| 21 | + property="og:description" |
| 22 | + content="Dev2Forge: Ready-to-use tools, modules and utilities that automate tasks, solve everyday problems, and streamline your workflow without the hassle. Dev2Forge is a community of developers passionate about innovation, collaboration, and open source. We are dedicated to turning ideas into amazing solutions, sharing knowledge, and supporting the growth of the tech community. |
| 23 | +Here, every line of code counts! 💻✨" |
| 24 | + /> |
| 25 | + <meta property="og:image" content="https://cdn.jsdelivr.net/gh/tutosrive/images-projects-srm-trg@main/others/metatag-dev2forge1.jpeg" /> |
| 26 | + |
| 27 | + <!-- Twitter --> |
| 28 | + <meta property="twitter:card" content="summary_large_image" /> |
| 29 | + <meta property="twitter:url" content="https://dev2forge.software/" /> |
| 30 | + <meta property="twitter:title" content="Dev2Forge | Open Source Tools | Tools To DEVs" /> |
| 31 | + <meta |
| 32 | + property="twitter:description" |
| 33 | + content="Dev2Forge: Ready-to-use tools, modules and utilities that automate tasks, solve everyday problems, and streamline your workflow without the hassle. Dev2Forge is a community of developers passionate about innovation, collaboration, and open source. We are dedicated to turning ideas into amazing solutions, sharing knowledge, and supporting the growth of the tech community. |
| 34 | +Here, every line of code counts! 💻✨" |
| 35 | + /> |
| 36 | + <meta property="twitter:image" content="https://cdn.jsdelivr.net/gh/tutosrive/images-projects-srm-trg@main/others/metatag-dev2forge1.jpeg" /> |
| 37 | + |
| 38 | + <!-- Meta Tags Generated with https://metatags.io --> |
| 39 | + |
7 | 40 | <script src="https://cdn.tailwindcss.com"></script> |
8 | 41 | <script type="module" src="./src/assets/js/main.js" defer></script> |
9 | 42 | <link rel="stylesheet" href="./src/assets/css/index.css" /> |
10 | 43 | <link rel="shortcut icon" href="./public/dev2forge-logo.png" type="image/x-icon" /> |
11 | | - <!-- Google tag (gtag.js) --> |
12 | 44 | <script async src="https://www.googletagmanager.com/gtag/js?id=G-74L9F7VNLD"></script> |
13 | 45 | <script> |
14 | 46 | window.dataLayer = window.dataLayer || []; |
@@ -45,9 +77,9 @@ <h1 class="text-3xl font-bold inline">Dev2Forge</h1> |
45 | 77 | <section id="followers" class="w-full flex flex-col items-center mx-auto mt-2"> |
46 | 78 | <h2 class="block font-bold mb-5">Followers</h2> |
47 | 79 | <div class="w-full flex justify-center"> |
48 | | - <div class="flex items-center justify-center w-full max-w-xs"> |
| 80 | + <div class="flex items-center justify-center max-w-full w-auto"> |
49 | 81 | <!-- Carousel container: Only profile pictures --> |
50 | | - <div id="followers-container" class="flex mx-auto overflow-x-auto gap-2 snap-x snap-mandatory py-1 px-1 scrollbar-thin scrollbar-thumb-gray-300 dark:scrollbar-thumb-gray-700 w-full justify-center"> |
| 82 | + <div id="followers-container" class="flex overflow-x-auto gap-2 snap-x snap-mandatory py-1 px-1 no-scrollbar w-auto"> |
51 | 83 | <!-- Followers will be injected here --> |
52 | 84 | </div> |
53 | 85 | </div> |
|
0 commit comments