Skip to content

Commit 19ffc09

Browse files
committed
add metatags
1 parent d07ca70 commit 19ffc09

File tree

2 files changed

+36
-4
lines changed

2 files changed

+36
-4
lines changed

index.html

Lines changed: 36 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,44 @@
33
<head>
44
<meta charset="UTF-8" />
55
<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+
740
<script src="https://cdn.tailwindcss.com"></script>
841
<script type="module" src="./src/assets/js/main.js" defer></script>
942
<link rel="stylesheet" href="./src/assets/css/index.css" />
1043
<link rel="shortcut icon" href="./public/dev2forge-logo.png" type="image/x-icon" />
11-
<!-- Google tag (gtag.js) -->
1244
<script async src="https://www.googletagmanager.com/gtag/js?id=G-74L9F7VNLD"></script>
1345
<script>
1446
window.dataLayer = window.dataLayer || [];
@@ -45,9 +77,9 @@ <h1 class="text-3xl font-bold inline">Dev2Forge</h1>
4577
<section id="followers" class="w-full flex flex-col items-center mx-auto mt-2">
4678
<h2 class="block font-bold mb-5">Followers</h2>
4779
<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">
4981
<!-- 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">
5183
<!-- Followers will be injected here -->
5284
</div>
5385
</div>

public/dev2forge-logo.png

-42.9 KB
Loading

0 commit comments

Comments
 (0)