feat: Add High-Performance Websites portfolio card
This commit is contained in:
parent
5030d63743
commit
b99d6312a4
28
index.html
28
index.html
|
@ -939,6 +939,34 @@
|
||||||
<!-- End of Database Migration Card -->
|
<!-- End of Database Migration Card -->
|
||||||
|
|
||||||
|
|
||||||
|
<!-- High-Performance Websites & Blogs -->
|
||||||
|
<div class="project-card" data-categories="webperf development web">
|
||||||
|
<div class="project-image">
|
||||||
|
<img src="images/blog/blog.jpg" alt="High-Performance Website Development">
|
||||||
|
</div>
|
||||||
|
<div class="project-content">
|
||||||
|
<h3 class="project-title">High-Performance Websites & Blogs</h3>
|
||||||
|
<div class="project-company">LaForceIT Custom Development</div>
|
||||||
|
<div class="project-period">Ongoing</div>
|
||||||
|
<p class="project-description">
|
||||||
|
Building blazing-fast, SEO-optimized websites and blogs using modern frameworks and best practices. Expertise in Tailwind CSS, Astro, Nuxt.js, Next.js, Django, Hugo, PHP, and more to deliver exceptional user experiences and performance.
|
||||||
|
</p>
|
||||||
|
<div class="project-skills">
|
||||||
|
<span class="skill-tag">Tailwind CSS</span>
|
||||||
|
<span class="skill-tag">Astro</span>
|
||||||
|
<span class="skill-tag">Nuxt.js</span>
|
||||||
|
<span class="skill-tag">Next.js</span>
|
||||||
|
<span class="skill-tag">Django</span>
|
||||||
|
<span class="skill-tag">Hugo</span>
|
||||||
|
<span class="skill-tag">PHP</span>
|
||||||
|
<span class="skill-tag">Performance Optimization</span>
|
||||||
|
<span class="skill-tag">SEO</span>
|
||||||
|
</div>
|
||||||
|
<div class="project-links">
|
||||||
|
<a href="https://blog.laforceit.com" class="project-link" target="_blank">View Example <i class="fas fa-external-link-alt"></i></a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div> <!-- This is the closing div for projects-grid -->
|
</div> <!-- This is the closing div for projects-grid -->
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue