From cf98123bdd652c36fbd80984c7270f28954ab79c Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 6 Sep 2020 15:21:08 -0400 Subject: Added a communties section, new page, added games --- assets/img/alee-logo/logo-banner.png | Bin 0 -> 2234183 bytes components/Navbar.vue | 1 + locales/en.json | 3 +++ locales/fr.json | 1 + pages/alee-logo/index.vue | 32 ++++++++++++++++++++++++++++++++ pages/index.vue | 25 +++++++++++++++++-------- 6 files changed, 54 insertions(+), 8 deletions(-) create mode 100644 assets/img/alee-logo/logo-banner.png create mode 100644 pages/alee-logo/index.vue diff --git a/assets/img/alee-logo/logo-banner.png b/assets/img/alee-logo/logo-banner.png new file mode 100644 index 0000000..8230c02 Binary files /dev/null and b/assets/img/alee-logo/logo-banner.png differ diff --git a/components/Navbar.vue b/components/Navbar.vue index 31eb39a..2b9976e 100644 --- a/components/Navbar.vue +++ b/components/Navbar.vue @@ -56,6 +56,7 @@ export default { { title: 'BlogText', link: '/blog' }, { title: 'ProjectsText', link: '/projects' }, { title: 'VideosText', link: '/videos' } + // { title: 'AleeLogoText', link: '/alee-logo' } ] } }, diff --git a/locales/en.json b/locales/en.json index b3f88ce..3681a70 100644 --- a/locales/en.json +++ b/locales/en.json @@ -13,6 +13,7 @@ "ProgrammingLanguagesTitle": "Programming Languages", "FavouriteGamesTitle": "Favourite Games", "BadgesTitle": "Badges", + "CommunitiesTitle": "Communities", "AleePCPartsTitle": "AleePC Parts", "AleePCPartsTypeText": "Part Type", "AleePCPartsNameText": "Part Name", @@ -44,6 +45,8 @@ "VideosText": "Videos", "VideosSubtitle": "This is where you see my videos.", "VideosButton": "View more videos here", + "AleeLogoText": "Alee Logo", + "AleeLogoSubtitle": "Where you see the history of my logos that I made or a friend made.", "Footer": "Footer", "FooterCopyright": "© Copyright 2018-2020 Andrew Lee. All rights reserved." } \ No newline at end of file diff --git a/locales/fr.json b/locales/fr.json index 54a879d..6ca15ed 100644 --- a/locales/fr.json +++ b/locales/fr.json @@ -13,6 +13,7 @@ "ProgrammingLanguagesTitle": "Langage de Programmation", "FavouriteGamesTitle": "Mon Jeux de Vidéo Préféré", "BadgesTitle": "Badges", + "CommunitiesTitle": "Communautés", "AleePCPartsTitle": "AleePC Pièces", "AleePCPartsTypeText": "Pièces Type", "AleePCPartsNameText": "Pièces Nom", diff --git a/pages/alee-logo/index.vue b/pages/alee-logo/index.vue new file mode 100644 index 0000000..f62b615 --- /dev/null +++ b/pages/alee-logo/index.vue @@ -0,0 +1,32 @@ + + + + + diff --git a/pages/index.vue b/pages/index.vue index 754d193..2ec681f 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -50,19 +50,28 @@

{{ $t('FavouriteGamesTitle') }}

{{ $t('BadgesTitle') }}

Hack The Box TryHackMe +
+

{{ $t('CommunitiesTitle') }}

+ +

{{ $t('AleePCPartsTitle') }}

-- cgit v1.2.3