Skip to content

Dev #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
33b3e04
add images for projects section. Need to figure out how to display im…
jacorea Aug 15, 2019
864a62d
deleted package-lock.json for dependency issues with heroku.
jacorea Aug 15, 2019
f60e8df
changed image path and image names. Need to update images to reflect …
jacorea Aug 16, 2019
6e5e42d
updated images corresponding to my developed apps.
jacorea Aug 16, 2019
8f7debd
added links to live versions of displayed apps.
jacorea Aug 16, 2019
c16139e
add email and linkedInId to contact information.
jacorea Aug 16, 2019
87fa1bb
updated about component to display contact info. Updated contact comp…
jacorea Aug 16, 2019
0573f71
fixed typo.
jacorea Aug 16, 2019
bc779b8
fixed typo.
jacorea Aug 16, 2019
64af0cc
changed image for about me.
jacorea Aug 16, 2019
373a4be
changed link sytle to accurately describe work as projects instead.
jacorea Aug 18, 2019
2dd3bd9
changed project naming.
jacorea Aug 18, 2019
beebe05
Add Catch of the day Fish Restaurant App.
jacorea Aug 29, 2019
5435102
add OnTime To List App to projects section.
jacorea Aug 29, 2019
152709c
add Robot Rolodex project.
jacorea Sep 6, 2019
c5ad052
updated view for projects and got rid of modal.
jacorea Oct 10, 2019
5f093ae
updated portfolio section views.
jacorea Oct 10, 2019
4e2ee0d
add clothing e-commerce application.
jacorea Oct 31, 2019
df690b1
creating dev branch to keep github pages files separate.
jacorea Apr 1, 2020
5cef6e2
updated clothing store application url since deployed on netlify inst…
jacorea May 1, 2020
446c367
add styling to list element.
jacorea May 1, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9,403 changes: 6,525 additions & 2,878 deletions package-lock.json

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"name": "resume",
"version": "0.1.0",
"private": true,
"homepage": "https://jcoreaportfolio.com/",
"dependencies": {
"node-sass": "^4.12.0",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"react-scripts": "2.1.1"
Expand All @@ -11,7 +13,9 @@
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -b master -d build"
},
"eslintConfig": {
"extends": "react-app"
Expand All @@ -21,5 +25,8 @@
"not dead",
"not ie <= 11",
"not op_mini all"
]
],
"devDependencies": {
"gh-pages": "^2.2.0"
}
}
4 changes: 2 additions & 2 deletions public/css/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ input[type="checkbox"] { display: inline; }
/* block grids
--------------------------------------------------------------------- */
.bgrid-sixths [class*="column"] { width: 16.66667%; }
.bgrid-quarters [class*="column"] { width: 25%; }
.bgrid-quarters [class*="column"] { width: 30%; }
.bgrid-thirds [class*="column"] { width: 33.33333%; }
.bgrid-halves [class*="column"] { width: 50%; }

Expand Down Expand Up @@ -778,7 +778,7 @@ properly.
.cf:before,
.cf:after {
content: " ";
display: table;
display: flex;
}
.cf:after {
clear: both;
Expand Down
15 changes: 8 additions & 7 deletions public/css/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -325,28 +325,28 @@ ul#nav li.current a { color: #F06000; }
border-radius: 3px 0 0 3px;
}

