diff --git a/README.md b/README.md
deleted file mode 100644
index 1590988..0000000
--- a/README.md
+++ /dev/null
@@ -1,19 +0,0 @@
-# Nuxt.js Example
-
-This directory is a brief example of a [Nuxt.js](https://nuxtjs.org) app that can be deployed with Vercel and zero configuration.
-
-## Deploy Your Own
-
-Deploy your own Nuxt.js project with Vercel.
-
-[](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/main/examples/nuxtjs)
-
-_Live Example: https://nuxtjs.now-examples.vercel.app/_
-
-### How We Created This Example
-
-To get started with Nuxt.js deployed with Vercel, you can use the [Create-Nuxt-App CLI](https://www.npmjs.com/package/create-nuxt-app) to initialize the project:
-
-```shell
-$ npx create-nuxt-app my-app
-```
diff --git a/assets/README.md b/assets/README.md
deleted file mode 100644
index 34766f9..0000000
--- a/assets/README.md
+++ /dev/null
@@ -1,7 +0,0 @@
-# ASSETS
-
-**This directory is not required, you can delete it if you don't want to use it.**
-
-This directory contains your un-compiled assets such as LESS, SASS, or JavaScript.
-
-More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/assets#webpacked).
diff --git a/assets/scss/custom.scss b/assets/scss/custom.scss
deleted file mode 100644
index c4719f8..0000000
--- a/assets/scss/custom.scss
+++ /dev/null
@@ -1,57 +0,0 @@
-$primary: #145bea;
-$secondary: #833bec;
-$uccess: #1ce1ac;
-$info: #ff7d50;
-$warning: #ffbe0b;
-$danger: #ff007f;
-$light: #c0ccda;
-$dark: #001738;
-
-$link-hover-decoration: none;
-$border-radius: 0;
-$font-family-sans-serif: "Fira Sans", sans-serif;
-$font-family-monospace: "Fira Mono", monospace;
-$font-weight-bold: 600;
-
-@import '~/node_modules/bootstrap/scss/bootstrap.scss';
-
-@import "~/node_modules/bootstrap/scss/functions";
-@import "~/node_modules/bootstrap/scss/variables";
-@import "~/node_modules/bootstrap/scss/mixins";
-@import "~/node_modules/bootstrap/scss/reboot";
-@import "~/node_modules/bootstrap/scss/type";
-@import "~/node_modules/bootstrap/scss/images";
-// @import "~bootstrap/scss/code";
-@import "~/node_modules/bootstrap/scss/grid";
-@import "~/node_modules/bootstrap/scss/tables";
-@import "~/node_modules/bootstrap/scss/forms";
-@import "~/node_modules/bootstrap/scss/buttons";
-@import "~/node_modules/bootstrap/scss/transitions";
-@import "~/node_modules/bootstrap/scss/dropdown";
-@import "~/node_modules/bootstrap/scss/button-group";
-// @import "~bootstrap/scss/input-group";
-@import "~/node_modules/bootstrap/scss/nav";
-@import "~/node_modules/bootstrap/scss/navbar";
-@import "~/node_modules/bootstrap/scss/card";
-@import "~/node_modules/bootstrap/scss/breadcrumb";
-// @import "~bootstrap/scss/pagination";
-// @import "~bootstrap/scss/badge";
-// @import "~/node_modules/bootstrap/scss/jumbotron";
-// @import "~bootstrap/scss/alert";
-// @import "~bootstrap/scss/progress";
-// @import "~bootstrap/scss/media";
-// @import "~/node_modules/bootstrap/scss/list-group";
-// @import "~bootstrap/scss/close";
-// @import "~bootstrap/scss/toasts";
-// @import "~bootstrap/scss/modal";
-// @import "~bootstrap/scss/tooltip";
-// @import "~bootstrap/scss/popover";
-// @import "~bootstrap/scss/carousel";
-// @import "~bootstrap/scss/spinners";
-// @import "~/node_modules/bootstrap/scss/utilities";
-// @import "~bootstrap/scss/print";
-
-::selection {
- background-color: $primary;
- color: #fff;
-}
\ No newline at end of file
diff --git a/components/About.vue b/components/About.vue
deleted file mode 100644
index 10ae271..0000000
--- a/components/About.vue
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-
-
-
Timothy Pidashev
-
-
- A 16-year-old on an epic journey to become a software developer!
-
-
-
-
-
-
diff --git a/components/README.md b/components/README.md
deleted file mode 100644
index a079f10..0000000
--- a/components/README.md
+++ /dev/null
@@ -1,7 +0,0 @@
-# COMPONENTS
-
-**This directory is not required, you can delete it if you don't want to use it.**
-
-The components directory contains your Vue.js Components.
-
-_Nuxt.js doesn't supercharge these components._
diff --git a/layouts/README.md b/layouts/README.md
deleted file mode 100644
index cad1ad5..0000000
--- a/layouts/README.md
+++ /dev/null
@@ -1,7 +0,0 @@
-# LAYOUTS
-
-**This directory is not required, you can delete it if you don't want to use it.**
-
-This directory contains your Application Layouts.
-
-More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/views#layouts).
diff --git a/layouts/default.vue b/layouts/default.vue
deleted file mode 100644
index d9ef7b1..0000000
--- a/layouts/default.vue
+++ /dev/null
@@ -1,49 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/middleware/README.md b/middleware/README.md
deleted file mode 100644
index 01595de..0000000
--- a/middleware/README.md
+++ /dev/null
@@ -1,8 +0,0 @@
-# MIDDLEWARE
-
-**This directory is not required, you can delete it if you don't want to use it.**
-
-This directory contains your application middleware.
-Middleware let you define custom functions that can be run before rendering either a page or a group of pages.
-
-More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/routing#middleware).
diff --git a/nuxt.config.js b/nuxt.config.js
deleted file mode 100644
index 3aaa849..0000000
--- a/nuxt.config.js
+++ /dev/null
@@ -1,51 +0,0 @@
-export default {
- // Target: https://go.nuxtjs.dev/config-target
- target: 'static',
-
- // Global page headers: https://go.nuxtjs.dev/config-head
- head: {
- title: 'Portfolio',
- meta: [
- { charset: 'utf-8' },
- { name: 'viewport', content: 'width=device-width, initial-scale=1' },
- {
- hid: 'description',
- name: 'description',
- content: 'Portfolio',
- },
- ],
- link: [{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }],
- },
-
- // Global CSS: https://go.nuxtjs.dev/config-css
- css: ['@/assets/scss/custom.scss'],
-
- // Plugins to run before rendering page: https://go.nuxtjs.dev/config-plugins
- plugins: [],
-
- // Auto import components: https://go.nuxtjs.dev/config-components
- components: true,
-
- // Modules for dev and build (recommended): https://go.nuxtjs.dev/config-modules
- buildModules: [],
-
- // Modules: https://go.nuxtjs.dev/config-modules
- modules: ['bootstrap-vue/nuxt'],
-
- module: {
- rules: [
- {
- test: /\.s[ac]ss$/i,
- use: ['style-loader', 'css-loader', 'sass-loader'],
- },
- ],
- },
-
- bootstrapVue: {
- bootstrapCSS: false,
- icons: true,
- },
-
- // Build Configuration: https://go.nuxtjs.dev/config-build
- build: {}
-};
diff --git a/package.json b/package.json
deleted file mode 100644
index 6b9a1b3..0000000
--- a/package.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "name": "Portfolio",
- "version": "1.0.0",
- "description": "My portfolio website",
- "author": "timothypidashev",
- "private": true,
- "scripts": {
- "dev": "nuxt",
- "build": "nuxt generate",
- "start": "nuxt start"
- },
- "dependencies": {
- "bootstrap-vue": "^2.21.2",
- "core-js": "^3.15.0",
- "nuxt": "^2.15.7",
- "sass-loader": "^10.1.1",
- "node-sass": "^6.0.1",
- "bootstrap": "^5.0.2"
-
- },
- "devDependencies": {}
-}
diff --git a/pages/README.md b/pages/README.md
deleted file mode 100644
index 1d5d48b..0000000
--- a/pages/README.md
+++ /dev/null
@@ -1,6 +0,0 @@
-# PAGES
-
-This directory contains your Application Views and Routes.
-The framework reads all the `*.vue` files inside this directory and creates the router of your application.
-
-More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/routing).
diff --git a/pages/index.vue b/pages/index.vue
deleted file mode 100644
index d7103bf..0000000
--- a/pages/index.vue
+++ /dev/null
@@ -1,92 +0,0 @@
-
-
-
-
-
- Timothy Pidashev
-
-
- A 16-year-old on an epic journey to become a software developer!
-