How To Create and Use SVG Files on Your Website

September 23, 2024 by
[ad_1] Some people say Elvis Presley was the greatest performer of all time. We say the SVG file format is a close rival. You see, Elvis always delivered. His personal mantra was, “Taking care of business,” abbreviated as TCB on his jewelry. Source And you could say the same for SVG files. DreamHost Glossary SVG […]
[lwptoc]

[ad_1]

Some people say Elvis Presley was the greatest performer of all time.

We say the SVG file format is a close rival.

You see, Elvis always delivered. His personal mantra was, “Taking care of business,” abbreviated as TCB on his jewelry.

Photo Of Elvis At George Klein’s Wedding Wearing His Tcb Necklace
Source

And you could say the same for SVG files.

DreamHost Glossary

SVG

An SVG file, or Scalable Vector Graphic file, is a file format that renders two-dimensional images. It describes how the image should appear using an XML text format.

Read More

No matter what project you’re working on, this image format will get the job done. These files are lightweight, scalable, and great for accessibility. You can even edit them using code.

Still need convincing? In this ever-so-readable guide, we take a closer look at the SVG format and explain how to use these files in your own projects.

Ready to get started? Let’s have a little less conversation, a little more action!

The ABCs of SVGs: Understanding Image Files

Say you’re building a website. You’re probably going to want some images.

Which file type should you use?

Your instinct might be JPEG or PNG. Maybe you’ll go wild and throw in some GIFs.

How To Create And Use Svg Files On Your Website - Ericks Webs Design
Source

But…what’s the difference? Well, here’s a comparison of the usual suspects:

JPEG (Joint Photographic Experts Group)

  • Pros: Smaller file sizes, great for complex images.
  • Cons: Loses quality when compressed, no transparency.

PNG (Portable Network Graphics)

  • Pros: Lossless compression, supports transparency.
  • Cons: Bigger files than JPEGs.

GIF (Graphics Interchange Format)

  • Pros: Supports simple animations, small file size.
  • Cons: Limited colors, can look pixelated.
How To Create And Use Svg Files On Your Website - Ericks Webs Design
How To Create And Use Svg Files On Your Website 34

These formats might appear diverse. However, they are all examples of raster images.

Raster (or bitmap) images are painted with precisely placed pixels. They have fixed dimensions, colors, and shapes.

These file types are great for sharing images with a lot of detail, such as high-quality photos.

The downside is that you can’t ever change or stretch the original image. You can only paint over it or add more pixels.

Why SVGs Are So Useful

The SVG (Scalable Vector Graphics) format is different.

Vector files hold a set of text instructions on how to build an image. These files are written in XML (Extensible Markup Language).

DreamHost Glossary

XML

XML is an acronym for Extensible Markup Language. This language uses tags to add information to files, which both machines and humans can read.

Read More

When you try to load an SVG file, your device looks at the instructions and builds the picture on demand.

There are several advantages to this system:

  • SVGs can be scaled to any size and still look perfect.
  • They can also be edited like code files.
  • You can even style them using CSS.
  • Because SVGs are made of text, they have really small file sizes.
  • This means they take up less storage space on your web server.
  • And they can load faster than raster graphics.

One other benefit of using SVGs is improved accessibility. You can adjust these files locally on devices, according to the user’s needs, and screen readers can interpret them.

The downside of SVGs is that they can get very large if you include loads of detail. Plus, you can’t optimize them in the same way as raster images. If you want to share photography, you’re probably better off with a JPEG.

But for most other visual content, the SVG format is a strong option.

Feature SVG JPEG PNG GIF
Scalability Strong ✅ Nope ❌ Nope ❌ Nope ❌
File Size Usually small ✅ Can be small ✅ Often large ❌ Small for simple images ✅
Transparency Yep ✅ Nope ❌ Yep ✅ Yes, but limited ⚠️
Animation Heck yeah! ? Nope ❌ Nope ❌ Basic only ⚠️
Best for Graphics, icons, logos  Photos Images needing transparency Simple animations
Editability With code! ? Nope ❌ Nope ❌ Nope ❌
Browser Support Most modern browsers ✅ All browsers ✅ All browsers ✅ All browsers ✅

Common Uses for SVG Images

While SVGs are pretty versatile, they mostly appear in web design as:

  • Icons: From social media links to shopping cart buttons, SVG icons look crisp on any device.
  • Logos: Saving your brand logo as an SVG ensures it will look perfect everywhere — from tiny mobile screens to massive billboards.
  • Illustrations: Many websites now use SVG illustrations rather than stock images. Even when the graphics are very detailed, they scale perfectly.
  • Animations: Yes, SVGs can move! You can animate them for that extra flair on your website, like a spinning logo or a dancing character.
  • Infographics: Because SVGs are scalable, you can also use them to build interactive data visualizations. Very cool!

Working With SVGs: Create or Copy?

Okay, that’s enough starry-eyed praise. It’s time to get to work.

If you want to integrate SVGs into your digital projects, you need to grab some ready-made designs or make your own graphics from scratch.

Finding Free SVGs

Using someone else’s designs is the easier option. And luckily, thousands of SVGs are available to download online.

Many are free for personal projects, but you may need to pay for commercial use.

Here are some of our favorite resources:

  • Font Awesome: A popular pack of SVG icons.
  • Freepik: Huge database of vector graphics, illustrations, and icons.
  • Lineicons: Pack of over 8,400 clean, simple icons.
  • Free SVG: Library of completely free SVG illustrations. 
  • Open Doodles: Free colorful, character-like illustrations of people.
  • IconScout: Searchable library of over 9.5 million assets, including free and paid icons, illustrations, logos, and more.
  • DrawKit: Multiple packs of 2D/3D illustrations, free and premium.
  • unDraw: Loads of great, free SVG illustrations.

Remember that you can edit any SVG you download. So, you can use free files as a starting point for your own creations.

Get Content Delivered Straight to Your Inbox

Subscribe now to receive all the latest updates, delivered directly to your inbox.

How To Create and Edit SVG Files

Can’t find what you need online? Not to worry. Editing SVGs is a piece of cake.

Here’s a quick walkthrough:

1. Choose Your Software

The easiest way to edit SVGs is with a vector graphics editor. Here are some popular options:

  • Adobe Illustrator ($$$): The heavyweight champ. Pricey, but powerful.
  • Inkscape (free): The free alternative that packs a punch.
  • Figma ($): Great for collaborative design work.
  • Sketch ($): A lighter alternative to Illustrator, popular with interface designers.

We will base the rest of this walkthrough on Inkscape, but the process looks very similar in most vector editing apps.

2. Set Up Your Canvas

If you’re starting afresh, you’ll need to create a canvas for your work. In Inkscape, visit File > New and choose the dimensions for your new image.

Screenshot Of The &Quot;New&Quot; Option Located Under File In The Top Nav Menu
How To Create And Use Svg Files On Your Website 35

If you want to edit an existing SVG document, head to File > Open to fire up the editor.

3. Draw Your Design

The most important tool in vector editing is the Bezier tool. You can select it from the toolbar on the left of your workspace. The icon looks like a fountain pen drawing a curved line.

Screenshot Location Of The Bezier Tool Which Looks Like A Ink Pen Topper Next To A Drawn Line
How To Create And Use Svg Files On Your Website 36

This tool lets you create straight lines and perfect curves with a few clicks.

Each shape you make contains individual paths and points, which are recorded in the underlying XML code.

Using the Bezier tool, you can easily go back and adjust these points and paths after you’ve made them.Once you’re happy with the structure, add your own colors via the Object Properties panel.

Top Nav Bar With Drop Down From &Quot;Object&Quot; To &Quot;Object Properties&Quot;
How To Create And Use Svg Files On Your Website 37

Object properties options will appear in the right-hand menu.

Screenshot Of The Object Properties Menu Now Open On The Right-Hand Menu Showing Color And Pattern Variations.
How To Create And Use Svg Files On Your Website 38

Pro tip: Want to dive deeper into vector editing? Inkscape has an awesome library of free tutorials right here.

4. Save As SVG

Once you’re happy with your graphic, head to File >Save As, and choose SVG as your format.

Drop Down Menu From &Quot;File&Quot; To &Quot;Open&Quot;
How To Create And Use Svg Files On Your Website 39

Give it a cool name, and hit save!

How To Add SVGs to Your Website

You’ve made your vector masterpiece. Now, the world deserves to see it. 

You can embed SVGs in your website’s HTML. All you need is an tag that points to your file. It should look something like this:

My Awesome Svg

Alternatively, you can insert the XML code from your SVG file straight into your web page using the tag.

Here’s an example:


  

This code will produce a nice round button, with a red outline and a green interior.

Enabling SVG in WordPress

Adding individual images via HTML is a very slow process. You might prefer to upload SVGs via your CMS (content management system).

But there’s a problem for WordPress users.

By default, WordPress doesn’t natively support SVG uploads. This is because bad actors can use SVGs to deliver malware.

The easiest way to enable SVGs is by installing a plugin like Safe SVG or SVG Support. These tools check every upload to make sure nothing nasty is hidden inside.

