{"version":3,"sources":["webpack:///./src/pages/case-studies/rexford.js","webpack:///./src/data/rexford.js","webpack:///./src/images/landing-illustrations/rexford-illustration.svg"],"names":["RexfordPage","location","name","data","description","techUsed","sourceLinks","alt","images","main","demoLink","links","href","link","text","imageData","useStaticQuery","imageQuery","title","image","mainImg","fluid","oldWebsite","childImageSharp","reverse","productPage","figmaDesign","mobileTable","linkText","date","color","illustration","src","require","sub1","sub2","csLink","altMessage","api","frontend","module","exports"],"mappings":"4FAAA,iLAyHeA,UAzGK,SAAC,GAAkB,IAAhBC,EAAe,EAAfA,SACdC,EAA6CC,IAA7CD,KAAME,EAAuCD,IAAvCC,YAAaC,EAA0BF,IAA1BE,SAAUC,EAAgBH,IAAhBG,YAC7BC,EAAQJ,IAAKK,OAAOC,KAApBF,IAEAG,EAAaP,IAAbO,SAEFC,EACL,yBACC,mBAAGC,KAAMF,EAASG,MAAOH,EAASI,OAG9BC,EAAYC,YAAeC,GACjC,OACC,cAAC,IAAD,CAAQhB,SAAUA,GACjB,cAAC,IAAD,CAAKiB,MAAM,mBACX,cAAC,IAAD,CACCA,MAAOhB,EACPY,KAAMV,EACNe,MAAOJ,EAAUK,QACjBb,IAAKA,EACLI,MAAOA,EACPL,YAAaA,EACbD,SAAUA,IAEX,cAAC,IAAD,KACC,cAAC,IAAD,kDAGA,cAAC,IAAD,KACC,cAAC,IAAD,KACC,cAAC,IAAD,yBACA,0SASD,cAAC,IAAD,CACCgB,MAAON,EAAUO,WAAWC,gBAAgBF,MAC5Cd,IAAI,gCAGN,cAAC,IAAD,CAAkBiB,SAAO,GACxB,cAAC,IAAD,KACC,cAAC,IAAD,4BACA,4QAQD,cAAC,IAAD,CACCH,MAAON,EAAUU,YAAYF,gBAAgBF,MAC7Cd,IAAI,iCAGN,cAAC,IAAD,KACC,cAAC,IAAD,KACC,cAAC,IAAD,iCACA,wSASD,cAAC,IAAD,CACCc,MAAON,EAAUW,YAAYH,gBAAgBF,MAC7Cd,IAAI,iCAGN,cAAC,IAAD,CAAkBiB,SAAO,GACxB,cAAC,IAAD,KACC,cAAC,IAAD,oCACA,2UAUD,cAAC,IAAD,CACCH,MAAON,EAAUY,YAAYJ,gBAAgBF,MAC7Cd,IAAI,yCAGN,cAAC,IAAD,CACCW,MAAM,kCACNU,SAAS,mBASd,IAAMX,EAAU,c,kCC3HD,KACdf,KAAM,iBACNE,YACC,kOACDyB,KAAM,aACNC,MAAO,UACPtB,OAAQ,CACPuB,aAAc,CACbC,IAAKC,EAAQ,QACb1B,IAAK,wBAENE,KAAM,CACLuB,IAAK,GACLzB,IAAK,0BAEN2B,KAAM,CACLF,IAAKC,EAAQ,QACb1B,IAAK,eAEN4B,KAAM,CACLH,IAAKC,EAAQ,QACb1B,IAAK,gBAGP6B,OAAQ,CACPvB,KAAM,wBACNC,KAAM,cAEPJ,SAAU,CACTG,KAAM,gCACNC,KAAM,aAEPR,YAAa,CACZ+B,WAAY,gBACZC,IAAK,CACJzB,KAAM,GACNC,KAAM,OAEPyB,SAAU,CACT1B,KAAM,GACNC,KAAM,aAGRT,SAAU,CAAE,QAAS,UAAW,MAAO,W,mBC3CxCmC,EAAOC,QAAU","file":"component---src-pages-case-studies-rexford-js-be4a82fa62faedf35ff2.js","sourcesContent":["import React from 'react';\nimport { graphql, useStaticQuery } from 'gatsby';\n\nimport SEO from '../../components/Layout/SEO';\nimport Layout from '../../components/Layout/Layout';\nimport CaseStudyHeader from '../../components/CaseStudy/CaseStudyHeader';\nimport SectionLight from '../../components/shared/SectionLight';\nimport CaseStudySectionHeader from '../../components/CaseStudy/CaseStudySectionHeader';\nimport CaseStudySection from '../../components/CaseStudy/CaseStudySection';\nimport CaseStudyText from '../../components/CaseStudy/CaseStudyText';\nimport CaseStudyImage from '../../components/CaseStudy/CaseStudyImage';\nimport HeadingArrow from '../../components/shared/HeadingArrow';\nimport Contact from '../../components/shared/Contact';\n\nimport data from '../../data/rexford';\n\nconst RexfordPage = ({ location }) => {\n\tconst { name, description, techUsed, sourceLinks } = data;\n\tconst { alt } = data.images.main;\n\n\tconst { demoLink } = data;\n\n\tconst links = (\n\t\t
\n\t\t\t\t\t\t\tThis project was a collaboration between fellow\n\t\t\t\t\t\t\tdeveloper Tyson Comer and I to revamp the digital\n\t\t\t\t\t\t\tpresence for Rexford Knives. The company already had\n\t\t\t\t\t\t\tan established brand, but their old website was\n\t\t\t\t\t\t\tlooking a bit dated and had some challenges with\n\t\t\t\t\t\t\tmobile responsiveness.\n\t\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\tWith the goal of mobile optimization in mind, we\n\t\t\t\t\t\t\tbuilt several gallery pages that showcase the\n\t\t\t\t\t\t\towner's product photography. Each page resizes\n\t\t\t\t\t\t\tresponsively based on the user's screen size without\n\t\t\t\t\t\t\tneeding to excessively rewrite the code base.\n\t\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\tThe company owner also needed a way to display\n\t\t\t\t\t\t\tmanufacturing information to serve as a source of\n\t\t\t\t\t\t\tdocumentation of product quality and authenticity.\n\t\t\t\t\t\t\tWe solved this challenge by creating a manufacturing\n\t\t\t\t\t\t\thistory table that can be updated each time a new\n\t\t\t\t\t\t\tproduct launches.\n\t\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\tBuilding data tables that display well on mobile\n\t\t\t\t\t\t\tphones can be a challenge, due to limited screen\n\t\t\t\t\t\t\tspace, and a horizontal data layout that's most\n\t\t\t\t\t\t\tcommonly used. I solved this challenge by\n\t\t\t\t\t\t\timplementing a mobile table pattern that lets the\n\t\t\t\t\t\t\tuser scroll horizontally without breaking the rest\n\t\t\t\t\t\t\tof the design.\n\t\t\t\t\t\t
\n\t\t\t\t\t