Skip to content

Commit bfbf3df

Browse files
committed
Update index
1 parent 5378c24 commit bfbf3df

File tree

3 files changed

+107
-6
lines changed

3 files changed

+107
-6
lines changed

index.html

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313

1414
<!-- Open Graph / Facebook -->
1515
<meta property="og:type" content="website" />
16-
<meta property="og:url" content="https://dev2forge.software/" />
16+
<meta property="og:url" content="https://www.dev2forge.software/" />
1717
<meta property="og:title" content="Dev2Forge: Tools for Developers & Everyday Users" />
1818
<meta property="og:description" content="Dev2Forge: Ready-to-use tools for automating tasks, solving problems, and streamlining workflows. Efficient software solutions for your business." />
1919
<meta property="og:image" content="https://cdn.jsdelivr.net/gh/tutosrive/images-projects-srm-trg@main/others/metatag-dev2forge1.jpeg" />
2020

2121
<!-- Twitter -->
2222
<meta property="twitter:card" content="summary_large_image" />
23-
<meta property="twitter:url" content="https://dev2forge.software/" />
23+
<meta property="twitter:url" content="https://www.dev2forge.software/" />
2424
<meta property="twitter:title" content="Dev2Forge: Tools for Developers & Everyday Users" />
2525
<meta property="twitter:description" content="Dev2Forge: Ready-to-use tools for automating tasks, solving problems, and streamlining workflows. Efficient software solutions for your business." />
2626
<meta property="twitter:image" content="https://cdn.jsdelivr.net/gh/tutosrive/images-projects-srm-trg@main/others/metatag-dev2forge1.jpeg" />
@@ -33,8 +33,9 @@
3333
<link rel="manifest" href="/public/favicons/site.webmanifest" />
3434
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
3535

36-
<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>
37-
<script src="https://cdn.tailwindcss.com"></script>
36+
<script defer src="./src/utils/showdown/showdown.min.js"></script>
37+
<!-- <script src="https://cdn.tailwindcss.com"></script> -->
38+
<script src="./src/utils/tailwind/tailwind-3.4.16" defer></script>
3839
<link rel="stylesheet" href="./src/assets/css/index.css" />
3940
<script type="module" src="./src/assets/js/main.js" defer></script>
4041

@@ -47,13 +48,27 @@
4748
gtag('js', new Date());
4849
gtag('config', 'G-74L9F7VNLD');
4950
</script>
51+
52+
<!-- robots.txt -->
53+
<meta name="robots" content="index, follow" />
54+
55+
<!-- Schema.org (JSON-LD) -->
56+
<script type="application/ld+json">
57+
{
58+
"@context": "https://schema.org","@type": "Organization","name": "Dev2Forge","url": "https://www.dev2forge.software/","logo": "https://www.dev2forge.software/public/dev2forge-logo.png",
59+
"description": "Dev2Forge: Ready-to-use tools for automating tasks, solving problems, and streamlining workflows. Efficient software solutions for your business.",
60+
"founder": {"@type": "Person","name": "Santiago Rivera Marin"},"sameAs": ["https://www.tiktok.com/@dev2forge","https://www.youtube.com/@dev2forge","https://github.com/dev2forge"]}
61+
</script>
5062
</head>
5163
<body class="bg-white dark:bg-gray-900 dark:text-gray-100 text-gray-800 transition-colors duration-300 min-h-screen flex flex-col dark">
5264
<!-- Header -->
5365
<header class="w-full flex justify-between items-center p-6 flex-shrink-0">
5466
<div class="w-full text-center">
55-
<!-- <h1 class="text-3xl font-bold inline"><a href="https://github.com/dev2forge" target="_blank" class="no-decoration underline" id="title-page"></a></h1> -->
56-
<a href="https://github.com/dev2forge" target="_blank" class="flex justify-center"><img id="thumbnail-dev2forge" class="thumbnail-dev2forge img-fluid" /></a>
67+
<h1 class="text-3xl font-bold inline">
68+
<a href="https://github.com/dev2forge" target="_blank" class="flex justify-center">
69+
<img id="thumbnail-dev2forge" class="thumbnail-dev2forge img-fluid" />
70+
</a>
71+
</h1>
5772
</div>
5873
<!-- Feature: Add "Toggle Theme" -->
5974
</header>

src/utils/showdown/showdown.min.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/utils/tailwind/tailwind-3.4.16

Lines changed: 83 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)