Screenshot Of The Safe Svg Download Screen
How To Create And Use Svg Files On Your Website 40

You can then upload and insert SVGs via the WordPress Media Library. Simply navigate to Media > Add New, and choose the graphics you want to include.

Styling SVGs With CSS

If you embed SVG files using the tag, you can change how your images will appear using CSS.

Say you created a green graphic, but you want it to look red on your website. Instead of creating a new copy, you can just write the following style:

svg {
  stroke: red;
  fill: blue;
}

The stroke attribute defines what color your graphic’s outline should be. Meanwhile, the fill attribute controls the color between the lines.

Pro tip: There are a lot more attributes to play with.

Making Your SVG Images Responsive

SVG files are infinitely scalable, so you can use them in responsive designs. It just requires a little CSS magic.

Here’s a step-by-step walkthrough:

1. Embed your image using the tag. This means you can make changes via CSS.

2. Remove the height and width dimensions. This will force your SVG to adapt to its container. Make sure the viewBox part remains. It should look something like this:


  

3. Set the maximum size of your SVG. This prevents the image from spilling outside its container. For example:

svg {
  display: inline-block;
  max-width: 100%;
}

And you’re done!

Pro tip: If this all sounds a bit technical, try ZipWP. It’s an AI-powered website builder that handles the styling for you.

SVG Masterclass: 4 Advanced Tips

We’ve covered the basics of creating and sharing SVGs. To finish up this guide, let’s look at some advanced techniques.

1. Animate Your SVG Graphics

Did you know that you can make your SVGs dance? Yes, animation works on this file type.

Simple Animation Of A &Quot;Loading&Quot; Button Moving Up And Down The Solid Black Background Graphic
How To Create And Use Svg Files On Your Website 41

As with the original image, you can animate your graphics using simple XML code. Just add an element inside your shape to get things moving.

It should look something like this:


  
    
  

You can use this technique to add a little movement to icons, create a page loading indicator, or even design animated ads.

2. Use SVG Sprites for Faster Load Times

SVG sprites are like a greatest hits album for your icons. Instead of having dozens of individual icon files, you bundle them all into one SVG.

This means you only need to make one HTTP request per page, no matter how many icons you’re using. It’s a great way to reduce loading times and conserve bandwidth.

Many icon packs are delivered in sprite form nowadays. You can make your own, as well.

To embed a particular icon on your site, you simply pinpoint the area of the sprite file where that icon is saved. You can do this using basic CSS code:

#button {
  width: 20px;
  height: 20px;
  background: url('sprite.svg') -128px 0;
}

Pro tip: We recommend using an online tool like CSS Sprites Generator to calculate the correct distances.

3. Optimize Your SVG Files for Better Performance

While SVG files start pretty small, you can optimize them to make them even lighter.

Here’s how to do it:

  • Use a tool like SVGOMG. Yeah, that’s a real thing. It’s a great little web app that lets you compress SVGs without losing quality.
  • Simplify paths where possible. Complicated shapes can turn into vast amounts of XML code. Many vector graphics editors have tools for this task. (It’s under Path > Simplify in Inkscape).
  • Consider lazy loading for SVGs below the fold. By delaying loading images lower down the page, you can reduce the impact of multiple images.

4. Make Your Graphics Accessible

Because SVGs are text-based files, they are easy for screen readers and other assistive software to understand.

