diff --git a/.gitignore b/.gitignore
index 3dcbb6a..d17cf64 100755
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ selenium-debug.log
firefox_root/
GeckoChildCrash*
electroshot-config.json
+tmpaddon*
diff --git a/README.md b/README.md
index 1a65bff..2e50955 100755
--- a/README.md
+++ b/README.md
@@ -1,28 +1,8 @@
-# vue-test
-
-> A Vue.js project
-
-## Build Setup
-
-``` bash
-# install dependencies
-npm install
-
-# serve with hot reload at localhost:8080
-npm run dev
-
-# build for production with minification
-npm run build
-
-# build for production and view the bundle analyzer report
-npm run build --report
-
-# run unit tests
-npm run unit
-
-# run e2e tests
-npm run e2e
-
-# run all tests
-npm test
-```
+
+
+
+
+
+ best-resume-ever
+
+
diff --git a/_config.yml b/_config.yml
old mode 100644
new mode 100755
diff --git a/pdf/left-right.pdf b/pdf/left-right.pdf
old mode 100644
new mode 100755
diff --git a/pdf/material-blue.pdf b/pdf/material-blue.pdf
old mode 100644
new mode 100755
diff --git a/pdf/oblique.pdf b/pdf/oblique.pdf
old mode 100644
new mode 100755
diff --git a/pdf/side-bar.pdf b/pdf/side-bar.pdf
old mode 100644
new mode 100755
diff --git a/pdf/template.pdf b/pdf/template.pdf
old mode 100644
new mode 100755
diff --git a/src/assets/logo.png b/src/assets/logo.png
new file mode 100644
index 0000000..8d4616a
Binary files /dev/null and b/src/assets/logo.png differ
diff --git a/src/components/resume-left-right.vue b/src/components/resume-left-right.vue
old mode 100644
new mode 100755
diff --git a/src/components/resume-material-blue.vue b/src/components/resume-material-blue.vue
old mode 100644
new mode 100755
diff --git a/src/components/resume-oblique.vue b/src/components/resume-oblique.vue
old mode 100644
new mode 100755
diff --git a/src/components/resume-side-bar.vue b/src/components/resume-side-bar.vue
old mode 100644
new mode 100755
diff --git a/src/components/resume-template.vue b/src/components/resume-template.vue
old mode 100644
new mode 100755
diff --git a/src/pages/home.vue b/src/pages/home.vue
index 044c65b..75c2bd9 100755
--- a/src/pages/home.vue
+++ b/src/pages/home.vue
@@ -1,6 +1,9 @@

+
+

+
best-resume-ever
@@ -59,15 +62,25 @@ export default Vue.component('resume', {
font-family: 'Roboto' !important;
}
+.logo{
+ text-align: center;
+}
+
+.logo img {
+ height: 200px;
+}
+
.title {
font-weight: normal;
text-align: center;
width: 100%;
- color: #ee6e73;
+ color: black;
font-weight: 300;
- font-size: 3.56rem;
+ font-size: 30px;
line-height: 110%;
margin: 1.78rem 0 1.424rem 0;
+ margin-top: 0px;
+margin-bottom: 40px;
}
.previews{