Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added public/veltgg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/content/portfolioData.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@ export const projectGroups = [
id: 'freelance',
titleKey: 'sections.freelance',
projects: [
{
name: 'VeltGG - Elo Boosting',
subtitle: {
tr: 'VeltGG için özel olarak geliştirilmiş profesyonel bir Elo Boost hizmeti web sitesi. Bu platform, League of Legends, Valorant ve CS2 oyuncularına hızlı, güvenli ve anonim sıralama yükseltme hizmeti sunar. Modern arayüzü sayesinde kullanıcılar istedikleri oyunu seçip hizmete kolayca ulaşabilir.',
en: 'A professional Elo Boost service website developed exclusively for VeltGG. This platform provides fast, secure, and anonymous ranking services for League of Legends, Valorant, and CS2 players. Its modern interface allows users to easily select their game and access the service they need.',
de: 'Eine professionelle Elo-Boost-Service-Website, die exklusiv für VeltGG entwickelt wurde. Diese Plattform bietet schnelle, sichere und anonyme Ranking-Dienste für Spieler von League of Legends, Valorant und CS2. Durch die moderne Benutzeroberfläche können Nutzer ihr Spiel einfach auswählen und den gewünschten Service schnell erreichen.'
},
url: 'https://veltgg.vercel.app',
icon: '/veltgg.png',
},
Comment on lines +29 to +38
{
name: 'The Cup Coffee - QR Menu',
subtitle: {
Expand Down