From 9113a265ba23892b87815f0dcacf31cef2694c4d Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 6 Sep 2020 13:32:32 -0400 Subject: i18n Support; French support --- pages/index.vue | 55 ++++++++++++++++++++++++++----------------------------- 1 file changed, 26 insertions(+), 29 deletions(-) (limited to 'pages/index.vue') diff --git a/pages/index.vue b/pages/index.vue index 25d7014..754d193 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -5,17 +5,17 @@

-

Hello, I'm Andrew Lee!

+

{{ $t('WelcomeTitle') }}


-

Welcome to my personal website.

+

{{ $t('WelcomeSubtitle') }}

-

About Me

-

Hello, I'm Andrew Lee and I'm currently 16 years old. I like to program and play some games sometimes.

-

Platforms

+

{{ $t('AboutMe') }}

+

{{ $t('AboutMeText') }}

+

{{ $t('PlatformsTitle') }}

mdi-youtube Youtube @@ -37,12 +37,9 @@ mdi-reddit Reddit -

Timeline

-

2014: Created my first YouTube channel The Alee Diamond.
- 2015: First got into programming and learned HTML and Batch.
- 2016: Learned a bit of VB, The Alee Diamond rebranded into Andrew Lee and AleeTechyPlays is born.
- 2017: Learned JavaScript and C#.

-

Programming Languages

+

{{ $t('TimelineTitle') }}

+

{{ $t('TimelineContent2014') }}
{{ $t('TimelineContent2015') }}
{{ $t('TimelineContent2016') }}
{{ $t('TimelineContent2017') }}

+

{{ $t('ProgrammingLanguagesTitle') }}

  • C#
  • C++
  • @@ -51,7 +48,7 @@
  • Vue
  • Python
-

Favorite Games

+

{{ $t('FavouriteGamesTitle') }}

  • Splatoon 2
  • Animal Crossing: New Horizons
  • @@ -62,63 +59,63 @@
  • Software Inc
  • Hacknet
-

Badges

+

{{ $t('BadgesTitle') }}

Hack The Box TryHackMe
-

AleePC Parts

+

{{ $t('AleePCPartsTitle') }}

- Part Type - Part Name + {{ $t('AleePCPartsTypeText') }} + {{ $t('AleePCPartsNameText') }} - CPU + {{ $t('AleePCPartsCPU') }} AMD - Ryzen 3 2200G 3.5 GHz Quad-Core Processor - CPU Cooler + {{ $t('AleePCPartsCPUCooler') }} Cooler Master - Hyper T2 54.8 CFM Sleeve Bearing CPU Cooler - Memory + {{ $t('AleePCPartsMemory') }} Corsair - Vengeance LPX 16 GB (2 x 8 GB) DDR4-2400 - Main Storage + {{ $t('AleePCPartsMainStorage') }} Western Digital Blue 250 GB M.2-2280 Solid State Drive - Second Storage + {{ $t('AleePCPartsSecondStorage') }} Western Digital Blue 2 TB 3.5" 5400RPM Internal Hard Drive - Motherboard + {{ $t('AleePCPartsMotherboard') }} ASRock - B450M-HDV Micro ATX AM4 - Case + {{ $t('AleePCPartsCase') }} Rosewill - FBM-X1 MicroATX Mini Tower Case - Power Supply + {{ $t('AleePCPartsPowerSupply') }} EVGA - 500 W 80+ Certified ATX Power Supply
-

Credits

-

Website is licensed under GPL-3.0.

-

Created using Vue.JS, NuxtJS and Vuetify. Hosted on Netlify.

+

{{ $t('CreditsTitle') }}

+

{{ $t('CreditsGPLText') }} GPL-3.0.

+

{{ $t('CreditsContent1') }} Vue.JS, NuxtJS & Vuetify. {{ $t('CreditsContent2') }} Netlify.

-

Contact Me

-

If you want to ask me questions or just want to contact me. Contact me at andrew@alee14.me.

+

{{ $t('ContactMeTitle') }}

+

{{ $t('ContactMeText') }} andrew@alee14.me.

-- cgit v1.2.3