From ec60958fa9485e98db1ddf4c8a36e78b77276c12 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 15 Aug 2020 22:21:20 -0400 Subject: Hopefully fixed error page; Removed v-card in home and tweaks; Navbar tweaks --- .eslintrc.js | 40 ++++++++++++++++++++-------------------- components/Navbar.vue | 44 ++++++++++++++++++++++++++++---------------- layouts/error.vue | 6 +++--- netlify.toml | 4 ++++ pages/index.vue | 50 +++++++++++++++++++++++--------------------------- 5 files changed, 78 insertions(+), 66 deletions(-) create mode 100644 netlify.toml diff --git a/.eslintrc.js b/.eslintrc.js index 8e1c2e4..c66b587 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,22 +1,22 @@ module.exports = { - env: { - browser: true, - es6: true - }, - extends: [ - 'plugin:vue/essential', - 'standard' - ], - globals: { - Atomics: 'readonly', - SharedArrayBuffer: 'readonly' - }, - parserOptions: { - ecmaVersion: 2018, - sourceType: 'module' - }, - plugins: [ - 'vue' - ], - rules: {} + env: { + browser: true, + es6: true + }, + extends: [ + 'plugin:vue/essential', + 'standard' + ], + globals: { + Atomics: 'readonly', + SharedArrayBuffer: 'readonly' + }, + parserOptions: { + ecmaVersion: 2018, + sourceType: 'module' + }, + plugins: [ + 'vue' + ], + rules: {} } diff --git a/components/Navbar.vue b/components/Navbar.vue index 49d9629..fd559db 100644 --- a/components/Navbar.vue +++ b/components/Navbar.vue @@ -1,24 +1,36 @@ diff --git a/layouts/error.vue b/layouts/error.vue index 27b44b9..d204d97 100644 --- a/layouts/error.vue +++ b/layouts/error.vue @@ -1,9 +1,9 @@ diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..dfe032a --- /dev/null +++ b/netlify.toml @@ -0,0 +1,4 @@ +[[redirects]] + from = "/*" + to = "/error" + status = 404 \ No newline at end of file diff --git a/pages/index.vue b/pages/index.vue index bb821c2..87a2615 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -13,10 +13,30 @@
- - -

About Me

+

About Me

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

+

Platforms

+ + mdi-discord + + + mdi-github + + + mdi-video + + + mdi-twitter + + + mdi-youtube + + + mdi-instagram + + + mdi-reddit +

Timeline

2014: Created my first YouTube channel The Alee Diamond.
2015: First got into programming and learned HTML and Batch.
@@ -42,30 +62,6 @@

  • Software Inc
  • Hacknet
  • -

    Platforms

    - - mdi-discord - - - mdi-github - - - mdi-video - - - mdi-twitter - - - mdi-youtube - - - mdi-instagram - - - mdi-reddit - -
    -

    AleePC Parts

    -- cgit v1.2.3