Skip to content

Commit 5442c93

Browse files
committed
Add skeleton img and remove js unused
1 parent a60826e commit 5442c93

File tree

2 files changed

+23
-7
lines changed

2 files changed

+23
-7
lines changed

index.html

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
3535

3636
<script defer src="./src/utils/showdown/showdown.min.js"></script>
37-
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4" defer></script>
37+
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4" defer></script>
3838
<link rel="stylesheet" href="./src/assets/css/index.css" />
3939
<script type="module" src="./src/assets/js/main.js" defer></script>
4040

@@ -53,19 +53,25 @@
5353

5454
<!-- Schema.org (JSON-LD) -->
5555
<script type="application/ld+json">
56-
{
57-
"@context": "https://schema.org","@type": "Organization","name": "Dev2Forge","url": "https://www.dev2forge.software/","logo": "https://www.dev2forge.software/public/dev2forge-logo.png",
58-
"description": "Dev2Forge: Ready-to-use tools for automating tasks, solving problems, and streamlining workflows. Efficient software solutions for your business.",
59-
"founder": {"@type": "Person","name": "Santiago Rivera Marin"},"sameAs": ["https://www.tiktok.com/@dev2forge","https://www.youtube.com/@dev2forge","https://github.com/dev2forge"]}
56+
{
57+
"@context": "https://schema.org",
58+
"@type": "Organization",
59+
"name": "Dev2Forge",
60+
"url": "https://www.dev2forge.software/",
61+
"logo": "https://www.dev2forge.software/public/dev2forge-logo.png",
62+
"description": "Dev2Forge: Ready-to-use tools for automating tasks, solving problems, and streamlining workflows. Efficient software solutions for your business.",
63+
"founder": { "@type": "Person", "name": "Santiago Rivera Marin" },
64+
"sameAs": ["https://www.tiktok.com/@dev2forge", "https://www.youtube.com/@dev2forge", "https://github.com/dev2forge"]
65+
}
6066
</script>
6167
</head>
6268
<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">
6369
<!-- Header -->
6470
<header class="w-full flex justify-between items-center p-6 flex-shrink-0">
6571
<div class="w-full text-center">
6672
<h1 class="text-3xl font-bold inline">
67-
<a href="https://github.com/dev2forge" target="_blank" class="flex justify-center">
68-
<img id="thumbnail-dev2forge" class="thumbnail-dev2forge img-fluid" alt="Dev2Forge Thumbnail, logo thumbnail."/>
73+
<a href="https://github.com/dev2forge" target="_blank" class="flex justify-center">
74+
<img id="thumbnail-dev2forge" class="thumbnail-dev2forge img-fluid" alt="Dev2Forge Thumbnail, logo thumbnail." src="./public/skeleton-img.svg" />
6975
</a>
7076
</h1>
7177
</div>

public/skeleton-img.svg

Lines changed: 10 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)