diff --git a/DEVELOPER.md b/DEVELOPER.md index 01147934..652e456f 100755 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -43,9 +43,11 @@ Your new resume will be now reachable at localhost:8080/#/resume/TEMPLATE-NAME. left-right + ``` +6. Add preview image to `/assets/preview/template-name.png`: ## Fonts diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 636edccf..8b850941 100755 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -2,10 +2,7 @@ ### Case ## Issue diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index d0ddb437..10a4090d 100755 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -2,12 +2,7 @@ ## This PR contains: ## Describe the problem you have without this PR diff --git a/README.md b/README.md index d6a2e7d1..cd84856a 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ git clone https://github.com/salomonelli/best-resume-ever.git 3. Run `npm install`. This may take a few seconds. -4. Customize your resume in the `resume/` directory: edit your data `data.yml` and replace the default profile-picture `id.jpg` with your picture. Rename your picture as `id.jpg` and copy it in the `resume/` directory. During this step, you may find it easier to navigate with Finder or File Explorer to get to the files. This will allow you to edit files with your computers default text editor. +4. Customize your resume in the `resume/` directory: edit your data `data.yml` and replace the default profile-picture `id.jpg` with your picture. Once on `data.yml` each category needs to be updated with your relevant information. Each section will have a comment that describes what needs to be changed. After updating your information, save and run the program again to preview your resume. Rename your picture as `id.jpg` and copy it in the `resume/` directory. During this step, you may find it easier to navigate with Finder or File Explorer to get to the files. This will allow you to edit files with your computers default text editor. 5. Preview resumes with `npm run dev`. The command will start a server instance and listen on port 8080. Open (http://localhost:8080/home) in your browser. The page will show some resume previews. To see the preview of your resume, with your picture and data, click on one layout that you like and the resume will be opened in the same window. diff --git a/pdf/Regular.pdf b/pdf/Regular.pdf new file mode 100644 index 00000000..9dc70095 Binary files /dev/null and b/pdf/Regular.pdf differ diff --git a/pdf/cool-rtl.pdf b/pdf/cool-rtl.pdf index c3005d72..dd0b59db 100644 Binary files a/pdf/cool-rtl.pdf and b/pdf/cool-rtl.pdf differ diff --git a/pdf/cool-rtl2.pdf b/pdf/cool-rtl2.pdf index 636d3553..068f591e 100644 Binary files a/pdf/cool-rtl2.pdf and b/pdf/cool-rtl2.pdf differ diff --git a/pdf/cool.pdf b/pdf/cool.pdf index 534ae859..6131d6e0 100644 Binary files a/pdf/cool.pdf and b/pdf/cool.pdf differ diff --git a/pdf/creative.pdf b/pdf/creative.pdf index 2a94b93f..798cf324 100644 Binary files a/pdf/creative.pdf and b/pdf/creative.pdf differ diff --git a/pdf/green.pdf b/pdf/green.pdf index ae96267e..dacf26e7 100644 Binary files a/pdf/green.pdf and b/pdf/green.pdf differ diff --git a/pdf/left-right-projects.pdf b/pdf/left-right-projects.pdf index 4394bd8e..4c955464 100644 Binary files a/pdf/left-right-projects.pdf and b/pdf/left-right-projects.pdf differ diff --git a/pdf/left-right-rtl.pdf b/pdf/left-right-rtl.pdf index dcc7bea3..c9d68437 100644 Binary files a/pdf/left-right-rtl.pdf and b/pdf/left-right-rtl.pdf differ diff --git a/pdf/left-right.pdf b/pdf/left-right.pdf index e4859bf0..60b4cd31 100644 Binary files a/pdf/left-right.pdf and b/pdf/left-right.pdf differ diff --git a/pdf/material-dark-projects.pdf b/pdf/material-dark-projects.pdf index 5cc922c9..903c3b50 100644 Binary files a/pdf/material-dark-projects.pdf and b/pdf/material-dark-projects.pdf differ diff --git a/pdf/material-dark.pdf b/pdf/material-dark.pdf index 9ae114a9..7242f6cf 100644 Binary files a/pdf/material-dark.pdf and b/pdf/material-dark.pdf differ diff --git a/pdf/oblique-projects.pdf b/pdf/oblique-projects.pdf index f6101600..7b21989d 100644 Binary files a/pdf/oblique-projects.pdf and b/pdf/oblique-projects.pdf differ diff --git a/pdf/oblique-rtl.pdf b/pdf/oblique-rtl.pdf index 4879b07a..ca3e0811 100644 Binary files a/pdf/oblique-rtl.pdf and b/pdf/oblique-rtl.pdf differ diff --git a/pdf/oblique.pdf b/pdf/oblique.pdf index 08e9702d..08633efa 100644 Binary files a/pdf/oblique.pdf and b/pdf/oblique.pdf differ diff --git a/pdf/purple.pdf b/pdf/purple.pdf index 6aef77b7..efdb0723 100644 Binary files a/pdf/purple.pdf and b/pdf/purple.pdf differ diff --git a/pdf/side-bar-projects.pdf b/pdf/side-bar-projects.pdf index a5d4dffb..83e177d0 100644 Binary files a/pdf/side-bar-projects.pdf and b/pdf/side-bar-projects.pdf differ diff --git a/pdf/side-bar-rtl.pdf b/pdf/side-bar-rtl.pdf index 3c99f35f..2782f89c 100644 Binary files a/pdf/side-bar-rtl.pdf and b/pdf/side-bar-rtl.pdf differ diff --git a/pdf/side-bar.pdf b/pdf/side-bar.pdf index 109a6547..42e45f22 100644 Binary files a/pdf/side-bar.pdf and b/pdf/side-bar.pdf differ diff --git a/resume/data.yml b/resume/data.yml index 030bd41e..3f416fb6 100755 --- a/resume/data.yml +++ b/resume/data.yml @@ -1,4 +1,4 @@ -/* #*/ export const PERSON = ` + /* #*/ export const PERSON = ` # Any fields left unchanged, please delete so your resume is fully yours! name: diff --git a/src/assets/preview/regular.png b/src/assets/preview/regular.png new file mode 100644 index 00000000..d451a30d Binary files /dev/null and b/src/assets/preview/regular.png differ diff --git a/src/pages/home.vue b/src/pages/home.vue index 7deca8c9..45f8598e 100755 --- a/src/pages/home.vue +++ b/src/pages/home.vue @@ -149,7 +149,16 @@ - + +
+ +
+ + Basic Left Resume +
+
+
+

diff --git a/src/resumes/regular.vue b/src/resumes/regular.vue new file mode 100755 index 00000000..c698475d --- /dev/null +++ b/src/resumes/regular.vue @@ -0,0 +1,67 @@ + + + + + + + diff --git a/src/resumes/resumes.js b/src/resumes/resumes.js index 75285fdc..53ebd1cd 100755 --- a/src/resumes/resumes.js +++ b/src/resumes/resumes.js @@ -16,3 +16,4 @@ import './left-right-projects.vue'; import './material-dark-projects.vue'; import './oblique-projects.vue'; import './side-bar-projects.vue'; +import './regular.vue';