Skip to content

Commit 9920624

Browse files
feat(sections): add Updates section
1 parent c8ced3e commit 9920624

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<section id="updates" class="py-16">
2+
<div class="max-w-7xl mx-auto">
3+
<h2 class="text-4xl md:text-5xl font-bold text-white text-center mb-12">Latest Updates</h2>
4+
5+
<div class="grid gap-8 md:grid-cols-2 lg:grid-cols-3">
6+
7+
<div class="bg-[#222222]/80 backdrop-blur-md rounded-2xl p-6 border border-white/10 hover:scale-105 transition-transform duration-300 shadow-lg">
8+
<h3 class="text-xl font-semibold text-white mb-2">v1.8.3 – Drawing ASCII Diagrams</h3>
9+
<p class="text-gray-400 text-sm mb-4">Released on Oct 2, 2025</p>
10+
<p class="text-gray-200">Added support for drawing ASCII diagrams directly within the editor, enhancing visual documentation capabilities.</p>
11+
</div>
12+
13+
<div class="bg-[#222222]/80 backdrop-blur-md rounded-2xl p-6 border border-white/10 hover:scale-105 transition-transform duration-300 shadow-lg">
14+
<h3 class="text-xl font-semibold text-white mb-2">v1.7.3 – Terminal Transparency Fix</h3>
15+
<p class="text-gray-400 text-sm mb-4">Released on Aug 30, 2025</p>
16+
<p class="text-gray-200">Fixed an issue with terminal transparency, improving the visual aesthetics and usability of the terminal interface.</p>
17+
</div>
18+
19+
<div class="bg-[#222222]/80 backdrop-blur-md rounded-2xl p-6 border border-white/10 hover:scale-105 transition-transform duration-300 shadow-lg">
20+
<h3 class="text-xl font-semibold text-white mb-2">v1.7.2 – Smear Cursor Effects</h3>
21+
<p class="text-gray-400 text-sm mb-4">Released on Aug 17, 2025</p>
22+
<p class="text-gray-200">Introduced smear-cursor.nvim for enhanced cursor visual effects, providing a more dynamic editing experience.</p>
23+
</div>
24+
25+
<div class="bg-[#222222]/80 backdrop-blur-md rounded-2xl p-6 border border-white/10 hover:scale-105 transition-transform duration-300 shadow-lg">
26+
<h3 class="text-xl font-semibold text-white mb-2">v1.6.2 – Enhanced UI with Noice.nvim</h3>
27+
<p class="text-gray-400 text-sm mb-4">Released on Aug 17, 2025</p>
28+
<p class="text-gray-200">Integrated noice.nvim for enhanced UI, notifications, and command-line experience, streamlining user interactions.</p>
29+
</div>
30+
31+
<div class="bg-[#222222]/80 backdrop-blur-md rounded-2xl p-6 border border-white/10 hover:scale-105 transition-transform duration-300 shadow-lg">
32+
<h3 class="text-xl font-semibold text-white mb-2">v1.5.2 – NitroLearn Integration</h3>
33+
<p class="text-gray-400 text-sm mb-4">Released on Aug 17, 2025</p>
34+
<p class="text-gray-200">Added NitroLearn for learning Vim commands and keymaps, aiding users in mastering Vim efficiently.</p>
35+
</div>
36+
37+
</div>
38+
</div>
39+
</section>

0 commit comments

Comments
 (0)