{"id":186,"date":"2022-09-15T19:47:05","date_gmt":"2022-09-15T19:47:05","guid":{"rendered":"https:\/\/ashe-designs.com\/?page_id=186"},"modified":"2025-10-02T20:25:25","modified_gmt":"2025-10-02T20:25:25","slug":"vivid-prism-designs","status":"publish","type":"page","link":"https:\/\/ashe-designs.com\/","title":{"rendered":"Vivid Prism Designs"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; fullwidth=&#8221;on&#8221; _builder_version=&#8221;4.23.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_fullwidth_code admin_label=&#8221;Fullwidth Code&#8221; _builder_version=&#8221;4.23.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div id=\"pixel-hero\"><!-- [et_pb_line_break_holder] -->  <\/p>\n<div class=\"grid\"><\/div>\n<p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  <\/p>\n<div class=\"content\"><!-- [et_pb_line_break_holder] -->    <img decoding=\"async\" src=\"https:\/\/ashe-designs.com\/wp-content\/uploads\/2025\/09\/vividprism_full.png\" alt=\"Logo\" class=\"logo\" \/><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"controls\"><!-- [et_pb_line_break_holder] -->      <button id=\"clearBtn\">Clear<\/button><!-- [et_pb_line_break_holder] -->      <button id=\"colorBtn\">Change Color<\/button><!-- [et_pb_line_break_holder] -->      <\/p>\n<div id=\"colorPreview\" class=\"color-preview\"><\/div>\n<p><!-- [et_pb_line_break_holder] -->    <\/div>\n<p><!-- [et_pb_line_break_holder] -->  <\/div>\n<p><!-- [et_pb_line_break_holder] --><\/div>\n<p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><script><!-- [et_pb_line_break_holder] -->  (function () {<!-- [et_pb_line_break_holder] -->  const wrapper = document.getElementById(\"pixel-hero\");<!-- [et_pb_line_break_holder] -->  const grid = wrapper.querySelector(\".grid\");<!-- [et_pb_line_break_holder] -->  const colorPreview = wrapper.querySelector(\"#colorPreview\");<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  const colors = [\"#f87171\", \"#60a5fa\", \"#34d399\", \"#a78bfa\", \"#fbbf24\"];<!-- [et_pb_line_break_holder] -->  let activeColor = colors[0];<!-- [et_pb_line_break_holder] -->  let cells = [];<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  function buildGrid() {<!-- [et_pb_line_break_holder] -->    grid.innerHTML = \"\";<!-- [et_pb_line_break_holder] -->    cells = [];<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    const cols = Math.ceil(wrapper.offsetWidth \/ 40);<!-- [et_pb_line_break_holder] -->    const rows = Math.ceil(wrapper.offsetHeight \/ 40);<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    grid.style.gridTemplateColumns = `repeat(${cols}, 40px)`;<!-- [et_pb_line_break_holder] -->    grid.style.gridTemplateRows = `repeat(${rows}, 40px)`;<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    for (let i = 0; i < cols * rows; i++) {<!-- [et_pb_line_break_holder] -->      const cell = document.createElement(\"div\");<!-- [et_pb_line_break_holder] -->      cell.dataset.index = i;<!-- [et_pb_line_break_holder] -->      grid.appendChild(cell);<!-- [et_pb_line_break_holder] -->      cells.push(cell);<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  \/\/ Hover coloring<!-- [et_pb_line_break_holder] -->  grid.addEventListener(\"mouseover\", (e) => {<!-- [et_pb_line_break_holder] -->    if (e.target.dataset.index !== undefined) {<!-- [et_pb_line_break_holder] -->      if (<!-- [et_pb_line_break_holder] -->        e.target.style.backgroundColor === \"\" ||<!-- [et_pb_line_break_holder] -->        e.target.style.backgroundColor === \"rgb(250, 204, 21)\"<!-- [et_pb_line_break_holder] -->      ) {<!-- [et_pb_line_break_holder] -->        e.target.style.backgroundColor = activeColor;<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->  });<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  \/\/ Clear button<!-- [et_pb_line_break_holder] -->  wrapper.querySelector(\"#clearBtn\").addEventListener(\"click\", () => {<!-- [et_pb_line_break_holder] -->    cells.forEach((cell) => {<!-- [et_pb_line_break_holder] -->      cell.style.backgroundColor = \"#facc15\"; \/\/ reset to yellow<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] -->  });<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  \/\/ Change color button<!-- [et_pb_line_break_holder] -->  wrapper.querySelector(\"#colorBtn\").addEventListener(\"click\", () => {<!-- [et_pb_line_break_holder] -->    const nextIndex = (colors.indexOf(activeColor) + 1) % colors.length;<!-- [et_pb_line_break_holder] -->    activeColor = colors[nextIndex];<!-- [et_pb_line_break_holder] -->    colorPreview.style.backgroundColor = activeColor;<!-- [et_pb_line_break_holder] -->  });<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  \/\/ Initial setup after page fully loads<!-- [et_pb_line_break_holder] -->  window.addEventListener(\"load\", () => {<!-- [et_pb_line_break_holder] -->    buildGrid();<!-- [et_pb_line_break_holder] -->    colorPreview.style.backgroundColor = activeColor;<!-- [et_pb_line_break_holder] -->  });<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  \/\/ Rebuild on resize<!-- [et_pb_line_break_holder] -->  window.addEventListener(\"resize\", buildGrid);<!-- [et_pb_line_break_holder] -->})();<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><\/script>[\/et_pb_fullwidth_code][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;About Me&#8221; _builder_version=&#8221;4.23.4&#8243; background_enable_color=&#8221;off&#8221; background_image=&#8221;https:\/\/ashe-designs.com\/wp-content\/uploads\/2022\/09\/website_about_bg.png&#8221; background_size=&#8221;contain&#8221; background_position=&#8221;center_right&#8221; min_height=&#8221;535.8px&#8221; custom_margin=&#8221;16px||-5px|||&#8221; custom_padding=&#8221;14px|0px|54px|0px|false|false&#8221; top_divider_height=&#8221;6vw&#8221; top_divider_flip=&#8221;vertical&#8221; background_last_edited=&#8221;on|desktop&#8221; background_enable_image_phone=&#8221;off&#8221; background_size_phone=&#8221;contain&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; _builder_version=&#8221;4.18.0&#8243; custom_margin=&#8221;36px|auto||auto||&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.18.0&#8243; background_color=&#8221;RGBA(255,255,255,0)&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; text_font=&#8221;||||||||&#8221; text_line_height=&#8221;2em&#8221; header_font=&#8221;||||||||&#8221; header_2_font=&#8221;Merriweather|700|||||||&#8221; header_2_font_size=&#8221;36px&#8221; header_2_line_height=&#8221;1.6em&#8221; header_3_font=&#8221;Merriweather|700|||||||&#8221; header_3_text_color=&#8221;#ffc47c&#8221; header_3_font_size=&#8221;18px&#8221; header_3_line_height=&#8221;1.8em&#8221; header_2_font_size_tablet=&#8221;&#8221; header_2_font_size_phone=&#8221;20px&#8221; header_2_font_size_last_edited=&#8221;on|phone&#8221; header_3_font_size_tablet=&#8221;&#8221; header_3_font_size_phone=&#8221;14px&#8221; header_3_font_size_last_edited=&#8221;on|phone&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>About Ashe<\/h2>\n<h3><span style=\"color: #dd6e41;\">Pixel Pusher Extraordinaire | Digital Jester<\/span><\/h3>\n<p><em>Ready to make your brand unforgettable?<\/em><\/p>\n<p>I&#8217;m a graphic designer specializing in creating unique, impactful visuals that help you stand out. Let&#8217;s turn your vision into a strategic and stunning brand identity that captures your audience&#8217;s attention and sets you apart from the competition.<\/p>\n<p>[\/et_pb_text][et_pb_button button_url=&#8221;mailto:ashe@vivid-prism.com&#8221; url_new_window=&#8221;on&#8221; button_text=&#8221;Contact me&#8221; _builder_version=&#8221;4.23.4&#8243; custom_button=&#8221;on&#8221; button_text_size=&#8221;13px&#8221; button_text_color=&#8221;#ffffff&#8221; button_bg_color=&#8221;#dd6e41&#8243; button_border_width=&#8221;0px&#8221; button_border_color=&#8221;rgba(0,0,0,0)&#8221; button_border_radius=&#8221;100px&#8221; button_letter_spacing=&#8221;2px&#8221; button_font=&#8221;Montserrat|500||on|||||&#8221; button_use_icon=&#8221;off&#8221; custom_padding=&#8221;16px|30px|16px|30px|true|true&#8221; button_letter_spacing_hover=&#8221;2px&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; button_text_size__hover_enabled=&#8221;off&#8221; button_one_text_size__hover_enabled=&#8221;off&#8221; button_two_text_size__hover_enabled=&#8221;off&#8221; button_text_color__hover_enabled=&#8221;off&#8221; button_one_text_color__hover_enabled=&#8221;off&#8221; button_two_text_color__hover_enabled=&#8221;off&#8221; button_border_width__hover_enabled=&#8221;off&#8221; button_one_border_width__hover_enabled=&#8221;off&#8221; button_two_border_width__hover_enabled=&#8221;off&#8221; button_border_color__hover_enabled=&#8221;off&#8221; button_one_border_color__hover_enabled=&#8221;off&#8221; button_two_border_color__hover_enabled=&#8221;off&#8221; button_border_radius__hover_enabled=&#8221;off&#8221; button_one_border_radius__hover_enabled=&#8221;off&#8221; button_two_border_radius__hover_enabled=&#8221;off&#8221; button_letter_spacing__hover_enabled=&#8221;on&#8221; button_letter_spacing__hover=&#8221;2px&#8221; button_one_letter_spacing__hover_enabled=&#8221;off&#8221; button_two_letter_spacing__hover_enabled=&#8221;off&#8221; button_bg_color__hover_enabled=&#8221;off&#8221; button_one_bg_color__hover_enabled=&#8221;off&#8221; button_two_bg_color__hover_enabled=&#8221;off&#8221;][\/et_pb_button][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.18.0&#8243; background_color=&#8221;RGBA(255,255,255,0)&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_image src=&#8221;https:\/\/ashe-designs.com\/wp-content\/uploads\/2022\/09\/IMG_6917-2-scaled.jpg&#8221; title_text=&#8221;website_about_bg&#8221; align=&#8221;center&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;&#8221; align_last_edited=&#8221;on|desktop&#8221; admin_label=&#8221;Image&#8221; _builder_version=&#8221;4.23.4&#8243; background_image=&#8221;https:\/\/ashe-designs.com\/wp-content\/uploads\/2022\/09\/website_about_bg.png&#8221; background_repeat=&#8221;repeat&#8221; width=&#8221;59%&#8221; max_width=&#8221;100%&#8221; custom_margin=&#8221;|||51px||&#8221; animation_style=&#8221;zoom&#8221; animation_intensity_zoom=&#8221;10%&#8221; border_radii=&#8221;on|982px|982px|982px|982px&#8221; border_width_all=&#8221;9px&#8221; border_color_all=&#8221;#01d6c0&#8243; box_shadow_style=&#8221;preset1&#8243; box_shadow_vertical=&#8221;10px&#8221; box_shadow_blur=&#8221;60px&#8221; box_shadow_color=&#8221;rgba(1,33,92,0.1)&#8221; animation=&#8221;top&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.23.4&#8243; _module_preset=&#8221;default&#8221; min_height=&#8221;322px&#8221; custom_padding=&#8221;13px||35px|||&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;30px|0px|0|0px|false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; text_font=&#8221;||||||||&#8221; text_line_height=&#8221;2em&#8221; header_font=&#8221;||||||||&#8221; header_2_font=&#8221;Merriweather|700|||||||&#8221; header_2_font_size=&#8221;36px&#8221; header_2_line_height=&#8221;1.6em&#8221; max_width=&#8221;1149px&#8221; custom_margin=&#8221;||-1px|||&#8221; header_2_font_size_tablet=&#8221;&#8221; header_2_font_size_phone=&#8221;20px&#8221; header_2_font_size_last_edited=&#8221;on|phone&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 style=\"text-align: center;\">How can I help?<\/h2>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_4,1_4,1_4,1_4&#8243; _builder_version=&#8221;4.23.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.23.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/ashe-designs.com\/wp-content\/uploads\/2024\/01\/web_icons_Website-1.png&#8221; title_text=&#8221;web_icons_Website&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.23.4&#8243; max_width=&#8221;80px&#8221; custom_margin=&#8221;||20px|&#8221; animation_style=&#8221;zoom&#8221; animation_intensity_zoom=&#8221;10%&#8221; border_radii=&#8221;on|100px|100px|100px|100px&#8221; box_shadow_style=&#8221;preset1&#8243; box_shadow_vertical=&#8221;10px&#8221; box_shadow_blur=&#8221;40px&#8221; box_shadow_spread=&#8221;-10px&#8221; box_shadow_color=&#8221;rgba(91,110,115,0.1)&#8221; animation=&#8221;top&#8221; always_center_on_mobile=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.23.4&#8243; text_font=&#8221;||||||||&#8221; text_line_height=&#8221;2em&#8221; header_font=&#8221;||||||||&#8221; header_4_font=&#8221;Merriweather|700|||||||&#8221; header_4_line_height=&#8221;1.8em&#8221; text_orientation=&#8221;center&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>Website Design<\/h4>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.23.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/ashe-designs.com\/wp-content\/uploads\/2024\/01\/web_icons_Branding-1.png&#8221; title_text=&#8221;web_icons_Branding&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.23.4&#8243; max_width=&#8221;80px&#8221; custom_margin=&#8221;||20px|&#8221; animation_style=&#8221;zoom&#8221; animation_intensity_zoom=&#8221;10%&#8221; border_radii=&#8221;on|100px|100px|100px|100px&#8221; box_shadow_style=&#8221;preset1&#8243; box_shadow_vertical=&#8221;10px&#8221; box_shadow_blur=&#8221;40px&#8221; box_shadow_spread=&#8221;-10px&#8221; box_shadow_color=&#8221;rgba(91,110,115,0.1)&#8221; animation=&#8221;top&#8221; always_center_on_mobile=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.23.4&#8243; text_font=&#8221;||||||||&#8221; text_line_height=&#8221;2em&#8221; header_font=&#8221;||||||||&#8221; header_4_font=&#8221;Merriweather|700|||||||&#8221; header_4_line_height=&#8221;1.8em&#8221; text_orientation=&#8221;center&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>Branding Design<\/h4>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.23.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/ashe-designs.com\/wp-content\/uploads\/2024\/01\/web_icons_MG-1.png&#8221; title_text=&#8221;web_icons_MG&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.23.4&#8243; max_width=&#8221;80px&#8221; custom_margin=&#8221;||20px|&#8221; animation_style=&#8221;zoom&#8221; animation_intensity_zoom=&#8221;10%&#8221; border_radii=&#8221;on|100px|100px|100px|100px&#8221; box_shadow_style=&#8221;preset1&#8243; box_shadow_vertical=&#8221;10px&#8221; box_shadow_blur=&#8221;40px&#8221; box_shadow_spread=&#8221;-10px&#8221; box_shadow_color=&#8221;rgba(91,110,115,0.1)&#8221; animation=&#8221;top&#8221; always_center_on_mobile=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.23.4&#8243; text_font=&#8221;||||||||&#8221; text_line_height=&#8221;2em&#8221; header_font=&#8221;||||||||&#8221; header_4_font=&#8221;Merriweather|700|||||||&#8221; header_4_line_height=&#8221;1.8em&#8221; text_orientation=&#8221;center&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>Motion Graphics<\/h4>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.23.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/ashe-designs.com\/wp-content\/uploads\/2024\/01\/web_icons_CS-1.png&#8221; title_text=&#8221;web_icons_CS&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.23.4&#8243; max_width=&#8221;80px&#8221; custom_margin=&#8221;||20px|&#8221; animation_style=&#8221;zoom&#8221; animation_intensity_zoom=&#8221;10%&#8221; border_radii=&#8221;on|100px|100px|100px|100px&#8221; box_shadow_style=&#8221;preset1&#8243; box_shadow_vertical=&#8221;10px&#8221; box_shadow_blur=&#8221;40px&#8221; box_shadow_spread=&#8221;-10px&#8221; box_shadow_color=&#8221;rgba(91,110,115,0.1)&#8221; animation=&#8221;top&#8221; always_center_on_mobile=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.23.4&#8243; text_font=&#8221;||||||||&#8221; text_line_height=&#8221;2em&#8221; header_font=&#8221;||||||||&#8221; header_4_font=&#8221;Merriweather|700|||||||&#8221; header_4_line_height=&#8221;1.8em&#8221; text_orientation=&#8221;center&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>Creative Services<\/h4>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.23.4&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#ffdf7a&#8221; custom_padding=&#8221;101px||101px|||&#8221; top_divider_style=&#8221;waves&#8221; top_divider_color=&#8221;#FFFFFF&#8221; top_divider_height=&#8221;90px&#8221; bottom_divider_style=&#8221;waves&#8221; bottom_divider_color=&#8221;#FFFFFF&#8221; bottom_divider_height=&#8221;85px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.23.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;8%&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.23.4&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/ashe-designs.com\/wp-content\/uploads\/2024\/01\/cropped-smilinglogo-04.png&#8221; title_text=&#8221;cropped-smilinglogo-04.png&#8221; _builder_version=&#8221;4.23.4&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; custom_margin=&#8221;||-31px|||&#8221; custom_padding=&#8221;||0px|||&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,1_3,1_3&#8243; _builder_version=&#8221;4.23.4&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.23.4&#8243; background_color=&#8221;RGBA(255,255,255,0)&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_blurb title=&#8221;My Approach&#8221; image_icon_width=&#8221;80px&#8221; _builder_version=&#8221;4.23.4&#8243; header_font=&#8221;Merriweather|700|||||||&#8221; header_line_height=&#8221;1.8em&#8221; body_font=&#8221;||||||||&#8221; body_font_size=&#8221;13px&#8221; body_line_height=&#8221;2em&#8221; background_color=&#8221;RGBA(255,255,255,0)&#8221; text_orientation=&#8221;center&#8221; custom_padding=&#8221;30px|1px|30px|1px|true|true&#8221; animation_style=&#8221;zoom&#8221; animation_intensity_zoom=&#8221;10%&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; border_radii_image=&#8221;on|100px|100px|100px|100px&#8221; box_shadow_style_image=&#8221;preset1&#8243; box_shadow_vertical_image=&#8221;10px&#8221; box_shadow_blur_image=&#8221;40px&#8221; box_shadow_spread_image=&#8221;-10px&#8221; box_shadow_color_image=&#8221;rgba(91,110,115,0.1)&#8221; image_max_width=&#8221;80px&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span style=\"color: #191919;\">The visual elements of a project serve as\u00a0 storytellers, complementing and enhancing its core functionality. Thoughtfully crafted visuals not only elevate aesthetics but also play a crucial role in conveying information, guiding user experiences, and fostering a deeper connection with the project&#8217;s purpose. The marriage of form and function is where the true magic happens.<\/span><\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.23.4&#8243; background_color=&#8221;RGBA(255,255,255,0)&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_blurb title=&#8221;My Process&#8221; image_icon_width=&#8221;80px&#8221; _builder_version=&#8221;4.23.4&#8243; header_font=&#8221;Merriweather|700|||||||&#8221; header_line_height=&#8221;1.8em&#8221; body_font=&#8221;||||||||&#8221; body_font_size=&#8221;13px&#8221; body_line_height=&#8221;2em&#8221; background_color=&#8221;RGBA(255,255,255,0)&#8221; text_orientation=&#8221;center&#8221; custom_padding=&#8221;30px|0px|30px|0px|true|true&#8221; animation_style=&#8221;zoom&#8221; animation_intensity_zoom=&#8221;10%&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; border_radii_image=&#8221;on|100px|100px|100px|100px&#8221; box_shadow_style_image=&#8221;preset1&#8243; box_shadow_vertical_image=&#8221;10px&#8221; box_shadow_blur_image=&#8221;40px&#8221; box_shadow_spread_image=&#8221;-10px&#8221; box_shadow_color_image=&#8221;rgba(91,110,115,0.1)&#8221; image_max_width=&#8221;80px&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span style=\"color: #191919;\">At the heart of my design process is a commitment to unraveling the core purpose of each project. By delving deep into the essence of the concept, I ensure that every visual element is a strategic and purposeful choice. This approach not only lays the foundation for a cohesive and meaningful design but also ensures that each aesthetic decision aligns seamlessly with the overarching goals, delivering a result that goes beyond mere visuals to tell a compelling and purpose-driven story.<\/span><\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.23.4&#8243; background_color=&#8221;RGBA(255,255,255,0)&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_blurb title=&#8221;Your Needs&#8221; image_icon_width=&#8221;80px&#8221; _builder_version=&#8221;4.23.4&#8243; header_font=&#8221;Merriweather|700|||||||&#8221; header_line_height=&#8221;1.8em&#8221; body_font=&#8221;||||||||&#8221; body_font_size=&#8221;13px&#8221; body_line_height=&#8221;2em&#8221; background_color=&#8221;RGBA(255,255,255,0)&#8221; text_orientation=&#8221;center&#8221; custom_padding=&#8221;30px|0px|30px|0px|true|true&#8221; animation_style=&#8221;zoom&#8221; animation_intensity_zoom=&#8221;10%&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; border_radii_image=&#8221;on|100px|100px|100px|100px&#8221; box_shadow_style_image=&#8221;preset1&#8243; box_shadow_vertical_image=&#8221;10px&#8221; box_shadow_blur_image=&#8221;40px&#8221; box_shadow_spread_image=&#8221;-10px&#8221; box_shadow_color_image=&#8221;rgba(91,110,115,0.1)&#8221; image_max_width=&#8221;80px&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span><span style=\"color: #191919;\">I am dedicated to understanding each client&#8217;s unique scope and needs, ensuring that every aspect of the project aligns seamlessly with their vision and objectives. Your satisfaction is not just a goal but a commitment throughout our collaborative journe<\/span>y.<\/span><\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Call to Action&#8221; _builder_version=&#8221;4.23.4&#8243; background_color=&#8221;RGBA(255,255,255,0)&#8221; background_enable_image=&#8221;off&#8221; background_size=&#8221;contain&#8221; background_repeat=&#8221;space&#8221; max_width=&#8221;1220px&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;3px||3px||true|false&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;0px||0px||true&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;23px|20px|0|20px|false|true&#8221; animation_style=&#8221;zoom&#8221; animation_intensity_zoom=&#8221;10%&#8221; box_shadow_style=&#8221;preset7&#8243; box_shadow_horizontal=&#8221;0px&#8221; box_shadow_vertical=&#8221;0px&#8221; box_shadow_spread=&#8221;50px&#8221; box_shadow_color=&#8221;#ffffff&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; _builder_version=&#8221;4.23.4&#8243; min_height=&#8221;166px&#8221; custom_margin=&#8221;52px|auto||auto||&#8221; custom_padding=&#8221;0|0px|27px|0px||&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.23.4&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_blurb image=&#8221;https:\/\/ashe-designs.com\/wp-content\/uploads\/2025\/09\/h3thumbnails.png&#8221; image_icon_width=&#8221;370px&#8221; content_max_width=&#8221;1100px&#8221; _builder_version=&#8221;4.23.4&#8243; header_font=&#8221;Merriweather|700|||||||&#8221; header_line_height=&#8221;1.8em&#8221; body_font=&#8221;||||||||&#8221; body_font_size=&#8221;13px&#8221; body_line_height=&#8221;2em&#8221; background_color=&#8221;#ffffff&#8221; text_orientation=&#8221;center&#8221; custom_padding=&#8221;28px|30px|28px|30px|true|true&#8221; animation_style=&#8221;zoom&#8221; animation_intensity_zoom=&#8221;10%&#8221; link_option_url=&#8221;https:\/\/www.behance.net\/gallery\/188151779\/Horizon3ai?&#8221; link_option_url_new_window=&#8221;on&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; border_width_all_image=&#8221;1px&#8221; border_color_all_image=&#8221;rgba(0,0,0,0.21)&#8221; box_shadow_style=&#8221;preset1&#8243; box_shadow_vertical=&#8221;10px&#8221; box_shadow_blur=&#8221;60px&#8221; box_shadow_color=&#8221;rgba(1,33,92,0.1)&#8221; box_shadow_style_image=&#8221;preset3&#8243; box_shadow_color_image=&#8221;rgba(91,110,115,0.1)&#8221; image_max_width=&#8221;80px&#8221; locked=&#8221;off&#8221; inline_fonts=&#8221;Merriweather&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h5><span style=\"font-family: Merriweather; font-weight: normal; font-size: large;\"><strong>Horizon3.ai<br \/><\/strong><\/span><em><br \/><span style=\"font-family: Merriweather; font-size: small;\">Social Design | Motion Design | Print Design | Booth Design<\/span><\/em><\/h5>\n<p>Utilized extant brand standards to build a suite of social media posts, event announcements, booth signage and other informational print pieces to continue expanding Horizon3.ai&#8217;s reach and impact in the cybersecurity market.<\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_blurb image=&#8221;https:\/\/ashe-designs.com\/wp-content\/uploads\/2024\/01\/website_mo-1.png&#8221; image_icon_width=&#8221;370px&#8221; content_max_width=&#8221;1100px&#8221; _builder_version=&#8221;4.23.4&#8243; header_font=&#8221;Merriweather|700|||||||&#8221; header_line_height=&#8221;1.8em&#8221; body_font=&#8221;||||||||&#8221; body_font_size=&#8221;13px&#8221; body_line_height=&#8221;2em&#8221; background_color=&#8221;#ffffff&#8221; text_orientation=&#8221;center&#8221; custom_padding=&#8221;28px|30px|28px|30px|true|true&#8221; animation_style=&#8221;zoom&#8221; animation_intensity_zoom=&#8221;10%&#8221; link_option_url=&#8221;https:\/\/www.behance.net\/gallery\/136984745\/MOST-Missouris-529-Plan-Website-Redesign&#8221; link_option_url_new_window=&#8221;on&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; border_width_all_image=&#8221;1px&#8221; border_color_all_image=&#8221;rgba(0,0,0,0.21)&#8221; box_shadow_style=&#8221;preset1&#8243; box_shadow_vertical=&#8221;10px&#8221; box_shadow_blur=&#8221;60px&#8221; box_shadow_color=&#8221;rgba(1,33,92,0.1)&#8221; box_shadow_style_image=&#8221;preset3&#8243; box_shadow_color_image=&#8221;rgba(91,110,115,0.1)&#8221; image_max_width=&#8221;80px&#8221; locked=&#8221;off&#8221; inline_fonts=&#8221;Merriweather&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h5><span style=\"font-family: Merriweather; font-weight: normal; font-size: large;\"><strong>MOST 529 Web Refresh<br \/><\/strong><\/span><em><br \/><span style=\"font-family: Merriweather; font-size: small;\">Website Design\u00a0<\/span><\/em><\/h5>\n<p>Spearheaded the website redesign of <b>MOST529<\/b>, Moussori&#8217;s 529 college savings program, by developing a 10-page layout that aligned with new brand standards. The project, including internal imagery and charts, was built in Sketch to facilitate efficient collaboration with a third-party web development team.<\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; _builder_version=&#8221;4.23.4&#8243; min_height=&#8221;166px&#8221; custom_margin=&#8221;52px|auto||auto||&#8221; custom_padding=&#8221;0|0px|27px|0px||&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.23.4&#8243; custom_padding=&#8221;|||&#8221; link_option_url=&#8221;https:\/\/www.behance.net\/gallery\/136985379\/MyFi-Investing-Ads&#8221; link_option_url_new_window=&#8221;on&#8221; hover_enabled=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221; sticky_enabled=&#8221;0&#8243;][et_pb_blurb image=&#8221;https:\/\/ashe-designs.com\/wp-content\/uploads\/2024\/01\/web_myfi.png&#8221; image_icon_width=&#8221;370px&#8221; content_max_width=&#8221;1100px&#8221; _builder_version=&#8221;4.23.4&#8243; header_font=&#8221;Merriweather|700|||||||&#8221; header_line_height=&#8221;1.8em&#8221; body_font=&#8221;||||||||&#8221; body_font_size=&#8221;13px&#8221; body_line_height=&#8221;2em&#8221; background_color=&#8221;#ffffff&#8221; text_orientation=&#8221;center&#8221; custom_padding=&#8221;28px|30px|28px|30px|true|true&#8221; animation_style=&#8221;zoom&#8221; animation_intensity_zoom=&#8221;10%&#8221; link_option_url=&#8221;https:\/\/www.behance.net\/gallery\/136985379\/MyFi-Investing-Ads&#8221; link_option_url_new_window=&#8221;on&#8221; hover_enabled=&#8221;0&#8243; border_radii=&#8221;on|10px|10px|10px|10px&#8221; border_width_all_image=&#8221;1px&#8221; border_color_all_image=&#8221;rgba(0,0,0,0.21)&#8221; box_shadow_style=&#8221;preset1&#8243; box_shadow_vertical=&#8221;10px&#8221; box_shadow_blur=&#8221;60px&#8221; box_shadow_color=&#8221;rgba(1,33,92,0.1)&#8221; box_shadow_style_image=&#8221;preset3&#8243; box_shadow_color_image=&#8221;rgba(91,110,115,0.1)&#8221; image_max_width=&#8221;80px&#8221; locked=&#8221;off&#8221; inline_fonts=&#8221;Merriweather&#8221; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243;]<\/p>\n<h5><span style=\"font-family: Merriweather; font-weight: normal; font-size: large;\"><strong>MyFi Investment<br \/><\/strong><\/span><em><br \/><span style=\"font-family: Merriweather; font-size: small;\">Storyboarding | Motion Graphics\u00a0<\/span><\/em><\/h5>\n<p>Collaborated closely with the art director and scriptwriter to translate copy into dynamic storyboards, leading to the creation of sharp and engaging motion graphics for MyFi Financial Solutions. This cross-functional effort was key to building brand awareness across social media platforms.<\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_blurb image=&#8221;https:\/\/ashe-designs.com\/wp-content\/uploads\/2024\/01\/website_gua.png&#8221; image_icon_width=&#8221;370px&#8221; content_max_width=&#8221;1100px&#8221; _builder_version=&#8221;4.23.4&#8243; header_font=&#8221;Merriweather|700|||||||&#8221; header_line_height=&#8221;1.8em&#8221; body_font=&#8221;||||||||&#8221; body_font_size=&#8221;13px&#8221; body_line_height=&#8221;2em&#8221; background_color=&#8221;#ffffff&#8221; text_orientation=&#8221;center&#8221; custom_padding=&#8221;28px|30px|28px|30px|true|true&#8221; animation_style=&#8221;zoom&#8221; animation_intensity_zoom=&#8221;10%&#8221; link_option_url=&#8221;https:\/\/www.behance.net\/gallery\/84095879\/Guardian&#8221; link_option_url_new_window=&#8221;on&#8221; border_radii=&#8221;on|10px|10px|10px|10px&#8221; border_width_all_image=&#8221;1px&#8221; border_color_all_image=&#8221;rgba(0,0,0,0.21)&#8221; box_shadow_style=&#8221;preset1&#8243; box_shadow_vertical=&#8221;10px&#8221; box_shadow_blur=&#8221;60px&#8221; box_shadow_color=&#8221;rgba(1,33,92,0.1)&#8221; box_shadow_style_image=&#8221;preset3&#8243; box_shadow_color_image=&#8221;rgba(91,110,115,0.1)&#8221; image_max_width=&#8221;80px&#8221; locked=&#8221;off&#8221; inline_fonts=&#8221;Merriweather&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h5><span style=\"font-family: Merriweather; font-weight: normal; font-size: large;\"><strong>\u00a0Guardian Life Insurance<br \/><\/strong><\/span><em><br \/><span style=\"font-family: Merriweather; font-size: small;\">Website Design | Motion Graphics | Storyboarding\u00a0<\/span><\/em><\/h5>\n<p>Designed Guardian Momentum website, employing updated client branding. Developed storyboards for Guardian Elite motion graphics and animated informational videos for social media usage. Created original designs for a digital Valuation Application, including chart designs.<\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][et_pb_row custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.23.4&#8243; background_enable_image=&#8221;off&#8221; background_size=&#8221;contain&#8221; background_position=&#8221;top_left&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; custom_padding=&#8221;0px|110px||110px|false|true&#8221; custom_padding_tablet=&#8221;|90px||90px|false|true&#8221; custom_padding_phone=&#8221;|60px||60px||true&#8221; use_custom_width=&#8221;on&#8221; width_unit=&#8221;off&#8221; custom_width_percent=&#8221;100%&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.18.0&#8243; background_color=&#8221;RGBA(255,255,255,0)&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_button button_url=&#8221;https:\/\/ashe-designs.com\/wp-content\/uploads\/2025\/09\/ashe_griffin_resume2025-1.pdf&#8221; url_new_window=&#8221;on&#8221; button_text=&#8221;Download Resume&#8221; button_alignment=&#8221;center&#8221; _builder_version=&#8221;4.23.4&#8243; custom_button=&#8221;on&#8221; button_text_size=&#8221;13px&#8221; button_text_color=&#8221;#ffffff&#8221; button_bg_color=&#8221;#dd6e41&#8243; button_border_width=&#8221;0px&#8221; button_border_color=&#8221;rgba(0,0,0,0)&#8221; button_border_radius=&#8221;100px&#8221; button_letter_spacing=&#8221;2px&#8221; button_font=&#8221;Montserrat|500||on|||||&#8221; button_use_icon=&#8221;off&#8221; custom_margin=&#8221;|||&#8221; custom_padding=&#8221;16px|30px|16px|30px|true|true&#8221; button_letter_spacing_hover=&#8221;2px&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; button_text_size__hover_enabled=&#8221;off&#8221; button_one_text_size__hover_enabled=&#8221;off&#8221; button_two_text_size__hover_enabled=&#8221;off&#8221; button_text_color__hover_enabled=&#8221;off&#8221; button_one_text_color__hover_enabled=&#8221;off&#8221; button_two_text_color__hover_enabled=&#8221;off&#8221; button_border_width__hover_enabled=&#8221;off&#8221; button_one_border_width__hover_enabled=&#8221;off&#8221; button_two_border_width__hover_enabled=&#8221;off&#8221; button_border_color__hover_enabled=&#8221;off&#8221; button_one_border_color__hover_enabled=&#8221;off&#8221; button_two_border_color__hover_enabled=&#8221;off&#8221; button_border_radius__hover_enabled=&#8221;off&#8221; button_one_border_radius__hover_enabled=&#8221;off&#8221; button_two_border_radius__hover_enabled=&#8221;off&#8221; button_letter_spacing__hover_enabled=&#8221;on&#8221; button_letter_spacing__hover=&#8221;2px&#8221; button_one_letter_spacing__hover_enabled=&#8221;off&#8221; button_two_letter_spacing__hover_enabled=&#8221;off&#8221; button_bg_color__hover_enabled=&#8221;off&#8221; button_one_bg_color__hover_enabled=&#8221;off&#8221; button_two_bg_color__hover_enabled=&#8221;off&#8221;][\/et_pb_button][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Testimonials&#8221; _builder_version=&#8221;4.23.4&#8243; background_color=&#8221;#01d6c0&#8243; background_image=&#8221;https:\/\/ashe-designs.com\/wp-content\/uploads\/2024\/01\/vecteezy_memphis-pastel-pattern-seamless_8135616.png&#8221; background_size=&#8221;contain&#8221; background_repeat=&#8221;repeat-x&#8221; background_blend=&#8221;soft-light&#8221; min_height=&#8221;320px&#8221; custom_padding=&#8221;4vw||||false|false&#8221; top_divider_color=&#8221;#FFFFFF&#8221; top_divider_flip=&#8221;vertical&#8221; bottom_divider_style=&#8221;triangle&#8221; bottom_divider_color=&#8221;#FFFFFF&#8221; bottom_divider_height=&#8221;44px&#8221; bottom_divider_flip=&#8221;vertical&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; _builder_version=&#8221;4.23.4&#8243; min_height=&#8221;232px&#8221; custom_margin=&#8221;-47px|auto||auto||&#8221; custom_padding=&#8221;46px|0px|52px|0px||&#8221; animation_style=&#8221;flip&#8221; border_radii=&#8221;on|15px|15px|15px|15px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.23.4&#8243; background_color=&#8221;RGBA(255,255,255,0)&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_testimonial job_title=&#8221;Production Manager&#8221; quote_icon=&#8221;off&#8221; _builder_version=&#8221;4.23.4&#8243; body_font=&#8221;||||||||&#8221; body_line_height=&#8221;2em&#8221; position_font=&#8221;|700|on||||||&#8221; custom_margin=&#8221;0px|||||&#8221; custom_padding=&#8221;42px|40px|30px|40px||&#8221; animation_style=&#8221;slide&#8221; border_radii=&#8221;on|13px|13px|13px|13px&#8221; box_shadow_style=&#8221;preset1&#8243; box_shadow_style_image=&#8221;preset1&#8243; box_shadow_vertical_image=&#8221;10px&#8221; box_shadow_blur_image=&#8221;60px&#8221; box_shadow_color_image=&#8221;rgba(1,33,92,0.1)&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>&#8220;<span>Her dedication to open communication and proactive problem-solving significantly contributed to the success of our project. Ashe seamlessly integrated with the team, demonstrating not only a deep understanding of their role but also a genuine commitment to fostering a collaborative environment.<\/span>&#8220;<\/p>\n<p>[\/et_pb_testimonial][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.23.4&#8243; background_color=&#8221;RGBA(255,255,255,0)&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_testimonial job_title=&#8221;Creative Director&#8221; quote_icon=&#8221;off&#8221; _builder_version=&#8221;4.23.4&#8243; body_font=&#8221;||||||||&#8221; body_line_height=&#8221;2em&#8221; position_font=&#8221;|700|on||||||&#8221; custom_margin=&#8221;0px|||||&#8221; custom_padding=&#8221;42px|40px|30px|40px||&#8221; animation_style=&#8221;slide&#8221; border_radii=&#8221;on|13px|13px|13px|13px&#8221; box_shadow_style=&#8221;preset1&#8243; box_shadow_style_image=&#8221;preset1&#8243; box_shadow_vertical_image=&#8221;10px&#8221; box_shadow_blur_image=&#8221;60px&#8221; box_shadow_color_image=&#8221;rgba(1,33,92,0.1)&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>&#8220;<span>Ashe brings a refreshing perspective to every project, seamlessly marrying artistic vision with practical problem-solving. As a creative director, I appreciate her ability to not only conceive imaginative and visually interesting concepts, but also to tackle challenges with innovative solutions.&#8221;<\/span><span><\/span><span><\/span><span><\/span><\/p>\n<p>[\/et_pb_testimonial][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Footer&#8221; _builder_version=&#8221;4.18.0&#8243; background_color=&#8221;#f9f9f4&#8243; use_background_color_gradient=&#8221;on&#8221; background_color_gradient_type=&#8221;circular&#8221; background_color_gradient_stops=&#8221;#f9f9f4 80%|#ffffff 100%&#8221; background_color_gradient_start=&#8221;#f9f9f4&#8243; background_color_gradient_start_position=&#8221;80%&#8221; background_color_gradient_end=&#8221;#ffffff&#8221; background_image=&#8221;https:\/\/ashe-designs.com\/wp-content\/uploads\/2022\/09\/website_box_bg_2.png&#8221; background_position=&#8221;top_center&#8221; max_width=&#8221;1220px&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;60px|179px|60px|124px|true|false&#8221; custom_padding=&#8221;|12.1%||12.1%|false|true&#8221; animation_style=&#8221;zoom&#8221; animation_intensity_zoom=&#8221;10%&#8221; saved_tabs=&#8221;all&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.18.0&#8243; custom_padding=&#8221;30px||30px||true&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.18.0&#8243; background_color=&#8221;RGBA(255,255,255,0)&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; text_font=&#8221;||||||||&#8221; text_line_height=&#8221;2em&#8221; header_font=&#8221;||||||||&#8221; header_3_font=&#8221;Merriweather|700|||||||&#8221; header_3_font_size=&#8221;30px&#8221; header_3_line_height=&#8221;1.6em&#8221; header_4_font=&#8221;Merriweather|700|||||||&#8221; header_4_text_color=&#8221;#15c39a&#8221; header_4_line_height=&#8221;1.8em&#8221; text_orientation=&#8221;center&#8221; max_width=&#8221;500px&#8221; module_alignment=&#8221;center&#8221; header_3_font_size_tablet=&#8221;&#8221; header_3_font_size_phone=&#8221;16px&#8221; header_3_font_size_last_edited=&#8221;on|desktop&#8221; header_4_font_size_tablet=&#8221;&#8221; header_4_font_size_phone=&#8221;14px&#8221; header_4_font_size_last_edited=&#8221;on|phone&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3>Get in touch<\/h3>\n<p><span>Don&#8217;t hesitate to reach out and initiate the first step towards bringing your vision to life\u2014contact me today to embark on a collaborative journey that transforms ideas into remarkable projects<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8221;4.18.0&#8243; custom_padding=&#8221;30px||30px||true&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.18.0&#8243; background_color=&#8221;RGBA(255,255,255,0)&#8221; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_button button_text=&#8221;Let&#8217;s work together!&#8221; button_alignment=&#8221;center&#8221; _builder_version=&#8221;4.23.4&#8243; custom_button=&#8221;on&#8221; button_text_size=&#8221;13px&#8221; button_text_color=&#8221;#ffffff&#8221; button_bg_color=&#8221;#dd6e41&#8243; button_border_width=&#8221;0px&#8221; button_border_color=&#8221;rgba(0,0,0,0)&#8221; button_border_radius=&#8221;100px&#8221; button_letter_spacing=&#8221;2px&#8221; button_font=&#8221;Montserrat|500||on|||||&#8221; button_use_icon=&#8221;off&#8221; custom_margin=&#8221;|||&#8221; custom_padding=&#8221;16px|30px|16px|30px|true|true&#8221; button_letter_spacing_hover=&#8221;2px&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; button_text_size__hover_enabled=&#8221;off&#8221; button_one_text_size__hover_enabled=&#8221;off&#8221; button_two_text_size__hover_enabled=&#8221;off&#8221; button_text_color__hover_enabled=&#8221;off&#8221; button_one_text_color__hover_enabled=&#8221;off&#8221; button_two_text_color__hover_enabled=&#8221;off&#8221; button_border_width__hover_enabled=&#8221;off&#8221; button_one_border_width__hover_enabled=&#8221;off&#8221; button_two_border_width__hover_enabled=&#8221;off&#8221; button_border_color__hover_enabled=&#8221;off&#8221; button_one_border_color__hover_enabled=&#8221;off&#8221; button_two_border_color__hover_enabled=&#8221;off&#8221; button_border_radius__hover_enabled=&#8221;off&#8221; button_one_border_radius__hover_enabled=&#8221;off&#8221; button_two_border_radius__hover_enabled=&#8221;off&#8221; button_letter_spacing__hover_enabled=&#8221;on&#8221; button_letter_spacing__hover=&#8221;2px&#8221; button_one_letter_spacing__hover_enabled=&#8221;off&#8221; button_two_letter_spacing__hover_enabled=&#8221;off&#8221; button_bg_color__hover_enabled=&#8221;off&#8221; button_one_bg_color__hover_enabled=&#8221;off&#8221; button_two_bg_color__hover_enabled=&#8221;off&#8221;][\/et_pb_button][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.23.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;8px|||||&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.23.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.23.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; text_font=&#8221;||||||||&#8221; text_line_height=&#8221;2em&#8221; header_font=&#8221;||||||||&#8221; header_2_font=&#8221;Merriweather|700|||||||&#8221; header_2_font_size=&#8221;36px&#8221; header_2_line_height=&#8221;1.6em&#8221; max_width=&#8221;1149px&#8221; custom_margin=&#8221;||-1px|||&#8221; header_2_font_size_tablet=&#8221;&#8221; header_2_font_size_phone=&#8221;20px&#8221; header_2_font_size_last_edited=&#8221;on|phone&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 style=\"text-align: center;\">Clients<\/h2>\n<p>[\/et_pb_text][ba_logo_carousel logo_height=&#8221;200px&#8221; logo_width=&#8221;200px&#8221; _builder_version=&#8221;4.23.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][ba_logo_carousel_child logo=&#8221;https:\/\/ashe-designs.com\/wp-content\/uploads\/2024\/01\/web_logo_asc-1.png&#8221; _builder_version=&#8221;4.23.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/ba_logo_carousel_child][ba_logo_carousel_child logo=&#8221;https:\/\/ashe-designs.com\/wp-content\/uploads\/2024\/01\/web_logo_gua-2.png&#8221; _builder_version=&#8221;4.23.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/ba_logo_carousel_child][ba_logo_carousel_child logo=&#8221;https:\/\/ashe-designs.com\/wp-content\/uploads\/2024\/01\/web_logo_h3-2.png&#8221; _builder_version=&#8221;4.23.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/ba_logo_carousel_child][ba_logo_carousel_child logo=&#8221;https:\/\/ashe-designs.com\/wp-content\/uploads\/2024\/01\/web_logo_ky-2.png&#8221; _builder_version=&#8221;4.23.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/ba_logo_carousel_child][ba_logo_carousel_child logo=&#8221;https:\/\/ashe-designs.com\/wp-content\/uploads\/2024\/01\/web_logo_mo-2.png&#8221; _builder_version=&#8221;4.23.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/ba_logo_carousel_child][ba_logo_carousel_child logo=&#8221;https:\/\/ashe-designs.com\/wp-content\/uploads\/2024\/01\/web_logo_hi-2.png&#8221; _builder_version=&#8221;4.23.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/ba_logo_carousel_child][ba_logo_carousel_child logo=&#8221;https:\/\/ashe-designs.com\/wp-content\/uploads\/2024\/01\/web_logo_dc-1.png&#8221; _builder_version=&#8221;4.23.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/ba_logo_carousel_child][\/ba_logo_carousel][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; fullwidth=&#8221;on&#8221; prev_background_color=&#8221;#ffffff&#8221; _builder_version=&#8221;4.23.4&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#dd6e41&#8243; min_height=&#8221;100px&#8221; height=&#8221;157px&#8221; max_height=&#8221;157px&#8221; custom_padding=&#8221;0px|||||&#8221; top_divider_style=&#8221;curve&#8221; top_divider_height=&#8221;143px&#8221; top_divider_repeat=&#8221;1x&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_fullwidth_header text_orientation=&#8221;center&#8221; _builder_version=&#8221;4.23.4&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#dd6e41&#8243; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span style=\"color: #dd6e41;\">Fizzlepop<\/span><\/p>\n<p>[\/et_pb_fullwidth_header][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; fullwidth=&#8221;on&#8221; _builder_version=&#8221;4.23.4&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#dd6e41&#8243; custom_padding=&#8221;0px|||||&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>About Ashe Pixel Pusher Extraordinaire | Digital Jester Ready to make your brand unforgettable? I&#8217;m a graphic designer specializing in creating unique, impactful visuals that help you stand out. Let&#8217;s turn your vision into a strategic and stunning brand identity that captures your audience&#8217;s attention and sets you apart from the competition.How can I help?Website [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","_coblocks_attr":"","_coblocks_dimensions":"","_coblocks_responsive_height":"","_coblocks_accordion_ie_support":"","footnotes":""},"class_list":["post-186","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/ashe-designs.com\/index.php?rest_route=\/wp\/v2\/pages\/186","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ashe-designs.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ashe-designs.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ashe-designs.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ashe-designs.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=186"}],"version-history":[{"count":100,"href":"https:\/\/ashe-designs.com\/index.php?rest_route=\/wp\/v2\/pages\/186\/revisions"}],"predecessor-version":[{"id":511,"href":"https:\/\/ashe-designs.com\/index.php?rest_route=\/wp\/v2\/pages\/186\/revisions\/511"}],"wp:attachment":[{"href":"https:\/\/ashe-designs.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=186"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}