That said, there are still steps you can take to make them even more accessible:

  • Include </code> and <code><desc/></code> within your SVG files</strong>. These elements provide descriptions of the graphic, which are particularly helpful for users who rely on screen readers.</li> <li><strong>Add a <code>role="img"</code> attribute</strong>. This informs assistive technologies that the SVG is an image.</li> <li><strong>Fill in the <code>aria-labelledby</code> attribute. </strong>which should reference the IDs of the <code><title/></code> and <code><desc/></code> elements, linking them as labels for the image.</li> <li><strong>For more complex SVGs, provide alt text</strong>. Describe the image, so screen readers have less to interpret.</li> </ul> <figure class="wp-block-image size-full"><img decoding="async" width="1600" height="666" src="https://ewd.erickswebs.com/wp-content/uploads/2025/04/1743833114_9_How-To-Create-and-Use-SVG-Files-on-Your-Website.webp.webp" alt="Simple Animation Of A &Quot;Loading&Quot; Button Moving Up And Down The Solid Black Background Graphic " class="wp-image-49649 lazyload" style="--smush-placeholder-width: 1600px; --smush-placeholder-aspect-ratio: 1600/666;" title="How To Create And Use Svg Files On Your Website 33" data-><figcaption>How To Create And Use Svg Files On Your Website 42</figcaption></figure> <p>An additional benefit of making SVGs super-accessible is that you’re also optimizing them for search. SEO win!</p> <h2 id="h2_taking-care-of-business" class="wp-block-heading">Taking Care of Business</h2> <p>Just as Elvis took care of business on stage, SVGs can help you take care of business on your website. These versatile, scalable graphics offer a world of possibilities for web designers and developers alike.</p> <p>From crisp logos and responsive icons to interactive animations and accessible visuals, SVGs are the unsung heroes of modern web design.</p> <p>Having checked out this guide, you should feel pretty confident about using SVGs in your projects. But is your hosting up to the test?</p> <p>If you want to ensure your site can handle tons of high-quality graphics, consider switching to DreamHost.</p> <p>Our hosting plans all come with unmetered bandwidth (excluding cloud hosting), meaning you don’t have to worry if your site gets lots of visitors.</p> <p><a href="https://panel.dreamhost.com/signup/?lng=en#!/shared/?plan=sharedunlimited&term=3year&p=SHARED-2593952" target="_blank" rel="noreferrer noopener">Sign up today</a> to try it for yourself!</p> <h2 id="h2_fun-faqs-about-svgs" class="wp-block-heading">Fun FAQs About SVGs</h2> <p>If you’re still curious about SVGs, that’s totally fine. We have more knowledge to share. Here’s a quick roundup of some questions we might have missed:</p> <h3 class="wp-block-heading">How do you convert SVG to JPEG?<strong> </strong></h3> <p>You can do this quickly using a desktop vector editor or an online tool like<a href="https://cloudconvert.com/svg-to-jpg" target="_blank" rel="noreferrer noopener"> CloudConvert</a>.</p> <h3 class="wp-block-heading" id="h-can-you-edit-svgs-directly-in-a-text-editor">Can you edit SVGs directly in a text editor?</h3> <p>Yes! SVGs are XML-based, so you can modify their code directly.</p> <h3 class="wp-block-heading" id="h-is-svg-clearer-than-png">Is SVG clearer than PNG?</h3> <p>In most cases, yes. This is particularly noticeable if you try to scale up a PNG file.</p> <h3 class="wp-block-heading" id="h-can-you-edit-svgs-using-javascript">Can you edit SVGs using JavaScript?</h3> <p>Yep, you can. This is useful for dynamic changes based on user inputs.</p> <h3 class="wp-block-heading" id="h-are-svgs-supported-in-all-browsers">Are SVGs supported in all browsers?</h3> <p>SVGs are supported in all modern web browsers, including Chrome, Firefox, Safari, and Edge.</p> <div class="article-newsletter article-newsletter--gradient"> <h2>Get Content Delivered Straight to Your Inbox</h2> <p>Subscribe now to receive all the latest updates, delivered directly to your inbox.</p> </div> <p><em>This page contains affiliate links. This means we may earn a commission if you purchase services through our link without any extra cost to you.</em></p> <div class="like-unlike-post"> <h5> Did you enjoy this article? </h5> <p> <button type="button" class="like-button" data-post-id="49598" aria-label="Like this post"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" stroke-width="0" stroke="var(--c-brand)" viewbox="0 0 28 28.1" height="48px" width="48px" fill="var(--c-brand)"> <path d="M27.2,15.6c.5-.7.8-1.6.8-2.7,0-2.1-1.8-4-4-4h-3.8c.5-.9,1.1-2.1,1.1-3.8C21.3,1.9,20,0,16.8,0,15.2,0,14.6,2.1,14.2,3.7c-.2,1-.4,1.9-.9,2.4-1.3,1.3-3.3,4.4-4.4,5.1-.1.1-.3.1-.4.1-.3-.5-.8-.8-1.4-.8H1.8C.8,10.5,0,11.3,0,12.3v14C0,27.3.8,28.1,1.8,28.1h5.2c1,0,1.8-.8,1.8-1.8v-.5c1.8,0,5.5,2.2,9.7,2.2h2.2c3.2,0,5-2,4.9-4.9.8-1,1.2-2.4,1-3.7.7-1,.9-2.6.6-3.8ZM1.8,26.2v-14h5.2v14H1.8ZM25,15.1c.9.6.9,3.3-.3,3.9.7,1.2.1,2.9-.8,3.4.5,2.9-1,3.9-3.1,3.9h-2.2c-4,0-7.4-2.2-9.7-2.2v-11.2c2.1,0,4-3.7,5.8-5.6,1.7-1.7,1.1-4.5,2.2-5.6,2.8,0,2.8,1.9,2.8,3.3,0,2.3-1.7,3.3-1.7,5.6h6.1c1.2,0,2.2,1.1,2.2,2.2,0,1.2-.5,2.1-1.3,2.3h0ZM5.7,23.6c0,.7-.6,1.3-1.3,1.3s-1.3-.6-1.3-1.3.6-1.3,1.3-1.3,1.3.6,1.3,1.3Z"/> <path id="post-liked" d="M27.2,15.6c.5-.7.8-1.6.8-2.7,0-2.1-1.8-4-4-4h-3.8c.5-.9,1.1-2.1,1.1-3.8C21.3,1.9,20,0,16.8,0,15.2,0,14.6,2.1,14.2,3.7c-.2,1-.4,1.9-.9,2.4-1.3,1.3-3.3,4.4-4.4,5.1-.1.1-.3.1-.4.1-.3-.5-.8-.8-1.4-.8H1.8C.8,10.5,0,11.3,0,12.3v14C0,27.3.8,28.1,1.8,28.1h5.2c1,0,1.8-.8,1.8-1.8v-.5c1.8,0,5.5,2.2,9.7,2.2h2.2c3.2,0,5-2,4.9-4.9.8-1,1.2-2.4,1-3.7.7-1,.9-2.6.6-3.8ZM5.7,23.6c0,.7-.6,1.3-1.3,1.3s-1.3-.6-1.3-1.3.6-1.3,1.3-1.3,1.3.6,1.3,1.3Z"/> </svg> </button> </div> <div class="author-box"> <p class="author-bio p--sm"> Ian is a Product Designer based in Los Angeles, California. He is responsible for driving brand and product design at DreamHost, developing and maintaining our internal design system, and writing frontend code when he can. In his free time, he enjoys walking his dog, learning history, and discovering new music online and irl. Connect with him on LinkedIn: <a href="https://www.linkedin.com/in/ianhernandez23/" target="_blank" rel="noopener">https://www.linkedin.com/in/ianhernandez23/</a> </p> </p></div> </p></div> <p><script async src="//www.instagram.com/embed.js"></script><br /> <br />[ad_2]</p> </div> </div> </div> </div><div class="et_pb_column et_pb_column_1_4 et_pb_column_4_tb_body et_pb_css_mix_blend_mode_passthrough et_pb_column_empty"> </div> </div> </div><div class="et_pb_section et_pb_section_2_tb_body et_pb_with_background et_section_regular" > <div class="et_pb_row et_pb_row_1_tb_body"> <div class="et_pb_column et_pb_column_4_4 et_pb_column_5_tb_body et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_module et_pb_text et_pb_text_4_tb_body et_pb_text_align_center et_pb_bg_layout_light"> <div class="et_pb_text_inner"><h2>Your Dream Website Is Just One Click Away</h2> <p>At Ericks Webs Design, we believe every business deserves a stunning online presence — without the stress. We offer flexible payment options, a friendly team that truly cares, and expert support every step of the way.</p> <p>Whether you’re a small business owner, a church, or a growing brand, we’re here to bring your vision to life.</p> <p>✨ Let’s build something amazing together.</div> </div><div class="et_pb_button_module_wrapper et_pb_button_0_tb_body_wrapper et_pb_button_alignment_center et_pb_module "> <a class="et_pb_button et_pb_button_0_tb_body doublebutton et_pb_bg_layout_light" href="https://ewd.erickswebs.com/get-started-with-website-design/">👉 Get Started Now</a> </div><div class="et_pb_module et_pb_text et_pb_text_5_tb_body et_pb_text_align_center et_pb_bg_layout_light"> <div class="et_pb_text_inner"> — no pressure, just possibilities.</div> </div> </div> </div> </div><div id="DLsingle" class="et_pb_section et_pb_section_3_tb_body et_pb_with_background et_section_regular" > <div class="et_pb_row et_pb_row_2_tb_body"> <div class="et_pb_column et_pb_column_4_4 et_pb_column_6_tb_body et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_module et_pb_text et_pb_text_6_tb_body et_pb_text_align_center et_pb_bg_layout_light"> <div class="et_pb_text_inner"><h2>Latest News & Website Design Tips</h2> <p>Stay up-to-date with the latest insights, trends, and tips in business website design. Explore our newest articles to discover strategies that can help you elevate your online presence and grow your business.</div> </div> </div> </div><div class="et_pb_row et_pb_row_3_tb_body blog-sec"> <div class="et_pb_column et_pb_column_4_4 et_pb_column_7_tb_body et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_with_border et_pb_module et_pb_blog_0_tb_body DLHblog ewd-testimonies custom-blog-grid2 et_pb_posts et_pb_bg_layout_light "> <div class="et_pb_ajax_pagination_container"> <article id="post-1384813" class="et_pb_post clearfix et_pb_blog_item_0_0 post-1384813 post type-post status-publish format-standard has-post-thumbnail hentry category-business category-design category-real-estate category-resources category-seo category-web-design category-website-maintenance category-wordpress"> <a href="https://ewd.erickswebs.com/should-you-maintain-your-own-website-or-hire-someone/" class="entry-featured-image-url"><img decoding="async" src="https://ewd.erickswebs.com/wp-content/uploads/2025/05/1746562275-1024x675.png" alt="Should You Maintain Your Own Website or Hire Someone?" class="" width="1080" height="675" srcset="https://ewd.erickswebs.com/wp-content/uploads/2025/05/1746562275-1024x675.png 1080w, https://ewd.erickswebs.com/wp-content/uploads/2025/05/1746562275-980x980.png 980w, https://ewd.erickswebs.com/wp-content/uploads/2025/05/1746562275-480x480.png 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1080px, 100vw" /></a> <h2 class="entry-title"> <a href="https://ewd.erickswebs.com/should-you-maintain-your-own-website-or-hire-someone/">Should You Maintain Your Own Website or Hire Someone?</a> </h2> <div class="post-content"><div class="post-content-inner et_multi_view_hidden"><p>The article “Should You Maintain Your Own Website or Hire Someone?” discusses the importance of a strong online presence for small businesses in South Texas. It highlights the necessity of assessing your business needs, goals, and target audience before deciding on DIY website management or hiring a professional, like Ericks Webs Design. Maintaining your own website can save costs and provide control but may require significant time and effort. Conversely, hiring a professional offers expertise, stress relief, and customized solutions to enhance your site’s effectiveness. Ultimately, the choice depends on your skills, budget, and the level of professionalism you seek for your online presence.</p> </div></div> </article> <article id="post-1384786" class="et_pb_post clearfix et_pb_blog_item_0_1 post-1384786 post type-post status-publish format-standard has-post-thumbnail hentry category-business category-seo category-web-design category-website-design tag-business-website-strategy tag-construction tag-construction-branding tag-construction-business-owners tag-construction-business-tips tag-construction-marketing tag-contractor-tips tag-contractor-website-design tag-digital-presence tag-getting-more-construction-leads tag-lead-generation-for-contractors tag-local-business-websites tag-local-seo tag-mcallen-web-design tag-online-marketing-for-builders tag-small-business-growth tag-south-texas-businesses tag-web-design-for-construction tag-website-best-practices tag-website-portfolio-tips"> <a href="https://ewd.erickswebs.com/not-collecting-leads-or-contact-info-efficiently/" class="entry-featured-image-url"><img decoding="async" src="https://ewd.erickswebs.com/wp-content/uploads/2025/05/1746556472-1024x675.png" alt="Not Collecting Leads or Contact Info Efficiently" class="" width="1080" height="675" srcset="https://ewd.erickswebs.com/wp-content/uploads/2025/05/1746556472-1024x675.png 1080w, https://ewd.erickswebs.com/wp-content/uploads/2025/05/1746556472-980x980.png 980w, https://ewd.erickswebs.com/wp-content/uploads/2025/05/1746556472-480x480.png 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1080px, 100vw" /></a> <h2 class="entry-title"> <a href="https://ewd.erickswebs.com/not-collecting-leads-or-contact-info-efficiently/">Not Collecting Leads or Contact Info Efficiently</a> </h2> <div class="post-content"><div class="post-content-inner et_multi_view_hidden"><p>Many construction business owners in South Texas struggle with generating leads due to inadequate online visibility. Relying on word-of-mouth is no longer sufficient, as potential clients increasingly search for contractors online. A custom website acts as an essential tool, showcasing your work and streamlining client communication. By enhancing your online presence, you can effectively attract and convert prospects into clients. In a competitive market, it’s crucial to stand out, and a strong online identity can significantly impact your credibility and lead generation. Embracing robust digital strategies will ensure you capture the opportunities necessary for growth and success.</p> </div></div> </article> <article id="post-1384779" class="et_pb_post clearfix et_pb_blog_item_0_2 post-1384779 post type-post status-publish format-standard has-post-thumbnail hentry category-blog category-branding category-business category-design category-marketing category-seo category-technology-and-trends category-web-design category-website-maintenance"> <a href="https://ewd.erickswebs.com/mobile-shopping-is-here-is-your-store-ready/" class="entry-featured-image-url"><img decoding="async" src="https://ewd.erickswebs.com/wp-content/uploads/2025/05/1746554690-1024x675.png" alt="Mobile Shopping Is Here—Is Your Store Ready?" class="" width="1080" height="675" srcset="https://ewd.erickswebs.com/wp-content/uploads/2025/05/1746554690-1024x675.png 1080w, https://ewd.erickswebs.com/wp-content/uploads/2025/05/1746554690-980x980.png 980w, https://ewd.erickswebs.com/wp-content/uploads/2025/05/1746554690-480x480.png 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1080px, 100vw" /></a> <h2 class="entry-title"> <a href="https://ewd.erickswebs.com/mobile-shopping-is-here-is-your-store-ready/">Mobile Shopping Is Here—Is Your Store Ready?</a> </h2> <div class="post-content"><div class="post-content-inner et_multi_view_hidden"><p>The article “Mobile Shopping Is Here—Is Your Store Ready?” emphasizes the importance of adapting to the growing trend of mobile shopping. With 72% of consumers expected to make purchases via smartphones, businesses must ensure their websites are mobile-friendly and easy to navigate. Key strategies include simplifying the checkout process, optimizing for search engines, leveraging social media for engagement, and providing effective customer service. By recognizing the significance of mobile shopping, business owners can enhance customer experience and capture a larger audience. The message is clear: those who don’t adapt risk losing out to their competitors.</p> </div></div> </article> <article id="post-1384770" class="et_pb_post clearfix et_pb_blog_item_0_3 post-1384770 post type-post status-publish format-standard has-post-thumbnail hentry category-blog category-business category-design category-errors-troubleshooting category-hosting category-web-design"> <a href="https://ewd.erickswebs.com/how-to-check-if-your-website-is-down/" class="entry-featured-image-url"><img decoding="async" src="https://ewd.erickswebs.com/wp-content/uploads/2025/05/1746551317-1024x675.png" alt="How to Check if Your Website Is Down" class="" width="1080" height="675" srcset="https://ewd.erickswebs.com/wp-content/uploads/2025/05/1746551317-1024x675.png 1080w, https://ewd.erickswebs.com/wp-content/uploads/2025/05/1746551317-980x980.png 980w, https://ewd.erickswebs.com/wp-content/uploads/2025/05/1746551317-480x480.png 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1080px, 100vw" /></a> <h2 class="entry-title"> <a href="https://ewd.erickswebs.com/how-to-check-if-your-website-is-down/">How to Check if Your Website Is Down</a> </h2> <div class="post-content"><div class="post-content-inner et_multi_view_hidden"><p>In “How to Check if Your Website Is Down,” the article emphasizes the importance of maintaining a reliable online presence for small businesses in South Texas. It outlines steps to determine if your website is down, including using online tools like IsItDownRightNow, checking your internet connection, and clearing your browser cache. The article also highlights common causes of downtime, like server issues and traffic overload. By regularly monitoring website health with tools such as Google Search Console, businesses can ensure functionality, maintain customer trust, and avoid missing sales opportunities. Overall, understanding how to check if your website is down is crucial for success in a competitive market.</p> </div></div> </article> <article id="post-1384764" class="et_pb_post clearfix et_pb_blog_item_0_4 post-1384764 post type-post status-publish format-standard has-post-thumbnail hentry category-business category-seo category-web-design category-website-design tag-business-website-strategy tag-construction tag-construction-branding tag-construction-business-owners tag-construction-business-tips tag-construction-marketing tag-contractor-tips tag-contractor-website-design tag-digital-presence tag-getting-more-construction-leads tag-lead-generation-for-contractors tag-local-business-websites tag-local-seo tag-mcallen-web-design tag-online-marketing-for-builders tag-small-business-growth tag-south-texas-businesses tag-web-design-for-construction tag-website-best-practices tag-website-portfolio-tips"> <a href="https://ewd.erickswebs.com/difficulty-standing-out-from-other-contractors/" class="entry-featured-image-url"><img decoding="async" src="https://ewd.erickswebs.com/wp-content/uploads/2025/05/1746549246-1024x675.png" alt="Difficulty Standing Out from Other Contractors" class="" width="1080" height="675" srcset="https://ewd.erickswebs.com/wp-content/uploads/2025/05/1746549246-1024x675.png 1080w, https://ewd.erickswebs.com/wp-content/uploads/2025/05/1746549246-980x980.png 980w, https://ewd.erickswebs.com/wp-content/uploads/2025/05/1746549246-480x480.png 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1080px, 100vw" /></a> <h2 class="entry-title"> <a href="https://ewd.erickswebs.com/difficulty-standing-out-from-other-contractors/">Difficulty Standing Out from Other Contractors</a> </h2> <div class="post-content"><div class="post-content-inner et_multi_view_hidden"><p>In a competitive market, many construction businesses struggle to gain visibility, often losing potential clients to competitors. A robust online presence is essential; without it, even the best craftsmanship can go unnoticed. To combat this, a custom website can effectively showcase projects, manage leads, and enhance search visibility, transforming challenges into opportunities. Such a website conveys professionalism, builds trust, and ensures that clients can easily find and engage with your services. By prioritizing a strong digital footprint, construction firms can attract more job opportunities and ultimately increase revenue. Embracing these strategies can significantly differentiate your business from the rest in a crowded market.</p> </div></div> </article> <article id="post-1384758" class="et_pb_post clearfix et_pb_blog_item_0_5 post-1384758 post type-post status-publish format-standard has-post-thumbnail hentry category-blog category-branding category-business category-design category-digital-marketing category-marketing category-seo category-web-design category-website-maintenance"> <a href="https://ewd.erickswebs.com/boost-your-product-sales-with-better-product-pages/" class="entry-featured-image-url"><img decoding="async" src="https://ewd.erickswebs.com/wp-content/uploads/2025/05/1746543845-1024x675.png" alt="Boost Your Product Sales with Better Product Pages" class="" width="1080" height="675" srcset="https://ewd.erickswebs.com/wp-content/uploads/2025/05/1746543845-1024x675.png 1080w, https://ewd.erickswebs.com/wp-content/uploads/2025/05/1746543845-980x980.png 980w, https://ewd.erickswebs.com/wp-content/uploads/2025/05/1746543845-480x480.png 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1080px, 100vw" /></a> <h2 class="entry-title"> <a href="https://ewd.erickswebs.com/boost-your-product-sales-with-better-product-pages/">Boost Your Product Sales with Better Product Pages</a> </h2> <div class="post-content"><div class="post-content-inner et_multi_view_hidden"><p>The article “Boost Your Product Sales with Better Product Pages” emphasizes the importance of well-designed product pages in driving sales for small and medium businesses. It underscores the need for high-quality visuals, compelling descriptions that tell a story, and a clear, user-friendly layout. Incorporating authentic customer reviews and ensuring mobile optimization are also crucial. The article encourages businesses to track their performance through analytics and highlights the significance of strong branding in creating emotional connections with customers. Overall, improving product pages not only enhances aesthetics but also helps convert casual visitors into loyal buyers.</p> </div></div> </article> <article id="post-1384752" class="et_pb_post clearfix et_pb_blog_item_0_6 post-1384752 post type-post status-publish format-standard has-post-thumbnail hentry category-business category-seo category-web-design category-website-design tag-business-website-strategy tag-construction tag-construction-branding tag-construction-business-owners tag-construction-business-tips tag-construction-marketing tag-contractor-tips tag-contractor-website-design tag-digital-presence tag-getting-more-construction-leads tag-lead-generation-for-contractors tag-local-business-websites tag-local-seo tag-mcallen-web-design tag-online-marketing-for-builders tag-small-business-growth tag-south-texas-businesses tag-web-design-for-construction tag-website-best-practices tag-website-portfolio-tips"> <a href="https://ewd.erickswebs.com/unprofessional-or-outdated-website-or-none-at-all/" class="entry-featured-image-url"><img decoding="async" src="https://ewd.erickswebs.com/wp-content/uploads/2025/05/1746541988-1024x675.png" alt="Unprofessional or Outdated Website (or None at All)" class="" width="1080" height="675" srcset="https://ewd.erickswebs.com/wp-content/uploads/2025/05/1746541988-1024x675.png 1080w, https://ewd.erickswebs.com/wp-content/uploads/2025/05/1746541988-980x980.png 980w, https://ewd.erickswebs.com/wp-content/uploads/2025/05/1746541988-480x480.png 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1080px, 100vw" /></a> <h2 class="entry-title"> <a href="https://ewd.erickswebs.com/unprofessional-or-outdated-website-or-none-at-all/">Unprofessional or Outdated Website (or None at All)</a> </h2> <div class="post-content"><div class="post-content-inner et_multi_view_hidden"><p>In today’s digital landscape, an effective online presence is crucial for construction businesses. Relying on traditional marketing methods can lead to missed opportunities and stagnant growth. Potential clients often search for companies online, and without a professional website, you’re invisible in a competitive market. A custom website not only showcases your work but also streamlines client interactions, offering easy access to quotes and information. This engagement can significantly increase lead generation and conversion rates. By investing in tailored web solutions, construction companies can enhance their visibility on search engines, solidifying their status as industry leaders and ultimately boosting client trust and business success.</p> </div></div> </article> <article id="post-1384746" class="et_pb_post clearfix et_pb_blog_item_0_7 post-1384746 post type-post status-publish format-standard has-post-thumbnail hentry category-business category-design category-hosting category-security"> <a href="https://ewd.erickswebs.com/what-to-do-if-your-website-gets-hacked/" class="entry-featured-image-url"><img decoding="async" src="https://ewd.erickswebs.com/wp-content/uploads/2025/05/1746540440-1024x675.png" alt="What to Do If Your Website Gets Hacked" class="" width="1080" height="675" srcset="https://ewd.erickswebs.com/wp-content/uploads/2025/05/1746540440-1024x675.png 1080w, https://ewd.erickswebs.com/wp-content/uploads/2025/05/1746540440-980x980.png 980w, https://ewd.erickswebs.com/wp-content/uploads/2025/05/1746540440-480x480.png 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1080px, 100vw" /></a> <h2 class="entry-title"> <a href="https://ewd.erickswebs.com/what-to-do-if-your-website-gets-hacked/">What to Do If Your Website Gets Hacked</a> </h2> <div class="post-content"><div class="post-content-inner et_multi_view_hidden"><p>If your website gets hacked, remain calm and assess the damage. Change all passwords and restore your site from a backup if available. Scan for malware and notify your users if their data may be compromised. To prevent future hacks, regularly update your CMS and plugins, use HTTPS, implement firewalls and security plugins, and conduct regular security audits. By taking these steps, you can enhance your website security and build a trustworthy online presence. Seeking professional help, like Ericks Webs Design, can also ensure robust protection tailored to your business needs.</p> </div></div> </article> <article id="post-1384736" class="et_pb_post clearfix et_pb_blog_item_0_8 post-1384736 post type-post status-publish format-standard has-post-thumbnail hentry category-business category-seo category-web-design category-website-design tag-business-website-strategy tag-construction tag-construction-branding tag-construction-business-owners tag-construction-business-tips tag-construction-marketing tag-contractor-tips tag-contractor-website-design tag-digital-presence tag-getting-more-construction-leads tag-lead-generation-for-contractors tag-local-business-websites tag-local-seo tag-mcallen-web-design tag-online-marketing-for-builders tag-small-business-growth tag-south-texas-businesses tag-web-design-for-construction tag-website-best-practices tag-website-portfolio-tips"> <a href="https://ewd.erickswebs.com/no-clear-way-for-clients-to-request-a-quote-online/" class="entry-featured-image-url"><img decoding="async" src="https://ewd.erickswebs.com/wp-content/uploads/2025/05/1746534769-1024x675.png" alt="No Clear Way for Clients to Request a Quote Online" class="" width="1080" height="675" srcset="https://ewd.erickswebs.com/wp-content/uploads/2025/05/1746534769-1024x675.png 1080w, https://ewd.erickswebs.com/wp-content/uploads/2025/05/1746534769-980x980.png 980w, https://ewd.erickswebs.com/wp-content/uploads/2025/05/1746534769-480x480.png 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1080px, 100vw" /></a> <h2 class="entry-title"> <a href="https://ewd.erickswebs.com/no-clear-way-for-clients-to-request-a-quote-online/">No Clear Way for Clients to Request a Quote Online</a> </h2> <div class="post-content"><div class="post-content-inner et_multi_view_hidden"><p>Many construction business owners in South Texas struggle with losing potential clients due to ineffective online visibility. Without an easy way for clients to request quotes, companies miss valuable leads. In today’s competitive environment, convenience is crucial; complicated quote processes drive potential clients away. A custom website simplifies this by allowing clients to swiftly request quotes while showcasing past projects. This not only builds trust but also enhances credibility, vital for standing out in the market. Investing in a tailored online presence can dramatically improve lead generation and help overcome the challenges of lost inquiries and no-show clients. It’s time for construction businesses to adapt and thrive.</p> </div></div> </article> <article id="post-1384730" class="et_pb_post clearfix et_pb_blog_item_0_9 post-1384730 post type-post status-publish format-standard has-post-thumbnail hentry category-blog category-business category-design category-digital-marketing category-marketing category-seo category-web-design category-website-maintenance"> <a href="https://ewd.erickswebs.com/how-a-website-can-help-you-sell-more-products/" class="entry-featured-image-url"><img decoding="async" src="https://ewd.erickswebs.com/wp-content/uploads/2025/05/1746532961-1024x675.png" alt="How a Website Can Help You Sell More Products" class="" width="1080" height="675" srcset="https://ewd.erickswebs.com/wp-content/uploads/2025/05/1746532961-1024x675.png 1080w, https://ewd.erickswebs.com/wp-content/uploads/2025/05/1746532961-980x980.png 980w, https://ewd.erickswebs.com/wp-content/uploads/2025/05/1746532961-480x480.png 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1080px, 100vw" /></a> <h2 class="entry-title"> <a href="https://ewd.erickswebs.com/how-a-website-can-help-you-sell-more-products/">How a Website Can Help You Sell More Products</a> </h2> <div class="post-content"><div class="post-content-inner et_multi_view_hidden"><p>A website can significantly boost your sales by providing 24/7 visibility and accessibility for potential customers. It serves as your digital storefront, making it easier for customers to find and connect with your brand. A professional website builds trust and credibility, which is vital for attracting buyers. Using SEO strategies enhances discoverability, positioning your products in front of interested shoppers. Engaging content, like blogs, fosters customer relationships and encourages repeat business. Additionally, a website enables you to reach broader markets beyond your local area. Regular updates and maintenance ensure smooth operation. Embrace this opportunity to sell more products and grow your business in the digital landscape.</p> </div></div> </article> </div> </div> <div class="et_pb_module et_pb_code et_pb_code_1_tb_body"> <div class="et_pb_code_inner"><style> .ewd-testimonies .more-link { font-size: 0px; display: block; width: 100px; height: 20px; margin: 0 auto; background-image: url('https://bunny-wp-pullzone-0nouv02v7c.b-cdn.net/wp-content/uploads/2025/04/5Star-1.svg'); background-size: contain; background-repeat: no-repeat; background-position: center; } /* Container styling */ .ewd-testimonies article{ background-color: #f7f7f7; padding: 60px 40px; border-radius: 10px; text-align: center; position: relative; font-family: 'Open Sans', sans-serif; } /* Testimonial Text (Post Content Paragraph) */ .ewd-testimonies .post-content p { font-size: 20px; line-height: 1.6em; margin-bottom: 40px; color: #333; } /* Name (entry-title) */ .ewd-testimonies .entry-title { font-size: 18px; font-weight: 700; color: #444; margin-bottom: 5px; } /* Location (post-meta) */ .ewd-testimonies .post-meta { font-size: 14px; color: #00a2ff; margin-bottom: 10px; } .ewd-testimonies.et_pb_post { margin-bottom: 30px !important; } .ewd-testimonies.et_pb_post:hover { box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); transform: translateY(-3px); transition: all 0.3s ease; } /* Blog Sections */ .blog-sec { overflow-x: scroll; overflow-y: hidden; white-space: nowrap; scrollbar-width: none; -ms-overflow-style: none; } .blog-sec::-webkit-scrollbar { display: none; } /* Make the post container flex but wrap */ .custom-blog-grid2 > div { display: flex !important; flex-wrap: wrap; gap: 20px; animation: blogAutoScroll 50s linear infinite; width: max-content; } /* Blog posts */ .custom-blog-grid2 .et_pb_post { width: 370px; height: auto; flex: 0 0 auto; /*background: #002244;*/ color: #fff; border-radius: 8px; padding: 15px; } /* Featured image .custom-blog-grid2 .et_pb_image_container img { width: 100%; height: 250px; object-fit: cover; border-radius: 8px; }*/ /* Blog Post Titlte */ .custom-blog-grid2 .entry-title { display: -webkit-box; -webkit-line-clamp: 3; /* Limit to 3 lines */ -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; white-space: normal; width: 340px; line-height: 1.4em; /* Set a consistent line height */ max-height: calc(1.4em * 3); /* 3 lines * line-height */ } /* Pause on hover .custom-blog-grid2:hover > div { animation-play-state: paused; }*/ @keyframes blogAutoScroll { 0% { transform: translateX(0%); } 100% { transform: translateX(-50%); } } </style> <style> .blog-sec-reverse { overflow-x: scroll; overflow-y: hidden; white-space: nowrap; scrollbar-width: none; -ms-overflow-style: none; } .blog-sec-reverse::-webkit-scrollbar { display: none; } /* Make the post container flex but wrap */ .custom-blog-grid2-reverse > div { display: flex !important; flex-wrap: wrap; gap: 20px; animation: blogAutoScrollReverse 50s linear infinite; width: max-content; } /* Blog posts */ .custom-blog-grid2-reverse .et_pb_post { width: 370px; height: auto; flex: 0 0 auto; /*background: #002244;*/ color: #fff; border-radius: 8px; padding: 15px; } /* Blog Post Titlte */ .custom-blog-grid2-reverse .entry-title { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; white-space: normal; width: 340px; line-height: 1.4em; max-height: calc(1.4em * 3); } @keyframes blogAutoScrollReverse { 0% { transform: translateX(-50%); } 100% { transform: translateX(0%); } } </style></div> </div> </div> </div> </div> </div> </div> </div> <footer class="et-l et-l--footer"> <div class="et_builder_inner_content et_pb_gutters3"> <div id="#DLfooter" class="et_pb_section et_pb_section_1_tb_footer et_pb_with_background et_section_regular" > <div class="et_pb_row et_pb_row_0_tb_footer"> <div class="et_pb_column et_pb_column_4_4 et_pb_column_0_tb_footer et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_with_border et_pb_module et_pb_heading et_pb_heading_0_tb_footer et_pb_bg_layout_"> <div class="et_pb_heading_container"><h3 class="et_pb_module_heading">Sitemap</h3></div> </div> </div> </div><div class="et_pb_row et_pb_row_1_tb_footer"> <div class="et_pb_column et_pb_column_1_4 et_pb_column_1_tb_footer et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_text et_pb_text_0_tb_footer et_pb_text_align_left et_pb_bg_layout_light"> <div class="et_pb_text_inner"><p><a class="ewdlink" title="Portfolio" href="https://ewd.erickswebs.com/website-design-portfolio-custom-websites/"><span>Portfolio</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/pricing/" id="pricing-link">Pricing</a><br /><a class="ewdlink" title="Services" href="https://ewd.erickswebs.com/web-design-services-mcallen-tx/"><span>Services</span></a><br /><a class="ewdlink" title="Reviews" href="https://ewd.erickswebs.com/about/reviews"><span>Reviews</span></a><br /><a class="ewdlink" title="About" href="https://ewd.erickswebs.com/about"><span>About</span></a><br /><a class="ewdlink" title="Our Process" href="https://ewd.erickswebs.com/about/our-process"><span>Our Process</span></a><br /><a class="ewdlink" title="Articles" href="https://ewd.erickswebs.com/blog-small-business-tips/"><span>Articles</span></a><br /><a class="ewdlink" title="Get Started" href="https://ewd.erickswebs.com/get-started-with-website-design/">Get Started</a></p></div> </div> </div><div class="et_pb_column et_pb_column_1_4 et_pb_column_2_tb_footer et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_text et_pb_text_1_tb_footer et_pb_text_align_left et_pb_bg_layout_light"> <div class="et_pb_text_inner"><p><a class="ewdlink" href="https://ewd.erickswebs.com/bad-websites-the-40-worst-websites-on-the-web/"><span>Bad Websites</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/best-web-design-practices-for-south-texas-businesses/"><span>Best Web Design Company</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/website-design-avoid-these-6-common-mistakes/"><span>Hire a Web Designer</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/how-long-does-it-take-to-build-a-website" target="_self"><span>How Long Does it Take to Build a Website?</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/professional-website-builder-vs-hiring-a-web-designer/"><span>Professional Website Builder</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/successful-web-design-things-all-successful-websites-have-in-common/"><span>Successful Web Design</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/web-design-inspiration-for-your-next-project/"><span>Web Design Inspiration</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/how-to-write-a-website-design-rfp-that-gets-results/"><span>Website Design RFP</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/website-design-pricing-what-you-need-to-know/"><span>Website Design Pricing</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/website-redesign-checklist-thomas-digital-design/"><span>Website Redesign</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/wordpress-website-design-the-definitive-guide-to-wordpress/"><span>WordPress Website Design</span></a></p></div> </div> </div><div class="et_pb_column et_pb_column_1_4 et_pb_column_3_tb_footer et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_text et_pb_text_2_tb_footer et_pb_text_align_left et_pb_bg_layout_light"> <div class="et_pb_text_inner"><p><a class="ewdlink" href="https://ewd.erickswebs.com/web-design-austin-stand-out-in-the-capital-city/"><span>Web Design Austin</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/web-design-dallas-build-a-website-that-converts/"><span>Web Design Dallas</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/web-design-houston-big-impact-for-a-big-market/"><span>Web Design Houston</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/web-design-san-antonio-local-design/"><span>Web Design San Antonio</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/web-design-corpus-christi-bring-your-brand-to-life/"><span>Web Design Corpus Christi</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/web-design-laredo-websites-that-win-local-traffic/"><span>Web Design Laredo</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/web-design-mcallen-south-texas-web-design-experts/"><span>Web Design McAllen</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/web-design-brownsville-modern-sites-for-growing-brands/"><span>Web Design Brownsville</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/web-design-edinburg-boost-your-online-presence/"><span>Web Design Edinburg</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/web-design-kingsville-affordable-and-effective/"><span>Web Design Kingsville</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/web-design-harlingen-web-solutions-for-local-businesses/"><span>Web Design Harlingen</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/web-design-victoria-websites-that-work-for-you/"><span>Web Design Victoria</span></a></p></div> </div> </div><div class="et_pb_column et_pb_column_1_4 et_pb_column_4_tb_footer et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_module et_pb_text et_pb_text_3_tb_footer et_pb_text_align_left et_pb_bg_layout_light"> <div class="et_pb_text_inner"><p><a class="ewdlink" href="https://ewd.erickswebs.com/web-design-el-paso-digital-design-with-a-local-focus/"><span>Web Design El Paso</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/web-design-pharr-build-locally/"><span>Web Design Pharr</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/web-design-mission-custom-websites-for-small-business/"><span>Web Design Mission</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/web-design-weslaco-online-growth-starts-here/"><span>Web Design Weslaco</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/web-design-alice-clean/"><span>Web Design Alice</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/web-design-port-isabel-elevate-your-coastal-business/"><span>Web Design Port Isabel</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/web-design-south-padre-island-perfect-for-resorts-rentals/"><span>Web Design South Padre Island</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/web-design-seguin-smart-web-design-for-smart-businesses/"><span>Web Design Seguin</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/web-design-new-braunfels-fresh-sites-for-fast-growing-cities/"><span>Web Design New Braunfels</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/?s=Rockport&et_pb_searchform_submit=et_search_proccess&et_pb_include_posts=yes"><span>Web Design Rockport</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/?s=Beeville&et_pb_searchform_submit=et_search_proccess&et_pb_include_posts=yes"><span>Web Design Beeville</span></a></p></div> </div> </div> </div><div class="et_pb_row et_pb_row_2_tb_footer"> <div class="et_pb_column et_pb_column_4_4 et_pb_column_5_tb_footer et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_with_border et_pb_module et_pb_heading et_pb_heading_1_tb_footer et_pb_bg_layout_"> <div class="et_pb_heading_container"><h3 class="et_pb_module_heading">Industries</h3></div> </div> </div> </div><div class="et_pb_row et_pb_row_3_tb_footer"> <div class="et_pb_column et_pb_column_1_4 et_pb_column_6_tb_footer et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_text et_pb_text_4_tb_footer et_pb_text_align_left et_pb_bg_layout_light"> <div class="et_pb_text_inner"><p><a class="ewdlink" href="https://ewd.erickswebs.com/ma-websites"><span>M&A Websites</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/wealth-management-websites"><span>Wealth Management Websites</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/property-management-websites"><span>Property Management Websites</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/best-b2b-website"><span>B2B Websites</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/b2b-website-design"><span>B2B Website Design</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/bankruptcy-lawyer-web-design"><span>Bankruptcy Lawyer Websites</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/biomedical-web-design"><span>Biomedical Web Design</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/best-biotech-websites"><span>Biotech Websites</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/carpet-cleaning-websites"><span>Carpet Cleaning Websites</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/best-catering-websites"><span>Catering Websites</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/chiropractic-websites"><span>Chiropractic Websites</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/church-websites"><span>Church Websites</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/best-cleaning-websites"><span>Cleaning Websites</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/commercial-real-estate-website-design"><span>Commercial Real Estate Website Design</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/construction-website-design"><span>Construction Website Design</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/construction-websites"><span>Construction Websites</span></a></p></div> </div> </div><div class="et_pb_column et_pb_column_1_4 et_pb_column_7_tb_footer et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_text et_pb_text_5_tb_footer et_pb_text_align_left et_pb_bg_layout_light"> <div class="et_pb_text_inner"><p><a class="ewdlink" href="https://ewd.erickswebs.com/construction-websites"><span>Construction Websites</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/consulting-website-design"><span>Consulting Website Design</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/contractor-website-designs"><span>Contractor Website Designs</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/best-cpa-websites"><span>CPA Websites</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/best-criminal-defense-websites"><span>Criminal Defense Websites</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/best-dental-website-designs"><span>Dental Websites</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/best-dermatologist-websites"><span>Dermatologist Websites</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/best-doctor-websites"><span>Doctor Web Design</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/best-event-websites"><span>Event Websites</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/family-law-websites"><span>Family Law Websites</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/financial-advisor-websites"><span>Financial Advisor Websites</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/financial-services-website-design"><span>Financial Services Website Design</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/fintech-website-design"><span>Fintech Website Design</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/funeral-homes-branding"><span>Funeral Home Websites</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/general-contractor-website"><span>General Contractor Websites</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/hedge-fund-websites"><span></span></a><span><a class="ewdlink" href="https://ewd.erickswebs.com/consulting-website-design">Consulting Website Design</a></span></p></div> </div> </div><div class="et_pb_column et_pb_column_1_4 et_pb_column_8_tb_footer et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_text et_pb_text_6_tb_footer et_pb_text_align_left et_pb_bg_layout_light"> <div class="et_pb_text_inner"><p><a class="ewdlink" href="https://ewd.erickswebs.com/painting-website-design"><span>Painting Website Design</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/hedge-fund-websites"><span>Hedge Fund Websites</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/home-builder-website-designs"><span>Home Builder Website Designs</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/hospitality-website-design"><span>Hospitality Website Design</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/hvac-websites"><span>HVAC Websites</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/interior-design-websites"><span>Interior Design Websites</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/it-company-websites"><span>IT Company Websites</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/lab-website-design"><span>Lab Website Design</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/best-landscaping-websites"><span>Landscaping Websites</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/best-law-firm-websites"><span>Law Firm Website</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/manufacturing-web-design"><span>Manufacturing Web Design</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/best-medical-web-design"><span>Medical Website Designs</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/mortgage-lending-websites"><span>Mortgage Lending Websites</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/moving-company-website-design"><span>Moving Company Website Design</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/nonprofit-web-design"><span>Nonprofit Web Design</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/best-optometry-websites"><span>Optometry Websites</span></a></p></div> </div> </div><div class="et_pb_column et_pb_column_1_4 et_pb_column_9_tb_footer et_pb_css_mix_blend_mode_passthrough et-last-child"> <div class="et_pb_module et_pb_text et_pb_text_7_tb_footer et_pb_text_align_left et_pb_bg_layout_light"> <div class="et_pb_text_inner"><p><a class="ewdlink" href="https://ewd.erickswebs.com/personal-injury-websites"><span>Personal Injury Websites</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/plastic-surgeon-website-design"><span>Plastic Surgeon Website Design</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/plumber-websites"><span>Plumber Websites</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/best-private-equity-websites"><span>Private Equity Website Design</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/professional-services-websites"><span>Professional Services Websites</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/recruitment-web-design"><span>Recruitment Web Design</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/restaurant-web-design"><span>Restaurant Web Design</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/best-roofing-website-design"><span>Roofing Web Design</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/saas-web-design"><span>SaaS Web Design</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/best-small-business-website-design"><span>Small Business Website Design</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/tech-company-website"><span>Tech Company Websites</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/technology-web-design"><span>Technology Web Design</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/best-therapist-websites"><span>Therapy Websites</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/venture-capital-websites"><span>VC Web Design</span></a><br /><a class="ewdlink" href="https://ewd.erickswebs.com/veterinary-website-designs"><span>Veterinary Website Designs</span></a></p></div> </div> </div> </div><div class="et_pb_row et_pb_row_5_tb_footer"> <div class="et_pb_column et_pb_column_1_2 et_pb_column_10_tb_footer et_pb_css_mix_blend_mode_passthrough"> <div class="et_pb_module et_pb_text et_pb_text_8_tb_footer et_pb_text_align_left et_pb_text_align_center-phone et_pb_bg_layout_light"> <div class="et_pb_text_inner">© Copyright 2025 All Rights Reserved | <a href="https://www.erickswebsdesign.com/policies/terms-of-service/">Terms of Service</a> | <a href="https://www.erickswebsdesign.com/policies/privacy-policy/">Privacy Policy</a></div> </div> </div><div class="et_pb_column et_pb_column_1_2 et_pb_column_11_tb_footer et_pb_css_mix_blend_mode_passthrough et-last-child"> <ul class="et_pb_module et_pb_social_media_follow et_pb_social_media_follow_0_tb_footer clearfix et_pb_text_align_right et_pb_text_align_center-phone et_pb_bg_layout_light"> <li class='et_pb_social_media_follow_network_0_tb_footer et_pb_section_video_on_hover et_pb_social_icon et_pb_social_network_link et-social-facebook'><a href='https://www.facebook.com/EricksWebs' class='icon et_pb_with_border' title='Follow on Facebook' target="_blank"><span class='et_pb_social_media_follow_network_name' aria-hidden='true' >Follow</span></a></li><li class='et_pb_social_media_follow_network_1_tb_footer et_pb_section_video_on_hover et_pb_social_icon et_pb_social_network_link et-social-twitter'><a href='https://x.com/EricksWebs' class='icon et_pb_with_border' title='Follow on X' target="_blank"><span class='et_pb_social_media_follow_network_name' aria-hidden='true' >Follow</span></a></li><li class='et_pb_social_media_follow_network_2_tb_footer et_pb_section_video_on_hover et_pb_social_icon et_pb_social_network_link et-social-linkedin'><a href='#' class='icon et_pb_with_border' title='Follow on LinkedIn' target="_blank"><span class='et_pb_social_media_follow_network_name' aria-hidden='true' >Follow</span></a></li><li class='et_pb_social_media_follow_network_3_tb_footer et_pb_section_video_on_hover et_pb_social_icon et_pb_social_network_link et-social-instagram'><a href='https://www.instagram.com/EricksWebs/' class='icon et_pb_with_border' title='Follow on Instagram' target="_blank"><span class='et_pb_social_media_follow_network_name' aria-hidden='true' >Follow</span></a></li><li class='et_pb_social_media_follow_network_4_tb_footer et_pb_section_video_on_hover et_pb_social_icon et_pb_social_network_link et-social-google et-pb-social-fa-icon'><a href='https://g.co/kgs/13iT8sa' class='icon et_pb_with_border' title='Follow on Google' target="_blank"><span class='et_pb_social_media_follow_network_name' aria-hidden='true' >Follow</span></a></li><li class='et_pb_social_media_follow_network_5_tb_footer et_pb_section_video_on_hover et_pb_social_icon et_pb_social_network_link et-social-yelp et-pb-social-fa-icon'><a href='https://www.yelp.com/biz/ericks-webs-design-mcallen-2' class='icon et_pb_with_border' title='Follow on Yelp' target="_blank"><span class='et_pb_social_media_follow_network_name' aria-hidden='true' >Follow</span></a></li> </ul> </div> </div> </div> </div> </footer> </div> </div> </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\/Divi\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} </script> <link rel='stylesheet' id='mediaelement-css' href='https://ewd.erickswebs.com/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.17' type='text/css' media='all' /> <link rel='stylesheet' id='wp-mediaelement-css' href='https://ewd.erickswebs.com/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=6.8.1' type='text/css' media='all' /> <script type="text/javascript" id="divi-custom-script-js-extra"> /* <![CDATA[ */ var DIVI = {"item_count":"%d Item","items_count":"%d Items"}; var et_builder_utils_params = {"condition":{"diviTheme":true,"extraTheme":false},"scrollLocations":["app","top"],"builderScrollLocations":{"desktop":"app","tablet":"app","phone":"app"},"onloadScrollLocation":"app","builderType":"fe"}; var et_frontend_scripts = {"builderCssContainerPrefix":"#et-boc","builderCssLayoutPrefix":"#et-boc .et-l"}; var et_pb_custom = {"ajaxurl":"https:\/\/ewd.erickswebs.com\/wp-admin\/admin-ajax.php","images_uri":"https:\/\/ewd.erickswebs.com\/wp-content\/themes\/Divi\/images","builder_images_uri":"https:\/\/ewd.erickswebs.com\/wp-content\/themes\/Divi\/includes\/builder\/images","et_frontend_nonce":"f1ad589ebf","subscription_failed":"Please, check the fields below to make sure you entered the correct information.","et_ab_log_nonce":"9218cad301","fill_message":"Please, fill in the following fields:","contact_error_message":"Please, fix the following errors:","invalid":"Invalid email","captcha":"Captcha","prev":"Prev","previous":"Previous","next":"Next","wrong_captcha":"You entered the wrong number in captcha.","wrong_checkbox":"Checkbox","ignore_waypoints":"no","is_divi_theme_used":"1","widget_search_selector":".widget_search","ab_tests":[],"is_ab_testing_active":"","page_id":"1380316","unique_test_id":"","ab_bounce_rate":"5","is_cache_plugin_active":"no","is_shortcode_tracking":"","tinymce_uri":"https:\/\/ewd.erickswebs.com\/wp-content\/themes\/Divi\/includes\/builder\/frontend-builder\/assets\/vendors","accent_color":"#7EBEC5","waypoints_options":[]}; var et_pb_box_shadow_elements = []; /* ]]> */ </script> <script type="text/javascript" src="https://ewd.erickswebs.com/wp-content/themes/Divi/js/scripts.min.js?ver=4.27.4" id="divi-custom-script-js"></script> <script type="text/javascript" src="https://ewd.erickswebs.com/wp-content/themes/Divi/js/smoothscroll.js?ver=4.27.4" id="smoothscroll-js"></script> <script type="text/javascript" src="https://ewd.erickswebs.com/wp-content/themes/Divi/includes/builder/feature/dynamic-assets/assets/js/jquery.fitvids.js?ver=4.27.4" id="fitvids-js"></script> <script type="text/javascript" id="wp-statistics-tracker-js-extra"> /* <![CDATA[ */ var WP_Statistics_Tracker_Object = {"requestUrl":"https:\/\/ewd.erickswebs.com\/wp-json\/wp-statistics\/v2","ajaxUrl":"https:\/\/ewd.erickswebs.com\/wp-admin\/admin-ajax.php","hitParams":{"wp_statistics_hit":1,"source_type":"post","source_id":1380316,"search_query":"","signature":"748412ba51fbb6e8d08cd2144e0ef4fa","endpoint":"hit"},"onlineParams":{"wp_statistics_hit":1,"source_type":"post","source_id":1380316,"search_query":"","signature":"748412ba51fbb6e8d08cd2144e0ef4fa","endpoint":"online"},"option":{"userOnline":"1","consentLevel":"","dntEnabled":"","bypassAdBlockers":"","isWpConsentApiActive":false,"trackAnonymously":false,"isPreview":false},"jsCheckTime":"60000","isLegacyEventLoaded":""}; /* ]]> */ </script> <script type="text/javascript" src="https://ewd.erickswebs.com/wp-content/plugins/wp-statistics/assets/js/tracker.js?ver=14.13.4" id="wp-statistics-tracker-js"></script> <script type="text/javascript" src="https://ewd.erickswebs.com/wp-content/themes/Divi/core/admin/js/common.js?ver=4.27.4" id="et-core-common-js"></script> <script type="text/javascript" id="mediaelement-core-js-before"> /* <![CDATA[ */ var mejsL10n = {"language":"en","strings":{"mejs.download-file":"Download File","mejs.install-flash":"You are using a browser that does not have Flash player enabled or installed. Please turn on your Flash player plugin or download the latest version from https:\/\/get.adobe.com\/flashplayer\/","mejs.fullscreen":"Fullscreen","mejs.play":"Play","mejs.pause":"Pause","mejs.time-slider":"Time Slider","mejs.time-help-text":"Use Left\/Right Arrow keys to advance one second, Up\/Down arrows to advance ten seconds.","mejs.live-broadcast":"Live Broadcast","mejs.volume-help-text":"Use Up\/Down Arrow keys to increase or decrease volume.","mejs.unmute":"Unmute","mejs.mute":"Mute","mejs.volume-slider":"Volume Slider","mejs.video-player":"Video Player","mejs.audio-player":"Audio Player","mejs.captions-subtitles":"Captions\/Subtitles","mejs.captions-chapters":"Chapters","mejs.none":"None","mejs.afrikaans":"Afrikaans","mejs.albanian":"Albanian","mejs.arabic":"Arabic","mejs.belarusian":"Belarusian","mejs.bulgarian":"Bulgarian","mejs.catalan":"Catalan","mejs.chinese":"Chinese","mejs.chinese-simplified":"Chinese (Simplified)","mejs.chinese-traditional":"Chinese (Traditional)","mejs.croatian":"Croatian","mejs.czech":"Czech","mejs.danish":"Danish","mejs.dutch":"Dutch","mejs.english":"English","mejs.estonian":"Estonian","mejs.filipino":"Filipino","mejs.finnish":"Finnish","mejs.french":"French","mejs.galician":"Galician","mejs.german":"German","mejs.greek":"Greek","mejs.haitian-creole":"Haitian Creole","mejs.hebrew":"Hebrew","mejs.hindi":"Hindi","mejs.hungarian":"Hungarian","mejs.icelandic":"Icelandic","mejs.indonesian":"Indonesian","mejs.irish":"Irish","mejs.italian":"Italian","mejs.japanese":"Japanese","mejs.korean":"Korean","mejs.latvian":"Latvian","mejs.lithuanian":"Lithuanian","mejs.macedonian":"Macedonian","mejs.malay":"Malay","mejs.maltese":"Maltese","mejs.norwegian":"Norwegian","mejs.persian":"Persian","mejs.polish":"Polish","mejs.portuguese":"Portuguese","mejs.romanian":"Romanian","mejs.russian":"Russian","mejs.serbian":"Serbian","mejs.slovak":"Slovak","mejs.slovenian":"Slovenian","mejs.spanish":"Spanish","mejs.swahili":"Swahili","mejs.swedish":"Swedish","mejs.tagalog":"Tagalog","mejs.thai":"Thai","mejs.turkish":"Turkish","mejs.ukrainian":"Ukrainian","mejs.vietnamese":"Vietnamese","mejs.welsh":"Welsh","mejs.yiddish":"Yiddish"}}; /* ]]> */ </script> <script type="text/javascript" src="https://ewd.erickswebs.com/wp-includes/js/mediaelement/mediaelement-and-player.min.js?ver=4.2.17" id="mediaelement-core-js"></script> <script type="text/javascript" src="https://ewd.erickswebs.com/wp-includes/js/mediaelement/mediaelement-migrate.min.js?ver=6.8.1" id="mediaelement-migrate-js"></script> <script type="text/javascript" id="mediaelement-js-extra"> /* <![CDATA[ */ var _wpmejsSettings = {"pluginPath":"\/wp-includes\/js\/mediaelement\/","classPrefix":"mejs-","stretching":"responsive","audioShortcodeLibrary":"mediaelement","videoShortcodeLibrary":"mediaelement"}; /* ]]> */ </script> <script type="text/javascript" src="https://ewd.erickswebs.com/wp-includes/js/mediaelement/wp-mediaelement.min.js?ver=6.8.1" id="wp-mediaelement-js"></script> <script type="text/javascript" src="https://ewd.erickswebs.com/wp-content/themes/Divi/includes/builder/feature/dynamic-assets/assets/js/easypiechart.js?ver=4.27.4" id="easypiechart-js"></script> <script type="text/javascript" src="https://ewd.erickswebs.com/wp-content/themes/Divi/includes/builder/feature/dynamic-assets/assets/js/salvattore.js?ver=4.27.4" id="salvattore-js"></script> <script type="text/javascript" id="et-builder-modules-script-motion-js-extra"> /* <![CDATA[ */ var et_pb_motion_elements = {"desktop":[{"id":".et_pb_row_1_tb_body","start":0,"midStart":50,"midEnd":50,"end":100,"startValue":60,"midValue":100,"endValue":100,"resolver":"scale","module_type":"et_pb_row","trigger_start":"middle","trigger_end":"middle"},{"id":".et_pb_row_1_tb_body","start":0,"midStart":40,"midEnd":60,"end":100,"startValue":10,"midValue":0,"endValue":0,"resolver":"blur","module_type":"et_pb_row","trigger_start":"middle","trigger_end":"middle"}],"tablet":[{"id":".et_pb_row_1_tb_body","start":0,"midStart":50,"midEnd":50,"end":100,"startValue":60,"midValue":100,"endValue":100,"resolver":"scale","module_type":"et_pb_row","trigger_start":"middle","trigger_end":"middle"},{"id":".et_pb_row_1_tb_body","start":0,"midStart":40,"midEnd":60,"end":100,"startValue":10,"midValue":0,"endValue":0,"resolver":"blur","module_type":"et_pb_row","trigger_start":"middle","trigger_end":"middle"}],"phone":[{"id":".et_pb_row_1_tb_body","start":0,"midStart":50,"midEnd":50,"end":100,"startValue":60,"midValue":100,"endValue":100,"resolver":"scale","module_type":"et_pb_row","trigger_start":"middle","trigger_end":"middle"},{"id":".et_pb_row_1_tb_body","start":0,"midStart":40,"midEnd":60,"end":100,"startValue":10,"midValue":0,"endValue":0,"resolver":"blur","module_type":"et_pb_row","trigger_start":"middle","trigger_end":"middle"}]}; /* ]]> */ </script> <script type="text/javascript" src="https://ewd.erickswebs.com/wp-content/themes/Divi/includes/builder/feature/dynamic-assets/assets/js/motion-effects.js?ver=4.27.4" id="et-builder-modules-script-motion-js"></script> <script type="text/javascript" id="et-builder-modules-script-sticky-js-extra"> /* <![CDATA[ */ var et_pb_sticky_elements = []; /* ]]> */ </script> <script type="text/javascript" src="https://ewd.erickswebs.com/wp-content/themes/Divi/includes/builder/feature/dynamic-assets/assets/js/sticky-elements.js?ver=4.27.4" id="et-builder-modules-script-sticky-js"></script> </body> </html> <script src="/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js" data-cf-settings="cbc0cff09226b151caf52d97-|49" defer></script>