feat: add new freelance project to portfolio section#1
Merged
Conversation
- Add a new project entry to the freelance section - Update portfolio content structure - Maintain responsive layout and existing UI consistency - Preserve multilingual compatibility (if applicable)
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
Adds a new freelance project entry to the portfolio content data so it can be rendered in the existing “Freelance” section alongside other projects.
Changes:
- Added “VeltGG - Elo Boosting” to the
freelanceproject group. - Included localized subtitles (tr/en/de) plus URL and icon path for the new project.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+29
to
+38
| { | ||
| 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', | ||
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds a new freelance project to the portfolio website.
Changes Made
Impact
Validation