From 49a09a538a12c01eb790451b09e1bd8285e923a6 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Mon, 31 Jan 2022 15:02:12 +0100 Subject: chore(icons): update main nav icons The CV link text seemed misaligned before. By moving the "diploma" to the bottom, the look is better I think. Also, the computer icon was a little small compared to the others, so I fixed it. --- src/assets/images/icon-cv.svg | 28 ++++++++++----------- src/assets/images/icon-projects.svg | 40 +++++++++++++++--------------- src/components/Icons/CV/CV.tsx | 22 ++++++++-------- src/components/Icons/Projects/Projects.tsx | 26 +++++++++---------- 4 files changed, 58 insertions(+), 58 deletions(-) (limited to 'src') diff --git a/src/assets/images/icon-cv.svg b/src/assets/images/icon-cv.svg index 691443a..afefc8c 100644 --- a/src/assets/images/icon-cv.svg +++ b/src/assets/images/icon-cv.svg @@ -29,43 +29,43 @@ inkscape:window-x="0" inkscape:window-y="33" inkscape:window-maximized="1" - inkscape:zoom="1.0013052" - inkscape:cx="-186.75625" - inkscape:cy="19.973931" + inkscape:zoom="3.1814635" + inkscape:cx="10.058264" + inkscape:cy="60.663905" inkscape:current-layer="svg3545" showgrid="false" /> + d="M 34.048314,42.893007 H 44.145988 V 57.849688 H 34.048314 Z" /> diff --git a/src/assets/images/icon-projects.svg b/src/assets/images/icon-projects.svg index 77fbcb7..2a10c0f 100644 --- a/src/assets/images/icon-projects.svg +++ b/src/assets/images/icon-projects.svg @@ -23,9 +23,9 @@ inkscape:pagecheckerboard="0" inkscape:document-units="px" showgrid="false" - inkscape:zoom="2.9141965" - inkscape:cx="54.217345" - inkscape:cy="6.1766596" + inkscape:zoom="0.90981314" + inkscape:cx="-335.23367" + inkscape:cy="-30.77555" inkscape:window-width="1920" inkscape:window-height="1019" inkscape:window-x="0" @@ -36,54 +36,54 @@ id="defs2" /> + style="fill:#1d8fc9;stroke:#000000;stroke-width:2.27361;stroke-linecap:round;stroke-linejoin:round" + d="M 1.0206528,11.991149 H 98.979347 V 78.466748 H 1.0206528 Z" /> + style="fill:#f6f8f8;stroke:#000000;stroke-width:2.28822;stroke-linecap:round;stroke-linejoin:round" + d="M 6.2503581,18.032451 H 93.563283 V 71.12731 H 6.2503581 Z" /> + style="fill:#1d8fc9;fill-opacity:1;stroke:#000000;stroke-width:3.05438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 40.038268,78.939276 c 4.614714,2.7794 4.333151,10.099225 0,17.60572 H 50 59.961731 c -4.333151,-7.506495 -4.614715,-14.82632 0,-17.60572 H 50 Z" /> + style="fill:#1d8fc9;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="m 31.084262,96.254656 h 37.831475 c 1.394769,0 2.517635,0.404907 2.517635,0.907864 v 1.179616 c 0,0.502956 -1.122866,0.907864 -2.517635,0.907864 H 31.084262 c -1.394769,0 -2.517635,-0.404908 -2.517635,-0.907864 V 97.16252 c 0,-0.502957 1.122866,-0.907864 2.517635,-0.907864 z" /> + d="m 13.259277,26.737199 h 29.132596 v 2.567314 H 13.259277 Z" /> + d="M 13.259277,36.439141 H 36.46805 v 2.567315 H 13.259277 Z" /> + d="m 13.259277,46.141084 h 26.586812 v 2.567314 H 13.259277 Z" /> + d="m 18.443194,65.930804 h 4.417548 v 1 h -4.417548 z" /> + d="M 7.1079167,57.876372 H 92.892083 v 0.813634 H 7.1079167 Z" /> diff --git a/src/components/Icons/CV/CV.tsx b/src/components/Icons/CV/CV.tsx index 0672ac4..876d1cb 100644 --- a/src/components/Icons/CV/CV.tsx +++ b/src/components/Icons/CV/CV.tsx @@ -9,47 +9,47 @@ const CVIcon = () => { > ); diff --git a/src/components/Icons/Projects/Projects.tsx b/src/components/Icons/Projects/Projects.tsx index 76f35a6..d4af247 100644 --- a/src/components/Icons/Projects/Projects.tsx +++ b/src/components/Icons/Projects/Projects.tsx @@ -8,55 +8,55 @@ const ProjectsIcon = () => { className={styles.icon} > -- cgit v1.2.3