diff --git a/docker/resume/index.html b/docker/resume/index.html index cae9286..e01f73e 100644 --- a/docker/resume/index.html +++ b/docker/resume/index.html @@ -6,11 +6,11 @@ Colin Knapp - Portfolio - + - + - +
@@ -25,19 +25,19 @@

Highlights & Measurables


Project Experience

-

DevSecOps at Addis Enterprises

+

DevSecOps at Addis Enterprises

Timeframe: 2019-Present
Overview: Collaborated on US government projects and airport infrastructure, focusing on scalable, secure systems and domain resilience.
Key Contributions:

@@ -47,10 +47,11 @@
  • Provided exceptional client service through effective communication and tailored solutions.
    Impact: Strengthened government digital infrastructure and ensured robust, resilient airport domain systems.
  • +

    Read more about the Airport DNS project →

    -

    Healthcare Platform Infrastructure

    +

    Healthcare Platform Infrastructure

    Timeframe: 2019-Present
    - Overview: Led infrastructure design and operations for Improving MI Practices (archive) through Addis Enterprises, a critical healthcare education platform.
    + Overview: Led infrastructure design and operations for Improving MI Practices through Addis Enterprises, a critical healthcare education platform.
    Key Contributions:

    +

    Read more about the Healthcare Platform project →

    -

    WordPress Security Automation

    +

    WordPress Security Automation

    Timeframe: 2023
    Overview: Developed an automated solution for WordPress malware removal and hardening.
    Key Contributions:

    @@ -69,6 +71,7 @@
  • Successfully deployed to protect MLPP from persistent cyber attacks.
    Impact: Reduced infection frequency from daily/weekly to zero, significantly improving site security and reliability.
  • +

    Read more about the WordPress Security project →

    YouTube Game Development & Cybersecurity

    Timeframe: 2009-2022
    @@ -102,16 +105,17 @@ Impact: Empowered creators to maximize earnings and refine content strategies. -

    DevOps & Co-Founder at NitricConcepts

    +

    DevOps & Co-Founder at NitricConcepts

    Timeframe: 2018-2021
    Overview: Led a global team in building secure, scalable gaming solutions.
    Key Contributions:

    +

    Read more about my leadership at NitricConcepts →

    Entrepreneurial Ventures

    Athion.net Turnaround

    @@ -139,29 +143,31 @@

    Timeframe: 2009-Present

    +

    Read more about my open source contributions →

    Relevant Links & Web Impact


    -

    Open Source & Infrastructure

    +

    Open Source & Infrastructure

    -

    PlotSquared & FastAsyncWorldEdit

    +

    PlotSquared & FastAsyncWorldEdit

    2013-Present

    Contributor to major Minecraft server plugins, focusing on performance optimization and security enhancements.

    +

    Read more about PlotSquared & FastAsyncWorldEdit →

    Athion.net Infrastructure

    @@ -174,7 +180,7 @@
    -

    Software Engineer

    +

    Software Engineer

    Oh My Form

    2020 - Present

    Led development of Oh My Form, achieving over 1.5 million Docker pulls as verified by Docker Hub and archived.

    @@ -183,6 +189,7 @@
  • Implemented robust security measures and best practices
  • Optimized application performance and user experience
  • +

    Read more about my open source success →

    diff --git a/docker/resume/styles.css b/docker/resume/styles.css index 9c288ee..82d309e 100644 --- a/docker/resume/styles.css +++ b/docker/resume/styles.css @@ -344,4 +344,29 @@ hr { margin-top: 0; padding-left: 1rem; } +} + +.read-more { + display: inline-block; + margin-top: 0.5em; + font-weight: 500; + color: var(--accent-color); + text-decoration: none; + border-bottom: 1px solid transparent; + transition: border-color 0.2s ease; +} + +.read-more:hover, .read-more:focus { + border-bottom-color: var(--accent-color); + text-decoration: none; +} + +.read-more::after { + content: "→"; + margin-left: 0.3em; + transition: transform 0.2s ease; +} + +.read-more:hover::after, .read-more:focus::after { + transform: translateX(3px); } \ No newline at end of file