Skip to content

Commit

Permalink
Add new article: 20 Years of AJAX: How It Changed Web Applications an…
Browse files Browse the repository at this point in the history
…d Web 2.0
  • Loading branch information
dev-cla committed Feb 18, 2025
1 parent 1390404 commit 78fbc1b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,28 @@ <h1 class="text-4xl font-bold mb-4">Latest Articles</h1>
<!-- Blog Posts -->
<div class="space-y-12">
<!-- NEW CONTENT -->
<article>
<time class="text-gray-500 dark:text-gray-400">February 18, 2025</time>
<h2 class="text-2xl font-bold mt-2 mb-3">
<a
href="20-years-of-ajax-how-it-changed-web-applications-and-web-20-2025-02-18.html"
class="hover:text-primary dark:hover:text-turquoise"
>20 Years of AJAX: How It Changed Web Applications and Web 2.0</a
>
</h2>
<div class="flex flex-wrap gap-2 mb-3">
<span class="text-xs text-primary bg-pink-50 px-2 py-1 rounded uppercase">Tech News</span><span class="text-xs text-primary bg-pink-50 px-2 py-1 rounded uppercase">events</span>
</div>
<p class="text-gray-600 dark:text-gray-400 mb-3">
Explore the history of AJAX, from Jesse James Garrett's creation that improved web interactivity to its role in advancing Web 2.0. Understand how AJAX influenced the evolution of web technologies and continues to impact modern web development. Gain insights into its enduring legacy with Code Labs Academy.

</p>
<a
href="20-years-of-ajax-how-it-changed-web-applications-and-web-20-2025-02-18.html"
class="text-primary dark:text-blue-400 hover:text-pink-600 dark:hover:text-turquoise"
>Read more →</a
>
</article>
<article>
<time class="text-gray-500 dark:text-gray-400">February 18, 2025</time>
<h2 class="text-2xl font-bold mt-2 mb-3">
Expand Down

0 comments on commit 78fbc1b

Please sign in to comment.