mirror of
https://github.com/AmanTahiliani/Portfolio.git
synced 2026-08-07 19:56:16 -04:00
Optimizations
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
.App {
|
.App {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: #282c34;
|
background-color: black;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
@@ -22,7 +22,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.App-header {
|
.App-header {
|
||||||
background-color: #282c34;
|
background-color: black;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ import "./experience.css";
|
|||||||
import ExperienceCard from "./experienceCard";
|
import ExperienceCard from "./experienceCard";
|
||||||
import experienceData from "./experience.json"
|
import experienceData from "./experience.json"
|
||||||
import InnovaccerLogo from "../media/innovaccerLogo.png";
|
import InnovaccerLogo from "../media/innovaccerLogo.png";
|
||||||
import Medsupervision from "../media/Medsupervision.png"
|
import Medsupervision from "../media/logo.png"
|
||||||
|
|
||||||
const logos = {Innovaccer:InnovaccerLogo,Medsupervision:Medsupervision}
|
const logos = {Innovaccer:InnovaccerLogo,Medsupervision:Medsupervision}
|
||||||
|
|
||||||
|
|||||||
@@ -9,8 +9,11 @@
|
|||||||
|
|
||||||
.Company-Image {
|
.Company-Image {
|
||||||
width: 65%;
|
width: 65%;
|
||||||
border: 3px solid hotpink;
|
border: 3px solid #B5EAD7;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
margin-bottom: 10%;
|
||||||
|
margin-top: 10%;
|
||||||
|
padding: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Company {
|
.Company {
|
||||||
@@ -38,6 +41,8 @@ li {
|
|||||||
width: 90%;
|
width: 90%;
|
||||||
border: 2px solid white;
|
border: 2px solid white;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.JobTitle {
|
.JobTitle {
|
||||||
|
|||||||
@@ -9,13 +9,13 @@ class ExperienceCard extends Component {
|
|||||||
<div className="experience-detail" style={{marginTop:"30px", marginBottom:"30px"}}>
|
<div className="experience-detail" style={{marginTop:"30px", marginBottom:"30px"}}>
|
||||||
<Row>
|
<Row>
|
||||||
<Col xs={12} md={5} className="Company1">
|
<Col xs={12} md={5} className="Company1">
|
||||||
<h3 className="Company">{this.props.company}</h3>
|
|
||||||
<img src={this.props.photo} className="Company-Image"/>
|
<img src={this.props.photo} className="Company-Image"/>
|
||||||
|
{/* <h3 className="Company">{this.props.company}</h3> */}
|
||||||
|
<h4>({this.props.term})</h4>
|
||||||
</Col>
|
</Col>
|
||||||
<Col xs={12} md={7} >
|
<Col xs={12} md={7} >
|
||||||
<div className="experience-details">
|
<div className="experience-details">
|
||||||
<h3 className="JobTitle">{this.props.title}</h3>
|
<h3 className="JobTitle">{this.props.title}</h3>
|
||||||
<h4>({this.props.term})</h4>
|
|
||||||
<hr/>
|
<hr/>
|
||||||
<div>
|
<div>
|
||||||
<ul>
|
<ul>
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 28 KiB |
BIN
src/media/logo.png
Normal file
BIN
src/media/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 23 KiB |
Reference in New Issue
Block a user