diff --git a/public/css/layout.css b/public/css/layout.css index 2577aca61..a03b6f2ef 100755 --- a/public/css/layout.css +++ b/public/css/layout.css @@ -33,7 +33,7 @@ header { height: 800px; min-height: 500px; width: 100%; - background: #161415 url(../images/header-background.jpg) no-repeat top center; + background: #161415 url(../images/coding-background.jpg) no-repeat top center; background-size: cover !important; -webkit-background-size: cover !important; text-align: center; @@ -66,7 +66,7 @@ header .banner-text h1 { } header .banner-text h3 { font: 18px/1.9em 'librebaskerville-regular', serif; - color: #A8A8A8; + color: #777777; margin: 0 auto; width: 70%; text-shadow: 0px 1px 2px rgba(0, 0, 0, .5); diff --git a/public/images/coding-background.jpg b/public/images/coding-background.jpg new file mode 100644 index 000000000..1c601b79c Binary files /dev/null and b/public/images/coding-background.jpg differ diff --git a/public/resumeData.json b/public/resumeData.json index 8f8285c97..22cdbb1e3 100755 --- a/public/resumeData.json +++ b/public/resumeData.json @@ -9,13 +9,13 @@ "email": "ing.mario.arriaga@gmail.com", "phone": "+52 686 278 8437", "address": { - "street": "Calle 12 Ote. #809", - "city": "San Andres Cholula", + "street": "", + "city": "San Andres Cholula (Puebla, Mexico)", "state": "Puebla", "zip": "72810" }, "website": "http://www.timbakerdev.com", - "resumedownload": "http://timbakerdev.com", + "resumedownload": "https://happy-goldstine-e1926e.netlify.app/", "social": [ { "name": "facebook", @@ -115,7 +115,7 @@ "portfolio": { "projects": [ { - "title": "FRN Stack Amazon Clone", + "title": "FRN Stack Amazon Clone (pending to modify image and url)", "category": "Amazon Clone built with FRN (MongoDB, ExpressJS, ReactJS, NodeJS)", "image": "whatsapp-mern.jpeg", "url": "https://www.youtube.com/watch?v=gzdQDxzW2Tw" diff --git a/src/Components/Contact.js b/src/Components/Contact.js index 093df567c..e848eb5e9 100755 --- a/src/Components/Contact.js +++ b/src/Components/Contact.js @@ -42,17 +42,18 @@ const Contact = ({ data }) => {