summaryrefslogtreecommitdiff
path: root/src/views
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <bjorn@lindeijer.nl>2024-06-12 13:35:30 +0000
committerThorbjørn Lindeijer <bjorn@lindeijer.nl>2024-06-12 13:35:30 +0000
commit16fe8d754c183fbbecd5122c743f4079869a1f95 (patch)
tree8f647bbfb3bf2749cd623bfa440efd5d0dc1edbd /src/views
parent440afc348bf4e0391de0a16783803350517da168 (diff)
downloadwebsite-16fe8d754c183fbbecd5122c743f4079869a1f95.tar.gz
website-16fe8d754c183fbbecd5122c743f4079869a1f95.tar.bz2
website-16fe8d754c183fbbecd5122c743f4079869a1f95.tar.xz
website-16fe8d754c183fbbecd5122c743f4079869a1f95.zip
Link and style updates
Link updates: * Adjusted wiki URLs to avoid redirects * Updated downloads page redirect to current Downloads page * Updated link to Tiled repository * Updated download link on registration page Style updates: * Restored the border around the contents * Give the text a bit more space * Less different font sizes * More modern use of rounded corners
Diffstat (limited to 'src/views')
-rw-r--r--src/views/About.vue4
-rw-r--r--src/views/Home.vue6
-rw-r--r--src/views/Migration.vue2
-rw-r--r--src/views/Registration.vue2
4 files changed, 6 insertions, 8 deletions
diff --git a/src/views/About.vue b/src/views/About.vue
index 68e3e72..da92d47 100644
--- a/src/views/About.vue
+++ b/src/views/About.vue
@@ -13,9 +13,9 @@
<p>We are volunteer driven and encourage player participation in development. We have a long history of contributors. We try to make contributing to the game easy.</p>
<p>
<ul>
- <li><a href="https://wiki.themanaworld.org/index.php/TMW_Team">TMW Team</a></li>
+ <li><a href="https://wiki.themanaworld.org/wiki/TMW_Team">TMW Team</a></li>
<li><a href="https://gitlab.com/groups/evol/-/group_members">Current contributors</a></li>
- <li><a href="https://wiki.themanaworld.org/index.php/Dev:Contributors">Past contributors</a></li>
+ <li><a href="https://wiki.themanaworld.org/wiki/Development:Contributors">Past contributors</a></li>
</ul>
</p>
</main>
diff --git a/src/views/Home.vue b/src/views/Home.vue
index b0a7b11..e9740bf 100644
--- a/src/views/Home.vue
+++ b/src/views/Home.vue
@@ -3,13 +3,13 @@
<h1>The Mana World Project</h1>
<p>The Mana World (TMW) is a serious effort to create an innovative free and open source MMORPG. TMW uses 2D graphics and aims to create a large and diverse interactive world. It is licensed under the GPL, making sure this game can't ever run away from you.</p>
<div class="read-more">
- <router-link :to="{ name: 'about' }">Read More >></router-link>
+ <router-link :to="{ name: 'about' }">Read More &raquo;</router-link>
</div>
<h1>Recent News</h1>
<News :count="1"/>
<div class="read-more">
- <router-link :to="{ name: 'news' }">More News >></router-link>
+ <router-link :to="{ name: 'news' }">More News &raquo;</router-link>
</div>
</main>
</template>
@@ -23,7 +23,7 @@
color: #2f2e32;
text-decoration: none;
font-weight: bold;
- font-size: 0.8em;
+ font-size: 0.9em;
&:hover {
text-decoration: underline;
diff --git a/src/views/Migration.vue b/src/views/Migration.vue
index f557d3e..c68989c 100644
--- a/src/views/Migration.vue
+++ b/src/views/Migration.vue
@@ -166,8 +166,6 @@ export default class Recovery extends Vue {
}
console.log("Captcha OK")
- // ${process.env.VUE_APP_API}
- // https://api.themanaworld.org/api
const req = new Request(`${process.env.VUE_APP_PYAPI}/tmwa_auth`, {
method: "POST",
mode: "no-cors",
diff --git a/src/views/Registration.vue b/src/views/Registration.vue
index c663143..86bb5a4 100644
--- a/src/views/Registration.vue
+++ b/src/views/Registration.vue
@@ -2,7 +2,7 @@
<main class="registration">
<h1>Account creation</h1>
<p>Welcome to The Mana World! With this form you can register for a new game account.</p>
- <p>Please note that you will also need to download and install <a href="https://manaplus.germantmw.de/" target="_blank">ManaPlus</a>, our official game client.</p>
+ <p>Please note that you will also need to <a href="https://wiki.themanaworld.org/wiki/Downloads" target="_blank">install a suitable client</a> to play this game.</p>
<br>
<div class="dialog">
<b>NOTICE:</b> Accounts may take up to 15 minutes for automatic activation. No email confirmation is necessary.