commit
2033dd0471
File diff suppressed because one or more lines are too long
1
package-lock.json
generated
1
package-lock.json
generated
@ -5,6 +5,7 @@
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "anthony-dumas.fr",
|
||||
"version": "2021.0.001",
|
||||
"dependencies": {
|
||||
"@testing-library/jest-dom": "^5.11.6",
|
||||
|
@ -1,4 +1,5 @@
|
||||
import React, {Component} from '../../../node_modules/react';
|
||||
import {FormattedMessage} from 'react-intl';
|
||||
import { injectIntl } from 'react-intl'
|
||||
|
||||
import ExperienceCard from '../ExperienceCard/index';
|
||||
@ -44,7 +45,7 @@ class MainCard extends Component {
|
||||
<span class="icon">
|
||||
<i class="fab icon-file-pdf-o"></i>
|
||||
</span>
|
||||
<span>Mon CV</span>
|
||||
<span><FormattedMessage id="curriculumVitaeLink"/></span>
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"title":"Anthony Dumas",
|
||||
"subtitle":"Full Stack Developer @ Harvest",
|
||||
"curriculumVitaeLink" : "Curriculum Vitae",
|
||||
"experienceCard" : {
|
||||
"title" : "Experience",
|
||||
"experiences" : [
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"title":"Anthony Yvon Dumas",
|
||||
"subtitle":"Développeur Full Stack @ Harvest",
|
||||
"curriculumVitaeLink" : "Mon CV",
|
||||
"experienceCard" : {
|
||||
"title" : "Experience",
|
||||
"experiences" : [
|
||||
|
Loading…
x
Reference in New Issue
Block a user