feat: add Scrimba CSS Animations certificate and image

This commit is contained in:
poyrazavsever
2026-07-08 11:56:33 +03:00
parent 78ba694dd5
commit be194b8ef5
2 changed files with 17 additions and 0 deletions
+17
View File
@@ -1,4 +1,21 @@
export const certificates = [
{
name: {
tr: "Scrimba ile CSS Animasyonları Öğrenimi",
en: "Learn CSS Animations with Scrimba",
},
organization: "Scrimba",
date: {
tr: "Temmuz 2026",
en: "July 2026",
},
description: {
tr: "Scrimba üzerindeki CSS Animasyonları sertifikasıyla geçişler, hareket ve etkileşimli arayüz animasyonları oluşturma becerilerimi geliştirdim.",
en: "With this Scrimba CSS Animations certificate, I improved my skills in transitions, motion, and interactive interface animations.",
},
image: "/certificates/cssAnimationsScrimba.png",
category: "web",
},
{
name: {
tr: "Scrimba ile CSS Grid Öğrenimi",