import { motion } from 'framer-motion'; const About = () => { return (

About Me

Hello, traveler. I'm Jory — a maker, tinkerer, and digital explorer navigating through hardware and code.

From building custom speaker systems and experimenting with X-ray machines to running self-hosted server infrastructure, I love diving deep into projects that blend the physical and digital worlds.

{/* Skills/Interests taking left half */}

Technical Skills

  • {'>'} Web Development (React, TypeScript)
  • {'>'} Self-Hosting & VPS Infrastructure
  • {'>'} Linux System Administration
  • {'>'} Audio Engineering & DSP

Current Interests

  • {'>'} DIY Electronics & Hardware
  • {'>'} DJ Mixing & Audio Visualization
  • {'>'} Speaker Design & Crossovers
  • {'>'} Automation & Scripting
{/* ASCII Art on right - centered in remaining space */}
{`                                    ,#/**,*,                                
                   .*,.*,     .*,/#%##%%%%%%%%%%###(((                          
                         .*/((######%%%%##%%%%%%%%%%%###(##/((                  
                   ..,**/(#((((#%####%%%#%%%%%%%%%%%%%#%%##(((*,.               
                ,/#########%%#%%%%%%###%%%%%%%#%%%#######(##((((//,*            
               *(###%%%%%%######(//(//((/(#(########%#%%%%######(#(//           
              ,(##%%%##((((/(//*************//////((####%%%%%###%#((/*          
             .###%%%##((/***/************************//((##%%%%###%%%(/.        
            ((#%%%#(/*****,,,*********,,,*****,*********/(##%%%%%##%%%%#/.      
          .((%%%%#(/*,,,,,,,,,,,,,,,,,,,,,,,*,,*,*********/((#%%%%%%#####(*.  , 
          //#%%%#(/*,,,,,,,,,,,,,,,,,,,,,*,,,,,,,,**********//#%%%%%%%%%%%##(/,.
         ,#######(/**,,,,,,,,,,,,,,,,,,,,,,,,,,*,,,,,*******///(%%%%%%%##(/((/, 
         .#####%#(/****,,,,,,,,,,,,,,,,,,,,,,,,,,,,*********///(##%%%%%%#(/*..  
         .#(#%%%#(/***,,,********,,,,,,,,,,,,,,**//////(((/////(#%%%%%%#(/,. ,. 
         ,/#%%%%#(/****/////((#%%###/***,,,***/(##((/*****/((//##%%%%%%/(/,.    
           (#%%%#(***********,**********,,,**////************//##%##%#,   ,... .
           /(%%#(/**,,***//(#%%##(////**,,,*/((///#%%%%##(//***/(#%##.          
           *//#((/,,,,**/(//(#%#/*(//******/////(/*(##(/(/(//***/(##(/.         
          //***/(*,,,*********/****/**//**//////////*/**********/(#(//*         
         .******/*,,,****************//****///(/////////*********/((//          
          ,,***/**,,,******************/****///////****/*************,          
           .**,,,*,,,***************///*****///(//**********/********           
             *****,,,,*************/******,***////*************,****            
              .,**,,,*******,***,***////////((/(//*************,**,             
                .**,,,******,**,,*****/**/////////*************,*,              
                   .,********,************///**//////**********,#%(             
                   .,******************//////(////////*********,%%%%%%,         
                    ,*************/////((((((((((((//********/*(%%%%%%%#        
                    .*****************************************/%%%%%%%%%%.      
             *%%%%%%%(/*******,,,,***************************(%%%%%%%%%%%%/     
        ,%%%%%%%%%%%%%#/*****,,,,,,,,,,,*,,*******,,*******/#%%%%%%%%%%%%%%*    
    /##%%%%%%%%%%%%%%%%/*//*****,,,,,,,,,,,,****,*******//(/#%%%%%%%%%%%%%%%%%#/
.%%#%%%%%%%%%%%%%%%%%%%/***/(/***,**,,,,,,,,,,*******/((////(%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%(******/////**************//((/******(%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%(/**,,,*******/((((//////////*******/(%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%(/**,,,,******,,,,,,,,,,************/(%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%(/***,,*****,,,,,,,,,,,****//******//(#%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%#(/****,********,,,,,,****///*******//(#%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%###(/******,,****,,*****/****/*******//((%%%%%%%%%%%%%%%%%%*
 (%%%%%%%%%%%%%%%#((((((//****,,,,***************/******///%%%%%%%%%%%%%%%%%%%%,
  /%%%%%%%%%%%%%%%#(((((////***,,,*********************//#%%%%%%%%%%%%%%%%%%%%%%`}
          
); }; export default About;