diff --git a/assets/timmy.jpeg b/assets/timmy.jpeg
deleted file mode 100644
index 2e4bfa6..0000000
Binary files a/assets/timmy.jpeg and /dev/null differ
diff --git a/components/bootstrapAbout.vue b/components/About.vue
similarity index 60%
rename from components/bootstrapAbout.vue
rename to components/About.vue
index 31ece64..10ae271 100644
--- a/components/bootstrapAbout.vue
+++ b/components/About.vue
@@ -1,14 +1,6 @@
-
-
-
-
Timothy Pidashev
@@ -21,9 +13,3 @@
-
-
diff --git a/components/bootstrapNav.vue b/components/NavBar.vue
similarity index 93%
rename from components/bootstrapNav.vue
rename to components/NavBar.vue
index 0b76266..4f15beb 100644
--- a/components/bootstrapNav.vue
+++ b/components/NavBar.vue
@@ -8,7 +8,7 @@
width="30"
height="30"
/>
- Unordinary
+
diff --git a/pages/index.vue b/pages/index.vue
index 26665cd..ba155a5 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -1,6 +1,6 @@
diff --git a/store/README.md b/store/README.md
deleted file mode 100644
index 1972d27..0000000
--- a/store/README.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# STORE
-
-**This directory is not required, you can delete it if you don't want to use it.**
-
-This directory contains your Vuex Store files.
-Vuex Store option is implemented in the Nuxt.js framework.
-
-Creating a file in this directory automatically activates the option in the framework.
-
-More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/vuex-store).