diff --git a/_includes/design_help/provider.html b/_includes/design_help/provider.html index eacdd734..18c829b3 100644 --- a/_includes/design_help/provider.html +++ b/_includes/design_help/provider.html @@ -1,4 +1,4 @@ -
+
{% if include.provider.avatar %}
diff --git a/design-help.html b/design-help.html index cd35e681..320b0746 100644 --- a/design-help.html +++ b/design-help.html @@ -4,6 +4,12 @@ sub_title: "Get assistance with your GF180MCU chip designs" header_image: "/assets/images/header/mpw-one-partial-dice-top-1.jpg" --- + {% include layouts/nav/nav.html drop_search=false alignment_class="ms-auto" %} {% include layouts/header/page-title.html %} @@ -16,11 +22,104 @@

Professional Services


Note: These services are not affiliated with or endorsed by wafer.space. Please contact them directly to discuss your project needs.

+
+ Provider order is randomized for fairness. Visual order may differ from screen reader order. +
+ +
+ {% assign professional_help = site.design_help | where: "category", "professional" %} + {% for provider in professional_help %} + {% include design_help/provider.html provider=provider %} + {% endfor %} +
+ +