Skip to content

Commit 761acb7

Browse files
authored
Update index.html
1 parent 5ef8a0b commit 761acb7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
<h1 class="text-5xl font-extrabold mb-4 bg-gradient-to-r from-pink-500 via-yellow-500 to-blue-500 text-transparent bg-clip-text animate-pulse">
2727
🎮 GatocDev's Projects
2828
</h1>
29-
<p class="text-lg text-gray-300">Interactive, creative, and cat-powered programming projects.</p>
3029
</header>
3130

3231
<section class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-10">
@@ -51,7 +50,7 @@ <h2 class="text-2xl font-bold text-cyan-400">Blockly JavaScript Builder</h2>
5150
class="w-full h-48 object-contain bg-black" />
5251
<div class="p-5">
5352
<h2 class="text-2xl font-bold text-pink-400">CatScript</h2>
54-
<p class="text-gray-400 mt-2 text-sm">A JavaScript-style cat language with canvas rendering and meowtastic syntax.</p>
53+
<p class="text-gray-400 mt-2 text-sm">A JavaScript-style cat language with canvas renderin</p>
5554
<button class="mt-4 px-4 py-2 bg-gradient-to-r from-pink-500 to-purple-600 hover:from-pink-400 hover:to-purple-500 rounded-lg font-medium shadow-md">
5655
🐾 Try CatScript
5756
</button>

0 commit comments

Comments
 (0)