Skip to content

Commit

Permalink
Experience and Project Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
erlisakulla committed Jun 3, 2021
1 parent c6bdb45 commit f200dcd
Show file tree
Hide file tree
Showing 4 changed files with 99 additions and 11 deletions.
Binary file added src/img/allianz-logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/main/Home/HomePage.css
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ h3 {

.project-card {
max-width: 100%;
text-align: center;
}

@media (max-width:600px) {
Expand Down
52 changes: 47 additions & 5 deletions src/main/sections/Experience.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import TimelineOppositeContent from '@material-ui/lab/TimelineOppositeContent';
import TimelineDot from '@material-ui/lab/TimelineDot';
import { Paper, Grid, Collapse } from '@material-ui/core';
import bmw from '../../img/bmw-logo.png';
// import allianz from '../../img/allianz-logo.jpg';
import jsc from '../../img/jsc-logo.jpg';
import idmc from '../../img/idmc-logo.jpg';
import { FiGlobe } from 'react-icons/fi';
Expand Down Expand Up @@ -44,6 +45,47 @@ export default function CustomizedTimeline() {

return (
<Timeline align="alternate">
{/* <div className="time">August 2020 - Present</div>
<TimelineItem>
<TimelineOppositeContent>
<Paper elevation={3} className={classes.paper} id="bmw-paper" onClick={handleExpandClick2}>
<Grid container spacing={3}>
<Grid item xs={9}>
<h5>AI-driven User Interfaces Developer - Working Student</h5>
<p>
<i style={{fontSize:'14px'}}>Munich, Germany</i><br/>
<a className="weblink" target="_blank" rel="noreferrer" href="https://www.allianz.de"><FiGlobe/></a> Allianz
</p>
</Grid>
<Grid item xs={3}>
<img id="jsc-logo" src={allianz} alt="allianz-logo"/>
</Grid>
</Grid> */}

{/* <Collapse in={expandJSC} timeout="auto" unmountOnExit id="ui-ux-skills">
</Collapse> */}

{/* <div style={{textAlign:'center', color:'none'}}>
{
(expandJSC === false) ?
<FiChevronDown size={25} id="backend-expand-arrow"/> :
<FiChevronUp size={25} id="backend-expand-arrow"/>
}
</div> */}
{/* </Paper>
<br/>
</TimelineOppositeContent>
<TimelineSeparator id="disappear">
<TimelineDot color="primary" variant="outlined" id="disappear"/>
<TimelineConnector className={classes.secondaryTail}/>
</TimelineSeparator>
<TimelineContent id="disappear">
September 2020 - Present
</TimelineContent>
</TimelineItem> */}

<div className="time">June - July 2021</div>
<TimelineItem>
<TimelineOppositeContent id="disappear">
Expand All @@ -60,10 +102,10 @@ export default function CustomizedTimeline() {
<img id="bmw-logo" src={bmw} alt="bmw-logo"/>
</Grid>
<Grid item xs={9}>
<h5>Incoming Software Engineering Intern</h5>
<h5>Software Developer - Intern</h5>
<p>
<i style={{fontSize:'14px'}}>Munich, Germany</i><br/>
<a className="weblink" target="_blank" rel="noreferrer" href="http://www.bmwgroup.de"><FiGlobe/></a> BMW Group
<a className="weblink" target="_blank" rel="noreferrer" href="http://www.bmwgroup.de"><FiGlobe/></a> BMW Group
</p>
</Grid>
</Grid>
Expand Down Expand Up @@ -97,13 +139,13 @@ export default function CustomizedTimeline() {
<Collapse in={expandJSC} timeout="auto" unmountOnExit id="ui-ux-skills">
<ul style={{listStyle:'circle', fontSize:'13px', lineHeight:'1.5', paddingTop:'10px', paddingRight:'10px', paddingBottom:'15px'}}>
<li>
Recruiting and leading the Marketing Team for JSC 2021
Recruited and led the Marketing Team for JSC 2021
</li>
<li>
Creating visual content: logo design, social media posts, brochures, posters, flyers, videos, recruitment material etc.
Created visual content: logo design, social media posts, brochures, posters, flyers, videos, recruitment material etc.
</li>
<li>
Designing and managing the JSC website
Designed and managed the JSC website
</li>
</ul>
</Collapse>
Expand Down
57 changes: 51 additions & 6 deletions src/main/sections/Projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,30 @@ import { FiGithub, FiGlobe } from 'react-icons/fi';
export const Projects = () => {
return (
<>
<Grid container spacing={3}>
<Grid container spacing={5}>
<Grid item xs={12} md={6} className="projects-grid">
<Card
className="project-card"
hoverable
style={{width:400, left:'0', right:'0', margin:'auto', borderRadius:'4px'}}
// cover={
// <img
// alt="example"
// src="https://kinsta.com/wp-content/uploads/2018/04/what-is-github-1-1.png"
// />
// }
actions={[
<a href="https://github.com/erlisakulla/thumbs-up-down-python-opencv-mediapipe" target="_blank" rel="noreferrer"><FiGithub key="link" size={15}/></a>,
]}
>
<h5>Hand Detection Quiz</h5>
<hr/>
Quiz using hand detection user input.<br></br>
<i style={{color:'#f50057'}}>Python, OpenCV, Mediapipe</i>
</Card>
</Grid>


<Grid item xs={12} md={6} className="projects-grid" style={{justifyContent:'center'}}>
<Card
className="project-card"
Expand Down Expand Up @@ -43,16 +66,38 @@ export const Projects = () => {
// />
// }
actions={[
<a title="3rd Sprint" href="https://github.com/erlisakulla/beer-distribution-game-django-react-xp3" target="_blank" rel="noreferrer"><FiGithub key="link" size={15}/></a>,
<a title="2nd Sprint" href="https://github.com/erlisakulla/beer-distribution-game-django-xp2" target="_blank" rel="noreferrer"><FiGithub key="link" size={15}/></a>,
<a title="1st Sprint" href="https://github.com/erlisakulla/beer-distribution-game-django-xp1" target="_blank" rel="noreferrer"><FiGithub key="link" size={15}/></a>,
// <FiGlobe key="github" size={15} style={{color:'rgb(0 0 0 / 45%)'}}/>,
<a title="4th Sprint" href="https://github.com/erlisakulla/bdg-django-react-xp4" target="_blank" rel="noreferrer"><FiGithub key="link" size={15}/></a>,
<a title="3rd Sprint" href="https://github.com/erlisakulla/bdg-django-react-xp3" target="_blank" rel="noreferrer"><FiGithub key="link" size={15}/></a>,
<a title="2nd Sprint" href="https://github.com/erlisakulla/bdg-django-xp2" target="_blank" rel="noreferrer"><FiGithub key="link" size={15}/></a>,
<a title="1st Sprint" href="https://github.com/erlisakulla/bdg-django-xp1" target="_blank" rel="noreferrer"><FiGithub key="link" size={15}/></a>,
]}
>
<h5>Beer Distribution Game</h5>
<hr/>
Implementation of the Beer Distribution Game.<br></br>
<i style={{color:'#f50057'}}>React, Django, HTML, CSS</i>
<i style={{color:'#3f51b5'}}>React, Django, HTML, CSS</i>
</Card>
</Grid>

<Grid item xs={12} md={6} className="projects-grid">
<Card
className="project-card"
hoverable
style={{width:400, left:'0', right:'0', margin:'auto', borderRadius:'4px'}}
// cover={
// <img
// alt="example"
// src="https://kinsta.com/wp-content/uploads/2018/04/what-is-github-1-1.png"
// />
// }
actions={[
<a href="https://github.com/erlisakulla/Computer-Science-HL-IA" target="_blank" rel="noreferrer"><FiGithub key="link" size={15}/></a>,
]}
>
<h5>IBDP Computer Science HL IA</h5>
<hr/>
Job/internship seeking platform. <br></br>
<i style={{color:'#f50057'}}>Java, SQLite</i>
</Card>
</Grid>
</Grid>
Expand Down

0 comments on commit f200dcd

Please sign in to comment.