|
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 | Open Source Tools | Tools To DEVs</title> |
| 6 | + <meta name="keywords" content="Dev2Forge, tools, developers, everyday users, automation, problem-solving, workflow, software solutions, opensource, github-org, org, tutosrive, automating, software, dev, dev-tools, programming, coders, coding, coding-tools, coder-tools, ready-to-use" /> |
| 7 | + <title>Dev2Forge: Tools for Developers & Everyday Users</title> |
7 | 8 |
|
8 | 9 | <!-- 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 | | - /> |
| 10 | + <meta name="title" content="Dev2Forge: Tools for Developers & Everyday Users" /> |
| 11 | + <meta name="description" content="Dev2Forge: Ready-to-use tools for automating tasks, solving problems, and streamlining workflows. Efficient software solutions for your business." /> |
15 | 12 |
|
16 | 13 | <!-- Open Graph / Facebook --> |
17 | 14 | <meta property="og:type" content="website" /> |
18 | 15 | <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 | | - /> |
| 16 | + <meta property="og:title" content="Dev2Forge: Tools for Developers & Everyday Users" /> |
| 17 | + <meta property="og:description" content="Dev2Forge: Ready-to-use tools for automating tasks, solving problems, and streamlining workflows. Efficient software solutions for your business." /> |
25 | 18 | <meta property="og:image" content="https://cdn.jsdelivr.net/gh/tutosrive/images-projects-srm-trg@main/others/metatag-dev2forge1.jpeg" /> |
26 | 19 |
|
27 | 20 | <!-- Twitter --> |
28 | 21 | <meta property="twitter:card" content="summary_large_image" /> |
29 | 22 | <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 | | - /> |
| 23 | + <meta property="twitter:title" content="Dev2Forge: Tools for Developers & Everyday Users" /> |
| 24 | + <meta property="twitter:description" content="Dev2Forge: Ready-to-use tools for automating tasks, solving problems, and streamlining workflows. Efficient software solutions for your business." /> |
36 | 25 | <meta property="twitter:image" content="https://cdn.jsdelivr.net/gh/tutosrive/images-projects-srm-trg@main/others/metatag-dev2forge1.jpeg" /> |
37 | 26 |
|
38 | 27 | <!-- Meta Tags Generated with https://metatags.io --> |
|
43 | 32 | <link rel="manifest" href="/public/favicons/site.webmanifest" /> |
44 | 33 | <link rel="icon" href="/favicon.ico" type="image/x-icon" /> |
45 | 34 |
|
| 35 | + <script defer src="https://cdnjs.cloudflare.com/ajax/libs/showdown/2.1.0/showdown.min.js" integrity="sha512-LhccdVNGe2QMEfI3x4DVV3ckMRe36TfydKss6mJpdHjNFiV07dFpS2xzeZedptKZrwxfICJpez09iNioiSZ3hA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> |
46 | 36 | <script src="https://cdn.tailwindcss.com"></script> |
47 | | - <script type="module" src="./src/assets/js/main.js" defer></script> |
48 | 37 | <link rel="stylesheet" href="./src/assets/css/index.css" /> |
| 38 | + <script type="module" src="./src/assets/js/main.js" defer></script> |
49 | 39 |
|
50 | 40 | <script async src="https://www.googletagmanager.com/gtag/js?id=G-74L9F7VNLD"></script> |
51 | 41 | <script> |
|
61 | 51 | <!-- Header --> |
62 | 52 | <header class="w-full flex justify-between items-center p-6 flex-shrink-0"> |
63 | 53 | <div class="w-full text-center"> |
64 | | - <h1 class="text-3xl font-bold inline"><a href="https://github.com/dev2forge" target="_blank" class="no-decoration underline">Dev2Forge</a></h1> |
65 | | - <sub class="text-sm inline"><small>org</small></sub> |
| 54 | + <!-- <h1 class="text-3xl font-bold inline"><a href="https://github.com/dev2forge" target="_blank" class="no-decoration underline" id="title-page"></a></h1> --> |
| 55 | + <a href="https://github.com/dev2forge" target="_blank" class="flex justify-center"><img id="thumbnail-dev2forge" class="thumbnail-dev2forge img-fluid" /></a> |
66 | 56 | </div> |
67 | 57 | <!-- Feature: Add "Toggle Theme" --> |
68 | 58 | </header> |
69 | 59 |
|
70 | 60 | <!-- Main Content --> |
71 | 61 | <main class="flex-1 flex flex-col items-center w-full px-6 pb-12"> |
72 | | - <!-- Description page --> |
73 | | - <!-- Feature: Load README.md from repo --> |
74 | | - <section id="description" class="my-4"></section> |
75 | | - |
76 | 62 | <!-- Repos --> |
77 | 63 | <section id="carrusel-repos" class="h-full grid grid-rows-1 auto-cols-max grid-flow-col gap-4 overflow-x-auto overflow-y-hidden snap-x snap-mandatory w-full py-4"> |
78 | 64 | <!-- Repos will be injected here --> |
79 | 65 | </section> |
80 | 66 |
|
| 67 | + <!-- Description page --> |
| 68 | + <section id="description" class="my-4"></section> |
| 69 | + |
81 | 70 | <hr class="border-gray-800 border-2 my-2 w-full" /> |
82 | 71 |
|
83 | 72 | <!-- Followers Carousel --> |
|
0 commit comments