diff --git a/src/components/Blog.js b/src/components/Blog.js index 4b6e6ae..4414dd9 100644 --- a/src/components/Blog.js +++ b/src/components/Blog.js @@ -141,7 +141,7 @@ const Blog = () => { { article.categories.map((category, index2) => (
- + {category}
)) diff --git a/src/components/Details.js b/src/components/Details.js index 52e98d5..f333d92 100644 --- a/src/components/Details.js +++ b/src/components/Details.js @@ -41,8 +41,12 @@ const Details = (props) => { props.profile.location && (
  • - - {props.profile.location} +
    + +
    +
    + {props.profile.location} +
  • ) @@ -51,38 +55,50 @@ const Details = (props) => { props.profile.company && (
  • - - {props.profile.company} +
    + +
    +
    + {props.profile.company} +
  • ) }
  • - - - {config.github.username} - +
    + +
    +
    + + {config.github.username} + +
  • { typeof config.social.linkedin !== 'undefined' && config.social.linkedin && (
  • - - - {config.social.linkedin} - +
    + +
    +
    + + {config.social.linkedin} + +
  • ) @@ -91,15 +107,19 @@ const Details = (props) => { typeof config.social.twitter !== 'undefined' && config.social.twitter && (
  • - - - {config.social.twitter} - +
    + +
    +
    + + {config.social.twitter} + +
  • ) @@ -108,15 +128,19 @@ const Details = (props) => { typeof config.social.dribbble !== 'undefined' && config.social.dribbble && (
  • - - - {config.social.dribbble} - +
    + +
    +
    + + {config.social.dribbble} + +
  • ) @@ -125,15 +149,19 @@ const Details = (props) => { typeof config.social.behance !== 'undefined' && config.social.behance && (
  • - - - {config.social.behance} - +
    + +
    +
    + + {config.social.behance} + +
  • ) @@ -142,15 +170,19 @@ const Details = (props) => { typeof config.social.facebook !== 'undefined' && config.social.facebook && (
  • - - - {config.social.facebook} - +
    + +
    +
    + + {config.social.facebook} + +
  • ) @@ -159,15 +191,19 @@ const Details = (props) => { typeof config.social.medium !== 'undefined' && config.social.medium && (
  • - - - {config.social.medium} - +
    + +
    +
    + + {config.social.medium} + +
  • ) @@ -176,15 +212,19 @@ const Details = (props) => { typeof config.social.devto !== 'undefined' && config.social.devto && (
  • - - - {config.social.devto} - +
    + +
    +
    + + {config.social.devto} + +
  • ) @@ -193,15 +233,19 @@ const Details = (props) => { typeof config.social.website !== 'undefined' && config.social.website && (
  • - - - {config.social.website} - +
    + +
    +
    + + {config.social.website} + +
  • ) @@ -210,14 +254,18 @@ const Details = (props) => { typeof config.social.phone !== 'undefined' && config.social.phone && (
  • - - - {config.social.phone} - +
    + +
    +
    + + {config.social.phone} + +
  • ) @@ -226,15 +274,19 @@ const Details = (props) => { typeof config.social.email !== 'undefined' && config.social.email && (
  • - - - {config.social.email} - +
    + +
    +
    + + {config.social.email} + +
  • ) diff --git a/src/components/Education.js b/src/components/Education.js index d151807..aa8fb89 100644 --- a/src/components/Education.js +++ b/src/components/Education.js @@ -58,7 +58,9 @@ const Education = () => { config.education.map((item, index) => (
  • - +
    + +
    diff --git a/src/components/Experience.js b/src/components/Experience.js index eee6f8f..2237b58 100644 --- a/src/components/Experience.js +++ b/src/components/Experience.js @@ -58,7 +58,9 @@ const Experience = () => { config.experiences.map((experience, index) => (
  • - +
    + +