diff --git a/public/images/linode_logo.png b/public/images/linode_logo.png deleted file mode 100644 index c468785..0000000 Binary files a/public/images/linode_logo.png and /dev/null differ diff --git a/public/images/linode_logo.webp b/public/images/linode_logo.webp new file mode 100644 index 0000000..34d9556 Binary files /dev/null and b/public/images/linode_logo.webp differ diff --git a/public/images/logos/harvest.fr.png b/public/images/logos/harvest.fr.png deleted file mode 100644 index 04502e2..0000000 Binary files a/public/images/logos/harvest.fr.png and /dev/null differ diff --git a/public/images/logos/harvest.fr.webp b/public/images/logos/harvest.fr.webp new file mode 100644 index 0000000..8cabaf5 Binary files /dev/null and b/public/images/logos/harvest.fr.webp differ diff --git a/public/images/logos/michelin.png b/public/images/logos/michelin.png deleted file mode 100644 index 291b24e..0000000 Binary files a/public/images/logos/michelin.png and /dev/null differ diff --git a/public/images/logos/michelin.webp b/public/images/logos/michelin.webp new file mode 100644 index 0000000..633443d Binary files /dev/null and b/public/images/logos/michelin.webp differ diff --git a/public/images/logos/www.iut-clermont.png b/public/images/logos/www.iut-clermont.png deleted file mode 100644 index 062b4df..0000000 Binary files a/public/images/logos/www.iut-clermont.png and /dev/null differ diff --git a/public/images/logos/www.iut-clermont.webp b/public/images/logos/www.iut-clermont.webp new file mode 100644 index 0000000..e9c9b1a Binary files /dev/null and b/public/images/logos/www.iut-clermont.webp differ diff --git a/public/images/logos/www.uca.fr.png b/public/images/logos/www.uca.fr.png deleted file mode 100644 index aae9919..0000000 Binary files a/public/images/logos/www.uca.fr.png and /dev/null differ diff --git a/public/images/logos/www.uca.fr.webp b/public/images/logos/www.uca.fr.webp new file mode 100644 index 0000000..0591176 Binary files /dev/null and b/public/images/logos/www.uca.fr.webp differ diff --git a/public/images/mail.jpg b/public/images/mail.jpg deleted file mode 100644 index 2c03d48..0000000 Binary files a/public/images/mail.jpg and /dev/null differ diff --git a/public/images/mail.webp b/public/images/mail.webp new file mode 100644 index 0000000..e267430 Binary files /dev/null and b/public/images/mail.webp differ diff --git a/public/images/portfolio/admPhotos.jpg b/public/images/portfolio/admPhotos.jpg deleted file mode 100644 index d6af848..0000000 Binary files a/public/images/portfolio/admPhotos.jpg and /dev/null differ diff --git a/public/images/portfolio/admPhotos.webp b/public/images/portfolio/admPhotos.webp new file mode 100644 index 0000000..9af1639 Binary files /dev/null and b/public/images/portfolio/admPhotos.webp differ diff --git a/public/images/portfolio/computerNonSense.jpg b/public/images/portfolio/computerNonSense.jpg deleted file mode 100644 index 4e78887..0000000 Binary files a/public/images/portfolio/computerNonSense.jpg and /dev/null differ diff --git a/public/images/portfolio/computerNonSense.webp b/public/images/portfolio/computerNonSense.webp new file mode 100644 index 0000000..35a99e7 Binary files /dev/null and b/public/images/portfolio/computerNonSense.webp differ diff --git a/public/images/portfolio/vinyls.jpg b/public/images/portfolio/vinyls.jpg deleted file mode 100644 index b6fd8f9..0000000 Binary files a/public/images/portfolio/vinyls.jpg and /dev/null differ diff --git a/public/images/portfolio/vinyls.webp b/public/images/portfolio/vinyls.webp new file mode 100644 index 0000000..b5b8fe6 Binary files /dev/null and b/public/images/portfolio/vinyls.webp differ diff --git a/src/components/FooterCard/FooterCard.js b/src/components/FooterCard/FooterCard.js index 0c4d820..62a6dff 100644 --- a/src/components/FooterCard/FooterCard.js +++ b/src/components/FooterCard/FooterCard.js @@ -1,9 +1,10 @@ -import React, {Component} from '../../../node_modules/react'; +import './FooterCard.scss'; + import { injectIntl } from 'react-intl'; -import './FooterCard.scss' +import React, { Component } from '../../../node_modules/react'; +import bulmaLogo from '../../images/made-with-bulma.webp'; -import bulmaLogo from '../../images/made-with-bulma.png'; // import { connect } from "react-redux"; // import { bindActionCreators } from "redux"; @@ -15,41 +16,41 @@ class FooterCard extends Component { // } render() { const footerMessage = this.props.intl.messages.footer; - return ; + return ; } - } +} - export default injectIntl(FooterCard) \ No newline at end of file +export default injectIntl(FooterCard) \ No newline at end of file diff --git a/src/components/MainCard/MainCard.js b/src/components/MainCard/MainCard.js index e88b049..a40e27b 100644 --- a/src/components/MainCard/MainCard.js +++ b/src/components/MainCard/MainCard.js @@ -3,8 +3,8 @@ import './MainCard.scss'; import { FormattedMessage, injectIntl } from 'react-intl'; import React, { Component } from '../../../node_modules/react'; -import headshotFond from '../../images/headshot_fond.png'; -import headshotMain from '../../images/headshot_main.png'; +import headshotFond from '../../images/headshot_fond.webp'; +import headshotMain from '../../images/headshot_main.webp'; import ButtonIcon from '../ButtonIcon/index'; import ExperienceCard from '../ExperienceCard/index'; @@ -23,8 +23,8 @@ class MainCard extends Component {
- Anthony Dumas - Anthony Dumas + Anthony Dumas + Anthony Dumas
diff --git a/src/images/headshot_fond.png b/src/images/headshot_fond.png deleted file mode 100644 index 4dde649..0000000 Binary files a/src/images/headshot_fond.png and /dev/null differ diff --git a/src/images/headshot_fond.webp b/src/images/headshot_fond.webp new file mode 100644 index 0000000..0e8411d Binary files /dev/null and b/src/images/headshot_fond.webp differ diff --git a/src/images/headshot_main.png b/src/images/headshot_main.png deleted file mode 100644 index 9243956..0000000 Binary files a/src/images/headshot_main.png and /dev/null differ diff --git a/src/images/headshot_main.webp b/src/images/headshot_main.webp new file mode 100644 index 0000000..1828b98 Binary files /dev/null and b/src/images/headshot_main.webp differ diff --git a/src/images/made-with-bulma.png b/src/images/made-with-bulma.png deleted file mode 100644 index cb6ee3c..0000000 Binary files a/src/images/made-with-bulma.png and /dev/null differ diff --git a/src/images/made-with-bulma.webp b/src/images/made-with-bulma.webp new file mode 100644 index 0000000..2826ad0 Binary files /dev/null and b/src/images/made-with-bulma.webp differ diff --git a/src/messages/en.json b/src/messages/en.json index fa2872b..af9d80f 100644 --- a/src/messages/en.json +++ b/src/messages/en.json @@ -10,7 +10,7 @@ "experiences": [ { "occupation": "Software Developer", - "logo": "../../images/logos/harvest.fr.png", + "logo": "../../images/logos/harvest.fr.webp", "url": "https://www.harvest.fr", "duration": "(since 2016)", "entreprise": "Harvest", @@ -27,7 +27,7 @@ }, { "occupation": "Internship as IOT Developer", - "logo": "../../images/logos/michelin.png", + "logo": "../../images/logos/michelin.webp", "url": "https://www.michelin.fr", "duration": "2015", "entreprise": "Michelin", @@ -39,7 +39,7 @@ "education": [ { "occupation": "Associate's Degree in Computer Science / Digital Imaging *", - "logo": "../../images/logos/www.iut-clermont.png", + "logo": "../../images/logos/www.iut-clermont.webp", "url": "https://www.iut-clermont.fr/", "duration": "Class of 2015", "entreprise": "University of Auvergne", @@ -55,14 +55,14 @@ { "title": "IOT@Michelin", "url": "https://prezi.com/m/o8ey8mmpnkvp/", - "image": "../../images/portfolio/computerNonSense.jpg", + "image": "../../images/portfolio/computerNonSense.webp", "imgAlt": "An IOT prototype.", "imgTitle": "An IOT prototype." }, { "title": "ADM Photographie", "url": "https://photos.adm.ink/", - "image": "../../images/portfolio/admPhotos.jpg", + "image": "../../images/portfolio/admPhotos.webp", "imgAlt": "A picture of a beautiful town.", "imgTitle": "A picture of a beautiful town." } diff --git a/src/messages/fr.json b/src/messages/fr.json index 4dd178d..effb6bf 100644 --- a/src/messages/fr.json +++ b/src/messages/fr.json @@ -10,7 +10,7 @@ "experiences": [ { "occupation": "Software Developer", - "logo": "../../images/logos/harvest.fr.png", + "logo": "../../images/logos/harvest.fr.webp", "url": "https://www.harvest.fr", "duration": "depuis 2016", "entreprise": "Harvest", @@ -27,7 +27,7 @@ }, { "occupation": "Stagiaire Développeur Internet des Objets", - "logo": "../../images/logos/michelin.png", + "logo": "../../images/logos/michelin.webp", "url": "https://www.michelin.fr", "duration": "2015", "entreprise": "Michelin", @@ -45,7 +45,7 @@ "education": [ { "occupation": "DUT Informatique - Imagerie Numérique", - "logo": "../../images/logos/www.iut-clermont.png", + "logo": "../../images/logos/www.iut-clermont.webp", "url": "https://www.iut-clermont.fr/", "duration": "Promotion 2015", "entreprise": "Université d'Auvergne", @@ -55,7 +55,7 @@ }, { "occupation": "L2 Informatique", - "logo": "../../images/logos/www.uca.fr.png", + "logo": "../../images/logos/www.uca.fr.webp", "url": "https://www.uca.fr", "duration": "2016", "entreprise": "Université Clermont-Auvergne", @@ -70,14 +70,14 @@ { "title": "IOT@Michelin", "url": "https://prezi.com/m/o8ey8mmpnkvp/", - "image": "../../images/portfolio/computerNonSense.jpg", + "image": "../../images/portfolio/computerNonSense.webp", "imgAlt": "Une photo d'un micro ordinateur dans ma main", "imgTitle": "Une photo d'un micro ordinateur dans ma main" }, { "title": "ADM Photographie", "url": "https://photos.adm.ink/", - "image": "../../images/portfolio/admPhotos.jpg", + "image": "../../images/portfolio/admPhotos.webp", "imgAlt": "Une photo du village de mon enfance", "imgTitle": "Une photo du village de mon enfance" }