feat: add Turkcell certificates and update portfolio data repository

This commit is contained in:
Poyraz
2026-07-01 18:51:58 +03:00
parent c637102e20
commit bd0ec232be
4 changed files with 51 additions and 0 deletions
+51
View File
@@ -1,4 +1,55 @@
export const certificates = [ export const certificates = [
{
name: {
tr: "HTML 101",
en: "HTML 101",
},
organization: "Turkcell Geleceği Yazanlar",
date: {
tr: "Haziran 2026",
en: "June 2026",
},
description: {
tr: "HTML 101 eğitimi ve sınavını başarıyla tamamlayarak temel web geliştirme becerileri kazandım.",
en: "I successfully completed the HTML 101 training and exam, gaining foundational web development skills.",
},
image: "/certificates/htmlTurkcell.png",
category: "web",
},
{
name: {
tr: "HTML CSS 201",
en: "HTML CSS 201",
},
organization: "Turkcell Geleceği Yazanlar",
date: {
tr: "Haziran 2026",
en: "June 2026",
},
description: {
tr: "HTML CSS 201 eğitimi ve sınavını başarıyla tamamlayarak web tasarımı, sayfa düzeni ve stil oluşturma konularında yetkinlik kazandım.",
en: "I successfully completed the HTML CSS 201 training and exam, gaining competence in web design, page layout, and styling.",
},
image: "/certificates/htmlcssTurkcell.png",
category: "web",
},
{
name: {
tr: "JavaScript 301",
en: "JavaScript 301",
},
organization: "Turkcell Geleceği Yazanlar",
date: {
tr: "Haziran 2026",
en: "June 2026",
},
description: {
tr: "JavaScript 301 eğitimi ve sınavını başarıyla tamamlayarak dinamik web programlama ve etkileşimli arayüz geliştirme yeteneklerimi güçlendirdim.",
en: "I successfully completed the JavaScript 301 training and exam, strengthening my dynamic web programming and interactive interface development skills.",
},
image: "/certificates/javascriptTurkcell.png",
category: "web",
},
{ {
name: { name: {
tr: "React Native | Uygulamalı React Native Eğitimi", tr: "React Native | Uygulamalı React Native Eğitimi",
Binary file not shown.

After

Width:  |  Height:  |  Size: 610 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 611 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 610 KiB