Skip to content
This repository was archived by the owner on Aug 19, 2023. It is now read-only.

Commit a96a958

Browse files
authored
GH-65 Fix SEO problems reported by insights (#65)
1 parent c7984e7 commit a96a958

File tree

5 files changed

+16
-7
lines changed

5 files changed

+16
-7
lines changed

src/components/projects/Projects.vue

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,48 +10,56 @@
1010
githubUrl="https://github.com/EternalCodeTeam/EternalCore"
1111
imageUrl="/assets/img/projects/infinity.png"
1212
name="EternalCore"
13+
:hrefText="$t('message.projects.more')"
1314
/>
1415
<Project
1516
description="🎇 Simple plugin to check players!"
1617
githubUrl="https://github.com/EternalCodeTeam/EternalCheck"
1718
imageUrl="/assets/img/projects/fireworks.png"
1819
name="EternalCheck"
20+
:hrefText="$t('message.projects.more')"
1921
/>
2022
<Project
2123
description="📝 The most intelligent chat formatting plugin with minimessages support!"
2224
githubUrl="https://github.com/EternalCodeTeam/ChatFormatter"
2325
imageUrl="/assets/img/projects/chat.png"
2426
name="ChatFormatter"
27+
:hrefText="$t('message.projects.more')"
2528
/>
2629
<Project
2730
description="🗺️ A random teleport plugin that doesn't give you a headache."
2831
githubUrl="https://github.com/EternalCodeTeam/EternalRTP"
2932
imageUrl="/assets/img/projects/treasure-map.png"
3033
name="EternalRTP"
34+
:hrefText="$t('message.projects.more')"
3135
/>
3236
<Project
3337
description="⚔ Combat Logging system for Minecraft!"
3438
githubUrl="https://github.com/EternalCodeTeam/EternalCombatLog"
3539
imageUrl="/assets/img/projects/swords.png"
3640
name="CombatLog"
41+
:hrefText="$t('message.projects.more')"
3742
/>
3843
<Project
3944
description="👮‍♂️ EternalCode discord community officer!"
4045
githubUrl="https://github.com/EternalCodeTeam/DiscordOfficer"
4146
imageUrl="/assets/img/projects/police-officer.png"
4247
name="DiscordOfficer"
48+
:hrefText="$t('message.projects.more')"
4349
/>
4450
<Project
4551
description="📖 All documentations of EternalCodeTeam Projects & Tutorials 😍"
4652
githubUrl="https://github.com/EternalCodeTeam/Docs"
4753
imageUrl="/assets/img/projects/folder.png"
4854
name="Docs"
55+
:hrefText="$t('message.projects.more')"
4956
/>
5057
<Project
5158
description="🏬 EternalCodeTeam website based on Bootstrap 5 and Vue.js!"
5259
githubUrl="https://github.com/EternalCodeTeam/EternalCode-WWW"
5360
imageUrl="/assets/img/projects/web.png"
5461
name="EternalCode-WWW"
62+
:hrefText="$t('message.projects.more')"
5563
/>
5664

5765
</div>

src/components/projects/components/Project.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<h6>{{ description }}</h6>
1212
<a :href="githubUrl" target="_blank">
1313
<font-awesome-icon icon="fa-solid fa-arrow-right-long"/>
14-
{{ $t("message.projects.more") }}
14+
{{ hrefText }}
1515
</a>
1616
</div>
1717
</div>
@@ -26,6 +26,7 @@ export default {
2626
description: String,
2727
githubUrl: String,
2828
imageUrl: String,
29+
hrefText: String
2930
},
3031
};
3132
</script>

src/components/skills/Skills.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,31 @@
1111

1212
<div class="col-lg-3">
1313
<div class="card-info">
14-
<img src="/assets/img/skills/java.png"/>
14+
<img src="/assets/img/skills/java.png" alt="Java" />
1515
<h5>Java</h5>
1616
<p>{{ $t("message.skills.java") }}</p>
1717
</div>
1818
</div>
1919

2020
<div class="col-lg-3">
2121
<div class="card-info">
22-
<img src="/assets/img/skills/php.png"/>
22+
<img src="/assets/img/skills/php.png" alt="PHP" />
2323
<h5>PHP</h5>
2424
<p>{{ $t("message.skills.php") }}</p>
2525
</div>
2626
</div>
2727

2828
<div class="col-lg-3">
2929
<div class="card-info">
30-
<img src="/assets/img/skills/javascript.png"/>
30+
<img src="/assets/img/skills/javascript.png" alt="JavaScript" />
3131
<h5>JavaScript</h5>
3232
<p>{{ $t("message.skills.javascript") }}</p>
3333
</div>
3434
</div>
3535

3636
<div class="col-lg-3">
3737
<div class="card-info">
38-
<img src="/assets/img/skills/linux64.png"/>
38+
<img src="/assets/img/skills/linux64.png" alt="Linux logo" />
3939
<h5>Linux</h5>
4040
<p>{{ $t("message.skills.linux") }}</p>
4141
</div>

src/lang/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"projects": {
2828
"title": "Our projects",
2929
"subtitle": "Our projects are not only our services, but also our hobby! We offer many open source products!",
30-
"more": "See more"
30+
"more": "GitHub repository"
3131
},
3232
"team": {
3333
"title": "Our team",

src/lang/pl.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"projects": {
2828
"title": "Nasze projekty",
2929
"subtitle": "Nasze projekty to nie tylko nasze usługi, ale również nasze hobby! Oferujemy wiele produktów z otwartym kodem źródłowym!",
30-
"more": "Zobacz więcej"
30+
"more": "Repozytorium GitHub"
3131
},
3232
"team": {
3333
"title": "Nasz Team",

0 commit comments

Comments
 (0)