templates/default/scrolling_numbers/widget.html.twig line 1

Open in your IDE?
  1. <div class="container mb-4 pl-0 pr-0">
  2. <div class="row">
  3. <div class="col-md p-0">
  4. <div class="text-center">
  5. <div class="row d-md-none pb-2 pt-3" style="font-family: Roboto !important; font-weight: normal !important; font-size: 12px;">
  6. <div class="col-4 px-0">
  7. <div class="py-1 d-flex flex-column">
  8. <i class="fa fa-user-circle-o fa-lg pb-2" style="color: #ff1e00"></i>
  9. <div id="odometer7" style="font-size: 20px; font-weight: bold;">123456</div>
  10. <strong>Jobsuchende</strong>
  11. </div>
  12. </div>
  13. <div class="col-4 px-0">
  14. <div class="py-1 d-flex flex-column">
  15. <i class="fa fa-briefcase fa-lg pb-2" style="color: #ff1e00"></i>
  16. <div id="odometer8" style="font-size: 20px; font-weight: bold;">12345</div>
  17. <strong>Arbeitgeber</strong>
  18. </div>
  19. </div>
  20. <div class="col-4 px-0">
  21. <div class="py-1 d-flex flex-column">
  22. <i class="fa fa-envelope-open fa-lg pb-2" style="color: #ff1e00"></i>
  23. <div id="odometer9" style="font-size: 20px; font-weight: bold;">12345</div>
  24. <strong>offene Stellen</strong>
  25. </div>
  26. </div>
  27. <div class="col-12 d-flex flex-row justify-content-center" style="font-size: 16px; font-family: Roboto !important; font-weight: normal !important;"><strong id="hundred-percent"></strong> </div>
  28. </div>
  29. <div class="row d-none d-md-flex d-lg-none pb-2" style="font-family: Roboto !important; font-weight: normal !important; font-size: 20px;">
  30. <div class="col-4 px-0">
  31. <div class="py-1 d-flex flex-column">
  32. <div id="odometer1" style="font-size: 36px; font-weight: bold; color: #ff1e00">123456</div>
  33. <strong>Jobsuchende</strong>
  34. </div>
  35. </div>
  36. <div class="col-4 px-0">
  37. <div class="py-1 d-flex flex-column">
  38. <div id="odometer2" style="font-size: 36px; font-weight: bold; color: #ff1e00">12345</div>
  39. <strong>Arbeitgeber</strong>
  40. </div>
  41. </div>
  42. <div class="col-4 px-0">
  43. <div class="py-1 d-flex flex-column">
  44. <div id="odometer3" style="font-size: 36px; font-weight: bold; color: #ff1e00"">12345</div>
  45. <strong>offene Stellen</strong>
  46. </div>
  47. </div>
  48. <div class="col-12 d-flex flex-row justify-content-center" style="font-size: 16px; font-family: Roboto !important; font-weight: normal !important;"><strong id="hundred-percent"></strong> </div>
  49. </div>
  50. <div class="row d-none d-lg-flex justify-content-center" style="font-family: Roboto !important; font-weight: normal !important; margin-left: 1px; margin-right: 1px;">
  51. <div class="col-4 pl-0">
  52. <div class="">
  53. <div class="d-flex flex-row justify-content-center align-items-end">
  54. <div class="px-0 pr-2 pb-2"><i class="fa fa-2x fa-user-circle-o" aria-hidden="true" style="color: #ff1e00 !important;"></i></div>
  55. <div class="px-0">
  56. <div id="odometer4"
  57. style="font-size: 36px; font-weight: bold;"
  58. >
  59. 123456
  60. </div>
  61. </div>
  62. <div class="px-0 pl-2 pb-3"><strong>Jobsuchende</strong></div>
  63. </div>
  64. </div>
  65. </div>
  66. <div class="col-4 px-2">
  67. <div class="">
  68. <div class="d-flex flex-row justify-content-center align-items-end">
  69. <div class="px-0 pr-2 pb-2"><i class="fa fa-2x fa-briefcase" aria-hidden="true" style="color: #ff1e00 !important;"></i></div>
  70. <div class="px-0">
  71. <div id="odometer5"
  72. style="font-size: 36px; font-weight: bold;"
  73. >
  74. 12345
  75. </div>
  76. </div>
  77. <div class="px-0 pl-2 pb-3"><strong>Arbeitgeber</strong></div>
  78. </div>
  79. </div>
  80. </div>
  81. <div class="col-4 pr-0">
  82. <div class="">
  83. <div class="d-flex flex-row justify-content-center align-items-end">
  84. <div class="px-0 pr-2 pb-2"><i class="fa fa-2x fa-envelope-open" aria-hidden="true" style="color: #ff1e00 !important;"></i></div>
  85. <div class="px-0">
  86. <div id="odometer6"
  87. style="font-size: 36px; font-weight: bold;"
  88. >
  89. 12345
  90. </div>
  91. </div>
  92. <div class="px-0 pl-2 pb-3"><strong>offene Stellen</strong></div>
  93. </div>
  94. </div>
  95. </div>
  96. <div class="col-12 mx-5 px-5"></div>
  97. </div>
  98. </div>
  99. </div>
  100. </div>
  101. </div>