Skip to content

Commit

Permalink
chore(home,about): Add spacing between paragraphs
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Dec 24, 2024
1 parent 9a60b66 commit 9e18c9a
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 27 deletions.
28 changes: 16 additions & 12 deletions src/views/AboutPage.vue
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
<template>
<page-layout>
<template #description>
The
<a href="https://en.wikipedia.org/wiki/Mnemonic_major_system" target="_blank"
>Mnemonic Major System</a
>
is an effective technique for remembering numbers, though learning the associations between
sounds and numbers can take time.
<br />
Unlike other online converters that simply match letters to numbers, Mnemonic Ninja performs
conversions based on phonetic sounds, which is the correct method for using the system.
<br />
With a database of over 135,000 words, you can rely on Mnemonic Ninja for precise and helpful
conversions.
<p>
The
<a href="https://en.wikipedia.org/wiki/Mnemonic_major_system" target="_blank"
>Mnemonic Major System</a
>
is an effective technique for remembering numbers, though learning the associations between
sounds and numbers can take time.
</p>
<p>
Unlike other online converters that simply match letters to numbers, Mnemonic Ninja performs
conversions based on phonetic sounds, which is the correct method for using the system.
</p>
<p>
With a database of over 135,000 words, you can rely on Mnemonic Ninja for precise and
helpful conversions.
</p>
</template>
<v-row tag="section">
<v-col cols="12">
Expand Down
35 changes: 20 additions & 15 deletions src/views/HomePage.vue
Original file line number Diff line number Diff line change
@@ -1,21 +1,26 @@
<template>
<page-layout>
<template #description>
The
<a href="https://en.wikipedia.org/wiki/Mnemonic_major_system" target="_blank"
>Mnemonic Major System</a
>
is a strategy for memorizing numbers by converting them into memorable words and phrases,
using specific phonetic sounds.
<br />
Mnemonic Ninja is a free and open-source service that transforms numbers into mental images
that are much easier to remember than abstract digits. Whether it's a phone number, birthday,
or address, Mnemonic Ninja simplifies the conversion process, making it effortless for you to
recall important information. Mnemonic Ninja is useful for both newcomers learning the
Mnemonic Major System, and experienced users who might need help converting a specific number.
<br />
Read more about the Major System and how it can help your memory
<router-link to="/about">on the about page</router-link>!
<p>
The
<a href="https://en.wikipedia.org/wiki/Mnemonic_major_system" target="_blank"
>Mnemonic Major System</a
>
is a strategy for memorizing numbers by converting them into memorable words and phrases,
using specific phonetic sounds.
</p>
<p>
Mnemonic Ninja is a free and open-source service that transforms numbers into mental images
that are much easier to remember than abstract digits. Whether it's a phone number,
birthday, or address, Mnemonic Ninja simplifies the conversion process, making it effortless
for you to recall important information. Mnemonic Ninja is useful for both newcomers
learning the Mnemonic Major System, and experienced users who might need help converting a
specific number.
</p>
<p>
Read more about the Major System and how it can help your memory
<router-link to="/about">on the about page</router-link>.
</p>
</template>

<v-row tag="section">
Expand Down

0 comments on commit 9e18c9a

Please sign in to comment.