|
34 | 34 | <link rel="icon" href="/favicon.ico" type="image/x-icon" /> |
35 | 35 |
|
36 | 36 | <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> |
38 | 38 | <link rel="stylesheet" href="./src/assets/css/index.css" /> |
39 | 39 | <script type="module" src="./src/assets/js/main.js" defer></script> |
40 | 40 |
|
|
53 | 53 |
|
54 | 54 | <!-- Schema.org (JSON-LD) --> |
55 | 55 | <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 | + } |
60 | 66 | </script> |
61 | 67 | </head> |
62 | 68 | <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"> |
63 | 69 | <!-- Header --> |
64 | 70 | <header class="w-full flex justify-between items-center p-6 flex-shrink-0"> |
65 | 71 | <div class="w-full text-center"> |
66 | 72 | <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" /> |
69 | 75 | </a> |
70 | 76 | </h1> |
71 | 77 | </div> |
|
0 commit comments