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

Open in your IDE?
  1. <a href="#educational-talks" class="text text-sm font-bold">
  2.     {{ 'app.ui.tech_videos.header.educational_talks'|trans }}
  3. </a>
  4. <a href="#expo-highlights" class="text text-sm font-bold">
  5.     {{ 'app.ui.tech_videos.header.expo_highlights'|trans }}
  6. </a>
  7. <a href="#knowledge-clips" class="text text-sm font-bold">
  8.     {{ 'app.ui.tech_videos.header.knowledge_clips'|trans }}
  9. </a>
  10. <a href="#shorts" class="text text-sm font-bold">
  11.     {{ 'app.ui.tech_videos.header.shorts'|trans }}
  12. </a>