templates/Context/TechVideos/bookMeetingBanner.html.twig line 1

Open in your IDE?
  1. <div class="section-container">
  2.     <div class="text-part">
  3.         <div class="text-4xl font-bold text-center">
  4.             {{ 'app.ui.tech_videos.do_you_offer_something'|trans }}
  5.         </div>
  6.         <div class="text-lg">
  7.             {{ 'app.ui.tech_videos.live_videos_are_an_authentic_way'|trans|raw }}
  8.         </div>
  9.         <div class="section-footer centered">
  10.             <div class="ui divider full-width"></div>
  11.             <a href="https://outlook.office365.com/book/HyfindrMeeting@hyfindr.com/" target="_blank" class="hyfindr btn btn--primary capitalize font-bold">
  12.                 {{ 'app.ui.book_a_meeting_with_us'|trans }}
  13.             </a>
  14.         </div>
  15.     </div>
  16. </div>