Nordic Hardtech

Home content

  <!-- Podcast -->
  <div class="flex flex-col items-center text-center bg-gray-50 p-6 rounded-2xl">
    <a href="https://www.nordichardtech.com/podcast/" target="_blank" rel="noopener">
      <img src="content/images/2025/04/NHT-Jonas--str-m.png" alt="Podcast"
        class="w-16 h-16 mb-4 rounded-md object-contain" />
      <h3 class="text-lg font-semibold mb-2 transition-colors duration-300 hover:text-pink-500">
        Podcast
      </h3>
    </a>
    <p class="text-gray-600 text-sm leading-relaxed">
      Conversations with founders, investors, and experts shaping the Nordic hardtech ecosystem.
    </p>
  </div>

  <!-- Newsletter -->
  <div class="flex flex-col items-center text-center bg-gray-50 p-6 rounded-2xl">
    <a href="https://www.nordichardtech.com/newsletter/" target="_self">
      <img src="content/images/2025/04/5.png" alt="Newsletter"
        class="w-16 h-16 mb-4 rounded-md object-contain" />
      <h3 class="text-lg font-semibold mb-2 transition-colors duration-300 hover:text-pink-500">
        Newsletter
      </h3>
    </a>
    <p class="text-gray-600 text-sm leading-relaxed">
      Weekly updates with news, insights, and events from the Nordic  hardtech scene.
    </p>
  </div>

  <!-- Funding -->
  <div class="flex flex-col items-center text-center bg-gray-50 p-6 rounded-2xl">
    <a href="https://www.nordichardtech.com/funding/" target="_self">
      <img src="content/images/2025/04/4.png" alt="Funding"
        class="w-16 h-16 mb-4 rounded-md object-contain" />
      <h3 class="text-lg font-semibold mb-2 transition-colors duration-300 hover:text-pink-500">
        Funding
      </h3>
    </a>
    <p class="text-gray-600 text-sm leading-relaxed">
      A list of vetted investors who support hardtech companies and who understand this domain.
    </p>
  </div>

  <!-- Partners -->
  <div class="flex flex-col items-center text-center bg-gray-50 p-6 rounded-2xl">
    <a href="https://www.nordichardtech.com/partners/" target="_self">
      <img src="content/images/2025/04/3.png" alt="Partners"
        class="w-16 h-16 mb-4 rounded-md object-contain" />
      <h3 class="text-lg font-semibold mb-2 transition-colors duration-300 hover:text-pink-500">
        Partners
      </h3>
    </a>
    <p class="text-gray-600 text-sm leading-relaxed">
      Meet the sponsors and trusted organizations helping accelerate the Nordic hardtech ecosystem.
    </p>
  </div>

</div>