.photoshop {
.rubyonrails {
width: 60%;
-moz-animation: photoshop 2s ease;
-webkit-animation: photoshop 2s ease;
}
.illustrator {
width: 55%;
.javascript {
width: 80%;
-moz-animation: illustrator 2s ease;
-webkit-animation: illustrator 2s ease;
}
.wordpress {
width: 50%;
.reactjs {
width: 80%;
-moz-animation: wordpress 2s ease;
-webkit-animation: wordpress 2s ease;
}
.css {
width: 90%;
width: 80%;
-moz-animation: css 2s ease;
-webkit-animation: css 2s ease;
}
.html5 {
width: 80%;
width: 70%;
-moz-animation: html5 2s ease;
-webkit-animation: html5 2s ease;
}
Expand Down Expand Up @@ -461,6 +461,7 @@ ul#nav li.current a { color: #F06000; }

background: url(../images/overlay-bg.png) repeat;
}

.portfolio-item .item-wrap .link-icon {
display: block;
color: #fff;
Expand Down
Binary file modified public/images/header-background.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/portfolio/DriveAway-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/portfolio/Jonathan Corea.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/portfolio/calculator.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/portfolio/catchOfTheDay.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/portfolio/e-commerce_square.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/images/portfolio/modals/m-coffee.jpg
Binary file not shown.
Binary file removed public/images/portfolio/modals/m-console.jpg
Binary file not shown.
Binary file removed public/images/portfolio/modals/m-farmerboy.jpg
Binary file not shown.
Binary file removed public/images/portfolio/modals/m-girl.jpg
Binary file not shown.
Binary file removed public/images/portfolio/modals/m-intothelight.jpg
Binary file not shown.
Binary file removed public/images/portfolio/modals/m-judah.jpg
Binary file not shown.
Binary file removed public/images/portfolio/modals/m-origami.jpg
Binary file not shown.
Binary file removed public/images/portfolio/modals/m-retrocam.jpg
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 added public/images/portfolio/onTask_square.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/portfolio/onTime_square.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/portfolio/pen&note_square.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/portfolio/profilepic_jon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/profilepic.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/profilepic3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Rahul Bhatia</title>
<title>Jonathan Corea</title>
<link rel="stylesheet" href="%PUBLIC_URL%/css/default.css">
<link rel="stylesheet" href="%PUBLIC_URL%/css/layout.css">
<link rel="stylesheet" href="%PUBLIC_URL%/css/media-queries.css">
Expand Down
2 changes: 0 additions & 2 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import Header from './components/Header';
import About from './components/About';
import Resume from './components/Resume';
import Portfolio from './components/Portfolio';
import Testimonials from './components/Testimonials';
import ContactUs from './components/ContactUs';
import Footer from './components/Footer';
import resumeData from './resumeData';
Expand All @@ -15,7 +14,6 @@ class App extends Component {
<About resumeData={resumeData}/>
<Resume resumeData={resumeData}/>
<Portfolio resumeData={resumeData}/>
<Testimonials resumeData={resumeData}/>
<ContactUs resumeData={resumeData}/>
<Footer resumeData={resumeData}/>
</div>
Expand Down
10 changes: 5 additions & 5 deletions src/components/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default class About extends Component {

<div className="three columns">

<img className="profile-pic" src="images/profilepic.jpg" alt="" />
<img className="profile-pic" src="images/portfolio/Jonathan Corea.jpg" alt="" />

</div>

Expand All @@ -27,13 +27,13 @@ export default class About extends Component {

<h2>Contact Details</h2>
<p className="address">
<span>{resumeData.name}</span>
Name: <span>{resumeData.name}</span>
<br></br>
<span>
{resumeData.address}
Email: <span>
{resumeData.email}
</span>
<br></br>
<span>{resumeData.website}</span>
Location: <span>{resumeData.address}</span>
</p>
</div>
</div>
Expand Down
8 changes: 6 additions & 2 deletions src/components/ContactUs.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,19 @@ export default class ContactUs extends Component {
<section id="contact">
<div className="row section-head">
<div className="ten columns">
<h1 className="lead">Contact Me</h1>
<p className="lead">
Feel free to contact me for any work or suggestions below
Feel free to contact me for any free lance work, projects or suggestions by messaging me either through <strong>Email</strong> or <strong>LinkedIn</strong>. Looking forward to connect!
</p>
</div>
</div>
<div className="row">
<aside className="eigth columns footer-widgets">
<div className="widget">
<h4>Linked in :
<h4>Email :
{resumeData.email}
</h4>
<h4>LinkedInId :
{resumeData.linkedinId}
</h4>
</div>
Expand Down
3 changes: 1 addition & 2 deletions src/components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ export default class Header extends Component {
<li className="current"><a className="smoothscroll" href="#home">Home</a></li>
<li><a className="smoothscroll" href="#about">About</a></li>
<li><a className="smoothscroll" href="#resume">Resume</a></li>
<li><a className="smoothscroll" href="#portfolio">Works</a></li>
<li><a className="smoothscroll" href="#testimonials">Testimonials</a></li>
<li><a className="smoothscroll" href="#portfolio">Projects</a></li>
<li><a className="smoothscroll" href="#contact">Contact</a></li>
</ul>
</nav>
Expand Down
7 changes: 4 additions & 3 deletions src/components/Portfolio.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ export default class Porfolio extends Component {
<section id="portfolio">
<div className="row">
<div className="twelve columns collapsed">
<h1>Check Out Some of My Works.</h1>
<h1>Check Out Some of My Projects.</h1>
<div id="portfolio-wrapper" className="bgrid-quarters s-bgrid-thirds cf">
{
resumeData.portfolio && resumeData.portfolio.map((item)=>{
return(
<div className="columns portfolio-item">
<div className="item-wrap">
<a href="#modal-01">
<img src={`${item.imgurl}`} className="item-img"/>
<a href={`${item.href}`}>
<img src={`${item.imgurl}`} className="item-img" alt=""/>
<div className="overlay">
<div className="portfolio-item-meta">
<h5>{item.name}</h5>
Expand All @@ -23,6 +23,7 @@ export default class Porfolio extends Component {
</div>
</a>
</div>
<a href={`${item.href}`}>Learn More</a>
</div>
)
})
Expand Down
20 changes: 8 additions & 12 deletions src/components/Resume.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ export default class Resume extends Component {
{item.Achievements}
</p>
</div>

</div>

)
})
}
Expand All @@ -68,26 +66,24 @@ export default class Resume extends Component {

<div className="nine columns main-col">

<p>
{resumeData.skillsDescription}
</p>

<div className="bars">
{/* <span>
<p>
{resumeData.skillsDescription}
</p>
</span> */}

<div className="columns main-col">
<ul className="skills">
{
resumeData.skills && resumeData.skills.map((item) => {
return(
<li>
<span className={`bar-expand ${item.skillname.toLowerCase()}`}>
</span><em>{item.skillname}</em>
<li className="four columns">
<em><strong>{item.skillname}</strong></em>
</li>
)
})
}

</ul>

</div>

</div>
Expand Down
37 changes: 0 additions & 37 deletions src/components/Testimonials.js

This file was deleted.

Empty file.
Loading