diff --git a/src/components/SiderBar.jsx b/src/components/SiderBar.jsx index 36fa165..7662233 100644 --- a/src/components/SiderBar.jsx +++ b/src/components/SiderBar.jsx @@ -7,7 +7,7 @@ import { FaInstagram } from "react-icons/fa6"; import { FaGithub } from "react-icons/fa"; import { FaLinkedin } from "react-icons/fa"; import { IoCalendarOutline } from "react-icons/io5"; -import HackerIcon from '../assets/images/hacker.svg'; +import { LiaSkullCrossbonesSolid } from "react-icons/lia"; function SiderBar() { @@ -61,8 +61,8 @@ function SiderBar() {
  • -
    - hackericon +
    +
    diff --git a/src/index.css b/src/index.css index 79fa0d3..c1c2161 100644 --- a/src/index.css +++ b/src/index.css @@ -221,7 +221,7 @@ article, z-index: -1; } -.icon-box ion-icon { +.icon-box .ion-icon { --ionicon-stroke-width: 35px; } diff --git a/src/pages/Resume.jsx b/src/pages/Resume.jsx index d6fdc63..5e6a50b 100644 --- a/src/pages/Resume.jsx +++ b/src/pages/Resume.jsx @@ -1,257 +1,245 @@ -import React from 'react' -import styled from 'styled-components'; -import Layout from '../components/Layout'; +import React from "react"; +import styled from "styled-components"; +import Layout from "../components/Layout"; import { PiBookOpenThin } from "react-icons/pi"; - function Resume() { - return ( - - - - - - -
    - -
    -

    Resume

    -
    - -
    - -
    -
      -

      Skills

      -
    • -
      -
      Web Development
      - 50% -
      - -
      -
      -
      -
    • - -
    • -
      -
      Ethical Hacking
      - 80% -
      - -
      -
      -
      -
    • - -
    • -
      -
      Editing
      - 70% -
      - -
      -
      -
      -
    • - -
    • -
      -
      App Development
      - 10% -
      - -
      -
      -
      -
    • -
    -
    -
    - -
    -
    -
    - -
    - -

    Hobbies & Passion

    -
    - -
      -
    1. -

      Esports

      - -

      - I'm really into esports gaming! It's one of my absolute - passion. I love the thrill of competing and the excitement of - the gaming community. It's such a fantastic world to be a part - of! -

      -
    2. - -
    3. -

      Music

      -

      - Listening to music is one of my favorite hobbies! I just love - getting lost in the melodies and lyrics. It's such a great way - to relax and unwind. -

      -
    4. - -
    5. -

      - Exploring New Innovations -

      - -

      - I love exploring new technologies as a hobby! It's so exciting - to discover the latest gadgets and innovations. From - smartphones to virtual reality, there's always something new - to learn and play with. It's like a never-ending adventure - that keeps me entertained and curious. -

      -
    6. -
    -
    - - - - -
    - - -
    - - -
    - - ) -} - -export default Resume + return ( + + +
    +
    +

    Resume

    +
    + +
    +
    +
      +

      Skills

      +
    • +
      +
      Web Development
      + 50% +
      + +
      +
      +
      +
    • + +
    • +
      +
      Ethical Hacking
      + 80% +
      + +
      +
      +
      +
    • + +
    • +
      +
      Editing
      + 70% +
      + +
      +
      +
      +
    • + +
    • +
      +
      App Development
      + 10% +
      + +
      +
      +
      +
    • +
    +
    +
    + +
    +
    +
    + +
    + +

    Hobbies & Passion

    +
    + +
      +
    1. +

      Esports

      + +

      + I'm really into esports gaming! It's one of my absolute + passion. I love the thrill of competing and the excitement of + the gaming community. It's such a fantastic world to be a part + of! +

      +
    2. + +
    3. +

      Music

      +

      + Listening to music is one of my favorite hobbies! I just love + getting lost in the melodies and lyrics. It's such a great way + to relax and unwind. +

      +
    4. + +
    5. +

      + Exploring New Innovations +

      + +

      + I love exploring new technologies as a hobby! It's so exciting + to discover the latest gadgets and innovations. From + smartphones to virtual reality, there's always something new + to learn and play with. It's like a never-ending adventure + that keeps me entertained and curious. +

      +
    6. +
    +
    +
    +
    +
    + ); +} + +export default Resume; const Container = styled.div` -.article-title { - margin-bottom: 30px; -} - + .article-title { + margin-bottom: 30px; + } -/** + /** * education and experience */ -.timeline { - margin-bottom: 30px; -} - -.timeline .title-wrapper { - display: flex; - align-items: center; - gap: 15px; - margin-bottom: 25px; -} - -.timeline-list { - font-size: var(--fs-6); - margin-left: 45px; -} - -.timeline-item { - position: relative; -} - -.timeline-item:not(:last-child) { - margin-bottom: 20px; -} - -.timeline-item-title { - font-size: var(--fs-6); - line-height: 1.3; - margin-bottom: 7px; -} - -.timeline-list span { - color: var(--vegas-gold); - font-weight: var(--fw-400); - line-height: 1.6; -} - -.timeline-item:not(:last-child)::before { - content: ""; - position: absolute; - top: -25px; - left: -30px; - width: 1px; - height: calc(100% + 50px); - background: var(--jet); -} - -.timeline-item::after { - content: ""; - position: absolute; - top: 5px; - left: -33px; - height: 6px; - width: 6px; - background: var(--text-gradient-yellow); - border-radius: 50%; - box-shadow: 0 0 0 4px var(--jet); -} - -.timeline-text { - color: var(--light-gray); - font-weight: var(--fw-300); - line-height: 1.6; -} - - -/** + .timeline { + margin-bottom: 30px; + } + + .timeline .title-wrapper { + display: flex; + align-items: center; + gap: 15px; + margin-bottom: 25px; + } + + .timeline-list { + font-size: var(--fs-6); + margin-left: 45px; + } + + .timeline-item { + position: relative; + } + + .timeline-item:not(:last-child) { + margin-bottom: 20px; + } + + .timeline-item-title { + font-size: var(--fs-6); + line-height: 1.3; + margin-bottom: 7px; + } + + .timeline-list span { + color: var(--vegas-gold); + font-weight: var(--fw-400); + line-height: 1.6; + } + + .timeline-item:not(:last-child)::before { + content: ""; + position: absolute; + top: -25px; + left: -30px; + width: 1px; + height: calc(100% + 50px); + background: var(--jet); + } + + .timeline-item::after { + content: ""; + position: absolute; + top: 5px; + left: -33px; + height: 6px; + width: 6px; + background: var(--text-gradient-yellow); + border-radius: 50%; + box-shadow: 0 0 0 4px var(--jet); + } + + .timeline-text { + color: var(--light-gray); + font-weight: var(--fw-300); + line-height: 1.6; + } + + /** * skills */ -.skills-title { - margin-bottom: 20px; -} - -.skills-list { - padding: 20px; -} - - -.skills-item:not(:last-child) { - margin-bottom: 15px; -} - -.skill .title-wrapper { - display: flex; - align-items: center; - gap: 5px; - margin-bottom: 8px; -} - -.skill .title-wrapper data { - color: var(--light-gray); - font-size: var(--fs-7); - font-weight: var(--fw-300); -} - -.skill-progress-bg { - background: var(--jet); - width: 100%; - height: 8px; - border-radius: 10px; -} - -.skill-progress-fill { - background: var(--text-gradient-yellow); - height: 100%; - border-radius: inherit; -} - - - - - -`; \ No newline at end of file + .skills-title { + margin-bottom: 20px; + } + + .skills-list { + padding: 20px; + } + + .skills-item:not(:last-child) { + margin-bottom: 15px; + } + + .skill .title-wrapper { + display: flex; + align-items: center; + gap: 5px; + margin-bottom: 8px; + } + + .skill .title-wrapper data { + color: var(--light-gray); + font-size: var(--fs-7); + font-weight: var(--fw-300); + } + + .skill-progress-bg { + background: var(--jet); + width: 100%; + height: 8px; + border-radius: 10px; + } + + .skill-progress-fill { + background: var(--text-gradient-yellow); + height: 100%; + border-radius: inherit; + } +`;