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