perf(images): serve optimized portfolio media
This commit is contained in:
@@ -13,7 +13,7 @@ export const certificates = [
|
||||
tr: "Scrimba üzerindeki JavaScript'in Zor Kısımları sertifikasıyla scope, closure, hoisting ve asenkron akış gibi temel JavaScript kavramlarını daha derinlemesine pekiştirdim.",
|
||||
en: "With this Scrimba Tricky Parts of JavaScript certificate, I deepened my understanding of core JavaScript concepts such as scope, closures, hoisting, and asynchronous flow.",
|
||||
},
|
||||
image: "/certificates/trickyPartsOfJavascriptScrimba.png",
|
||||
image: "/certificates/trickyPartsOfJavascriptScrimba.webp",
|
||||
category: "web",
|
||||
},
|
||||
{
|
||||
@@ -30,7 +30,7 @@ export const certificates = [
|
||||
tr: "Scrimba üzerindeki JavaScript sertifikasıyla temel programlama becerilerimi geliştirdim.",
|
||||
en: "With this Scrimba JavaScript certificate, I improved my foundational programming skills.",
|
||||
},
|
||||
image: "/certificates/javascriptScrimba.png",
|
||||
image: "/certificates/javascriptScrimba.webp",
|
||||
category: "web",
|
||||
},
|
||||
{
|
||||
@@ -47,7 +47,7 @@ export const certificates = [
|
||||
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",
|
||||
image: "/certificates/cssAnimationsScrimba.webp",
|
||||
category: "web",
|
||||
},
|
||||
{
|
||||
@@ -64,7 +64,7 @@ export const certificates = [
|
||||
tr: "Scrimba üzerindeki CSS Grid sertifikasıyla modern ve duyarlı yerleşim sistemleri kurma becerilerimi geliştirdim.",
|
||||
en: "With this Scrimba CSS Grid certificate, I improved my ability to build modern and responsive layout systems.",
|
||||
},
|
||||
image: "/certificates/cssGridScrimba.png",
|
||||
image: "/certificates/cssGridScrimba.webp",
|
||||
category: "web",
|
||||
},
|
||||
{
|
||||
@@ -81,7 +81,7 @@ export const certificates = [
|
||||
tr: "Scrimba üzerindeki HTML ve CSS sertifikasıyla semantik yapı kurma ve arayüz stil verme konularında temel yetkinlik kazandım.",
|
||||
en: "With this Scrimba HTML and CSS certificate, I gained foundational skills in semantic structure and interface styling.",
|
||||
},
|
||||
image: "/certificates/htmlCssScrimba.png",
|
||||
image: "/certificates/htmlCssScrimba.webp",
|
||||
category: "web",
|
||||
},
|
||||
{
|
||||
@@ -217,7 +217,7 @@ export const certificates = [
|
||||
tr: "Git ve GitHub üzerine aldığım bu eğitimde sürüm kontrol süreçleri, proje yönetimi ve ekip çalışmasında değişiklik takibi konularında yetkinliğimi artırdım.",
|
||||
en: "In this training on Git and GitHub, I increased my competence in version control processes, project management, and tracking changes in teamwork.",
|
||||
},
|
||||
image: "/certificates/git.png",
|
||||
image: "/certificates/git.webp",
|
||||
category: "yazılım",
|
||||
},
|
||||
{
|
||||
@@ -251,7 +251,7 @@ export const certificates = [
|
||||
tr: "Profesyonel profil oluşturma, networking stratejileri geliştirme ve LinkedIn'i daha verimli kullanma konularında bilgi kazandım.",
|
||||
en: "I gained knowledge about creating a professional profile, developing networking strategies, and using LinkedIn more efficiently.",
|
||||
},
|
||||
image: "/certificates/linkedin.png",
|
||||
image: "/certificates/linkedin.webp",
|
||||
category: "kişisel",
|
||||
},
|
||||
{
|
||||
|
||||
+15
-15
@@ -1,18 +1,18 @@
|
||||
// Galeri resimleri – public/gallery/ klasörüne eklenen dosyaların yolları
|
||||
export const GALLERY_IMAGES: string[] = [
|
||||
"/gallery/1.jpg",
|
||||
"/gallery/2.jpg",
|
||||
"/gallery/3.jpg",
|
||||
"/gallery/4.jpg",
|
||||
"/gallery/5.jpg",
|
||||
"/gallery/6.jpg",
|
||||
"/gallery/7.jpeg",
|
||||
"/gallery/8.jpeg",
|
||||
"/gallery/9.jpeg",
|
||||
"/gallery/10.jpeg",
|
||||
"/gallery/11.jpeg",
|
||||
"/gallery/12.jpeg",
|
||||
"/gallery/13.jpeg",
|
||||
"/gallery/14.png",
|
||||
"/gallery/15.png",
|
||||
"/gallery/1.webp",
|
||||
"/gallery/2.webp",
|
||||
"/gallery/3.webp",
|
||||
"/gallery/4.webp",
|
||||
"/gallery/5.webp",
|
||||
"/gallery/6.webp",
|
||||
"/gallery/7.webp",
|
||||
"/gallery/8.webp",
|
||||
"/gallery/9.webp",
|
||||
"/gallery/10.webp",
|
||||
"/gallery/11.webp",
|
||||
"/gallery/12.webp",
|
||||
"/gallery/13.webp",
|
||||
"/gallery/14.webp",
|
||||
"/gallery/15.webp",
|
||||
];
|
||||
|
||||
+5
-5
@@ -59,7 +59,7 @@ export const WEB_APPS: ProjectItem[] = [
|
||||
tr: "Kurumsal Portal",
|
||||
en: "Corporate Portal",
|
||||
},
|
||||
image: "/projects/ostim.png",
|
||||
image: "/projects/ostim.webp",
|
||||
href: "https://ostim.org.tr",
|
||||
technologies: OSTIM_TECHNOLOGIES,
|
||||
architecture: {
|
||||
@@ -81,7 +81,7 @@ export const WEB_APPS: ProjectItem[] = [
|
||||
tr: "İstihdam Portalı",
|
||||
en: "Employment Portal",
|
||||
},
|
||||
image: "/projects/ostim-istihdam.png",
|
||||
image: "/projects/ostim-istihdam.webp",
|
||||
href: "https://ostimistihdam.com",
|
||||
technologies: OSTIM_TECHNOLOGIES,
|
||||
architecture: {
|
||||
@@ -103,7 +103,7 @@ export const WEB_APPS: ProjectItem[] = [
|
||||
tr: "Dış Ticaret Portalı",
|
||||
en: "Foreign Trade Portal",
|
||||
},
|
||||
image: "/projects/ostim-dis-ticaret.png",
|
||||
image: "/projects/ostim-dis-ticaret.webp",
|
||||
href: "https://ostimdisticaret.net",
|
||||
technologies: OSTIM_TECHNOLOGIES,
|
||||
architecture: {
|
||||
@@ -122,7 +122,7 @@ export const WEB_APPS: ProjectItem[] = [
|
||||
tr: "Freelance",
|
||||
en: "Freelance",
|
||||
},
|
||||
image: "/projects/arc.png",
|
||||
image: "/projects/arc.webp",
|
||||
technologies: ["Wix"],
|
||||
architecture: {
|
||||
tr: "Wix üzerinde yönetilebilir içerik ve kurumsal tanıtım sayfalarından oluşan, ihracat odaklı web sitesi yapısı.",
|
||||
@@ -144,7 +144,7 @@ export const WEB_APPS: ProjectItem[] = [
|
||||
tr: "Açık Kaynak",
|
||||
en: "Open Source",
|
||||
},
|
||||
image: "/projects/ataturk.png",
|
||||
image: "/projects/ataturk.webp",
|
||||
technologies: ["React"],
|
||||
architecture: {
|
||||
tr: "React ile geliştirilen, kronoloji verisini etkileşimli bir zaman çizelgesi arayüzünde sunan istemci taraflı uygulama.",
|
||||
|
||||
+1
-1
@@ -24,7 +24,7 @@ export const REFERENCES: Reference[] = [
|
||||
en: "Client - 2025",
|
||||
},
|
||||
rating: 5,
|
||||
avatar: "/avatars/ali.png",
|
||||
avatar: "/avatars/ali.webp",
|
||||
quote: {
|
||||
tr: "Web sitesi tam olarak istediğim gibi oldu. Poyraz benim gözden kaçırdığım detayları da düşündü, her kararı şeffaf şekilde anlattı ve beklentimin üstünde bir iş teslim etti.",
|
||||
en: "The website turned out exactly as I wanted. Poyraz thought of the details I missed, explained every decision transparently, and delivered a job beyond my expectations.",
|
||||
|
||||
Reference in New Issue
Block a user