You are here

webform-help-support.html.twig in Webform 6.x

Same filename and directory in other branches
  1. 8.5 templates/webform-help-support.html.twig

Default theme implementation for the webform help support.

File

templates/webform-help-support.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation for the webform help support.
  5. */
  6. #}
  7. {{ attach_library('webform/webform.help.support') }}
  8. <div class="webform-help-support">
  9. <h2 class="webform-help-support__header">{{ 'Getting involved and support options'|t }} <span class="webform-help-support__header-more">(<a href="https://www.drupal.org/project/webform">more information</a>)</span></h2>
  10. <div class="webform-help-support__items">
  11. <div class="webform-help-support__item">
  12. <span class="webform-help-support__item-icon webform-help-support__item-icon--contribute" id="contribute-info-account"></span>
  13. <div class="webform-help-support__item-details">
  14. <h3 class="webform-help-support__item-title">{{ 'Get involved'|t }}</h3>
  15. {{ 'Get involved in the Drupal community and the Webform module. Review a patch, write documentation, contribute code, volunteer at an event, and more...'|t }}<br/>
  16. <a href="https://drupal.org/contribute" class="button button--small button--primary webform-help-support__button">{{ 'Contribute'|t }}</a><br/>
  17. <em>{{ 'Open to all'|t }}</em>
  18. </div>
  19. </div>
  20. <div class="webform-help-support__item">
  21. <span class="webform-help-support__item-icon webform-help-support__item-icon--fund" id="contribute-info-membership"></span>
  22. <div class="webform-help-support__item-details">
  23. <h3 class="webform-help-support__item-title">{{ 'Fund development'|t }}</h3>
  24. {{ 'Help fund the day-to-day tasks required to maintain the Webform module. Funds are used to triage issues, resolve security issues, and tag new releases.'|t }}<br/>
  25. <a href="https://opencollective.com/webform" class="button button--small button--primary webform-help-support__button">{{ 'Fund'|t }}</a><br/>
  26. <em>{{ 'Starting at $5 a month'|t }}</em>
  27. </div>
  28. </div>
  29. <div class="webform-help-support__item">
  30. <span class="webform-help-support__item-icon webform-help-support__item-icon--contact" id="contribute-info-contribution"></span>
  31. <div class="webform-help-support__item-details">
  32. <h3 class="webform-help-support__item-title">{{ 'Professional support'|t }}</h3>
  33. {{ "Hire the Webform module's subject matter expert (SME) to ensure the success of your project. I can review your project plan, recommend solutions, and implement custom features."|t }}<br/>
  34. <a href="https://www.jrockowitz.com" class="button button--small button--primary webform-help-support__button">{{ 'Contact'|t }}</a><br/>
  35. <em>{{ 'Starting at $800'|t }}</em>
  36. </div>
  37. </div>
  38. </div>
  39. </div>