templates/app/bar.html.twig line 1

Open in your IDE?
  1. <svg id="figures_bar" class="filling" height="105" version="1.1" width="16" xmlns="http://www.w3.org/2000/svg">
  2.     <linearGradient y2="0%" x2="0%" y1="100%" x1="0%" id="triangle_fill">
  3.         <stop stop-color="grey" offset="100%" id="triangle_fill_1"/>
  4.         <stop stop-color="transparent" offset="0%" id="triangle_fill_2"/>
  5.     </linearGradient>
  6.     <a class="page-scroll" href="#company_description">
  7.         <polygon id="triangle" class="active" points="8,0 0,16 16,16" fill="url(#triangle_fill)" style="stroke:grey;stroke-width:1" />
  8.     </a>
  9.     <line style="stroke:grey;stroke-width:1" x1="8" x2="8" y1="16" y2="46"/>
  10.     <linearGradient y2="0%" x2="0%" y1="100%" x1="0%" id="rectangle_fill">
  11.         <stop stop-color="grey" offset="0%" id="rectangle_fill_1"/>
  12.         <stop stop-color="transparent" offset="0%" id="rectangle_fill_2"/>
  13.     </linearGradient>
  14.     <a class="page-scroll" href="#cards">
  15.         <rect id="rectangle" fill="url(#rectangle_fill)" height="14" style="stroke:grey;stroke-width:1;" width="14" x="1" y="46"/>
  16.     </a>
  17.     <line style="stroke:grey;stroke-width:1" x1="8" x2="8" y1="61" y2="91"/>
  18.     <linearGradient y2="0%" x2="0%" y1="100%" x1="0%" id="circle_fill">
  19.         <stop stop-color="grey" offset="0%" id="circle_fill_1"/>
  20.         <stop stop-color="transparent" offset="0%" id="circle_fill_2"/>
  21.     </linearGradient>
  22.     <a class="page-scroll" href="#company_objectives">
  23.         <circle id="circle" fill="url(#circle_fill)" cx="8" cy="98" fill="transparent" r="6" stroke-width="1" stroke="grey"/>
  24.     </a>
  25. </svg>