Skip to content

Commit

Permalink
Fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
Zarkend committed Oct 15, 2024
1 parent 8d98496 commit d8f825d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions _data/data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,15 @@ projects:
assignments:
- title: Super Party Games
link: "https://twinstudios.es/Game/SPG"
link: "https://www.twinstudios.es/Game/SPG"
tagline: "Frontend (Unity) - Implemented Meta features, Core features, Backend features (party system, authentication...) and a bunch of 3rd party services like Analytics, MMP..."

- title: Hamster Mart Market Tycoon
link: "https://twinstudios.es/Game/HamsterMart"
link: "https://www.twinstudios.es/Game/HamsterMart"
tagline: "Implemented the whole game and integrated IAP Services, Ads Monetization, Analytics, MMP..."

- title: Puzzle Monsters
link: "https://twinstudios.es/Game/PuzzleMonsters"
link: "https://www.twinstudios.es/Game/PuzzleMonsters"
tagline: "A little game I did in a week! Quite fun not gonna lie to develop as it was my first Puzzle Game"

skills:
Expand Down
2 changes: 1 addition & 1 deletion _includes/projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h2 class="section-title">

<span class="project-title">
{% if project.link %}
<a href="{{ project.link }}" target="_blank">{{ project.title }}</a>
<a href="{{ project.link }}">{{ project.title }}</a>
{% else %}
{{ project.title }}
{% endif %}
Expand Down

0 comments on commit d8f825d

Please sign in to comment.