forked from jwill9999/resume-example
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Gene Hynson
committed
Jul 23, 2018
1 parent
45ffef5
commit 8a66b4e
Showing
22 changed files
with
43 additions
and
204 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.env | ||
.idea | ||
/app/* | ||
/config/* | ||
/lib/* | ||
/logs/* | ||
/node_modules | ||
/scripts/* | ||
/server/* | ||
/spec/* | ||
/tasks/* | ||
/tmp/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"main.css": "static/css/main.d41d8cd9.css", | ||
"main.css.map": "static/css/main.d41d8cd9.css.map", | ||
"main.js": "static/js/main.e86f4757.js", | ||
"main.js.map": "static/js/main.e86f4757.js.map" | ||
"main.js": "static/js/main.ac9dd61f.js", | ||
"main.js.map": "static/js/main.ac9dd61f.js.map" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="shortcut icon" href="/resume-example/favicon.ico"><link rel="stylesheet" href="/resume-example/css/default.css"><link rel="stylesheet" href="/resume-example/css/layout.css"><link rel="stylesheet" href="/resume-example/css/media-queries.css"><link rel="stylesheet" href="/resume-example/css/magnific-popup.css"><title>ResumeViewer</title><link href="/resume-example/static/css/main.d41d8cd9.css" rel="stylesheet"></head><body><div id="root"></div><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script><script>window.jQuery||document.write('<script src="js/jquery-1.10.2.min.js"><\/script>')</script><script type="text/javascript" src="js/jquery-migrate-1.2.1.min.js"></script><script src="js/jquery.flexslider.js"></script><script src="js/waypoints.js"></script><script src="js/jquery.fittext.js"></script><script src="js/magnific-popup.js"></script><script src="js/init.js"></script><script type="text/javascript" src="/resume-example/static/js/main.e86f4757.js"></script></body></html> | ||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="shortcut icon" href="/resume-example/favicon.ico"><link rel="stylesheet" href="/resume-example/css/default.css"><link rel="stylesheet" href="/resume-example/css/layout.css"><link rel="stylesheet" href="/resume-example/css/media-queries.css"><link rel="stylesheet" href="/resume-example/css/magnific-popup.css"><title>Gene Hynson</title><link href="/resume-example/static/css/main.d41d8cd9.css" rel="stylesheet"></head><body><div id="root"></div><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script><script>window.jQuery||document.write('<script src="js/jquery-1.10.2.min.js"><\/script>')</script><script type="text/javascript" src="js/jquery-migrate-1.2.1.min.js"></script><script src="js/jquery.flexslider.js"></script><script src="js/waypoints.js"></script><script src="js/jquery.fittext.js"></script><script src="js/magnific-popup.js"></script><script src="js/init.js"></script><script type="text/javascript" src="/resume-example/static/js/main.ac9dd61f.js"></script></body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,196 +1,19 @@ | ||
{ | ||
"main": { | ||
"name":"Henri Leroy", | ||
"occupation":"PhotoJournalist and Documentary Photographer. ", | ||
"description":"I travel the world with my camera and tell storys in a way no other media can.", | ||
"image":"profilepic.jpg", | ||
"bio":"I am a French Photographer and I have worked in PhotoJournalism now for 15 years. I have had the opportunity to travel the world and document some of the most important events in history", | ||
"email": "[email protected]", | ||
"phone": "526-721-9318", | ||
"address":{ | ||
"street":"17 Rue des Quatre Vents", | ||
"city":"Paris", | ||
"state":"France", | ||
"zip": "75006" | ||
}, | ||
"website": "http://www.parisphoto.com/paris/exhibitors", | ||
"resumedownload":"#", | ||
"social":[ | ||
{ | ||
"name":"facebook", | ||
"url":"http://facebook.com", | ||
"className":"fa fa-facebook" | ||
}, | ||
{ | ||
"name":"twitter", | ||
"url":"http://twitter.com", | ||
"className":"fa fa-twitter" | ||
}, | ||
{ | ||
"name":"google-plus", | ||
"url":"http://googleplus.com", | ||
"className":"fa fa-google-plus" | ||
}, | ||
{ | ||
"name":"linkedin", | ||
"url":"http://linkedin.com", | ||
"className":"fa fa-linkedin" | ||
}, | ||
{ | ||
"name":"instagram", | ||
"url":"http://instagram.com", | ||
"className":"fa fa-instagram" | ||
}, | ||
{ | ||
"name":"github", | ||
"url":"http://github.com", | ||
"className":"fa fa-github" | ||
}, | ||
{ | ||
"name":"skype", | ||
"url":"http://skype.com", | ||
"className":"fa fa-skype" | ||
} | ||
] | ||
}, | ||
"main": {}, | ||
"resume":{ | ||
"education":[ | ||
{ | ||
"school":"The SFC College of Art", | ||
"degree":"Bachelor", | ||
"graduated":"April 2004", | ||
"description":"Bachelor at the college of Art where I studied a broad aspect of skill sets including Photography and typography." | ||
}, | ||
{ | ||
"school":"The AB Photography Institute", | ||
"degree":"Diploma in Photography", | ||
"graduated":"March 2006", | ||
"description":"Completed and graduated with the Diploma in Photography at the AB Photography Institute." | ||
} | ||
], | ||
"work":[ | ||
{ | ||
"company":"Block Media, Paris", | ||
"title":"Senior Photographer ", | ||
"years":"March 2009 - present", | ||
"description":"Senior Photographer undertaking all aspects including strobes , photojournalism, documentary photography, Advanced Photoshop editing, and managed a team of Junior staff in a large commercial studio." | ||
}, | ||
{ | ||
"company":"Eagle Production, Paris", | ||
"title":"Junior Photographer", | ||
"years":"March 2005 - February 2009", | ||
"description":"Consolidating my knowledge and developing my studio skills set .Mastered the art of Photoshop and digital editing." | ||
} | ||
], | ||
"skills":[ | ||
{ | ||
"name":"Photoshop", | ||
"level":"40%" | ||
}, | ||
{ | ||
"name":"Illustrator", | ||
"level":"25%" | ||
}, | ||
{ | ||
"name":"Photography", | ||
"level":"70%" | ||
}, | ||
{ | ||
"name":"Branding", | ||
"level":"30%" | ||
}, | ||
{ | ||
"name":"Education", | ||
"level":"50%" | ||
} | ||
|
||
] | ||
}, | ||
"portfolio":{ | ||
"projects": [ | ||
{ | ||
"title":"Mystic", | ||
"description":"An image taking for a commercial project", | ||
"category":"Photoshop", | ||
"tags":"Branding, Web Design", | ||
"image":"mystic.jpg", | ||
"url":"http://port1.com", | ||
"modal":"#modal-01" | ||
}, | ||
{ | ||
"title":"Console", | ||
"description":"A project for a travel blog taking with a digital camera and edited in photoshop.", | ||
"category":"Photograhy", | ||
"tags":"Branding, Photography", | ||
"image":"console.jpg", | ||
"url":"http://port2.com", | ||
"modal":"#modal-02" | ||
}, | ||
{ | ||
"title":"Judah", | ||
"description":"A professional photoshoot for a cosmetic company. Advanced Photoshop retouching.", | ||
"category":"Photoshop, Photography", | ||
"tags":"Branding, Photography", | ||
"image":"judah.jpg", | ||
"url":"http://port3.com", | ||
"modal":"#modal-03" | ||
}, | ||
{ | ||
"title":"Into The Light", | ||
"description":"Photojournalist imagery taken for a magazine documenting the history of the sport .", | ||
"category":"Photography", | ||
"tags":"Photography", | ||
"image":"into-the-light.jpg", | ||
"url":"http://port4.com", | ||
"modal":"#modal-04" | ||
}, | ||
{ | ||
"title":"Carlmer", | ||
"description":"An editorial image for a top fashion magazine", | ||
"category":"Branding", | ||
"tags":"Branding,Photography", | ||
"image":"carlmer.jpg", | ||
"url":"http://port5.com", | ||
"modal":"#modal-05" | ||
}, | ||
{ | ||
"title":"Forgotten", | ||
"description":"A documentary image as part of a larger project for an international charity.", | ||
"category":"Photography", | ||
"tags":"Photography", | ||
"image":"forgotten.jpg", | ||
"url":"http://port6.com", | ||
"modal":"#modal-06" | ||
}, | ||
{ | ||
"title":"The Street", | ||
"description":"This image was for a commercial stylist and magazine editorial.", | ||
"category":"Photography", | ||
"tags":"Branding, Photoshop", | ||
"image":"thestreet.jpg", | ||
"url":"http://port7.com", | ||
"modal":"#modal-07" | ||
}, | ||
{ | ||
"title":"The young one", | ||
"description":"This image was taken for a world wide Fashion store specialising in menswear.", | ||
"category":"Photography", | ||
"tags":"Photography", | ||
"image":"theyoungone.jpg", | ||
"url":"http://port8.com", | ||
"modal":"#modal-08" | ||
} | ||
] | ||
"education":[], | ||
"work":[], | ||
"skills":[] | ||
}, | ||
"testimonials":{ | ||
"testimonials":[ | ||
{ | ||
"text":"We used Henri to take images on our behalf for a recent multi-million pound project. He completely understood the brief and his shots were well taken, striking and wonderfully framed. Henri is a punctual, polite and trustworthy individual who I wouldn’t hesitate to recommend to others as we will definitely be using him for future projects. He is a pleasure to work with.", | ||
"user":"Laura Evans" | ||
"text":"", | ||
"user":"" | ||
}, | ||
{ | ||
"text":"We approached Henri with an 11th hour request to photograph a building we had just re-branded. We were on a very tight deadline to produce the promotional material, ready for a launch party the following week. Henri was incredibly accommodating, and made himself available for the following day The photographs were excellent and met with the client’s approval, so much so that he also became the photographer for the launch event! Henri is highly personable and professional and I have no hesitation in recommending him.", | ||
"user":"Steven Lauder (Director)" | ||
"text":"", | ||
"user":"" | ||
} | ||
] | ||
} | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
applications: | ||
- name: Resume-Example | ||
memory: 256MB | ||
instances: 1 | ||
path: build/ | ||
buildpack: staticfile_buildpack |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
export const PROFILE_URL = 'http://localhost:4000/profile'; | ||
export const EXPERIENCE_URL = 'http://localhost:5000/work'; | ||
export const EDUCATION_URL = 'http://localhost:6001/education'; | ||
export const SKILLS_URL = 'http://localhost:7000/skills'; | ||
// export const PROFILE_URL = 'http://localhost:4000/profile'; | ||
// export const EXPERIENCE_URL = 'http://localhost:5000/work'; | ||
// export const EDUCATION_URL = 'http://localhost:6001/education'; | ||
// export const SKILLS_URL = 'http://localhost:7000/skills'; | ||
export const PROFILE_URL = 'https://resume-profile.apps.pcfpre-phx.cloud.boeing.com/profile'; | ||
export const EXPERIENCE_URL = 'https://resume-experience.apps.pcfpre-phx.cloud.boeing.com/work'; | ||
export const EDUCATION_URL = 'https://resume-education.apps.pcfpre-phx.cloud.boeing.com/education'; |