Skip to content

Commit 72be2d5

Browse files
committed
Updated Experience Section
1 parent ac4d00d commit 72be2d5

File tree

3 files changed

+17
-18
lines changed

3 files changed

+17
-18
lines changed

src/components/home/Experience.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {
77

88
const Experience = ({experiences}) => {
99
return (
10-
<section className="section section-lg">
10+
<section className="section section-lg mb-5">
1111
<Container>
1212
<h2 className="display-4 pb-5 text-center">
1313
Experiences

src/components/home/ExperienceCard.jsx

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,26 @@ import React from 'react';
22

33
import {
44
Col,
5-
Button,
65
Card
76
} from "react-bootstrap";
87
const ExperienceCard = ({data}) => {
98
return (
109
<Col lg="4">
11-
<Card className="shadow-lg--hover shadow border-0 text-center rounded my-2">
10+
<Card className="shadow-lg--hover shadow border-0 text-center rounded m-3">
1211
<Card.Header>
1312
<h5>{data.company}</h5>
1413
</Card.Header>
1514
<Card.Body className="py-5">
1615
<Card.Img className=" bg-white rounded-circle mb-3 img-center img-fluid shadow-lg" src={data.companylogo} style={{ width: "100px" }} alt=""/>
17-
<Card.Title tag="h5">{data.role}</Card.Title>
16+
<Card.Title tag="h5">{data.heading}</Card.Title>
1817
<Card.Subtitle>{data.date}</Card.Subtitle>
1918
<Card.Text className="my-3 text-left">
20-
{data.desc}
19+
{data.description}
2120
</Card.Text>
2221
<ul className="text-left">
2322
{
24-
data.descBullets ?
25-
data.descBullets.map((desc) => {
23+
data.descriptionBullets ?
24+
data.descriptionBullets.map((desc) => {
2625
return <li key={desc}>{desc}</li>
2726
}) : null
2827
}

src/editable-stuff/config.js

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -134,31 +134,31 @@ const experiences = {
134134
show: true,
135135
data: [
136136
{
137-
role: 'Software Engineer',
138-
company: 'Quora',
137+
heading: 'Software Engineer', // Here add your role in job role role
138+
company: 'Quora', // Here Add Company Name
139139
companylogo: require('../assets/img/quoraLogo.png'),
140-
date: 'June 2018 – Present',
141-
desc:
142-
'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.',
143-
descBullets: [
140+
date: 'June 2018 – Present', // DUration of Job
141+
description:
142+
'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.',// Add Description
143+
descriptionBullets: [
144144
'Lorem ipsum dolor sit amet',
145145
'Lorem ipsum dolor sit amet.',
146-
],
146+
], // Description Bullets (Show Description as a list) (optional)
147147
},
148148
{
149-
role: 'Front-End Developer',
149+
heading: 'Front-End Developer',
150150
company: 'Facebook',
151151
companylogo: require('../assets/img/facebookLogo.png'),
152152
date: 'May 2017 – May 2018',
153-
desc:
153+
description:
154154
'Lorem ipsum dolor sit amet, consefdctetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.',
155155
},
156156
{
157-
role: 'Software Engineer Intern',
157+
heading: 'Software Engineer Intern',
158158
company: 'Airbnb',
159159
companylogo: require('../assets/img/airbnbLogo.png'),
160160
date: 'Jan 2015 – Sep 2015',
161-
desc:
161+
description:
162162
'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.',
163163
},
164164
]

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy