Skip to content

Commit

Permalink
Update cv.js
Browse files Browse the repository at this point in the history
  • Loading branch information
julkwel authored Jan 8, 2020
1 parent ab08fa8 commit 7d11edf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/cv/cv.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React from 'react';
import jul from "https://avatars2.githubusercontent.com/u/30557565";
import profileData from "../profile.json";
import { Chip,Avatar} from '@material-ui/core';
import GitHubIcon from '@material-ui/icons/GitHub';
Expand All @@ -14,7 +13,7 @@ export default function Cv() {
<div className="col-md-12 bg-light p-3">
<div className="row">
<div className="col-md-4">
<img src={jul} alt="Julien Rajerison" className="rounded-circle jul-photo"/>
<img src="https://avatars2.githubusercontent.com/u/30557565" alt="Julien Rajerison" className="rounded-circle jul-photo"/>
</div>
<div className="col-md-8">
<div className="row">
Expand Down

0 comments on commit 7d11edf

Please sign in to comment.