Skip to product information
1 of 1

uOttawa Makerstore

Hex Nuts

Hex Nuts

Regular price $0.10 CAD
Regular price Sale price $0.10 CAD
Sale Sold out
Size

Anodized black hex nuts for metric screws.

<!-- RELATED PRODUCTS SECTION -->
<div style="margin-top:25px; padding-top:15px; border-top:1px solid #ddd;">
  <h3 style="font-size:18px; font-weight:600; margin-bottom:12px;">Related Products</h3>

  {% assign bolts = all_products['bolts'] %}
  {% assign washers = all_products['washers'] %}

  <!-- BOLTS -->
  {% if bolts %}
    <div style="margin-bottom:16px;">
      <a 
        href="{{ bolts.url }}"
        style="
          display:inline-block;
          background:#EA671E;
          color:#fff;
          padding:10px 18px;
          border-radius:6px;
          font-weight:600;
          text-decoration:none;
          font-size:15px;
        "
      >
        {{ bolts.title }}
      </a>
    </div>
  {% endif %}

  <!-- WASHERS -->
  {% if washers %}
    <div>
      <a 
        href="{{ washers.url }}"
        style="
          display:inline-block;
          background:#EA671E;
          color:#fff;
          padding:10px 18px;
          border-radius:6px;
          font-weight:600;
          text-decoration:none;
          font-size:15px;
        "
      >
        {{ washers.title }}
      </a>
    </div>
  {% endif %}
</div>

View full details