Files
Gainsight/Custom_Templates/customer_templates/DeepL/resources.html.liquid

16 lines
723 B
Plaintext

{% include "header" %}
<div class="page-hero-container">
<div class="hero-text-wrapper">
<div class="hero-heading lang-en">Resources</div>
<div class="hero-heading lang-de">Ressourcen</div>
<div class="hero-desc lang-en">Videos, PDFs, best practices, and bite-sized guides—find them all here.<br>Learn at your own pace, in your own style.</div>
<div class="hero-desc lang-de">Videos, PDFs, Best Practices und Leitfäden in kompakter Form - hier finden Sie alles.<br>Lernen Sie in Ihrem eigenen Tempo und auf Ihre eigene Weise.</div>
</div>
</div>
<div class="np-homepage-featured np-max-width page-spacing">
<section>
{% include "resources_content" %}
</section>
</div>
{% include "footer" %}