200 status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: csumm.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="UTF-8"> <title>Csumm Digital – Digital Marketing, Design & Media</title> <meta name='robots' content='max-image-preview:large' /> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <link rel="alternate" type="application/rss+xml" title="Csumm Digital » Feed" href="https://csumm.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Csumm Digital » Comments Feed" href="https://csumm.com/comments/feed/" /> <!-- This site uses the Google Analytics by MonsterInsights plugin v8.28.0 - Using Analytics tracking - https://www.monsterinsights.com/ --> <script src="//www.googletagmanager.com/gtag/js?id=G-0E2VY81X2S" data-cfasync="false" data-wpfc-render="false" type="text/javascript" async></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript"> var mi_version = '8.28.0'; var mi_track_user = true; var mi_no_track_reason = ''; var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/csumm.com\/"}; if ( typeof MonsterInsightsPrivacyGuardFilter === 'function' ) { var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsPrivacyGuardFilter( MonsterInsightsExcludeQuery ) : MonsterInsightsPrivacyGuardFilter( MonsterInsightsDefaultLocations ); } else { var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsExcludeQuery : MonsterInsightsDefaultLocations; } var disableStrs = [ 'ga-disable-G-0E2VY81X2S', ]; /* Function to detect opted out users */ function __gtagTrackerIsOptedOut() { for (var index = 0; index < disableStrs.length; index++) { if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) { return true; } } return false; } /* Disable tracking if the opt-out cookie exists. */ if (__gtagTrackerIsOptedOut()) { for (var index = 0; index < disableStrs.length; index++) { window[disableStrs[index]] = true; } } /* Opt-out function */ function __gtagTrackerOptout() { for (var index = 0; index < disableStrs.length; index++) { document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStrs[index]] = true; } } if ('undefined' === typeof gaOptout) { function gaOptout() { __gtagTrackerOptout(); } } window.dataLayer = window.dataLayer || []; window.MonsterInsightsDualTracker = { helpers: {}, trackers: {}, }; if (mi_track_user) { function __gtagDataLayer() { dataLayer.push(arguments); } function __gtagTracker(type, name, parameters) { if (!parameters) { parameters = {}; } if (parameters.send_to) { __gtagDataLayer.apply(null, arguments); return; } if (type === 'event') { parameters.send_to = monsterinsights_frontend.v4_id; var hookName = name; if (typeof parameters['event_category'] !== 'undefined') { hookName = parameters['event_category'] + ':' + name; } if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') { MonsterInsightsDualTracker.trackers[hookName](parameters); } else { __gtagDataLayer('event', name, parameters); } } else { __gtagDataLayer.apply(null, arguments); } } __gtagTracker('js', new Date()); __gtagTracker('set', { 'developer_id.dZGIzZG': true, }); if ( MonsterInsightsLocations.page_location ) { __gtagTracker('set', MonsterInsightsLocations); } __gtagTracker('config', 'G-0E2VY81X2S', {"forceSSL":"true","link_attribution":"true"} ); window.gtag = __gtagTracker; (function () { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ /* ga and __gaTracker compatibility shim. */ var noopfn = function () { return null; }; var newtracker = function () { return new Tracker(); }; var Tracker = function () { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = function () { var args = Array.prototype.slice.call(arguments); args.unshift('send'); __gaTracker.apply(null, args); }; var __gaTracker = function () { var len = arguments.length; if (len === 0) { return; } var f = arguments[len - 1]; if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') { if ('send' === arguments[0]) { var hitConverted, hitObject = false, action; if ('event' === arguments[1]) { if ('undefined' !== typeof arguments[3]) { hitObject = { 'eventAction': arguments[3], 'eventCategory': arguments[2], 'eventLabel': arguments[4], 'value': arguments[5] ? arguments[5] : 1, } } } if ('pageview' === arguments[1]) { if ('undefined' !== typeof arguments[2]) { hitObject = { 'eventAction': 'page_view', 'page_path': arguments[2], } } } if (typeof arguments[2] === 'object') { hitObject = arguments[2]; } if (typeof arguments[5] === 'object') { Object.assign(hitObject, arguments[5]); } if ('undefined' !== typeof arguments[1].hitType) { hitObject = arguments[1]; if ('pageview' === hitObject.hitType) { hitObject.eventAction = 'page_view'; } } if (hitObject) { action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction; hitConverted = mapArgs(hitObject); __gtagTracker('event', action, hitConverted); } } return; } function mapArgs(args) { var arg, hit = {}; var gaMap = { 'eventCategory': 'event_category', 'eventAction': 'event_action', 'eventLabel': 'event_label', 'eventValue': 'event_value', 'nonInteraction': 'non_interaction', 'timingCategory': 'event_category', 'timingVar': 'name', 'timingValue': 'value', 'timingLabel': 'event_label', 'page': 'page_path', 'location': 'page_location', 'title': 'page_title', 'referrer' : 'page_referrer', }; for (arg in args) { if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) { hit[gaMap[arg]] = args[arg]; } else { hit[arg] = args[arg]; } } return hit; } try { f.hitCallback(); } catch (ex) { } }; __gaTracker.create = newtracker; __gaTracker.getByName = newtracker; __gaTracker.getAll = function () { return []; }; __gaTracker.remove = noopfn; __gaTracker.loaded = true; window['__gaTracker'] = __gaTracker; })(); } else { console.log(""); (function () { function __gtagTracker() { return null; } window['__gtagTracker'] = __gtagTracker; window['gtag'] = __gtagTracker; })(); } </script> <!-- / Google Analytics by MonsterInsights --> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css' type='text/css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='wpo_min-header-0-css' href='https://csumm.com/wp-content/cache/wpo-minify/1745899047/assets/wpo-minify-header-35bb80b2.min.css' type='text/css' media='all' /> <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin><script type="text/javascript" src="https://csumm.com/wp-content/cache/wpo-minify/1745899047/assets/wpo-minify-header-1c021a06.min.js" id="wpo_min-header-0-js"></script> <link rel="https://api.w.org/" href="https://csumm.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://csumm.com/wp-json/wp/v2/pages/899" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://csumm.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.8" /> <link rel="canonical" href="https://csumm.com/" /> <link rel='shortlink' href='https://csumm.com/' /> <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://csumm.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fcsumm.com%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://csumm.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fcsumm.com%2F&format=xml" /> <meta name="generator" content="Elementor 3.23.1; features: e_optimized_css_loading, additional_custom_breakpoints, e_lazyload; settings: css_print_method-external, google_font-enabled, font_display-swap"> <style> .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } @media screen and (max-height: 1024px) { .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } } @media screen and (max-height: 640px) { .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } } </style> <link rel="icon" href="https://csumm.com/wp-content/uploads/2023/06/cropped-favicon-32x32.png" sizes="32x32" /> <link rel="icon" href="https://csumm.com/wp-content/uploads/2023/06/cropped-favicon-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://csumm.com/wp-content/uploads/2023/06/cropped-favicon-180x180.png" /> <meta name="msapplication-TileImage" content="https://csumm.com/wp-content/uploads/2023/06/cropped-favicon-270x270.png" /> <style type="text/css" id="wp-custom-css"> html, body{ max-width: 100%; overflow-x: hidden; } </style> <style id="wpr_lightbox_styles"> .lg-backdrop { background-color: rgba(0,0,0,0.6) !important; } .lg-toolbar, .lg-dropdown { background-color: rgba(0,0,0,0.8) !important; } .lg-dropdown:after { border-bottom-color: rgba(0,0,0,0.8) !important; } .lg-sub-html { background-color: rgba(0,0,0,0.8) !important; } .lg-thumb-outer, .lg-progress-bar { background-color: #444444 !important; } .lg-progress { background-color: #a90707 !important; } .lg-icon { color: #efefef !important; font-size: 20px !important; } .lg-icon.lg-toogle-thumb { font-size: 24px !important; } .lg-icon:hover, .lg-dropdown-text:hover { color: #ffffff !important; } .lg-sub-html, .lg-dropdown-text { color: #efefef !important; font-size: 14px !important; } #lg-counter { color: #efefef !important; font-size: 14px !important; } .lg-prev, .lg-next { font-size: 35px !important; } /* Defaults */ .lg-icon { background-color: transparent !important; } #lg-counter { opacity: 0.9; } .lg-thumb-outer { padding: 0 10px; } .lg-thumb-item { border-radius: 0 !important; border: none !important; opacity: 0.5; } .lg-thumb-item.active { opacity: 1; } </style><style id="wpforms-css-vars-root"> :root { --wpforms-field-border-radius: 3px; --wpforms-field-border-style: solid; --wpforms-field-border-size: 1px; --wpforms-field-background-color: #ffffff; --wpforms-field-border-color: rgba( 0, 0, 0, 0.25 ); --wpforms-field-border-color-spare: rgba( 0, 0, 0, 0.25 ); --wpforms-field-text-color: rgba( 0, 0, 0, 0.7 ); --wpforms-field-menu-color: #ffffff; --wpforms-label-color: rgba( 0, 0, 0, 0.85 ); --wpforms-label-sublabel-color: rgba( 0, 0, 0, 0.55 ); --wpforms-label-error-color: #d63637; --wpforms-button-border-radius: 3px; --wpforms-button-border-style: none; --wpforms-button-border-size: 1px; --wpforms-button-background-color: #066aab; --wpforms-button-border-color: #066aab; --wpforms-button-text-color: #ffffff; --wpforms-page-break-color: #066aab; --wpforms-background-image: none; --wpforms-background-position: center center; --wpforms-background-repeat: no-repeat; --wpforms-background-size: cover; --wpforms-background-width: 100px; --wpforms-background-height: 100px; --wpforms-background-color: rgba( 0, 0, 0, 0 ); --wpforms-background-url: none; --wpforms-container-padding: 0px; --wpforms-container-border-style: none; --wpforms-container-border-width: 1px; --wpforms-container-border-color: #000000; --wpforms-container-border-radius: 3px; --wpforms-field-size-input-height: 43px; --wpforms-field-size-input-spacing: 15px; --wpforms-field-size-font-size: 16px; --wpforms-field-size-line-height: 19px; --wpforms-field-size-padding-h: 14px; --wpforms-field-size-checkbox-size: 16px; --wpforms-field-size-sublabel-spacing: 5px; --wpforms-field-size-icon-size: 1; --wpforms-label-size-font-size: 16px; --wpforms-label-size-line-height: 19px; --wpforms-label-size-sublabel-font-size: 14px; --wpforms-label-size-sublabel-line-height: 17px; --wpforms-button-size-font-size: 17px; --wpforms-button-size-height: 41px; --wpforms-button-size-padding-h: 15px; --wpforms-button-size-margin-top: 10px; --wpforms-container-shadow-size-box-shadow: none; } </style> <meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" /></head> <body class="home wp-singular page-template page-template-elementor_canvas page page-id-899 wp-custom-logo wp-embed-responsive wp-theme-royal-elementor-kit wp-child-theme-CsummTheme elementor-default elementor-template-canvas elementor-kit-5 elementor-page elementor-page-899"> <div data-elementor-type="wp-post" data-elementor-id="1188" class="elementor elementor-1188"> <section class="elementor-section elementor-top-section elementor-element elementor-element-431df22c elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no" data-id="431df22c" data-element_type="section" data-settings="{"background_background":"classic"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-1c103a46" data-id="1c103a46" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-396e8592 elementor-widget elementor-widget-wpr-logo" data-id="396e8592" data-element_type="widget" data-widget_type="wpr-logo.default"> <div class="elementor-widget-container"> <div class="wpr-logo elementor-clearfix"> <picture class="wpr-logo-image"> <source media="(max-width: 767px)" srcset="https://csumm.com/wp-content/uploads/2023/05/Csumm-Logo.png"> <source srcset="https://csumm.com/wp-content/uploads/2023/05/Csumm-Logo.png 1x, https://csumm.com/wp-content/uploads/2023/05/Csumm-Logo.png 2x"> <img src="https://csumm.com/wp-content/uploads/2023/05/Csumm-Logo.png" alt=""> <a class="wpr-logo-url" rel="home" href="https://csumm.com/"></a> </picture> <a class="wpr-logo-url" rel="home" href="https://csumm.com/"></a> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-66 elementor-top-column elementor-element elementor-element-772229cd" data-id="772229cd" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-4ef212a9 wpr-main-menu-align-right wpr-main-menu-align--laptopcenter wpr-main-menu-align--tabletright wpr-main-menu-align--mobilecenter wpr-pointer-none wpr-nav-menu-bp-tablet elementor-widget-tablet__width-initial wpr-sub-icon-caret-down wpr-sub-menu-fx-fade wpr-mobile-menu-full-width wpr-mobile-menu-item-align-center wpr-mobile-toggle-v1 wpr-sub-divider-yes wpr-mobile-divider-yes elementor-widget elementor-widget-wpr-nav-menu" data-id="4ef212a9" data-element_type="widget" data-settings="{"menu_layout":"horizontal"}" data-widget_type="wpr-nav-menu.default"> <div class="elementor-widget-container"> <nav class="wpr-nav-menu-container wpr-nav-menu-horizontal" data-trigger="hover"><ul id="menu-1-4ef212a9" class="wpr-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-899 current_page_item menu-item-1580"><a href="https://csumm.com/" aria-current="page" class="wpr-menu-item wpr-pointer-item">Home</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-1583"><a href="/#services" aria-current="page" class="wpr-menu-item wpr-pointer-item">Services</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-1581"><a href="/#about" aria-current="page" class="wpr-menu-item wpr-pointer-item">About</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-1582"><a href="/#resume" aria-current="page" class="wpr-menu-item wpr-pointer-item">Resume</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-1584"><a href="/#skill" aria-current="page" class="wpr-menu-item wpr-pointer-item">Skill</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-1586"><a href="/#portfolio" aria-current="page" class="wpr-menu-item wpr-pointer-item">Portfolio</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-1585"><a href="/#contact" aria-current="page" class="wpr-menu-item wpr-pointer-item">Contact</a></li> </ul></nav><nav class="wpr-mobile-nav-menu-container"><div class="wpr-mobile-toggle-wrap"><div class="wpr-mobile-toggle"><span class="wpr-mobile-toggle-line"></span><span class="wpr-mobile-toggle-line"></span><span class="wpr-mobile-toggle-line"></span></div></div><ul id="mobile-menu-2-4ef212a9" class="wpr-mobile-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-899 current_page_item menu-item-1580"><a href="https://csumm.com/" aria-current="page" class="wpr-mobile-menu-item">Home</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-1583"><a href="/#services" aria-current="page" class="wpr-mobile-menu-item">Services</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-1581"><a href="/#about" aria-current="page" class="wpr-mobile-menu-item">About</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-1582"><a href="/#resume" aria-current="page" class="wpr-mobile-menu-item">Resume</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-1584"><a href="/#skill" aria-current="page" class="wpr-mobile-menu-item">Skill</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-1586"><a href="/#portfolio" aria-current="page" class="wpr-mobile-menu-item">Portfolio</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-1585"><a href="/#contact" aria-current="page" class="wpr-mobile-menu-item">Contact</a></li> </ul></nav> </div> </div> </div> </div> </div> </section> </div> <div data-elementor-type="wp-page" data-elementor-id="899" class="elementor elementor-899"> <section class="elementor-section elementor-top-section elementor-element elementor-element-03bacd2 elementor-section-height-min-height elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-items-middle wpr-jarallax-no wpr-parallax-no" data-id="03bacd2" data-element_type="section" id="home" data-settings="{"background_background":"video","background_video_link":"https:\/\/csumm.com\/wp-content\/uploads\/2023\/06\/Colorado-Digital-Marketing.mp4","animation":"none"}"> <div class="elementor-background-video-container elementor-hidden-phone"> <video class="elementor-background-video-hosted elementor-html5-video" autoplay muted playsinline loop></video> </div> <div class="elementor-background-overlay"></div> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-da3b42f elementor-invisible" data-id="da3b42f" data-element_type="column" data-settings="{"background_background":"classic","animation":"fadeIn"}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-aa321cf animated-slow elementor-widget__width-initial wpr-advanced-text-style-animated wpr-fancy-text-typing wpr-animated-text-infinite-yes elementor-widget elementor-widget-wpr-advanced-text" data-id="aa321cf" data-element_type="widget" data-settings="{"_animation":"none","_animation_delay":0,"anim_loop":"yes"}" data-widget_type="wpr-advanced-text.default"> <div class="elementor-widget-container"> <h1 class="wpr-advanced-text"> <span class="wpr-advanced-text-preffix">Hi, I'm Corey<br></span> <span class="wpr-anim-text wpr-anim-text-type-typing wpr-anim-text-letters" data-anim-duration="80,1500" data-anim-loop="yes"> <span class="wpr-anim-text-inner"> <b>Digital Marketer</b> <b>SEO Expert</b> <b>Web Designer</b> <b>Content Creator</b> <b>Graphic Designer</b> </span> <span class="wpr-anim-text-cursor">|</span> </span> </h1> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-19d0ef6 elementor-invisible" data-id="19d0ef6" data-element_type="column" data-settings="{"background_background":"classic","animation":"fadeIn"}"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-3086c87 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no elementor-invisible" data-id="3086c87" data-element_type="section" id="about" data-settings="{"animation":"fadeIn","animation_delay":100,"background_background":"classic"}"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-572e3d9" data-id="572e3d9" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-e19883d elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="e19883d" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-42b8f49" data-id="42b8f49" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-48410fd elementor-widget elementor-widget-heading" data-id="48410fd" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <style>/*! elementor - v3.23.0 - 15-07-2024 */ .elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2 class="elementor-heading-title elementor-size-default">About Me</h2> </div> </div> <div class="elementor-element elementor-element-aef05b4 elementor-widget elementor-widget-heading" data-id="aef05b4" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">How I became a digital marketer</h2> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-253edb8" data-id="253edb8" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-076d8f1 elementor-widget elementor-widget-text-editor" data-id="076d8f1" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <style>/*! elementor - v3.23.0 - 15-07-2024 */ .elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}</style> “Design is not just what it looks like and feels like. Design is how it works” </div> </div> </div> </div> </div> </section> <div class="elementor-element elementor-element-36a6179 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="36a6179" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-widget-container"> <style>/*! elementor - v3.23.0 - 15-07-2024 */ .elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:"";border-block-end:0;flex-grow:1;border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var(--container-widget-flex-grow)}</style> <div class="elementor-divider"> <span class="elementor-divider-separator"> </span> </div> </div> </div> <div class="elementor-element elementor-element-4d2ea5f elementor-widget elementor-widget-text-editor" data-id="4d2ea5f" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>My journey began when I was 6 years old, when my older brothers wrote a program for me on our first PC, an Apple IIe. Around 6 months later I was writing my own simple programs on that computer and I was completely hooked. My first endeavor with graphics was writing code in BASIC to create primitive 8-bit visual elements in 5th grade. </p><p>Fast forward a few years and I was graduating from college. Since then, I’ve embraced every opportunity to grow and refine my skills, working in various roles such as Marketing Manager at Classic Investments, Freelance Graphic Designer and Digital Media Specialist, and Marketing Director at Trinware and Power Motive Corporation.</p><p>What sets me apart is my ability to wear many hats. I’m not just a marketer, designer, or media specialist. I’m all three, and more. This versatility allows me to understand and cater to each client’s unique needs, providing comprehensive solutions that drive results.</p><p>But beyond my skills and experience, I bring a passion for what I do. I’m always on the lookout for the latest advancements in digital media and marketing, ensuring I’m always at the forefront of industry trends. I believe in leveraging emerging technologies to develop highly effective marketing strategies that help businesses grow.</p><p>Whether you’re looking to improve your website’s SEO, launch a new PPC campaign, or create engaging content that resonates with your audience, I’m here to help. Let’s work together to elevate your brand and achieve your business goals.</p><p> </p> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-1a04a3b elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="1a04a3b" data-element_type="section" id="services" data-settings="{"background_background":"classic"}"> <div class="elementor-background-overlay"></div> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d5b4ba7" data-id="d5b4ba7" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-3971af6 elementor-widget elementor-widget-heading" data-id="3971af6" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Services</h2> </div> </div> <div class="elementor-element elementor-element-a3e5c96 elementor-widget elementor-widget-heading" data-id="a3e5c96" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Some of what I offer</h2> </div> </div> <section class="elementor-section elementor-inner-section elementor-element elementor-element-aae8631 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="aae8631" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-eab9cf6" data-id="eab9cf6" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-58bc243 elementor-position-top elementor-invisible elementor-widget elementor-widget-image-box" data-id="58bc243" data-element_type="widget" data-settings="{"_animation":"fadeInLeft","_animation_mobile":"none"}" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <style>.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:end;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:start;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><img fetchpriority="high" decoding="async" width="512" height="512" src="https://csumm.com/wp-content/uploads/2023/06/web-designer.png" class="attachment-full size-full wp-image-1228" alt="" srcset="https://csumm.com/wp-content/uploads/2023/06/web-designer.png 512w, https://csumm.com/wp-content/uploads/2023/06/web-designer-300x300.png 300w, https://csumm.com/wp-content/uploads/2023/06/web-designer-150x150.png 150w" sizes="(max-width: 512px) 100vw, 512px" /></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title">Web Design</h3><p class="elementor-image-box-description"><br>I don't just create websites; I create digital experiences. Balancing aesthetics and functionality, I design responsive sites, landing pages and <br>e-commerce platforms that drive results and enhance user experience.</p></div></div> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-1018cf4" data-id="1018cf4" data-element_type="column" data-settings="{"background_background":"classic"}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-f004cb7 elementor-position-top elementor-invisible elementor-widget elementor-widget-image-box" data-id="f004cb7" data-element_type="widget" data-settings="{"_animation":"fadeInUp","_animation_mobile":"none","_animation_delay":200}" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><img decoding="async" width="512" height="512" src="https://csumm.com/wp-content/uploads/2023/06/social-media-marketing.png" class="attachment-full size-full wp-image-1229" alt="" srcset="https://csumm.com/wp-content/uploads/2023/06/social-media-marketing.png 512w, https://csumm.com/wp-content/uploads/2023/06/social-media-marketing-300x300.png 300w, https://csumm.com/wp-content/uploads/2023/06/social-media-marketing-150x150.png 150w" sizes="(max-width: 512px) 100vw, 512px" /></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title">Digital Marketing</h3><p class="elementor-image-box-description"><br>In the digital landscape, reaching the right people is key. I craft personalized email campaigns, effective PPC strategies, and data-driven marketing plans that align with your business goals and maximize your digital reach.</p></div></div> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-160695e" data-id="160695e" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-94be7ce elementor-position-top elementor-invisible elementor-widget elementor-widget-image-box" data-id="94be7ce" data-element_type="widget" data-settings="{"_animation":"fadeInRight","_animation_mobile":"none","_animation_delay":400}" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><img decoding="async" width="512" height="512" src="https://csumm.com/wp-content/uploads/2023/06/curve.png" class="attachment-full size-full wp-image-1230" alt="" srcset="https://csumm.com/wp-content/uploads/2023/06/curve.png 512w, https://csumm.com/wp-content/uploads/2023/06/curve-300x300.png 300w, https://csumm.com/wp-content/uploads/2023/06/curve-150x150.png 150w" sizes="(max-width: 512px) 100vw, 512px" /></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title">Graphic Design</h3><p class="elementor-image-box-description"><br>Good design tells a story. I offer a range of graphic design services, from creating a brand identity to designing logos, infographics, business cards, brochures, and digital ads that resonate with your audience and elevate your brand's visual identity.</p></div></div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-39db8b7 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="39db8b7" data-element_type="section"> <div class="elementor-container elementor-column-gap-wider"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-53a2e9f" data-id="53a2e9f" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-af60898 elementor-position-top elementor-invisible elementor-widget elementor-widget-image-box" data-id="af60898" data-element_type="widget" data-settings="{"_animation":"fadeInUp","_animation_mobile":"none","_animation_delay":400}" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><img loading="lazy" decoding="async" width="512" height="512" src="https://csumm.com/wp-content/uploads/2023/06/SEO.png" class="attachment-full size-full wp-image-1231" alt="" srcset="https://csumm.com/wp-content/uploads/2023/06/SEO.png 512w, https://csumm.com/wp-content/uploads/2023/06/SEO-300x300.png 300w, https://csumm.com/wp-content/uploads/2023/06/SEO-150x150.png 150w" sizes="(max-width: 512px) 100vw, 512px" /></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title">SEO</h3><p class="elementor-image-box-description"><br>Visibility online is crucial. I use my SEO expertise to optimize your website, blog posts, and online profiles to attract organic traffic, improve search engine rankings, and convert visitors into customers.</p></div></div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-aa4116a" data-id="aa4116a" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-508a8ea elementor-position-top elementor-invisible elementor-widget elementor-widget-image-box" data-id="508a8ea" data-element_type="widget" data-settings="{"_animation":"fadeInUp","_animation_mobile":"none","_animation_delay":600}" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><img loading="lazy" decoding="async" width="480" height="480" src="https://csumm.com/wp-content/uploads/2023/06/writer.png" class="attachment-full size-full wp-image-1232" alt="" srcset="https://csumm.com/wp-content/uploads/2023/06/writer.png 480w, https://csumm.com/wp-content/uploads/2023/06/writer-300x300.png 300w, https://csumm.com/wp-content/uploads/2023/06/writer-150x150.png 150w" sizes="(max-width: 480px) 100vw, 480px" /></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title">Content Marketing</h3><p class="elementor-image-box-description"><br>Content is king in the digital world, and I'm the kingmaker. I create engaging multimedia content that resonates with your audience and positions your business as an industry leader.</p></div></div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-e1a9737 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="e1a9737" data-element_type="section" id="resume"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1f4d618" data-id="1f4d618" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c9b52f5 elementor-widget elementor-widget-heading" data-id="c9b52f5" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Education & experience</h2> </div> </div> <section class="elementor-section elementor-inner-section elementor-element elementor-element-9d922bb elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="9d922bb" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-d3123c1" data-id="d3123c1" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-4df3a8c elementor-hidden-mobile wpr-promo-box-style-cover elementor-widget elementor-widget-wpr-promo-box" data-id="4df3a8c" data-element_type="widget" data-widget_type="wpr-promo-box.default"> <div class="elementor-widget-container"> <div class="wpr-promo-box wpr-animation-wrap"> <div class="wpr-promo-box-image"> <div class="wpr-promo-box-bg-image wpr-bg-anim-none wpr-anim-timing-ease-default" style="background-image:url(https://csumm.com/wp-content/uploads/2023/06/Marketing-2.jpg);"></div> <div class="wpr-promo-box-bg-overlay wpr-border-anim-jazz"></div> </div> <div class="wpr-promo-box-content"> <h3 class="wpr-promo-box-title"><span>Digital Marketer, Designer & Developer</span></h3> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-550602e" data-id="550602e" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-1d6e4b5 elementor-hidden-tablet elementor-hidden-mobile wpr-list-style-none elementor-invisible elementor-widget elementor-widget-wpr-posts-timeline" data-id="1d6e4b5" data-element_type="widget" data-settings="{"_animation":"fadeIn","animation_offset":150,"aos_animation_duration":600}" data-widget_type="wpr-posts-timeline.default"> <div class="elementor-widget-container"> <div class="wpr-wrapper wpr-vertical wpr-one-sided-wrapper"> <div class="wpr-timeline-centered wpr-line wpr-one-sided-timeline"><div class="wpr-middle-line"></div><div class="wpr-timeline-fill" data-layout="one-sided"></div><article class="wpr-timeline-entry wpr-right-aligned elementor-repeater-item-578ad36" data-item-id="elementor-repeater-item-578ad36"><time class="wpr-extra-label" data-aos="fade" data-aos-left="" data-aos-right="" data-animation-offset="150" data-animation-duration="600"><span class="wpr-label">2022 - Present</span><span class="wpr-sub-label">Classic Investments | Englewood, CO</span></time><div class="wpr-timeline-entry-inner"><div class="wpr-main-line-icon wpr-icon"><i aria-hidden="true" class="fas fa-circle"></i></div><div class="wpr-story-info-vertical wpr-data-wrap " data-aos="fade" data-aos-left="" data-aos-right="" data-animation-offset="150" data-animation-duration="600"><div class="wpr-timeline-content-wrapper"><div class="wpr-content-wrapper"><p class="wpr-title-wrap"><span class="wpr-title">Marketing Manager</span></p><div class="wpr-description"><p>As a Marketing Manager, I develop and implement comprehensive marketing strategies to promote Classic Investments' classic sports cars and services. My role involves a blend of creativity and strategic planning to ensure our offerings reach the right audience.</p></div></div></div></div> </div> </article><article class="wpr-timeline-entry wpr-right-aligned elementor-repeater-item-644a2e3" data-item-id="elementor-repeater-item-644a2e3"><time class="wpr-extra-label" data-aos="fade" data-aos-left="" data-aos-right="" data-animation-offset="150" data-animation-duration="600"><span class="wpr-label">2004 - Present</span><span class="wpr-sub-label">Denver, CO</span></time><div class="wpr-timeline-entry-inner"><div class="wpr-main-line-icon wpr-icon"><i aria-hidden="true" class="fas fa-circle"></i></div><div class="wpr-story-info-vertical wpr-data-wrap " data-aos="fade" data-aos-left="" data-aos-right="" data-animation-offset="150" data-animation-duration="600"><div class="wpr-timeline-content-wrapper"><div class="wpr-content-wrapper"><p class="wpr-title-wrap"><span class="wpr-title">Freelance Marketer & Graphic Designer </span></p><div class="wpr-description"><p>As a freelancer, I work closely with clients to understand their design needs. I develop creative solutions that align with their brand identity and objectives, ensuring their marketing materials stand out in a crowded marketplace.</p></div></div></div></div> </div> </article><article class="wpr-timeline-entry wpr-right-aligned elementor-repeater-item-614d02b" data-item-id="elementor-repeater-item-614d02b"><time class="wpr-extra-label" data-aos="fade" data-aos-left="" data-aos-right="" data-animation-offset="150" data-animation-duration="600"><span class="wpr-label">2016 - 2019</span><span class="wpr-sub-label">Trinware | Centennial, CO</span></time><div class="wpr-timeline-entry-inner"><div class="wpr-main-line-icon wpr-icon"><i aria-hidden="true" class="fas fa-circle"></i></div><div class="wpr-story-info-vertical wpr-data-wrap " data-aos="fade" data-aos-left="" data-aos-right="" data-animation-offset="150" data-animation-duration="600"><div class="wpr-timeline-content-wrapper"><div class="wpr-content-wrapper"><p class="wpr-title-wrap"><span class="wpr-title">Marketing Director</span></p><div class="wpr-description"><p>As the Marketing Director at Trinware, I developed and executed highly successful marketing campaigns to promote technology solutions. My strategies spanned across various channels, including web, print, video, email, signage, and trade shows, ensuring a wide reach.</p></div></div></div></div> </div> </article><article class="wpr-timeline-entry wpr-right-aligned elementor-repeater-item-527034f" data-item-id="elementor-repeater-item-527034f"><time class="wpr-extra-label" data-aos="fade" data-aos-left="" data-aos-right="" data-animation-offset="150" data-animation-duration="600"><span class="wpr-label">2002 - 2004</span><span class="wpr-sub-label">Fullsail University | Winter Park, FL</span></time><div class="wpr-timeline-entry-inner"><div class="wpr-main-line-icon wpr-icon"><i aria-hidden="true" class="fas fa-circle"></i></div><div class="wpr-story-info-vertical wpr-data-wrap " data-aos="fade" data-aos-left="" data-aos-right="" data-animation-offset="150" data-animation-duration="600"><div class="wpr-timeline-content-wrapper"><div class="wpr-content-wrapper"><p class="wpr-title-wrap"><span class="wpr-title">Associate of Science in Digital Media and Design </span></p><div class="wpr-description"><p>I earned an Associate of Science degree in Digital Media and Design at Full Sail University. Here, I honed my skills in creating websites, raster and vector graphics, print media, video, motion graphics, 3D graphics, and more. This foundation has been instrumental in shaping my career in digital marketing and design.</p></div></div></div></div> </div> </article></div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-1b7261a elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="1b7261a" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-3532dc6" data-id="3532dc6" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-250c79a elementor-widget elementor-widget-heading" data-id="250c79a" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">2022 - Present</h3> </div> </div> <div class="elementor-element elementor-element-666e7da elementor-widget elementor-widget-heading" data-id="666e7da" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h4 class="elementor-heading-title elementor-size-default">Classic Investments | Englewood, CO</h4> </div> </div> <div class="elementor-element elementor-element-03e48e8 elementor-widget elementor-widget-heading" data-id="03e48e8" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">Marketing Manager</h3> </div> </div> <div class="elementor-element elementor-element-b313d74 elementor-widget elementor-widget-text-editor" data-id="b313d74" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>As a Marketing Manager, I develop and implement comprehensive marketing strategies to promote Classic Investments’ classic sports cars and services. My role involves a blend of creativity and strategic planning to ensure our offerings reach the right audience.</p> </div> </div> <div class="elementor-element elementor-element-a04a97d elementor-widget elementor-widget-heading" data-id="a04a97d" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">2004 - Present</h3> </div> </div> <div class="elementor-element elementor-element-d32bd26 elementor-widget elementor-widget-heading" data-id="d32bd26" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h4 class="elementor-heading-title elementor-size-default">Denver, CO</h4> </div> </div> <div class="elementor-element elementor-element-a13e9e4 elementor-widget elementor-widget-heading" data-id="a13e9e4" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">Freelance Marketer & Graphic Designer</h3> </div> </div> <div class="elementor-element elementor-element-afca635 elementor-widget elementor-widget-text-editor" data-id="afca635" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>As a freelancer, I work closely with clients to understand their design needs. I develop creative solutions that align with their brand identity and objectives, ensuring their marketing materials stand out in a crowded marketplace.</p> </div> </div> <div class="elementor-element elementor-element-8f3ebcd elementor-widget elementor-widget-heading" data-id="8f3ebcd" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">2016 - 2019</h3> </div> </div> <div class="elementor-element elementor-element-8164288 elementor-widget elementor-widget-heading" data-id="8164288" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h4 class="elementor-heading-title elementor-size-default">Trinware | Centennial, CO</h4> </div> </div> <div class="elementor-element elementor-element-ee84694 elementor-widget elementor-widget-heading" data-id="ee84694" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">Markerting Director</h3> </div> </div> <div class="elementor-element elementor-element-2176ff4 elementor-widget elementor-widget-text-editor" data-id="2176ff4" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>As the Marketing Director at Trinware, I developed and executed highly successful marketing campaigns to promote technology solutions. My strategies spanned across various channels, including web, print, video, email, signage, and trade shows, ensuring a wide reach.</p> </div> </div> <div class="elementor-element elementor-element-af6f02d elementor-widget elementor-widget-heading" data-id="af6f02d" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">2002 - 2004</h3> </div> </div> <div class="elementor-element elementor-element-c89baf6 elementor-widget elementor-widget-heading" data-id="c89baf6" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h4 class="elementor-heading-title elementor-size-default">Fullsail University | Winter Park, FL</h4> </div> </div> <div class="elementor-element elementor-element-b41b3d2 elementor-widget elementor-widget-heading" data-id="b41b3d2" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">Associate of Science in Digital Media and Design </h3> </div> </div> <div class="elementor-element elementor-element-5c966d8 elementor-hidden-desktop elementor-hidden-laptop elementor-widget elementor-widget-text-editor" data-id="5c966d8" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>I earned an Associate of Science in Digital Media and Design at Full Sail University. Here, I honed my skills in creating websites, raster and vector graphics, print media, video, motion graphics, 3D graphics, and more. This foundation has been instrumental in shaping my career in digital marketing and design.</p> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-250dc6a elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="250dc6a" data-element_type="section" id="skill" data-settings="{"background_background":"classic"}"> <div class="elementor-background-overlay"></div> <div class="elementor-container elementor-column-gap-wide"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2154a4c" data-id="2154a4c" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-24b5560 elementor-widget elementor-widget-heading" data-id="24b5560" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Software and languages</h2> </div> </div> <div class="elementor-element elementor-element-68414ee elementor-widget elementor-widget-heading" data-id="68414ee" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Some tools I use to create</h2> </div> </div> <section class="elementor-section elementor-inner-section elementor-element elementor-element-97cba2e elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="97cba2e" data-element_type="section"> <div class="elementor-container elementor-column-gap-wide"> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-5ba7deb" data-id="5ba7deb" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-4acf3a7 elementor-position-top elementor-invisible elementor-widget elementor-widget-image-box" data-id="4acf3a7" data-element_type="widget" data-settings="{"_animation":"slideInUp"}" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><img loading="lazy" decoding="async" width="200" height="200" src="https://csumm.com/wp-content/uploads/2023/06/Wordpress.png" class="attachment-full size-full wp-image-1510" alt="Wordpress" srcset="https://csumm.com/wp-content/uploads/2023/06/Wordpress.png 200w, https://csumm.com/wp-content/uploads/2023/06/Wordpress-150x150.png 150w" sizes="(max-width: 200px) 100vw, 200px" /></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title">WordPress</h3></div></div> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-d7db2b7" data-id="d7db2b7" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-6b6e218 elementor-position-top elementor-invisible elementor-widget elementor-widget-image-box" data-id="6b6e218" data-element_type="widget" data-settings="{"_animation":"slideInUp","_animation_delay":100}" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><img loading="lazy" decoding="async" width="200" height="200" src="https://csumm.com/wp-content/uploads/2023/06/Woocommerce.png" class="attachment-full size-full wp-image-1244" alt="Woocommerce" srcset="https://csumm.com/wp-content/uploads/2023/06/Woocommerce.png 200w, https://csumm.com/wp-content/uploads/2023/06/Woocommerce-150x150.png 150w" sizes="(max-width: 200px) 100vw, 200px" /></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title">Woocommerce</h3></div></div> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-4928577" data-id="4928577" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-f51892a elementor-position-top elementor-invisible elementor-widget elementor-widget-image-box" data-id="f51892a" data-element_type="widget" data-settings="{"_animation":"slideInUp","_animation_delay":200}" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><img loading="lazy" decoding="async" width="300" height="300" src="https://csumm.com/wp-content/uploads/2023/06/HTML51.png" class="attachment-full size-full wp-image-1547" alt="" srcset="https://csumm.com/wp-content/uploads/2023/06/HTML51.png 300w, https://csumm.com/wp-content/uploads/2023/06/HTML51-150x150.png 150w" sizes="(max-width: 300px) 100vw, 300px" /></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title">HTML5</h3></div></div> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-3a00fcb" data-id="3a00fcb" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-b55b3c3 elementor-position-top elementor-invisible elementor-widget elementor-widget-image-box" data-id="b55b3c3" data-element_type="widget" data-settings="{"_animation":"slideInUp","_animation_delay":300}" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><img loading="lazy" decoding="async" width="300" height="300" src="https://csumm.com/wp-content/uploads/2023/06/CSS31.png" class="attachment-full size-full wp-image-1548" alt="CSS3" srcset="https://csumm.com/wp-content/uploads/2023/06/CSS31.png 300w, https://csumm.com/wp-content/uploads/2023/06/CSS31-150x150.png 150w" sizes="(max-width: 300px) 100vw, 300px" /></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title">CSS3</h3></div></div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-inner-section elementor-element elementor-element-848a878 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="848a878" data-element_type="section"> <div class="elementor-container elementor-column-gap-wide"> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-8b773cf" data-id="8b773cf" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-bcd3d76 animated-slow elementor-position-top elementor-invisible elementor-widget elementor-widget-image-box" data-id="bcd3d76" data-element_type="widget" data-settings="{"_animation":"slideInUp","_animation_delay":0}" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><img loading="lazy" decoding="async" width="205" height="200" src="https://csumm.com/wp-content/uploads/2023/06/Adobe-Photoshop.jpg" class="attachment-full size-full wp-image-1238" alt="Adobe Photoshop" /></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title">Adobe Photoshop</h3></div></div> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-6d9826b" data-id="6d9826b" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-12ce7b8 animated-slow elementor-position-top elementor-invisible elementor-widget elementor-widget-image-box" data-id="12ce7b8" data-element_type="widget" data-settings="{"_animation":"slideInUp","_animation_delay":100}" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><img loading="lazy" decoding="async" width="205" height="200" src="https://csumm.com/wp-content/uploads/2023/06/Illustrator.jpg" class="attachment-full size-full wp-image-1511" alt="Adobe Illustrator" /></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title">Adobe Illustrator</h3></div></div> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-0d893ee" data-id="0d893ee" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-970ae31 animated-slow elementor-position-top elementor-invisible elementor-widget elementor-widget-image-box" data-id="970ae31" data-element_type="widget" data-settings="{"_animation":"slideInUp","_animation_delay":200}" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><img loading="lazy" decoding="async" width="205" height="200" src="https://csumm.com/wp-content/uploads/2023/06/Adobe-After-Effects.jpg" class="attachment-full size-full wp-image-1237" alt="Adobe After Effects" /></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title">Adobe After Effects</h3></div></div> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-b2de349" data-id="b2de349" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c2b4a93 animated-slow elementor-position-top elementor-invisible elementor-widget elementor-widget-image-box" data-id="c2b4a93" data-element_type="widget" data-settings="{"_animation":"slideInUp","_animation_delay":300}" data-widget_type="image-box.default"> <div class="elementor-widget-container"> <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><img loading="lazy" decoding="async" width="205" height="200" src="https://csumm.com/wp-content/uploads/2023/06/Adobe-Premier.jpg" class="attachment-full size-full wp-image-1239" alt="Adobe Premier" /></figure><div class="elementor-image-box-content"><h3 class="elementor-image-box-title">Adobe Premier</h3></div></div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-5480938 portfolio elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no elementor-invisible" data-id="5480938" data-element_type="section" id="portfolio" data-settings="{"animation":"fadeIn"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-99b30ae" data-id="99b30ae" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-f95cc41 elementor-widget elementor-widget-heading" data-id="f95cc41" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Portfolio</h2> </div> </div> <div class="elementor-element elementor-element-4387b2b elementor-widget elementor-widget-heading" data-id="4387b2b" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Some of my work</h2> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-982e6a5 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no elementor-invisible" data-id="982e6a5" data-element_type="section" data-settings="{"animation":"fadeIn"}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-ae15522" data-id="ae15522" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-bfc9c25 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="bfc9c25" data-element_type="section"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-017d191" data-id="017d191" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-0ab978f 3dwork elementor-widget elementor-widget-html" data-id="0ab978f" data-element_type="widget" id="3dwork" data-widget_type="html.default"> <div class="elementor-widget-container"> <!-- This iframe will always fill the parent width, but will remain at 16:10 aspect ratio --> <div class="ratio-16-10"> <iframe class="ratio-inner" src="https://sketchfab.com/models/79a7e8e03bd04a828ef959ce335db6b3/embed?autostart=1&ui_infos=0"></iframe> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5541e99" data-id="5541e99" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-ffe9003 3dwork elementor-hidden-mobile elementor-widget elementor-widget-html" data-id="ffe9003" data-element_type="widget" id="3dwork" data-widget_type="html.default"> <div class="elementor-widget-container"> <!-- This iframe will always fill the parent width, but will remain at 16:10 aspect ratio --> <div class="ratio-16-10"> <iframe class="ratio-inner" src="https://sketchfab.com/models/36ced55d454444509774ea1b67787ef2/embed?autostart=1&ui_infos=0"></iframe> </div> </div> </div> </div> </div> </div> </section> <div class="elementor-element elementor-element-4b53ebd wpr-grid-columns-2 wpr-grid-columns--laptop4 wpr-grid-columns--tablet3 wpr-grid-columns--mobile1 wpr-grid-pagination-center elementor-widget elementor-widget-wpr-media-grid" data-id="4b53ebd" data-element_type="widget" data-widget_type="wpr-media-grid.default"> <div class="elementor-widget-container"> <section class="wpr-grid wpr-media-grid elementor-clearfix" data-settings="{"layout":"masonry","columns_desktop":"2","gutter_hr":20,"gutter_hr_mobile":0,"gutter_hr_mobile_extra":20,"gutter_hr_tablet":20,"gutter_hr_tablet_extra":20,"gutter_hr_laptop":20,"gutter_hr_widescreen":20,"gutter_vr":20,"gutter_vr_mobile":20,"gutter_vr_mobile_extra":20,"gutter_vr_tablet":20,"gutter_vr_tablet_extra":20,"gutter_vr_laptop":20,"gutter_vr_widescreen":20,"animation":"default","animation_duration":0.299999999999999988897769753748434595763683319091796875,"animation_delay":0.1000000000000000055511151231257827021181583404541015625,"deeplinking":"","filters_default_filter":"","filters_linkable":"no","filters_count":"","filters_hide_empty":"no","filters_animation":"default","filters_animation_duration":0.299999999999999988897769753748434595763683319091796875,"filters_animation_delay":0.1000000000000000055511151231257827021181583404541015625,"pagination_type":"load-more","pagination_max_pages":2,"lightbox":{"selector":".wpr-grid-image-wrap","iframeMaxWidth":"60%","hash":false,"autoplay":"true","pause":5000,"progressBar":"true","counter":"true","controls":"true","getCaptionFromTitleOrAlt":"true","thumbnail":"","showThumbByDefault":"","share":"","zoom":"true","fullScreen":"true","download":"true"}}"><article class="wpr-grid-item elementor-clearfix post-1603 attachment type-attachment status-inherit hentry"><div class="wpr-grid-item-inner"><div class="wpr-grid-media-wrap wpr-effect-size-small "><div class="wpr-grid-image-wrap" data-src="https://csumm.com/wp-content/uploads/2023/07/Classic-Investments1200-scaled.jpg"><img decoding="async" src="https://csumm.com/wp-content/uploads/2023/07/Classic-Investments1200-scaled.jpg" alt="Classic-Investments1200" class="wpr-anim-timing-ease-default"></div><div class="wpr-grid-media-hover wpr-animation-wrap"><div class="wpr-grid-media-hover-bg wpr-overlay-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency" data-url="https://csumm.com/classic-investments1200/"></div><div class="wpr-cv-container"><div class="wpr-cv-outer"><div class="wpr-cv-inner"><div class="wpr-grid-media-hover-middle elementor-clearfix"><div class="wpr-grid-item-lightbox elementor-repeater-item-cb4cbd6 wpr-grid-item-display-block wpr-grid-item-align-center wpr-element-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency"><div class="inner-block"><span data-src="https://csumm.com/wp-content/uploads/2023/07/Classic-Investments1200-scaled.jpg"><i class="fas fa-search"></i></span><div class="wpr-grid-lightbox-overlay"></div></div></div></div></div></div></div></div></div></div></article><article class="wpr-grid-item elementor-clearfix post-1291 attachment type-attachment status-inherit hentry"><div class="wpr-grid-item-inner"><div class="wpr-grid-media-wrap wpr-effect-size-small "><div class="wpr-grid-image-wrap" data-src="https://csumm.com/wp-content/uploads/2023/06/Nuc-Flyer3.jpg"><img decoding="async" src="https://csumm.com/wp-content/uploads/2023/06/Nuc-Flyer3.jpg" alt="Nuc-Flyer3" class="wpr-anim-timing-ease-default"></div><div class="wpr-grid-media-hover wpr-animation-wrap"><div class="wpr-grid-media-hover-bg wpr-overlay-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency" data-url="https://csumm.com/home-portfolio-v2/nuc-flyer3/"></div><div class="wpr-cv-container"><div class="wpr-cv-outer"><div class="wpr-cv-inner"><div class="wpr-grid-media-hover-middle elementor-clearfix"><div class="wpr-grid-item-lightbox elementor-repeater-item-cb4cbd6 wpr-grid-item-display-block wpr-grid-item-align-center wpr-element-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency"><div class="inner-block"><span data-src="https://csumm.com/wp-content/uploads/2023/06/Nuc-Flyer3.jpg"><i class="fas fa-search"></i></span><div class="wpr-grid-lightbox-overlay"></div></div></div></div></div></div></div></div></div></div></article><article class="wpr-grid-item elementor-clearfix post-1285 attachment type-attachment status-inherit hentry"><div class="wpr-grid-item-inner"><div class="wpr-grid-media-wrap wpr-effect-size-small "><div class="wpr-grid-image-wrap" data-src="https://csumm.com/wp-content/uploads/2023/06/lrg-850-bnr-img.jpg"><img decoding="async" src="https://csumm.com/wp-content/uploads/2023/06/lrg-850-bnr-img.jpg" alt="lrg-850-bnr-img" class="wpr-anim-timing-ease-default"></div><div class="wpr-grid-media-hover wpr-animation-wrap"><div class="wpr-grid-media-hover-bg wpr-overlay-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency" data-url="https://csumm.com/home-portfolio-v2/lrg-850-bnr-img/"></div><div class="wpr-cv-container"><div class="wpr-cv-outer"><div class="wpr-cv-inner"><div class="wpr-grid-media-hover-middle elementor-clearfix"><div class="wpr-grid-item-lightbox elementor-repeater-item-cb4cbd6 wpr-grid-item-display-block wpr-grid-item-align-center wpr-element-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency"><div class="inner-block"><span data-src="https://csumm.com/wp-content/uploads/2023/06/lrg-850-bnr-img.jpg"><i class="fas fa-search"></i></span><div class="wpr-grid-lightbox-overlay"></div></div></div></div></div></div></div></div></div></div></article><article class="wpr-grid-item elementor-clearfix post-1604 attachment type-attachment status-inherit hentry"><div class="wpr-grid-item-inner"><div class="wpr-grid-media-wrap wpr-effect-size-small "><div class="wpr-grid-image-wrap" data-src="https://csumm.com/wp-content/uploads/2023/07/Power-Motive-Corp-scaled.jpg"><img decoding="async" src="https://csumm.com/wp-content/uploads/2023/07/Power-Motive-Corp-scaled.jpg" alt="Power-Motive-Corp" class="wpr-anim-timing-ease-default"></div><div class="wpr-grid-media-hover wpr-animation-wrap"><div class="wpr-grid-media-hover-bg wpr-overlay-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency" data-url="https://csumm.com/power-motive-corp/"></div><div class="wpr-cv-container"><div class="wpr-cv-outer"><div class="wpr-cv-inner"><div class="wpr-grid-media-hover-middle elementor-clearfix"><div class="wpr-grid-item-lightbox elementor-repeater-item-cb4cbd6 wpr-grid-item-display-block wpr-grid-item-align-center wpr-element-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency"><div class="inner-block"><span data-src="https://csumm.com/wp-content/uploads/2023/07/Power-Motive-Corp-scaled.jpg"><i class="fas fa-search"></i></span><div class="wpr-grid-lightbox-overlay"></div></div></div></div></div></div></div></div></div></div></article><article class="wpr-grid-item elementor-clearfix post-1297 attachment type-attachment status-inherit hentry"><div class="wpr-grid-item-inner"><div class="wpr-grid-media-wrap wpr-effect-size-small "><div class="wpr-grid-image-wrap" data-src="https://csumm.com/wp-content/uploads/2023/06/SWMIlogo.jpg"><img decoding="async" src="https://csumm.com/wp-content/uploads/2023/06/SWMIlogo.jpg" alt="SWMIlogo" class="wpr-anim-timing-ease-default"></div><div class="wpr-grid-media-hover wpr-animation-wrap"><div class="wpr-grid-media-hover-bg wpr-overlay-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency" data-url="https://csumm.com/home-portfolio-v2/swmilogo/"></div><div class="wpr-cv-container"><div class="wpr-cv-outer"><div class="wpr-cv-inner"><div class="wpr-grid-media-hover-middle elementor-clearfix"><div class="wpr-grid-item-lightbox elementor-repeater-item-cb4cbd6 wpr-grid-item-display-block wpr-grid-item-align-center wpr-element-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency"><div class="inner-block"><span data-src="https://csumm.com/wp-content/uploads/2023/06/SWMIlogo.jpg"><i class="fas fa-search"></i></span><div class="wpr-grid-lightbox-overlay"></div></div></div></div></div></div></div></div></div></div></article><article class="wpr-grid-item elementor-clearfix post-1298 attachment type-attachment status-inherit hentry"><div class="wpr-grid-item-inner"><div class="wpr-grid-media-wrap wpr-effect-size-small "><div class="wpr-grid-image-wrap" data-src="https://csumm.com/wp-content/uploads/2023/06/Trade-Show.jpg"><img decoding="async" src="https://csumm.com/wp-content/uploads/2023/06/Trade-Show.jpg" alt="Trade-Show" class="wpr-anim-timing-ease-default"></div><div class="wpr-grid-media-hover wpr-animation-wrap"><div class="wpr-grid-media-hover-bg wpr-overlay-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency" data-url="https://csumm.com/home-portfolio-v2/trade-show/"></div><div class="wpr-cv-container"><div class="wpr-cv-outer"><div class="wpr-cv-inner"><div class="wpr-grid-media-hover-middle elementor-clearfix"><div class="wpr-grid-item-lightbox elementor-repeater-item-cb4cbd6 wpr-grid-item-display-block wpr-grid-item-align-center wpr-element-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency"><div class="inner-block"><span data-src="https://csumm.com/wp-content/uploads/2023/06/Trade-Show.jpg"><i class="fas fa-search"></i></span><div class="wpr-grid-lightbox-overlay"></div></div></div></div></div></div></div></div></div></div></article><article class="wpr-grid-item elementor-clearfix post-1605 attachment type-attachment status-inherit hentry"><div class="wpr-grid-item-inner"><div class="wpr-grid-media-wrap wpr-effect-size-small "><div class="wpr-grid-image-wrap" data-src="https://csumm.com/wp-content/uploads/2023/07/Trinware1200-scaled.jpg"><img decoding="async" src="https://csumm.com/wp-content/uploads/2023/07/Trinware1200-scaled.jpg" alt="Trinware1200" class="wpr-anim-timing-ease-default"></div><div class="wpr-grid-media-hover wpr-animation-wrap"><div class="wpr-grid-media-hover-bg wpr-overlay-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency" data-url="https://csumm.com/trinware1200/"></div><div class="wpr-cv-container"><div class="wpr-cv-outer"><div class="wpr-cv-inner"><div class="wpr-grid-media-hover-middle elementor-clearfix"><div class="wpr-grid-item-lightbox elementor-repeater-item-cb4cbd6 wpr-grid-item-display-block wpr-grid-item-align-center wpr-element-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency"><div class="inner-block"><span data-src="https://csumm.com/wp-content/uploads/2023/07/Trinware1200-scaled.jpg"><i class="fas fa-search"></i></span><div class="wpr-grid-lightbox-overlay"></div></div></div></div></div></div></div></div></div></div></article><article class="wpr-grid-item elementor-clearfix post-1300 attachment type-attachment status-inherit hentry"><div class="wpr-grid-item-inner"><div class="wpr-grid-media-wrap wpr-effect-size-small "><div class="wpr-grid-image-wrap" data-src="https://csumm.com/wp-content/uploads/2023/06/Used-Komatsu-Mining.jpg"><img decoding="async" src="https://csumm.com/wp-content/uploads/2023/06/Used-Komatsu-Mining.jpg" alt="Used-Komatsu-Mining" class="wpr-anim-timing-ease-default"></div><div class="wpr-grid-media-hover wpr-animation-wrap"><div class="wpr-grid-media-hover-bg wpr-overlay-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency" data-url="https://csumm.com/home-portfolio-v2/used-komatsu-mining/"></div><div class="wpr-cv-container"><div class="wpr-cv-outer"><div class="wpr-cv-inner"><div class="wpr-grid-media-hover-middle elementor-clearfix"><div class="wpr-grid-item-lightbox elementor-repeater-item-cb4cbd6 wpr-grid-item-display-block wpr-grid-item-align-center wpr-element-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency"><div class="inner-block"><span data-src="https://csumm.com/wp-content/uploads/2023/06/Used-Komatsu-Mining.jpg"><i class="fas fa-search"></i></span><div class="wpr-grid-lightbox-overlay"></div></div></div></div></div></div></div></div></div></div></article><article class="wpr-grid-item elementor-clearfix post-2066 attachment type-attachment status-inherit hentry"><div class="wpr-grid-item-inner"><div class="wpr-grid-media-wrap wpr-effect-size-small "><div class="wpr-grid-image-wrap" data-src="https://csumm.com/wp-content/uploads/2023/08/Classic-Investments-Email-Marketing.jpg"><img decoding="async" src="https://csumm.com/wp-content/uploads/2023/08/Classic-Investments-Email-Marketing.jpg" alt="Classic-Investments-Email-Marketing" class="wpr-anim-timing-ease-default"></div><div class="wpr-grid-media-hover wpr-animation-wrap"><div class="wpr-grid-media-hover-bg wpr-overlay-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency" data-url="https://csumm.com/classic-investments-email-marketing/"></div><div class="wpr-cv-container"><div class="wpr-cv-outer"><div class="wpr-cv-inner"><div class="wpr-grid-media-hover-middle elementor-clearfix"><div class="wpr-grid-item-lightbox elementor-repeater-item-cb4cbd6 wpr-grid-item-display-block wpr-grid-item-align-center wpr-element-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency"><div class="inner-block"><span data-src="https://csumm.com/wp-content/uploads/2023/08/Classic-Investments-Email-Marketing.jpg"><i class="fas fa-search"></i></span><div class="wpr-grid-lightbox-overlay"></div></div></div></div></div></div></div></div></div></div></article><article class="wpr-grid-item elementor-clearfix post-1287 attachment type-attachment status-inherit hentry"><div class="wpr-grid-item-inner"><div class="wpr-grid-media-wrap wpr-effect-size-small "><div class="wpr-grid-image-wrap" data-src="https://csumm.com/wp-content/uploads/2023/06/MDS-Poster.jpg"><img decoding="async" src="https://csumm.com/wp-content/uploads/2023/06/MDS-Poster.jpg" alt="MDS-Poster" class="wpr-anim-timing-ease-default"></div><div class="wpr-grid-media-hover wpr-animation-wrap"><div class="wpr-grid-media-hover-bg wpr-overlay-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency" data-url="https://csumm.com/home-portfolio-v2/mds-poster/"></div><div class="wpr-cv-container"><div class="wpr-cv-outer"><div class="wpr-cv-inner"><div class="wpr-grid-media-hover-middle elementor-clearfix"><div class="wpr-grid-item-lightbox elementor-repeater-item-cb4cbd6 wpr-grid-item-display-block wpr-grid-item-align-center wpr-element-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency"><div class="inner-block"><span data-src="https://csumm.com/wp-content/uploads/2023/06/MDS-Poster.jpg"><i class="fas fa-search"></i></span><div class="wpr-grid-lightbox-overlay"></div></div></div></div></div></div></div></div></div></div></article><article class="wpr-grid-item elementor-clearfix post-1283 attachment type-attachment status-inherit hentry"><div class="wpr-grid-item-inner"><div class="wpr-grid-media-wrap wpr-effect-size-small "><div class="wpr-grid-image-wrap" data-src="https://csumm.com/wp-content/uploads/2023/06/Fulfillment.jpg"><img decoding="async" src="https://csumm.com/wp-content/uploads/2023/06/Fulfillment.jpg" alt="Fulfillment" class="wpr-anim-timing-ease-default"></div><div class="wpr-grid-media-hover wpr-animation-wrap"><div class="wpr-grid-media-hover-bg wpr-overlay-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency" data-url="https://csumm.com/home-portfolio-v2/fulfillment/"></div><div class="wpr-cv-container"><div class="wpr-cv-outer"><div class="wpr-cv-inner"><div class="wpr-grid-media-hover-middle elementor-clearfix"><div class="wpr-grid-item-lightbox elementor-repeater-item-cb4cbd6 wpr-grid-item-display-block wpr-grid-item-align-center wpr-element-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency"><div class="inner-block"><span data-src="https://csumm.com/wp-content/uploads/2023/06/Fulfillment.jpg"><i class="fas fa-search"></i></span><div class="wpr-grid-lightbox-overlay"></div></div></div></div></div></div></div></div></div></div></article><article class="wpr-grid-item elementor-clearfix post-1294 attachment type-attachment status-inherit hentry"><div class="wpr-grid-item-inner"><div class="wpr-grid-media-wrap wpr-effect-size-small "><div class="wpr-grid-image-wrap" data-src="https://csumm.com/wp-content/uploads/2023/06/Qnapcombanner.jpg"><img decoding="async" src="https://csumm.com/wp-content/uploads/2023/06/Qnapcombanner.jpg" alt="Qnapcombanner" class="wpr-anim-timing-ease-default"></div><div class="wpr-grid-media-hover wpr-animation-wrap"><div class="wpr-grid-media-hover-bg wpr-overlay-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency" data-url="https://csumm.com/home-portfolio-v2/qnapcombanner/"></div><div class="wpr-cv-container"><div class="wpr-cv-outer"><div class="wpr-cv-inner"><div class="wpr-grid-media-hover-middle elementor-clearfix"><div class="wpr-grid-item-lightbox elementor-repeater-item-cb4cbd6 wpr-grid-item-display-block wpr-grid-item-align-center wpr-element-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency"><div class="inner-block"><span data-src="https://csumm.com/wp-content/uploads/2023/06/Qnapcombanner.jpg"><i class="fas fa-search"></i></span><div class="wpr-grid-lightbox-overlay"></div></div></div></div></div></div></div></div></div></div></article></section><div class="wpr-grid-pagination elementor-clearfix wpr-grid-pagination-load-more"><a href="https://csumm.com/page/2/" class="wpr-load-more-btn" data-e-disable-page-transition >Load More</a><div class="wpr-pagination-loading"><div class="wpr-double-bounce"><div class="wpr-child wpr-double-bounce1"></div><div class="wpr-child wpr-double-bounce2"></div></div></div><p class="wpr-pagination-finish">End of Content.</p></div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-4c86e0d elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no elementor-invisible" data-id="4c86e0d" data-element_type="section" id="contact" data-settings="{"animation":"fadeIn","background_background":"classic"}"> <div class="elementor-background-overlay"></div> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-3d8162f" data-id="3d8162f" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-08e248f elementor-widget elementor-widget-heading" data-id="08e248f" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Let's Work Together, Get In Touch!</h2> </div> </div> <div class="elementor-element elementor-element-f8a9639 elementor-position-left elementor-vertical-align-middle elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="f8a9639" data-element_type="widget" data-widget_type="icon-box.default"> <div class="elementor-widget-container"> <link rel="stylesheet" href="https://csumm.com/wp-content/uploads/elementor/css/custom-widget-icon-box.min.css?ver=1721070983"> <div class="elementor-icon-box-wrapper"> <div class="elementor-icon-box-icon"> <span class="elementor-icon elementor-animation-"> <i aria-hidden="true" class="fas fa-phone-alt"></i> </span> </div> <div class="elementor-icon-box-content"> <h3 class="elementor-icon-box-title"> <span > Call <br><br>269-492-4460 </span> </h3> </div> </div> </div> </div> <div class="elementor-element elementor-element-b6a1c28 elementor-position-left elementor-vertical-align-middle elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="b6a1c28" data-element_type="widget" data-widget_type="icon-box.default"> <div class="elementor-widget-container"> <div class="elementor-icon-box-wrapper"> <div class="elementor-icon-box-icon"> <a href="mailto:[email protected]" class="elementor-icon elementor-animation-" tabindex="-1"> <i aria-hidden="true" class="fas fa-envelope"></i> </a> </div> <div class="elementor-icon-box-content"> <h3 class="elementor-icon-box-title"> <a href="mailto:[email protected]" > Email <br><br>[email protected] </a> </h3> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-e0d3335" data-id="e0d3335" data-element_type="column" data-settings="{"background_background":"classic"}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-background-overlay"></div> <div class="elementor-element elementor-element-46ffdc6 elementor-widget elementor-widget-wp-widget-wpforms-widget" data-id="46ffdc6" data-element_type="widget" data-widget_type="wp-widget-wpforms-widget.default"> <div class="elementor-widget-container"> <div class="wpforms-container wpforms-container-full wpforms-render-modern" id="wpforms-1342"><form id="wpforms-form-1342" class="wpforms-validate wpforms-form wpforms-ajax-form" data-formid="1342" method="post" enctype="multipart/form-data" action="/" data-token="c51a67d9b492b82028650fdea3c92070" data-token-time="1745989403"><noscript class="wpforms-error-noscript">Please enable JavaScript in your browser to complete this form.</noscript><div class="wpforms-hidden" id="wpforms-error-noscript">Please enable JavaScript in your browser to complete this form.</div><div class="wpforms-field-container"><div id="wpforms-1342-field_0-container" class="wpforms-field wpforms-field-name" data-field-id="0"><label class="wpforms-field-label" for="wpforms-1342-field_0">Name <span class="wpforms-required-label" aria-hidden="true">*</span></label><input type="text" id="wpforms-1342-field_0" class="wpforms-field-large wpforms-field-required" name="wpforms[fields][0]" aria-errormessage="wpforms-1342-field_0-error" required></div><div id="wpforms-1342-field_1-container" class="wpforms-field wpforms-field-email" data-field-id="1"><label class="wpforms-field-label" for="wpforms-1342-field_1">Email <span class="wpforms-required-label" aria-hidden="true">*</span></label><input type="email" id="wpforms-1342-field_1" class="wpforms-field-large wpforms-field-required" name="wpforms[fields][1]" spellcheck="false" aria-errormessage="wpforms-1342-field_1-error" required></div><div id="wpforms-1342-field_2-container" class="wpforms-field wpforms-field-textarea" data-field-id="2"><label class="wpforms-field-label" for="wpforms-1342-field_2">Comment or Message</label><textarea id="wpforms-1342-field_2" class="wpforms-field-small" name="wpforms[fields][2]" aria-errormessage="wpforms-1342-field_2-error" ></textarea></div></div><!-- .wpforms-field-container --><div class="wpforms-submit-container" ><input type="hidden" name="wpforms[id]" value="1342"><input type="hidden" name="page_title" value="Home"><input type="hidden" name="page_url" value="https://csumm.com/"><input type="hidden" name="page_id" value="899"><input type="hidden" name="wpforms[post_id]" value="899"><button type="submit" name="wpforms[submit]" id="wpforms-submit-1342" class="wpforms-submit" data-alt-text="Sending..." data-submit-text="Submit" aria-live="assertive" value="wpforms-submit">Submit</button><img loading="lazy" decoding="async" src="https://csumm.com/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg" class="wpforms-submit-spinner" style="display: none;" width="26" height="26" alt="Loading"></div></form></div> <!-- .wpforms-container --> </div> </div> </div> </div> </div> </section> </div> <div data-elementor-type="wp-post" data-elementor-id="767" class="elementor elementor-767"> <section class="elementor-section elementor-top-section elementor-element elementor-element-32a2def elementor-section-full_width elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="32a2def" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2daf0aa" data-id="2daf0aa" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-403d28b elementor-widget elementor-widget-text-editor" data-id="403d28b" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>Copyright © 2023 Csumm Digital | Created by <a href="http://csumm.com/">csumm.com</a></p> </div> </div> </div> </div> </div> </section> </div> <script type="speculationrules"> {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/CsummTheme\/*","\/wp-content\/themes\/royal-elementor-kit\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} </script> <script type='text/javascript'> const lazyloadRunObserver = () => { const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` ); const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => { entries.forEach( ( entry ) => { if ( entry.isIntersecting ) { let lazyloadBackground = entry.target; if( lazyloadBackground ) { lazyloadBackground.classList.add( 'e-lazyloaded' ); } lazyloadBackgroundObserver.unobserve( entry.target ); } }); }, { rootMargin: '200px 0px 200px 0px' } ); lazyloadBackgrounds.forEach( ( lazyloadBackground ) => { lazyloadBackgroundObserver.observe( lazyloadBackground ); } ); }; const events = [ 'DOMContentLoaded', 'elementor/lazyload/observe', ]; events.forEach( ( event ) => { document.addEventListener( event, lazyloadRunObserver ); } ); </script> <link rel='stylesheet' id='wpo_min-footer-0-css' href='https://csumm.com/wp-content/cache/wpo-minify/1745899047/assets/wpo-minify-footer-201143ca.min.css' type='text/css' media='all' /> <script type="text/javascript" src="https://csumm.com/wp-content/cache/wpo-minify/1745899047/assets/wpo-minify-footer-781660e3.min.js" id="wpo_min-footer-0-js"></script> <script type="text/javascript" id="wpo_min-footer-1-js-extra"> /* <![CDATA[ */ var WprConfig = {"ajaxurl":"https:\/\/csumm.com\/wp-admin\/admin-ajax.php","resturl":"https:\/\/csumm.com\/wp-json\/wpraddons\/v1","nonce":"f435804958","addedToCartText":"was added to cart","viewCart":"View Cart","comparePageID":"","comparePageURL":"https:\/\/csumm.com\/","wishlistPageID":"","wishlistPageURL":"https:\/\/csumm.com\/","chooseQuantityText":"Please select the required number of items.","site_key":"","is_admin":"","input_empty":"Please fill out this field","select_empty":"Nothing selected","file_empty":"Please upload a file","recaptcha_error":"Recaptcha Error"}; var _wpUtilSettings = {"ajax":{"url":"\/wp-admin\/admin-ajax.php"}}; /* ]]> */ </script> <script type="text/javascript" src="https://csumm.com/wp-content/cache/wpo-minify/1745899047/assets/wpo-minify-footer-8ebd1fee.min.js" id="wpo_min-footer-1-js"></script> <script type="text/javascript" id="wpforms-elementor-js-extra"> /* <![CDATA[ */ var wpformsElementorVars = {"captcha_provider":"recaptcha","recaptcha_type":"v2"}; /* ]]> */ </script> <script type="text/javascript" src="https://csumm.com/wp-content/plugins/wpforms-lite/assets/js/integrations/elementor/frontend.min.js" id="wpforms-elementor-js"></script> <script type="text/javascript" src="https://csumm.com/wp-content/cache/wpo-minify/1745899047/assets/wpo-minify-footer-885c17e1.min.js" id="wpo_min-footer-3-js"></script> <script type="text/javascript" src="https://csumm.com/wp-content/plugins/wpforms-lite/assets/js/share/utils.min.js" id="wpforms-generic-utils-js"></script> <script type="text/javascript" src="https://csumm.com/wp-content/plugins/wpforms-lite/assets/js/frontend/wpforms.min.js" id="wpforms-js"></script> <script type="text/javascript" src="https://csumm.com/wp-content/plugins/wpforms-lite/assets/js/frontend/wpforms-modern.min.js" id="wpforms-modern-js"></script> <script type='text/javascript'> /* <![CDATA[ */ var wpforms_settings = {"val_required":"This field is required.","val_email":"Please enter a valid email address.","val_email_suggestion":"Did you mean {suggestion}?","val_email_suggestion_title":"Click to accept this suggestion.","val_email_restricted":"This email address is not allowed.","val_number":"Please enter a valid number.","val_number_positive":"Please enter a valid positive number.","val_minimum_price":"Amount entered is less than the required minimum.","val_confirm":"Field values do not match.","val_checklimit":"You have exceeded the number of allowed selections: {#}.","val_limit_characters":"{count} of {limit} max characters.","val_limit_words":"{count} of {limit} max words.","val_recaptcha_fail_msg":"Google reCAPTCHA verification failed, please try again later.","val_turnstile_fail_msg":"Cloudflare Turnstile verification failed, please try again later.","val_inputmask_incomplete":"Please fill out the field in required format.","uuid_cookie":"","locale":"en","wpforms_plugin_url":"https:\/\/csumm.com\/wp-content\/plugins\/wpforms-lite\/","gdpr":"","ajaxurl":"https:\/\/csumm.com\/wp-admin\/admin-ajax.php","mailcheck_enabled":"1","mailcheck_domains":[],"mailcheck_toplevel_domains":["dev"],"is_ssl":"1","currency_code":"USD","currency_thousands":",","currency_decimals":"2","currency_decimal":".","currency_symbol":"$","currency_symbol_pos":"left","val_requiredpayment":"Payment is required.","val_creditcard":"Please enter a valid credit card number.","css_vars":["field-border-radius","field-border-style","field-border-size","field-background-color","field-border-color","field-text-color","field-menu-color","label-color","label-sublabel-color","label-error-color","button-border-radius","button-border-style","button-border-size","button-background-color","button-border-color","button-text-color","page-break-color","background-image","background-position","background-repeat","background-size","background-width","background-height","background-color","background-url","container-padding","container-border-style","container-border-width","container-border-color","container-border-radius","field-size-input-height","field-size-input-spacing","field-size-font-size","field-size-line-height","field-size-padding-h","field-size-checkbox-size","field-size-sublabel-spacing","field-size-icon-size","label-size-font-size","label-size-line-height","label-size-sublabel-font-size","label-size-sublabel-line-height","button-size-font-size","button-size-height","button-size-padding-h","button-size-margin-top","container-shadow-size-box-shadow"],"isModernMarkupEnabled":"1","formErrorMessagePrefix":"Form error message","errorMessagePrefix":"Error message","submitBtnDisabled":"Submit button is disabled during form submission.","error_updating_token":"Error updating token. Please try again or contact support if the issue persists.","network_error":"Network error or server is unreachable. Check your connection or try again later.","token_cache_lifetime":"86400"} /* ]]> */ </script> </body> </html> <!-- Cached by WP-Optimize - https://getwpo.com - Last modified: April 29, 2025 11:03 pm (America/Denver UTC:-6) -->